/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 60px;*/
  background-color: #000;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 90px 15px 0;
  z-index: 100;
  position: relative;
}
.container .text-muted {
  margin: 20px 0;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}





body {
	/*background: url(/images/faces1.png) repeat fixed 0 0 #000000;*/
  background: url(/images/bricks/bricks3.png) repeat fixed 0 0 #000000;
	color: #aaa;
}

img {
  max-width: 100%;
}


a {
    color: #FE3300;
}
a:hover, a:focus {
    color: #FF572D;
}

.navbar-brand {
    padding: 10px 15px;
}


.stage {
	background: url(/images/dungeons/dungeon3.jpg) repeat 50% 40% #000000;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.stage .logo {
	z-index: 2;
	/*max-width: 1000px;*/
}


.panel-default {
	background-color: #000;
	opacity: .8;
}
.panel-body {
	background-color: transparent;
}





.dungeon-hero {
  margin: 20px 0; 
  font-size: 18px;
}

.dungeon-hero img {
  margin: 0 15px;
}


@media screen and (max-width: 768px) {
  .dungeon-hero {
    background-color: #000;
/*      opacity: .8;*/
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
    text-align: center;
  }
  .dungeon-hero img {
    display: block;
    margin: 0 auto 20px auto;
    float: none !important;
  }

}




.thumbnail {
    background-color: #000;
    border: 1px solid #000000;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #fe3300;
}

.storyimg {
	border: 6px solid black; 
	border-radius: 3px;
}

.facebookimg {
	width: 90px;
}


.margin-top-0, 		.mt0 {margin-top: 5px;}
.margin-right-0, 	.mr0 {margin-right: 5px;}
.margin-bottom-0, 	.mb0 {margin-bottom: 5px;}
.margin-left-0, 	.ml0 {margin-left: 5px;}

.center {text-align: center;}
.clear {clear: both;}


/*navbar*/

#navbar {
    background: #000;
}

.navbar-inverse {
    background-color: #000;
    height: 90px;
}
.navbar-nav > li > a {
    font-size: 20px;
    padding-top: 35px;
}


.navbar-right > li > a {
    padding-bottom: 0px;
    padding-top: 5px;
}


.torches {
  position: fixed;
  top:  400px;
  z-index: 99;
}

.light {
  z-index: 98;
  background-color: rgba(217, 102, 0,.2);
  position: fixed;
  top:  230px;
  height: 250px;
  width: 150px;
  border-radius: 150px;
  box-shadow:  0px 0px 50px 50px rgba(217, 102, 0, 0.4);
  background-color: rgba(217, 102, 0, 0.4);
  animation: pulse .5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.95);
  }
}

.fire {
    position: fixed;
  height: 230px;
  width: 240px;
  top:  200px;
  background: url("/images/torch/fire-sprite.png") scroll no-repeat 0px 0px transparent;
}