* {
	margin: 0;
}

html, body{
    /* any div up to fullscreen-cont must have this
    in this case html and body */
    height: 100%;
    margin: 0;
	padding: 0;
	width: 100%;
	background-color: #222222;
	background: url(/img/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
	min-width:100%;
}

body{
	font-family: BlackBear-Regular;
	color: #fff;
}

#wrapper{
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -10px;
}

.navbar-brand{
	padding: 5px 0 0 10px;
}

.navigation{
	background-color: #000;
	height: 5%;
	max-height: 30px;
}
.nav{
	text-transform: uppercase;
}

#content{
	background-image: url('/img/transparency.png');
	width: 100%;
	padding: 10px;
	padding-top: 40px;
	opacity: .9;
	
}
h1{
	font-family: BlackBear-Inline;
	color: #fff;
	line-height: auto;
	font-size: 60px;
	padding: none;
	text-transform: uppercase;
}
h2{
	font-family: BlackBear-Regular;
	color: #fff;
	font-size: 0.85em;
	padding:none;
	text-transform: uppercase;
	margin-top: -8px;
	margin-bottom: 20px
}
h3{
	font-family: BlackBear-Regular;
	color: #fff;
	font-size: 1em;
	padding:none;
	text-transform: uppercase;
	margin-bottom: 20px
}

p{
	font-family: Georgia;
	text-align: left;
	color: #ccc;
	text-shadow: 1px 1px #000;
}

input[type=text], input[type=email],textarea{
	padding: 5px;
}
a{
	color: #fd4c4c;
	text-align: left;
	text-shadow: 1px 1px #000;

}
a:visited{
	color:#fd4c4c;
}
a:hover{
	color: ##fd4c4c;
	text-decoration: none
}
@media screen and (min-width: 64em){
	.navbar-default .navbar-collapse{
		font-size: 14px;
		width: auto;
		position: absolute;
		left: 180px;
	}
	#content{
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
	.headerPosition{
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 63.938em){
	h1{
		font-size: 2.5em;
		text-align: center
	}
	h2{
		font-size: 1.4em;
		text-align: center
	}
	.navbar-default .navbar-collapse{
		font-size: 9.25px;
		width: auto;
		padding-right: 0;
		position: absolute;
		left:180px;
		padding-left: 0;
		padding-right: 0;
	}
	#content{
		width:800px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 47.938em){
	.navbar-nav{
		font-size: 1em;
	}
	#content{
		width:100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 5%;
		padding-right: 5%;
		padding: 40px;
	}
	.navbar-default .navbar-collapse{
		font-size:16px;
		padding-right: 0;
		position: relative;
		left:0;
		padding-bottom: 10px;

	}
	.navbar-nav{
		margin: 0;
	}
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgb(153, 51, 51);
}

.push{
	height: 10px;
}

footer{
	display: block;
	font-family: Georgia;
	font-size: .5em;
	height: 10px;
	width: 100%;
}

footer p{
	text-align: center;
	color: #7a7979;
}
.navbar-nav > li > a {
	padding-bottom: 0;
}
.navbar-default .navbar-nav .active{
	color: #ffffff;
}
.navbar-default .navbar-nav .active{
	color: #ffffff
}
.container{
	width: auto;
	font-size: 30px;
}
@media screen and (max-width: 47.938em){
	.container{
		width: auto;
		font-size: 10px;
	}
}