/* CSS Document */


html {
	height:100%;
	background-color:#000;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.fullBackground{
	position:fixed;
	top:66px;
	left:0px;
	right:0px;
	bottom:0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: 'Terminal Dosis', sans-serif;
    font-weight: normal;
    color: #607f53;
	
}







.modal-content{
	background-color:transparent;
	background-image:url(../images/dark-content-bg.png);
	color:#FFF;
}


.morelink:link,
.morelink:visited{
	display:inline-block;
	font-size:14px;
	background-color:#607f53;
	color:#ffffff;
	padding:5px 9px;
	text-decoration:none;
	margin-top:20px;
}
.morelink:hover,
.morelink:active{
	box-shadow: -2px -2px rgba(0,0,0,.5) inset, 2px 2px rgba(0,0,0,.5) inset;
}