body {
    font-family: "Montserrat", serif;
  }
  .image-section {
    position: relative;
  }
  .image-section img {
    width: 100%;
    height: auto;
  }
  .image-text {
    position: absolute;
    bottom: 48px;
    left: 48px;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 42px;
    line-height: 1.2em;
  }

  .bg-black {
    background-color: #000 !important;
    padding: 24px 0;
  }

  .logo img {
    height: 40px;
  }

  .float-right {
    float: right;
    width: 170px;
    text-align: center;
  }
  .text-light {
    color: #fff;
    font-size: 12px;
    margin-bottom: 4px;
  }

  footer .footer-logo img {
    height: 75px;
    max-width: 100%;

  }

  .spacer-200 {
    width: 100%;
    height: 200px;
  }
  footer li a {
    padding: 5px 0;
    display: block;
  }
  footer li a img {
    height: 32px;
    margin-top: 10px;
  }

  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  @media only screen and (max-width: 1280px) {
    .image-text {
        position: absolute;
        bottom: 32px;
        left: 32px;
        color: #fff;
        padding: 10px;
        border-radius: 5px;
        font-size: 32px;
        line-height: 1.2em;
      }    
  }
  @media only screen and (max-width: 992px) {
    .image-text {
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: #fff;
        padding: 10px;
        border-radius: 5px;
        font-size: 26px;
        line-height: 1.2em;
      }  
    .logo img {
        height: 32px;
      }
    footer .footer-logo img {
        height: auto;
        max-width: 100%;
        margin-bottom: 40px;
      }
    .container { 
        max-width: 100%;
        padding:0
    }
    .my-4{ 
        margin-top: 0 !important
    }
    header .container, footer .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }    
  }
  @media only screen and (max-width: 767px) {
  
    .container { 
        max-width: 100%;
        padding:0
    }
    .my-4{ 
        margin-top: 0 !important
    }
    header .container, footer .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .spacer-200 {
        width: 100%;
        height: 100px;
      }
      footer li a {
        padding: 5px 0;
        display: flex;
      }
  }
  @media only screen and (max-width: 600px) {
    .image-text {
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #fff;
        padding: 10px;
        border-radius: 5px;
        font-size: 20px;
        line-height: 1.2em;
      }     
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }  
  .logo img {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}