@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: 32px 50px 20px 50px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 10px 30px;
	background-color: #dbecf1;
}

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;
	text-transform: uppercase;
	padding: 8px;
}

.hero {
	background-image: url(images/hero.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
	-webkit-text-stroke: 1px #F8F8F8;
	text-shadow: 0px 2px 4px black;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	color: black;
	font-size: 18px;
	letter-spacing: 2px;
	word-spacing: 1px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 23px;
	
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

.button-words {
	border: 2px #FFFFFF solid;
	padding: 8px 15px;
	border-radius: 30px;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 20px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.info-box-tan {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}
.info-box-tanbio {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 30px 30px 20px;
	text-align: left;
}
.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 10px;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Phone View

@media (max-width: 1200px) and (orientation: portrait){
.col {
	width: 100%;
}
	h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
	-webkit-text-stroke: 1px #F8F8F8;
	text-shadow: 0px 2px 4px black;
}
}
*/

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		/*max-width: 778px;*/
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav 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-top: 0px;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px) {
	
	body {
		max-width: 1850px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}
