@font-face { font-family: 'serpentinedbolregular'; src: url("../Fonts/serpentinedbol-webfont.eot");
  src: url("../Fonts/serpentinedbol-webfont.eot#iefix") format("embedded-opentype"), url("../Fonts/serpentinedbol-webfont.woff") format("woff"), url("../serpentinedbol-webfont.ttf") format("truetype");
  font-weight: normal; font-style: normal;}

body{
  color: #0a0104;
  background-image: url('../Images/worn_dots_@2X.png');
  font-family: 'Helvetica', sans-serif;
}
a { color: #5a5a5a; text-decoration: none; -webkit-transition: color, background-color 0.2s; -moz-transition: color, background-color 0.2s; -o-transition: color, background-color 0.2s; transition: color, background-color 0.2s; }
a:hover { color: #5a5a5a; text-decoration: underline; }
.navbar-inverse .navbar-nav > li > a{ font-size: 1.2em; weight: 700; }
@media (min-width: 768px){
	.navbar-inverse .navbar-nav > li > a:hover{ color: #000000; border: 1px solid #333333; padding:14px;}
}

.headerlogo{
	position: fixed;
	top: 0;
	right: 0px;
	background-image: url('../Images/header_logo.png');
	background-repeat: no-repeat;
	width:300px;
	height: 100px;
}

footer{
  position:fixed;
  bottom:0px !IMPORTANT;
  margin-bottom: 0px;
  width: 100%;
}
footer > div > div > ul > li{
	float: left;
	margin: 0 5px;
}
footer > div > div > p.copyright{margin-top:1em;}

h1, h2, h3, h4, h5, h6 { font-family: 'serpentinedbolregular', serif; line-height: 1.1;  }
h1,h2,h3 { color: #FFFFFF;text-shadow: 1px 2px 6px #000000; }
.row-fluid{ clear:both; }

#content-wrapper{ margin-top: 120px; }

.navbar-inverse { background-color: transparent; border: none;}

ul,ol { list-style-type: none; margin:0; padding:0; }

.thumbnail { background-color: transparent; border: none; }

@media (max-width: 767px){
	nav {
		background-color: #101010 !IMPORTANT;
	}
	nav > .navbar-collapse > ul > li > a:hover{
		color: #FFFFFF;
	}
	footer{
		position: inherit;
		border-top: 2px solid #101010;
	}
	.headerlogo{
		display:none;
	}
}
