@import url('https://fonts.googleapis.com/css?family=Cutive|Montserrat');

body {
  background:#151515; 
  color:#d0d0d0;  
}

.callout.secondary {
  background-color:#ffb612;
}
.callout.primary {
  background-color:#323232;
  color:#d0d0d0;
}
.custom {
  background-color:#323232;
  color:#d0d0d0;
  padding:2em;
  margin-bottom:2em;
}
#games {
	padding-top:1.5em;
	font-size:1.125em;
	
}
.button.hollow.success {
    border: 1px solid #888888;
    color: #888888;
}
.button.hollow.success:focus, .button.hollow.success:hover {
    border-color: #666666;
    color: #666666;
}
.overlay {
	border:5px solid #ffb612;
	padding:1em;
	height:100%;
}
.callout.alert {
  background-color:#5a5a5a;
  color:#d0d0d0;
}
.callout.success {
  background-color:#9e9e9e;
}
.callout.warning {
  background-color:#d9d9d9;
}
.card-section {
	background-color:#333333;
	color:#d0d0d0;
}
.card {
   border-color:#000;
}
.top-bar {
	background-color:#151515;
}
.top-bar .menu {
	background-color:#151515;
	color:#d8d8d8;
}
.add-top {
	margin-top:1.5em;
}
.add-bottom {
	margin-bottom:1.5em;
}
.tabs-title a {
	font-size:110%;
}
.red {
	color:#6B010A;
}
.top-bar-right .menu li a {
	margin-bottom:1em;
	margin-top:1em;
	color:#d8d8d8;
	padding:.75em;
}
.top-bar-right .menu li a:hover {
	background-color:#a1a1a1;
	color:#151515;
}
#map {
        height:440px;
		width:100%;
       }
.coolText {
	font-family: 'Cutive', serif;
	font-size:175%;
	text-align:center;
	border-bottom:1px dotted #F3F3F3;
	margin-bottom:.5em;
}
h3 {
	font-family: 'Montserrat', cursive;
}
.cutive {
	font-family: 'Cutive', serif;
}

.imageBox {
  height:500px; 
  position:relative;
  margin-top:0em;
  border:hidden;
}
.linkOverlay {
  width:100%;
  position:absolute;
  bottom:0px;
  background: rgba(0, 0, 0, 0.7);
  padding: 16px 20px;
  text-align:center;
  margin: 0;
  font-size:120%;
  color:#FFF;
  
}
.linkOverlay a:link{
    color:#FFFFFF;
}
.linkOverlay a:hover{
    color:#CCCCCC;
}
.linkOverlay a:active{
    color:#FFFFFF;
}
.linkOverlay a:visited{
    color:#FFFFFF;
}
#outside{
  background:url(https://www.lucky12tavern.com/images/outside.jpg) center; background-size:cover;
}


.promo-hero {
  width: 100%;
  max-width:105rem;
  text-align: center;
  height: 440px;
  background: #8a8a8a;
  position: relative;
  color: white;
  margin:0 auto;
  margin-bottom:1.5em;
}

.promo-hero-content {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width:90%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background:rgba(0,0,0,.75);
  padding:1em 1em 0em 1em;
  
}

.promo-hero-title {
  line-height: 1.5em;
  margin-bottom: 1rem;
  font-size:1.5em;
  font-family: 'Cutive', serif;
}
.promo-content {
  font-size:1em;
}

.promo-hero-description {
  margin-bottom: 1rem;
}

.promo-hero-bg-image {
  overflow: hidden;
  background-image: url(https://www.lucky12tavern.com/images/building.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.promo-hero-bg-image:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
/*  background: rgba(0, 0, 0, 0.4);*/
  position: relative;
  z-index: 1;
}




@media only screen and (min-width: 40em) { 
.coolText {
	font-size:400%;
}
.top-bar-right .menu li a {
	margin-bottom:1em;
	margin-top:2em;
	padding:1.25em;

}
.promo-hero-content {
  width:65%;
  padding:2em 2.5em 1em 2.5em;
}
.promo-hero-title {
  line-height: 2em;
  margin-bottom: 1rem;
  font-size:2em;
  font-family: 'Cutive', serif;
}
.promo-content {
  font-size:1.25em;
}
}
@media print, screen and (min-width: 64em) {
  .promo-hero-content {
  width:auto;
  padding:2em 2.5em 1em 2.5em;
}
}


