@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 {
	}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.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-size: cover;
	padding: 20px 20px 10px 20px;
	color: #FFFFFF;
	text-align: center;
}

.hero2 {
	background-size: cover;
	padding: 0px 20px 0px 20px;
	color: #FFFFFF;
	text-align: center;
}
.contactus {
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #;
	margin-left: 680px;
	font-size:24pt;
	font-weight: bold;

}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-top: 300px;
	margin-bottom: 100px;
}

h2 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-top: 190px;
	margin-bottom: 50px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 18px;
	font-weight: 200;
	margin-bottom: 35px;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	.style-nav ul li {
		display: inline-block;
	}
	
}

/*Desktop View*/

@media (min-width: 1024px){
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
}

