body{
	height: 100%;
	margin: 0px; padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
	background: #4a5148;
}

.clear{ clear: both; }

a{ cursor: pointer; text-decoration: none; }

h1,h2,h3,h4,h5{ margin: 0px; padding: 0px;  }

ul,li{ margin: 0px; padding: 0px; list-style:none; }





.header{
	width: 100%; height: 100vh;
	overflow: hidden;
}

.header .logo{
	max-width: 250px; width: 100%;
	margin: 5% auto 0 auto; padding-bottom: 50px;
	display: block;
}

.header h1{
	color: #fff;
	text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.header h1 p{ font-size: 15px; text-transform: inherit; padding: 0px; margin:0 0 10px 0; }
.header h1 a{ font-size: 15px; color: #2c2216; }

.footer{ width: 100%; text-align: center; }

.socialmedia{
	position: fixed; bottom: 0px; right: 10px;
	z-index: 1000;
}

.socialmedia a{
	color: #966336;
	font-size: 30px;
    margin: 0px;
}
.socialmedia a img{ width: 30px; height: 29px; }



.copy{
	position: fixed; bottom: 10px;
	width: 100%;
	text-align: center; font-size: 13px;
	color: #fff; font-weight: 500;
}

.copy .mavagroup{ 
	width: 120px;
	display: block;
	margin: 5px auto;
}









