#errorinfo {
	background: red;
	color: white;
	font-size: 1em;
	font-weight: bold;
}
#instructions {
	background: yellow;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.timer {
	background-color: lightgrey;
	color: white;
	font-size: 2em;
	font-weight: bold;
	
}

/*Circles */
.responsive-circle {
    font-size: 60px;
    font-weight: 700;
    margin: 0 auto 20px;
    width: 80%;
}
.responsive-circle::after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 100%;
    width: 100%;
}
.responsive-circle div {
    color: white;
    float: left;
    line-height: 1em;
    margin-top: -0.5em;
    padding-top: 50%;
    text-align: center;
    width: 100%;
}

.nyc-circle {
	background-color: green;
	
}
/* End Circles */

#jumboInsurance {
	background-image: url(/insuranceimages/bluesky.jpeg);
	background-size: 100% 100%;
	min-width: 100%;
	min-height: 100%;
	color: white;
	padding-top: 90px;
	margin-top: 0px;
	padding-bottom: 300px;
}

#jumboInsurance h1 {
	font-size: 3em;
	font-weight: bold;
	font-style: oblique;

}

.grey {
	color:  grey;
}

.choice1 {
	margin-top: 15px;
	font-size: 2em;
	font-stretch: wider;
	color: #5c5c5c;
	margin: auto;
	padding: 20px;
}
.choice22{
	font-size: 3em;
	font-stretch: wider;
	color: darkblue;
	margin: auto;
	padding: 20px;
}









