@charset "utf-8";
@import url("navigation.css");
@import url("links.css");
@import url("buttons.css");
@import url("modals.css");
@import url("quotes.css");
@import url("carousel.css");
@import url("footer.css");
@import url(//fonts.googleapis.com/css?family=Merriweather|Open+Sans);
/* 
MAIN STYLES
*/
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	margin: 0;
	background-color: #162e51;
	color: #111111;
	font-family: 'Open Sans', 'Trebuchet MS', Verdana, sans-serif;
	font-size: 100%;
	height: 100%;
}
main {
	z-index: 0;
}
section {
	width: 100%;
	padding: 100px 7% 0 7%;
	margin: 0 auto;
	max-width: none;
	min-height: 100vh;
	height: 100%;
}
#one {
	margin-top:-50px;
}
.container {
	height: 100%;
	min-height: 100vh;
}
h1, h2 {
	display: block;
	font-weight: normal;
	font-family: 'Merriweather', Georgia, serif;
	padding: 0 0 15px 0;
	text-align: center;
	margin:0;
}
h2 {
	font-style: italic;
	color:#0873a1;
}
p {
	font-size: 1.1em;
	text-align: center;
}
.left {
	text-align: left;
}
.notation {
	font-size: 0.8em;
	font-style: italic;
	font-family: 'Merriweather', Georgia, serif;
	color: #333333;
}
img {
	border-radius: 5px;
	max-width: inherit;
	/*max-width: auto;*/

}
.img-fluid {
	width: auto;
	max-width: 100%;
	/*max-width: auto;*/
} 
.next {
	position: absolute;
	top: 70%;
	right: 48%;
}
.image-container {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 20px;
}
.image-text {
	position: absolute;
	width: 100%;
	text-align: left;
	bottom: 0;
	left: 50%;
	font-size: 80%;
	transform: translate(-50%, -50%);
	background-color: #333333;
	opacity: 0.8;
	color: #ffffff;
	margin: 0;
	padding: 10px;
}
div#numbers.container {
	min-height:auto;
	height:auto;
}
#numbers .col p {
    min-height: 175px; 
	background-color: #e6f0f7;
	line-height: .97;
	padding-top: 15px;
	border:1px dotted #ccc;
}

.count-label {
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
	font-size: 88%;
	margin-top: 10px;
}
.increase {
	color: #007514;
	font-size: 75%;
}
.decrease {
	color: #D60000;
	font-size: 75%;
}
.static {
	color: #666666;
	font-size: 75%;
}


@media screen and (max-width: 1000px) {

img {

	max-width: 100%;
}
	
.cover {
	padding: 30px 0 0 0 !important;	
}
	
}