@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:333333;

}

header {
	padding: 32px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: center;
}

footer {
	padding: 20px 30px;
	background-color: #FF0;
	text-align:center;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #;
}

.style-logo {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.style-personnel {
	display: block;
	width: 20%;
}

.style-personnel-2 {
	display: block;
	width: 30%;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #333333;
	text-align: center;
	display: block;
	padding: 8px;
	font-family: ;
}

.style-nav2 ul {
	list-style-type: none;
}

.style-nav2 ul li a {
	text-decoration: none;
	color: #333333;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
	font-family: ;
}

.hero {
	background-image: url(images/hero.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}

.page {
	background-image: ;
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #000000;
}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
	text-align: center;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
	text-align: center;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
	text-align: center;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
	text-align: center;
}

p {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.info-box-1 {
	background-color: #353750;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-2 {
	background-color: #0F112C;
	color: #ffffff;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-UC1 {
	background-color: #808080;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-UC2 {
	background-color: #A9A9A9;
	color: #ffffff;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-SN1 {
	background-color: #65B037;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-SN2 {
	background-color: #477D25;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 2px;
	color: #999999;
	font-style: ;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	.style-nav2 ul li {
		display: inline-block;
	}
	
	.style-nav2 ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
	margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: center;
	}
	
	.style-nav {
		float: right;
	}
	
	.style-nav2 {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}
.row .col.col-md-one-half .info-box-1 p {
	text-align: center;
}
.row .col p header-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #999;
}
