@font-face {
	font-family: 'bmr1';
	src: url('../fonts/bmr1.ttf');
}

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

#staticNavWrapper {
	height:150px;
	width: 100%;
	background-color: #320001;
	color: #fff;
	z-index: 1;
	position: absolute;
	opacity: .7;
	border-bottom: 3px solid #AAAAAA;
}

#staticNavContent {
	height:140px;
	width: 100%;
	background-color: #320001;
	color: #fff;
}

#logoContainer {
	height:100px;
	width: 361px;
	margin-right: auto;
	margin-left: 50%;
	left: -180px;
	position: absolute;
	padding-top: 20px;
	float: left;
	z-index: 9;

}

.iconWrapper {
	height:50px;
	width: 50px;
	margin-left: auto;
	margin-right: 50px;
	padding-top: 45px;
	float: right;
	z-index: 10;

}

.iconWrapper a:link{
	color: #fff;

}

.iconWrapper a:hover {
	color: #AAAAAA;
	transition: color .25s ease-in-out;
   -moz-transition: color .25s ease-in-out;
   -webkit-transition: color .25s ease-in-out;
}

/* Sliding Nav */

#slideNavWrapper {
	position:fixed;
	top:-110px;
	width:100%;
	height:80px;
	font-size:30px;
	color:white;
	background: #320001;
	z-index: 20000;
	border-bottom: 3px solid #AAAAAA;
	padding-right: 50px;
	opacity: .9;

}

#slideNavContent {
	line-height:35px;
	width: 100%;
	background-color: #320001;
	color: #fff;

}

#slideLogoContainer {
	height:70px;
	width: 253px;
	margin-right: auto;
	margin-left: 50px;
	position: absolute;
	padding-top: 10px;
	float: left;
	z-index: 9;

}

#navButton {
	height:20px;
	width: auto;
	padding-left: 10px;
	padding-right: 10

}

ul {
	list-style: none;
	padding-left: 0px;
	padding-right: 50px;
	margin-left: 0px;
	float: right;
}

ul li {
	color: #fff;
	font-size: .7em;
	font-family: 'bmr2';
	float: right;
	padding-right: 25px;
	padding-left: 25px;

}

ul a:link {
	color: #fff;

}

ul a li:hover {
	border-top: 3px solid #AAAAAA;
	color: #AAAAAA;
	transition: color .25s ease-in-out;
   -moz-transition: color .25s ease-in-out;
   -webkit-transition: color .25s ease-in-out;

   	transition: border .25s ease-in-out;
   -moz-transition: border .25s ease-in-out;
   -webkit-transition: border .25s ease-in-out;
}

#m-navbar {
	display: none;

}
