*{ 
padding:0;
margin:0;

}

body{
background:white;
font-family:'Adam';
}


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

@font-face {
	font-family: 'Bebas Neue';
	src: url("../fonts/BebasNeue.otf");
	}
	
@font-face {
	font-family: 'Tall Dark and Handsome';
	src: url("../fonts/talldark.ttf");
	}

.flexslider{
text-transform:uppercase;
}

#wrapper {
width:940px;
margin:20px auto
}


section{
height:300px;
}

h1{
font-size:12em;
text-transform:uppercase;
text-align:center;
margin:60px 15px 60px 15px;
font-family:"Tall Dark and Handsome";
}

h2{
font-size:2em;
text-transform:uppercase;
margin:15px 0 15px 0;
font-family:"Bebas Neue";
}


header{

}

nav{
height:50px;
line-height:50px;
background:white;
text-transform: uppercase;
}

nav a{
text-decoration:none;
color:black;
}

nav a:hover{
background:black;
color:white;
display:block;
}

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

nav li.nav-on {
text-align:center;
float:left;
list-style-type:none;
background:#e2e8e8;
color:white;
}



nav li.nav:nth-child(1), nav li.nav:nth-child(2), nav li.nav:nth-child(5) {
width:15.33%;
}
nav li.nav-on:nth-child(1), nav li.nav-on:nth-child(2), nav li.nav-on:nth-child(5) {
width:15.33%;
}

nav li.nav:nth-child(3), nav li.nav:nth-child(4), nav li.nav:nth-child(6) {
width:18%;
}

nav li.nav-on:nth-child(3), nav li.nav-on:nth-child(4), nav li.nav-on:nth-child(6) {
width:18%;
}

nav ul {
width:80%;
margin:0 auto;
}

/*give nav dropdown a z index of 10 so it's not under the boxes*/



#container{
position:relative;
overflow:hidden;
margin-top:20px;
}



.box1, .box2, .box3 {
width:268px;
padding:15px;
line-height:20px;
}

.box1{
float:left;
margin-right:20px;
}

.box1::before{
border:3px solid black;
content:"";
width:268px;
padding:15px;
position:absolute;
top:0;
bottom:0;
left:0;
z-index:-1;
}

.box2{
float:left;
}

.box2::before{
border:3px solid black;
content:"";
width:268px;
padding:15px;
position:absolute;
top:0;
bottom:0;
left:320px;
z-index:-1;
}

.box3{
float:right;
margin-left:20px;
}

.box3::before{
border:3px solid black;
content:"";
width:268px;
padding:15px;
position:absolute;
top:0;
bottom:0;
right:0;
z-index:-1;
}



footer{
background:#161E21;
overflow:hidden;
padding-top:15px;
}

#copyright{
	


	height: 40px;
	line-height:40px;
	width:100%;
	font-size: 1em;
	background:black;
	color:white;
	text-transform:uppercase;
clear:both;
}


#copyright li {
	float:left;
	width:20%;
	list-style-type:none;
	text-align:center;
	}

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

#copyright a:hover {
	background:white;
	color:black;
	}

#inner-footer{
width:940px;
margin:0px auto 20px auto;
overflow:hidden;
}

#left{
width:460px;
float:left;
}

#right{
width:460px;
float:right;
}

.left{
width:190px;
float:left;
padding:15px;
}

.left ul{
list-style-position:inside;
list-style-type:none;
}

.left li{

}

.right{
width:190px;
padding:15px;
float:right;
}

.no-padding{
width:220px;
padding:0px;

	}
ul#social{
margin-top:10px;
float:right;
}

ul#social li{
	list-style-type:none;
	margin-bottom:8px;
	}

ul#social li a i{
font-size:2.5em;
}

ul#social li a{
	color:white;
	}

ul#social li a:hover{
	color:black;
	}	
	
img{
	max-width:100%;
}


/**********FORM**********/

input{
width:98%;
}


fieldset{
border:none;
font-family:'Adam';

}


legend {
	display:block;
	margin-bottom:15px;
	font-size:1.5em;
	font-family:'Adam';
	text-transform:uppercase;
	color:white;
	}



input[type=text], input[type=email], textarea {
	font-size:100%;
	font-family: 'Adam';
	text-transform:uppercase;
	background-color:black;
	border:1px;
	padding:5px;
	display:block;
	margin-bottom:15px;	
	width:100%;	
		
	}
	
input[type=text]:focus, input[type=email]:focus, 
input[type=text]:hover, input[type=email]:hover,
textarea:hover, textarea:hover {
	background-color:gray;
	}
	
input[type=text], input[type=email]  {
	height:20px;
	} 
	
input[type=submit], input[type=submit]:hover {
	color:white;
	padding:7px;
	font-family:'adam';
	text-transform:uppercase;
	font-size:120%;
	font-weight:900;
	border:none;
	background:black;
	float:right;
	
	}

input[type=submit]:hover {
	background-color:white;
	color:black;
	}

form li { 
	list-style-type:none;
	}	

form li:nth-last-child(1) {
	margin-bottom:10px;
	}	
	
select {
	margin-bottom:10px;
	}
