@charset "UTF-8";
@import url('reset.css');

@font-face {
      font-family: 'Aviano_Sans_Regular';
      src: url('../fonts/Aviano_Sans_Regular.woff2') format('woff2');
      font-weight: normal;
      font-style: normal;
    }


/*---------------------------------------------General*/


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

* {margin:0;padding:0;}



body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 100%;
	color: #000;
	overflow-x: hidden;
	line-height: 1.3;
	background-color: #004132;
}

img {
	width: 100%;
}

h1, h2 {
	font-family: 'Aviano_Sans_Regular', serif;
	text-transform: uppercase;
	font-weight: 100;
}

h2 {
	color:#C8A078;
}

h3 {
	font-weight: bold;
	margin-bottom: 2px;
}

a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-decoration: none;
}

b {
	display: block;
}

.main {
	width: 100%;
	margin-top: 10%;
}


/*---------------------------------------------Navi*/

.logo {
	width: 100%;
	height: 100vh;
}
.logo img {
	max-width: 1000px;
	display: block;
	margin: auto;
	top: 20vh;
	position: relative;
	
}