.dark-overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    }
    .lo-home-image{
      text-align: center;
    }
    .lo-btns{
      display: flex;
      flex-direction: row;
    }
    .lo-btns > a.btn:first-of-type{
      margin-right: 10px;
    }
    .lo-btns > a.btn:last-of-type{
      margin-left: 10px;
    }
    @media(max-width: 900px){
      .lo-btns{
        flex-direction: column;
       align-items: center;
      }
      .lo-btns > a.btn:first-of-type, .lo-btns > a.btn:last-of-type{
      margin: 0px;
        margin-bottom: 10px;
    }
    }
    .lo-home-btn{
      border-radius: 50px;
      padding: 18px 40px;
      font-size: 1.2em;
      box-shadow: 3px 4px 6px 1px #111;
    }
    .lo-home-image img{
      padding: 0px;
      object-fit: cover;
      object-position: top;
      width: 225px;
      height: 225px;
      border-radius: 50%;
    }
    .lo-home-icon{
      border-radius: 50%;
      width: 90px;
      height: 90px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      margin-bottom: 45px;
    }
    .lo-home-icon::before{
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 86px;
      height: 86px;
      border-radius: 50%;
      transition: all 200ms ease;
    }
    .lo-home-icon::after{
      content: '';
      position: absolute;
      top: -25px;
      left: -25px;
      width: 136px;
      height: 136px;
      border-radius: 50%;
    }
    .lo-home-card{
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      padding-top: 40px;
      position: relative;
      margin: .5rem 0px;
    }
    .lo-home-card-title{
      font-size: 1.8rem;
      margin: 0;
    }
    .lo-home-card .overlay-btn{
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 1;
      font-size: 0px;
    }
    .lo-home-card .overlay-btn:hover + .lo-home-icon::before{
      top: -35px;
      left: -35px;
      border-width: 37px;
    }
    .lo-info-card{
      padding: 20px;
      margin: .5rem 0px;
      box-shadow: 3px 6px 15px 5px #2a2a2a;
      min-height: 300px;
    }
    .lo-info-card > i{
      margin-bottom: 1rem;
      font-size: 4.5em;
    }
    .lo-info-card h4{
      font-size: 2em;
      margin-bottom: .75rem;
    }
    .lo-info-card p{
      text-align: left;
      line-height: 1.5;
      font-size: 1.1rem;
    }
    .contact-info p{
      display: flex;
      padding: 2px 0px;
      font-size: 1.3rem;
      line-height: 1.5rem;
    }
    .contact-info .icon{
      flex-basis: 20px;
      margin-right: 10px;
      text-align: center;
    }
  .contact-info span{
      display: inline-block;
      vertical-align: middle;
    }
    .contact-info i{
      vertical-align: middle;
    }
    .contact-info b{
      font-weight: 300;
    }
    /* Half Width */
    .half-width{
      width:50%;
          min-height: 500px;
      height: 100%;
      display: block;
      float: left;
          padding: 30px 7vw;
    }
  @media (max-width: 768px){
      .half-width{
        width: 100%;
      }
    }