html {
	overflow: scroll;
	overflow-x: hidden;

}


body {
	padding-top: 90px !important;


	background: url(/images/cloudsCompressed.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;


	font-family: 'Montserrat';
	background-color: #FFFFFF !important;
	max-width: 100%;
	overflow-x: hidden;
	height:100%;
	min-height: 100vh;
}

.btn {
	max-width: 100%;
	white-space: normal;
	word-wrap: normal;
}

#cover {
	background-color: white;
	position: absolute;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	text-align: center;
}

#coverGif {
	margin-top: calc(35vh);
	width: 200px;
	max-width: 100%;
}


.card-block {
	padding-left:10px;
	padding-right:10px;
}

.btn {
	cursor: pointer;
	margin-top: 2px;
	margin-bottom: 2px;
}


#updateZoom {
	display: none;
}


#pageTitle {
	font-weight: 700;
}

#mainContainer {
	text-align: center;
	width: 1600px;
	max-width: 100%;

}

.mainDiv {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 3%;
	padding-right: 3%;
	background-color: rgba(255,255,255,1.0);
	border-radius: 20px;
	margin-top: 10px;
	margin-bottom: 40px;
	/*transition: .5s;*/
	text-align: center;
}

/*Text of right side of front page*/
#frontPageRight {
	text-align: left;
}

/*Text in collapsing elements on front page.  i.e. whats new and publiuc notice*/
#frontPageCollapse {
	text-align: left;
}

.shareButton {
	-webkit-filter: drop-shadow(2px 3px 3px #888888);
	filter: drop-shadow(2px 3px 3px #888888);
	max-height: 25px;
	transition: .2s;
	transition-timing-function: ease-in;
}

.shareButton:hover {
	-webkit-filter: drop-shadow(4px 5px 5px #888888);
	filter: drop-shadow(4px 5px 5px #888888);
	max-height: 25px;
	transition: .2s;
	transition-timing-function: ease-in;
}

#publicNoticeCollapseButton {
	-webkit-filter: drop-shadow(2px 3px 3px #888888);
	filter: drop-shadow(2px 3px 3px #888888);
}


/*List used on site where the list is centered, but the items are left aligned*/
#centeredLeftAlignedList {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	max-width: 900px;
}



li {
	text-align: left
}


table {
	/*	max-width: 95%;*/
	/*background-color: #FDFDFD; */
}





#infoButton {
	background-color: #268bd2;
	margin: 4px;
}

#infoButton:hover {
	background-color: #06568F;
	margin: 4px;

}


a:hover {
	text-decoration: none;
}

#accordianContainer {
	width: 500px;
	max-width: 95%;
	padding: 0;
}

.highlightDiv {
	background-color: rgba(255,255,255,0.6);
	border-radius: 8px;
	margin: 4px;
	transition: .2s;
}

.highlightDiv:hover {
	background-color: rgba(255,255,255,0.8);
	transition: .2s;
}

a.anchor {
	display: block;
	position: relative;
	top: -80px;
	visibility: hidden;
}


#healthAdvisoryTable {
	min-width: 95%;
}

.shadowed {
	-webkit-filter: drop-shadow(2px 3px 3px #888888);
	filter: drop-shadow(2px 3px 3px #888888);
}




#frontPageLogo {
	float: left;
	margin-top: 20px; 
	margin-bottom: 20px; 
	width:150px;
	margin-left: 1vw;
	margin-right: 2vw;
	max-width: 100%;

}

#frontPageMap {
	float: left;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width:200px;
	margin-left: 1vw;
	margin-right: 2vw;
	max-width: 100%;

}


.responsiveButton {
	width: 100%;
	max-width: 350px;
	white-space: normal;
	margin: 2px;
	margin-left: 0;
	margin-right: 0;
	box-shadow: 2px 3px 3px #888888;
}






.collapseButton {
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}


.card-block a.dropdown-item {
	overflow-wrap: break-word !important;
	padding-left: 0;
	padding-right: 0;
}








/*Define how the left and right panes will behave on small screens as the default then change the css for larger screens below*/
#leftPane {
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	margin: 0 auto;
}

#rightPane {
	height: 100%;
	vertical-align: top;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}


.form-check-label:hover {
	font-weight: bold;
}


.tooltip-inner {
	text-align: left;
	font-family: 'Montserrat';
}



/*if screen wider than 1065*/
@media (min-width: 1065px) {
	#rightPane {
		padding-left: 20px;
		display: inline-block;
		width: 66%;
		padding-top: 5px;
	}

	#leftPane {
		padding-left: 0px;
		display: inline-block;
		width: 33%;
	}

}


@media (max-height: 500px) {
	#coverGif {
		max-height: 30vh;
		width: auto;
	}

}


.good {
	background-color: rgb(0,228,0);
}

.moderate {
	background-color: rgb(255,255,0);
}

.usg {
	background-color: rgb(255,126,0);
}

.unhealthy {
	background-color: rgb(255,0,0);
}

.veryunhealthy {
	background-color: rgb(143,63,151);
}

.hazardous {
	background-color: rgb(126,0,35);
}

