	* {
		padding: 0;
		margin: 0;
		}

	@font-face {
		font-family: 'Adam';
		src: url("../fonts/Adam.otf");
		}
	
	@font-face {
		font-family: 'BebasNeue';
		src: url("../fonts/BebasNeue.otf");
		}
	
	@font-face {
		font-family: 'Futura';
		src: url("../fonts/Futura.ttc");
		}
	@font-face {
		font-family: 'Quicksand';
		src: url("../fonts/Quicksand.otf");
		}

	h1 {
		font-size:6.854em;
		color: white;
		text-transform:uppercase;
		font-family: 'Adam';
		display:inline;
		font-weight:100;
		}	

	h2 {
		font-size: 4.236em;
		color:rgb(48, 110, 115);
		text-transform:lowercase;
		font-family: 'Adam';
		font-weight:100;
		}

	h3 {
		font-size: 2.618em;
		color:rgba(29, 24, 31, .1);
		font-family:'Adam';
		font-weight:100;
		}	

	p {
		color: white;
		font-size:1em;
		line-height: 30px;
		font-weight:100;
		font-family: 'Futura';
		}

	section {
		width:80%;
		margin:0 auto;
		}
	
	body {
		background-color: rgb(29, 24, 31);
		font-size:110%;

		}

	nav{
		padding-top:10px;
		height: 35px;
		line-height: 35px;
		background-color:rgb(29, 24, 31);
		font-size:1em;
		font-family: 'Futura';
		text-transform:uppercase;
		}

	nav ul {
		width:75%;
		margin: 0 auto;
		float:right;
		}

	nav li {
		float: left;
		width:16.66%;
		list-style-type:none;
		text-align:center;
		}

	nav a {
		text-decoration:none;
		color:white;
		display:block;
		}

	nav a:hover {
		background-color:#3b424c;
		color:#f77a52;
		}

	header {
		padding: 10px;
		background-color: rgba(29, 24, 31, .5);
		height:150px;
		line-height:150px;
		width:100%;
		position: absolute;
		z-index:1;
		overflow: hidden;
		}
		
		
	header li {
		float:left;
		list-style-type:none;
		}
	
	header ul {
		width: 75%;
		}
	
	#logo {
		margin-left: 50px;
		height: 150px;
		}

	div#wrapper {
		margin:175px auto;
		width: 100%;
		background-color: rgba(29, 24, 31, .5);
		}

	
	main a {
		text-decoration:none;
		color:white;
		}

	main a:hover {
		color:#51bca0;
		}
	
	main ul{
	padding-top:50px;
	}
	
	main li {
		list-style-type:none;
		font-family:"Futura";
		font-size:1.5em;
		color:white;
		margin-bottom:30px;
		
		}
	
	main ul {
		margin-left: 25%;
		}
	
	.first {
	 color: #e35c14;
	 text-transform:uppercase;
	 font-family: "Adam";
	 font-size:1.5em;
	 }

	footer {
		clear:both;
		}
	footer {
		height: 40px;
		line-height:40px;
		width:100%;
		font-size: 1em;
		background-color:#3b424c;
		color:#1d181f;
		font-family: 'Futura';
		text-transform: uppercase;
		}

	footer li {
		float:left;
		width:25%;
		list-style-type:none;
		text-align:center;
		}

	footer a {
		color:#1d181f;
		text-decoration:none;
		display:block;
		}

	footer a:hover {
		color:#f77a52;
		background-color: #1d181f;
		}

@media screen and (max-width: 1000px) {

body{
	font-size:25%;
	width:25%;
	
	
}

#logo{
	width:25%;
}

}