body{
    font-family: 'Roboto Condensed', sans-serif;
}

a {
    text-decoration: none;
  }

  a:hover
  {
      text-decoration: none;
  }

.headerMenCont{
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
background-color: #fff;

}
.navbar-nav
{
    margin-left: 20px;

}

.navbar, .navbar-brand {
  padding:  0px 0px 0px 0px !important;
  
 }

.nav-item
{
 padding:  0px 14px 0px 14px;
 color: #ed3237 !important;
 line-height: 60px;
}


.nav-item:focus, .nav-item:hover, .nav-item:hover a.nav-link, .navbar-light .navbar-nav .active > .nav-link, .nav-item:active, .nav-item:active, .navbar-light .navbar-nav .active, .nav-item:active a.nav-link, .nav-item:focus, .nav-item:focus, .nav-item:focus a.nav-link
{
  background-color:#ed3237;
  color: #fff !important;
}

hr
{
    margin: 30px 0px 30px 0px;
}


.card-title
{
    text-align: center;
    color: #ed3237;
    font-weight: bold;
}
.card
 {
     border-radius: 0px;
     display: inline-block;
     margin: 0px 0px 30px 0px;
 }
 .card img
 {
     border-radius: 0px;

 }
 .card .img
 {
     padding: 15px 5px 5px 5px;
     width: 100%;
 }

 .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
    
  }
  .overlay .bg
  {
    position: absolute;
   
    left: 0;
    right: 0;
    background-color: #6e6e6e;

    width: 100%;
    height:100%;
    opacity: 0.3;
    filter: alpha(opacity=30)

  }
  .overlay .btn
  {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
  }
  
  .card:hover .overlay {
    bottom: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    
  }

.testimonials
{

    background-color: #f8f9fa !important;
}

 



.brown
{
    color: #7F4F03;
}

.brownbg
{
    background-color: #7F4F03;
}

.btnRed
{
    background-color: #ed3237;
    color: white;
}
.btnRed:hover
{
    background-color: #dd0b11;
    color: white;
}

.btnRedInvert
{
    background-color: white;
    color: #ed3237;;
}
.btnRedInvert:hover
{
    background-color: #ed3237;
    color: white;
}




.footer
{
    background-color: #fdf21a;
    color: #5f5100;
}


.footer a
{
    color: #5f5100;
}

.footer ul{
    padding-left: 0px;
    margin-left: 12px;
    font-weight: lighter;
  }

  
  
  .socialIcons a
  {
  float: left;
  margin-right: 15px;
  }


.grayText
{
color: #b6f3d6;
}

.Copyright
{
    background-color: #493e00;
    color: #fff5b9;
    font-weight: lighter;
    text-align: center;
}



