﻿#header {
  height: 100px;
}

#images {
  width: 100%;
  margin-bottom: 40px;
  height: 50vh;
  background: url(images/rr-barn-top.jpg) center center no-repeat;
  background-size: cover;
}

@media (min-width:1024px){
  #images{
    min-height: 500px;
  }
}

img{
  max-width: 100%;
  height: auto;
}

.logo{
  width: 120px;
  margin: 0 auto;
  position: relative;
  top: -10px;
  padding: 20px 10px 10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

#barn {
    float: left;
    width: 40%;
}

#edge {
    float: right;
    width: 60%;
}

#top {
    width: 100%;
}

#footerImg {
    width: 100%;
}

.footerLeft {
    height: 200px;

}
.footerCenter {
    border-left: 3px solid darkgrey;
}

.col-md-12 {
    width: 100%;
}

footer {
    /*margin-top: -65px;*/
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: whitesmoke;
    font-size: 0.8em;
    color: #6d675b;
    padding:15px 0;
}

footer > p {
    margin-top: 15px;
}

a {
    color: #4d5a69;
}

a:hover, a:active, a:focus, a:visited {
    color: #5b6e83;
}

ul.services{
  margin: 0 0 20px;
  padding: 20px 0px;
  list-style: none;
}

ul.services li{
  margin: 0 10px 0;
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
  color: #6d675b;
  font-size: 40px;
  line-height: 30px;
  font-family: 'BenchNine', sans-serif;
}

.hours{
  color: #6d675b;
  font-size: 26px;
  padding: 20px 0;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
}

.hours h2{
  font-size: 40px;
  margin: 0 0 5px;
  font-family: 'BenchNine', sans-serif;
}

.hours p{
  margin: 0 0 1em;
}

.social{
  padding: 20px 0;
}

.referral{
  padding: 20px 0;
}

.social h2{
  color: #6d675b;
  font-size: 40px;
  margin: 0 0 5px;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
}

.social i.fa{
  margin: 0 20px;
  font-size: 40px;
}

.social i.fa span{
  display: none;
}

@media (min-width:992px){

  ul.services li{
    display: inline;
  }
  
}

@media (max-width:991px){
  
  .hours{
    font-size: 20px;
  }

  ul.services li{
    line-height: 1em;
    display: block;
    margin-bottom: 25px;
  }
    
  
}

@media (max-width:467px){

  ul.services li{
    font-size: 30px;
  }

  ul.services li:before{
    line-height: 30px;
    font-size: 34px;
  }
    
  
}

@media (min-width:992px){
  
  .hours{
    border: solid #cfcac1;
    border-width: 0 1px;
    margin-bottom: 40px;
  }
  
}

.location{
  color: #6d675b;
  font-size: 24px;
  padding: 20px 0;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
}

.location h3{
  margin: 0 0 10px;
  font-size: 50px;
  font-family: 'BenchNine', sans-serif;
}

.location i.fa{
  margin-right: 10px;
}

.phone{
  padding: 15px 0 0;
  font-size: 24px;
  font-family: 'Open Sans Condensed', sans-serif;
}

.phone i.fa{
  margin-right: 10px;
}

.email{
  padding: 15px 0 0;
  font-size: 24px;
  font-family: 'Open Sans Condensed', sans-serif;
}

.email i.fa{
  margin-right: 10px;
}

.map{
  margin-top: 20px;
}

.map iframe{
  border: 3px solid #2d3232 !important;
}