﻿html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  /*margin-bottom: 300px; 140px*/
}
.LocationSpacing{
    margin-top: 40px !important;
    
}
.card-location:first-child, .card-title:first-child{
    margin-top: 10px;
           }
.card-location{
    margin-top: 50px;
    text-align: left;
}
.card-address, {
    margin-top: 25px;
    
}
.card-phone:  {
margin-bottom: 100px
}

.col-team:nth-child(2n+1){
    clear: left;
}

.card-location.body .card-address, .card-location.body .card-phone{
    font-size: 20px;
    line-height: 1.8;
    margin-top: 0px
}
.card-location:first-child, .card-title:first-child{
    margin-top: 0;
}
.card-location{
    margin-top: 50px;
}
.card-address, .card-phone{
    margin-top: 25px;
}
.btn-story {
    margin-top: 150px;
}
.btn-social{
    margin-top: 85px;
    text-align: center;
}

/*Contact  Hero Fix*/
.hero-sub {
    background-position: top center;
}
@media (max-width: 1200px){
    .hero-sub{
        background-position: 10% 0;
    }
}
