:root {
  --mainColor: #005782;
  --secondColor: #00a7c7;
  --thirdColor: #ffa400;
  --grayColor: #f2f2f2;
  --greenColor: #71c163;
}

.als-jb-styles {
  .banner-parallax-container {
   /* margin-top: 90px !important;*/
    min-height: calc(98vh - 90px);
    display: flex;
    align-items: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }

  .info-size-details p {
    font-size: 14px;
  }

  #works a {
    color: white;
    text-decoration: none !important;
  }

  .btn:focus,
  .btn.focus {
    outline: 0;
    box-shadow: none;
  }

  /* --------------------------------IMG OVERLAY ------------------------------------*/
  .als-jb-content-image {
    width: 100%;
    min-height: 210px;
    object-fit: contain;
  }

  .content-image-office {
    width: 100%;
    min-height: 450px;
    object-fit: cover;
  }

  .content .content-overlay {
    background: var(--mainColor);
  }

  /*----------------- MISC ---------------- */
  .btn-CTA,
  .btn-CTA:focus {
    font-family: "Fira Sans";
    font-size: 20px;
    font-weight: lighter;
    padding: 0.5em 1em;
    background-color: #f04d62;
    color: white;
    border-radius: 2em;
    text-transform: uppercase;
  }

  .text-shadow {
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 1);
  }
}