html {
	background: url(../images/bg.jpg) no-repeat center center fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
h1.stylized { 
	font-family: "Cinzel", sans-serif;
	font-weight: 400;
	color:#000000;
	text-transform: uppercase;
}
h1.stylizedcover {
	font-family: "Cinzel", sans-serif;
	font-weight: 400;
	color:#000000;
	font-size: 5.0em;
	margin: 165px 0 40px 0;
	text-align:center;
}
h2.stylized { 
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	color:#000000;
	text-align:center;
	text-transform: uppercase;
}
body {
	background:#7f7f7f;
  	background:rgba(255,255,255,0.6);
}
.btn-dark {
	background:#111;
	color: #fff;
}
.container {
	max-width: 1000px;
	margin: 50px auto;
	padding-top:25px;
	padding-bottom:25px;
}
.navbar .navbar-nav {
  	display: inline-block;
  	float: none;
  	vertical-align: top;
}

.navbar .navbar-collapse {
  	text-align: center;
}
.socialicons {
	text-align: right;
}
.modalimage {
    	max-width: 95%;
}

@media screen and (max-width: 480px) {
    h1.stylizedcover {
        font-size:3.0em;
    }

    .container {
    	margin: 10px auto;
    }
}
@media screen and (max-width: 768px) {
	.col-xs-12, .socialicons {
    	text-align: center;
    	margin-bottom: 10px;
    }
}
