@charset "utf-8";

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}


header {
	padding: 32px;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
body {
	margin-left: auto;
	margin-right: auto;
	background-color: #8B8A77;
	
}
/* CSS Document */
.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 350px; 
}
.style-nav ul {
	list-style-type: none;
}
.style-nav ul li a {
    text-decoration: none;
    color: #2F322A;
	text-align: center;
    display: block;
    padding: 12 px;
    text-transform: uppercase;
    margin: 5px;
}

h1 {text-align: center;
font-size: 78px;
text-transform: uppercase;
font-weight: 200;
margin-bottom: 60px;
}

h2 {text-align: center;
color: #ffffff;
font-size: 25px;
font-weight: 200;
margin-bottom: 20px;
}

h3 {text-align: center;
font-size: 33px;
text-transform: uppercase;
font-weight: 200;
color: darkred;
margin-bottom: 60px;
}

p {text-align: left;
font-size: 19px;
font-weight: 400;
margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
margin-bottom: 20px;}

p1 {text-align: left;
font-size: 14px;
font-weight: 300;
margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
margin-bottom: 20px;}


.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}
.col {
	width: 100%;
	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 {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	.style-nav ul {
		text-align: center;
	}
	.col-md-one-half {
		width: 50%;
	}
	.col {
		float: left;
		padding: 0px 7px 14px 7px;
	}
	
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {max-width: 1020px;
		align-content: center;
	}
	
	.style-logo{
		float: left;
	}
	.style-nav{
		float: right;
	}
}
