@media screen and (min-width: 992px){
  .vOuter {
      float:none!important;
      margin: 40px 0;
  }
  .vInner {
      float: none!important;
      display: table-cell!important;
      vertical-align:middle;  
  }
}

@media screen and (max-width: 992px){
  .vInner {
      padding: 50px 0;
  }
}

html,
body {
	background-color: black;
  height: 100%;
}

body {
	font-size: 14px;
  color: #221d1a;
	font-family: 'Merriweather', Georgia, serif;

}

h1, h2, h3, h4, h5, h6{
	font-family: 'Josefin Sans', Verdana, Helvetica, sans-serif;
}

h1{ font-size: 60px; }
h2{ font-size: 50px; }
h3{ font-size: 42px; }
h4{ font-size: 36px; }
h5{ font-size: 30px; }
h6{ font-size: 24px; }

p{
  margin: 0 0 25px;
}

a:hover{
  text-decoration: underline;
  color: #5c0202;
  font-weight: normal;
}

ul { 
  font-size: 18px;
}

/*Page Attributes*/

.wrap {
  background-color: white;
}

.single-page{
  padding: 60px 0;
}

.titleHeader {
  font-weight: bold;
  color: #aa0d04;
}

.headerSpace{
  margin-bottom: 30px;
}

.stroked{
  text-shadow:
    -1px -1px 0 #212121,
    1px -1px 0 #212121,
    -1px 1px 0 #212121,
    1px 1px 0 #212121;  
}

.centered{
  text-align: center;
}

/*Index Attributes - Mailing Form*/

#mailingList{ 
  font-weight: normal;
}

#mailingList .form-group {
  margin-bottom: 20px;
}

#mailingList label{
  font-weight: normal;
}

@media screen and (max-width: 991px){
  #mailingList{ 
    text-align: left;
  }

  #mailingList .form-group {
    margin-bottom: 25px;
  }

  #mailingList label{
    margin-top: -10px;
  }
}
/*Index Attributes - Hours, Location*/

.redSpread{ 
  padding: 30px 0;
  background: #770a0e
  url('../imgs/red-background-map.jpg');
  background-repeat: repeat;
  background-attachment:fixed;
  color: white;
}

.redSpread h1, .redSpread h2, .redSpread h3, .redSpread h4, .redSpread h5, .redSpread h6{
  color: white;
}

.hours-left{
  text-align: right;
}

.index-phone a{
  color:white;
}

.map{
  padding: 0 20px;
}

.map img{
  max-height: 400px;
}

.test h1, .test h2, .test h3, .test h4, .test h5, .test h6{
  font-weight: bold;
}

.whiteSpread{
  padding: 30px 0;
  background: #fff
  url('../imgs/white-background.png');
  background-repeat: repeat;
}

/*Press and Menu Attributes*/

.feature{
  border: 5px solid white;
  min-height: 100px;
}

.pressFeature h1, .pressFeature h2, .pressFeature h3{
  margin: 20px 0 30px;
}

.feature a{
  color: white;
  text-decoration: none;
}

.feature:hover{
  background-color: rgba( 255, 0, 0, 0.8);
}

/*Press Attributes*/

#press{
  color: white;
  background: #000
  url('../imgs/press-background.jpg');
  background-attachment:repeat;
  background-size: cover;
}

.pressCol{
  margin: 10px 0;
}

@media screen and (max-width: 960px){
  .pressCol{
    margin: 20px 0 30px;
  }
}

.pressFeature{
  padding: 0 0 0 10px;
  background-color: rgba( 0, 0, 0, 0.5);
}

.pressFeature h2{
  margin-bottom: 20px;
}

/*Menu Attributes*/

#menu{
  color: white;
  background: #000
  url('../imgs/menu-background.jpg');
  background-size: cover;
}

#menu h6{
  padding-top: 10px;
}

.menuFeature{
  padding: 0;
  background-color: rgba( 0, 0, 0, 0.7);
  margin-bottom: 30px;
}

.block {
  text-align: center;
}
 
.block:before {
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
  margin-right: -0.25em; 
 }
 
.abscentered {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 15px 20px;
 }

.abscentered h3, .abscentered h4, .abscentered h5{
  color: white;
}

/*History Attributes*/

#history img{
  margin: 10px 0;
  border: 5px solid white;
  border-radius: 25px;
}

