@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);


@font-face {
  font-family: 'StoneFont';
  src: url('towerruins.ttf');
}

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #000000 url('../img/bg2.jpg') no-repeat center center fixed;
	color:#ffffff;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "StoneFont", Helvetica,Arial,sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
	text-shadow: 2px 2px #000000;
}

p {
    font-size: 1.2em;
    line-height: 1.5;
    color: #ffffff;
	padding-bottom:10px;
	padding-top:10px;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand{
    display: none;
}



.navbar-brand {
    font-family: 'StoneFont', cursive;
    font-weight: normal;
    letter-spacing: 1px;
}

.navbar-nav {
    font-family: 'StoneFont', cursive;
    font-weight: normal;
    letter-spacing: 1px;
}

.navbar-header{
background:#000000;
min-height: 95px;
}

.navbar-toggle{
background:#000000;
}

.img-full {
    min-width: 100%;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #d16b10;
}

.darkorange{
color:#B35300;
}
.red{
color: #a30000 !important;
}

.brightorange{
color:#FFB300;
}

.brightred{
color:#ff0000;
font-size:125%;
}

.yellow{
color: #ffff00;
}

.blue{
color:#0033cc;
text-shadow: none !important;
}

.lightblue{
	color:#0099ff;
}

.scripthand{
font-family: "StoneFont", Helvetica,Arial,sans-serif;
text-shadow: 2px 2px #000000;
}

.nospacing{
margin-top:0px;
margin-bottom:0px;
}

.lightgrey{
color:#eeeeee;
}

.panel{
color:#444444;
}

.bigger{
font-size:170%;
}

.bignbold{
font-size:125%;
font-weight:bold;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
	color:#000000;
    background: rgba(255,255,255,0.6);
}

.box p{
color:#000000;
}

.box_blue {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
	color:#000000;
    background: rgba(0,120,255,0.6);
}

	.gallerybox{
		width:300px; 
		margin:0 auto !important;
	}
.intro-text {
    text-transform: uppercase;
    font-size: 1.75em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #000000 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
	background:#000000;
	color:#ffffff;
	border-top:5px solid #333333;
	
}

footer p {
    margin: 0;
    padding: 50px 0;
color:#ffffff;
font-size: 90%;
}

ul.bulletlist{
margin-left:0px;
font-size: 125%;
}

ul.bulletlist li{
color:#ffff00;
}

.rss-items{
list-style-type: none;
margin-left: -20px;
}

.rss-date {
font-weight:bold;
font-size:13pt;
color:#d16b10;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
background: rgb(30,87,153);
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
border-bottom:5px groove #000000;
        
    }

    .nav>li>a {
        padding: 15px 30px;
		text-align:center;
		color:#ffffff !important;
		font-size:13pt;
    }

	.nav>li>a:hover {
		color:#ffff00 !important;
    }
	
    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.5em;
    }
	
	.newline{
		display:block;
	}
	.gallerybox{
		width:700px; 
		margin:0 auto !important;
	}
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}