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

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}


header {
	padding: 50px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
    padding: 7px;
}

footer {
	padding: 20px 20px;
	background-color: #FFFFFF;
}

body {
	margin-left: 20%;
	margin-right: 20%;
	background: #FFFFFF;
}

.style-logo {
	margin-left: auto;
    color: #000000;
	margin-right: auto;
	display: block;
	width: 800px;
}

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

.style-nav ul li a {
	text-decoration: none;
	color: #000000;
	text-align: right;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.style-nav2 ul li a {
	text-decoration: none;
	color: #000000;
	text-align: left;
	padding: 5px;
}

.hero {
	
background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 50px 50px 50px;
	color: #000000;
	text-align: center;
}

.hero2 {
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 50px 50px 50px;
	color: #000000;
	text-align: center;
}

h1 {
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 60px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 23px;

}

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

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

h5 {
	font-size: 25px;
	font-weight: 300;
	color: #000000;
}

h6 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 50px;
    color: #000000;
}
h7 {
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 300;
}

h8 {
	font-size: 15px;
	font-weight: 400;
	color: #000000;
}

p {
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 25px;
}

p2 {
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 35px;
	text-align: left;
}

p3 {
	font-size: 14px;
	color: #000000;
	font-weight: 300;
	margin-bottom: 35px;
}

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

.button2 {
	border: 1.5px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 7px;
	text-decoration: none;
}

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

.info-box-tan2 {
	background-color:#FFFFFF;
	padding: 30px 30px 30px;
	text-align: left;
	padding-left: 15%;
}

.info-box-tan3 {
	background-color: #FFFFFF;
	padding:15px 7px 7px 7px;
	text-align: left;
	padding-left: 1%;
}

.info-box-tan4 {
	background-color: #000000;
	color: #000000;
	padding: 0px 10% 0px 10%;
}


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

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}


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

.row:after {
	clear: both;
}



/*Tablet View*/

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

/*Desktop View*/

@media (min-width: 1280px){
	
	body {
		max-width: inherit;
	}
	
	.style-logo {
		float: center;
	}
	
	.style-nav {
		float: center;
	}
	
	.style-nav2 {
		float: left;
	}
	
	.col-lg-one-fourth {
		width: 30%;
	}
	
	.col-lg-one-fourth-2 {
		width: 25%;
	}
}

