@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 0;
}

img {
	width: auto;
	/* [disabled]max-width: 100%; */
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 20px;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #e6f4f8;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	padding: 8px;
}

.analysis {
	background-image: url(images/chart.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px 20px 20px 20px;
	color: #0F6ABF;
	text-align: center;
}

h1 {
	font-size: 57px;
	font-weight: bold;
	margin-bottom: 30px;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 23px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 100px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 35px;
}

p {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 35px;
}

.button {
	border: 2px #000000 solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #000000;
	text-decoration: none;
}

.button-white {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.info-box-blue {
	background-color: #2193DA;
	color: #FFFFFF;
	padding: 30px 20px 30px;
	text-align: center;
}

.info-box-yellow {
	background-color: #ECC200;
	color: #000000;
	padding: 30px 20px 30px;
	text-align: center;
	height:inherit;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
	img {
		width: auto
		max-width: 100%;
		height: auto;
		vertical-align: middle;
	}
}

.col {
	width: 100%;
}

.col-md-one-half {
	width: 50%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Phone View*/

@media (any-pointer: coarse) {
	
	body {
		max-width: 1024px;
	}
	
	.style-nav ul li {
		display: list-item;
		font-size: 30px; 
	}
	
	.style-nav ul {
		text-align: center;
		
	}
	
	h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	
	h2 {
		font-size: 24px;
		margin-bottom: 16px;
	}
	
	h3 {
		font-size: 20px;
		margin-bottom: 100px;
	}
	
	h4 {
		font-size: 20px;
		margin-bottom: 35px;
	}
	
	p {
		font-size: 20px;
		margin-bottom: 35px;
	}
	.col-md-one-half {
		width: 100%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 1024px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
		font-size: 20px; 
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	h3 {
		font-size: 20px;
		margin-bottom: 100px;
	}
	
	.col-md-one-half {
		width: 100%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (any-pointer: fine) {
	
	body {
		max-width: 1024px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
		font-size: 20px; 
	}

	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	h3 {
		font-size: 20px;
		margin-bottom: 100px;
	}
	
	.style-nav ul {
		text-align: center;
		font-size: 20px; 
	}
	
	.col-md-one-half {
		width: 50%;
	}

}
