@charset "UTF-8";
/* CSS Document */

html, 
html * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
    width: auto;
}

header {
	padding: 32px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

footer {
    	padding: 20px 30px;
	background-color: #dbecf1;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #e6f4f8;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 50px;
	length: 37px;
}

.style-nav ul {
    list-style-type: none;
}

.style-nav ul li a {
    text-decoration: none;
	font-family: Arial, Helvetica, Avenir, sans-serif;
    color: #595959;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding: 8px;
    font-weight: normal;
    font-size: 20px;

}

.style-nav ul li a:hover,
.style-nav ul li a:focus {
color: #48caf2; font-family: Helvetica, arial, Geneva;  text-decoration: none; text-transform: uppercase; 
	
}

.hero {
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}
.hero2 {
	background-size:auto;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	text-align: center;
}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
	color: #0625F0
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 13px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 20px;
	color: #1851ED;
}

h4 {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 35px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h5 {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 45px;
    font-variant-position: left;
    text-align: right;
}

h6 {ont-size: 16px;
	font-weight: 200;
	margin-bottom: 15px;
	color: #707070;
	font-style: italic;
	
	
}



p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 35px;
    text-align: left;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	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-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}

.col2 {
    width: 100%;
    height: 20%;
}


.row:before, .row:after {
	content: "";
	display: table;
	
}

.row2:before, .row:after{
    content: "";
    display: table;
   
}

.row:after {
	clear: both;
}
/*Tablet View*/

@media (min-width: 500px){
	
	body {
    max-width: 500px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
    font-size: 40px;
    margin-bottom: 90px;
    text-align: center;
	}
	
	h2 {
    margin-bottom: 16px;
    text-align: center;
	}
	
	.col-md-one-half {
		width: 18%;
	}
	
	.col {
    float: left;
    padding: 0px 7px 14px;
  
	}
	
	.col2 {
    float:right;
    padding: 0px 7px 14px;
    height:inherit;
	}
}


/*Desktop View*/

@media (min-width: 1024px){
	
	body {
    max-width: 1200px;
    text-align: center;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 18%;
	}
}
