﻿.backOrange {
  background-color: #ea5d1f !important;
}
.backOrange a {
  color: white;
}
.backOrange a:hover {
  text-decoration: underline;
}

.paddingTop {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .paddingTop {
    padding-top: 50px;
  }
}

.paddingBottom {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .paddingBottom {
    padding-bottom: 50px;
  }
}

.spacer {
  display: block;
  width: 100%;
}

body {
  font-family: obvia, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  background-color: #015056;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  body {
    height: 100vh;
    overflow: hidden;
  }
}

.background::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -5%;
  width: 100%;
  height: 100%;
  background-image: url("../img/background-chevrons.svg");
  background-repeat: no-repeat;
  background-size: 27%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .background::before {
    display: none;
  }
}
.background .background-image {
  position: absolute;
  top: 2vh;
  right: 2vh;
  width: 70vw;
  height: 75vh;
  z-index: -2;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .background .background-image {
    width: 90vw;
    height: 50vh;
    top: 13vh;
  }
}
.background .background-image .image-container {
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.background .background-image .image-container img {
  position: absolute;
  object-fit: cover;
  width: 70vw;
  height: 75vh;
  overflow: hidden;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .background .background-image .image-container img {
    width: 90vw;
    height: 50vh;
  }
}
.background .left-column {
  position: absolute;
  top: 5vh;
  left: 5vh;
}
@media screen and (max-width: 768px) {
  .background .left-column {
    top: 3vh;
    left: 5vh;
  }
}
.background .left-column .logo img {
  width: 35vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .background .left-column .logo img {
    width: 75vw;
  }
}
.background .left-column .bottom-holder .box {
  background-color: #ea5d1f;
  padding: 50px;
  border-radius: 20px;
  margin-top: 50px;
  width: 30vw;
}
@media screen and (max-width: 768px) {
  .background .left-column .bottom-holder .box {
    width: 80vw;
    margin-top: 40vh;
    padding: 20px;
  }
}
.background .left-column .bottom-holder .box h1 {
  font-family: "kallisto", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.2rem;
  color: white;
  margin-bottom: 30px;
  font-size: calc(30px + 30 * (100vw - 768px) / 1132);
}
@media screen and (max-width: 768px) {
  .background .left-column .bottom-holder .box h1 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .background .left-column .bottom-holder .box h1 {
    font-size: 40px;
    margin-bottom: 28px;
  }
}
.background .left-column .bottom-holder .box h2 {
  font-family: obvia, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: white;
  margin-bottom: 30px;
  font-size: calc(16px + 19 * (100vw - 768px) / 1132);
}
@media screen and (max-width: 768px) {
  .background .left-column .bottom-holder .box h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.background .left-column .bottom-holder .box p {
  font-family: obvia, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  color: white;
  font-size: calc(11px + 11 * (100vw - 768px) / 1132);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .background .left-column .bottom-holder .box p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .background .left-column .bottom-holder .box p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.background .left-column .bottom-holder .box a {
  font-family: "kallisto", sans-serif;
  font-weight: 800;
  font-style: normal;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid white;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s ease;
  font-size: calc(11px + 11 * (100vw - 768px) / 1132);
}
@media screen and (max-width: 768px) {
  .background .left-column .bottom-holder .box a {
    font-size: 16px;
  }
}
.background .left-column .bottom-holder .box a:hover {
  background-color: white;
  color: #ea5d1f;
}
.background .left-column .bottom-holder .address {
  position: relative;
}
.background .left-column .bottom-holder .address p {
  position: relative;
  font-family: "kallisto", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: white;
  margin-top: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .background .left-column .bottom-holder .address p {
    font-size: calc(22px + 22 * (100vw - 768px) / 1132);
    padding-left: 40px;
  }
}
.background .left-column .bottom-holder .address p::before {
  content: "";
  display: block;
  background-image: url("../img/chevron.svg");
  background-repeat: no-repeat;
  height: 150%;
  width: 100%;
  position: absolute;
  top: -1vh;
  left: 0;
  z-index: -1;
}
.background .right-column {
  position: absolute;
  bottom: 35vh;
  left: 45vw;
  width: 50vw;
}
@media screen and (max-width: 768px) {
  .background .right-column {
    top: calc(100vh + 40vw + 5vh);
    left: 10vw;
    margin-bottom: 5vh;
  }
}
.background .right-column .bottom-holder .box-heading {
  background-color: #ea5d1f;
  padding: 20px;
  border-radius: 20px;
  margin-top: -50px;
  position: absolute;
  width: 10vw;
}
@media screen and (max-width: 768px) {
  .background .right-column .bottom-holder .box-heading {
    position: relative;
    display: none;
  }
}
.background .right-column .bottom-holder .box-heading h3 {
  font-family: "kallisto", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: white;
  margin-bottom: 0px;
  padding-right: 40px;
  font-size: calc(15px + 15 * (100vw - 768px) / 1132);
}
@media screen and (max-width: 768px) {
  .background .right-column .bottom-holder .box-heading h3 {
    font-size: 22px;
  }
}
.background .right-column .bottom-holder .box {
  background-color: #ea5d1f;
  padding: 20px;
  border-radius: 20px;
  margin-top: 0px;
  width: 40vw;
  margin-left: 9vw;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .background .right-column .bottom-holder .box {
    position: relative;
    width: 80vw;
    margin-left: unset;
  }
}
.background .right-column .bottom-holder .box .contact-details h3 {
  font-family: "kallisto", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: white;
  margin-bottom: 0px;
  padding-right: 40px;
  font-size: calc(15px + 15 * (100vw - 768px) / 1132);
}
@media screen and (max-width: 768px) {
  .background .right-column .bottom-holder .box .contact-details h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.background .right-column .bottom-holder .box .contact-details p, .background .right-column .bottom-holder .box .contact-details p.contact {
  font-family: obvia, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  color: white;
  font-size: calc(11px + 11 * (100vw - 768px) / 1132);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .background .right-column .bottom-holder .box .contact-details p, .background .right-column .bottom-holder .box .contact-details p.contact {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .background .right-column .bottom-holder .box .contact-details p, .background .right-column .bottom-holder .box .contact-details p.contact {
    font-size: 18px;
  }
}
.background .right-column .bottom-holder .box .contact-details p.contact {
  font-size: calc(8px + 8 * (100vw - 768px) / 1132);
  line-height: calc(10px + 10 * (100vw - 768px) / 1132);
}
@media screen and (max-width: 768px) {
  .background .right-column .bottom-holder .box .contact-details p.contact {
    font-size: 16px;
    line-height: 22px;
  }
}
.background .right-column .bottom-holder .box .contact-details p.contact a {
  color: white;
  text-decoration: none;
}
.background .right-column .bottom-holder .box .contact-details p.contact a:hover {
  text-decoration: underline;
}

.homeHero {
  position: relative;
  top: 0;
}
.homeHero .center-content {
  display: flex;
  justify-content: center;
  /* Centers horizontally */
  align-items: center;
  /* Centers vertically */
  height: 100%;
  /* Ensure the div takes the full height of its container */
}
.homeHero .center-content h2 {
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  color: white;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .homeHero .center-content h2 {
    font-size: 22px;
    letter-spacing: 0.3rem;
  }
}
.homeHero .center-content .image-container {
  height: 100vh;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative;
}
.homeHero .center-content .image-container img {
  object-fit: cover;
  width: 110vw; /* Increase the width to zoom in */
  height: 110vh; /* Increase the height to zoom in */
  display: inline-block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .homeHero .image-container {
    height: 100vh;
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .homeHero .image-container img {
    height: 100vh;
    object-fit: cover;
    width: auto;
    display: inline-block;
  }
}
