body {
  font-size: 1.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%2300000' fill-opacity='0.05' %3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: -5px -5px;
}

.banner-video-container {
  position: relative;
  height: 250px;
  max-height: 250px;
}

#banner-video {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}

#banner-text {
  position: absolute;
  top: 75%;
  right: 6%;
  font-size: 3.5rem;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
    'Lucida Sans', Arial, sans-serif;

  font-style: italic;
}

#logo-container {
  display: flex;
  width: 100%;
  max-height: 112px;
  max-width: 560px;

  background-color: white;
  -moz-transform: skew(-45deg);
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  border-bottom: 1px solid rgba(var(--shadow-colour), 0.132);
  border-right: 1px solid rgba(var(--shadow-colour), 0.132);
}

#logo-container {
  margin-left: -7rem;
}

#logo {
  margin-left: 5rem;
  -moz-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

#menu-container {
  max-height: 112px;
  height: 112px;
  width: 112px;
  margin-left: auto;
  background-color: white;
  border-bottom: 1px solid rgba(var(--shadow-colour), 0.132);
}

#menu-container:before {
  content: '';
  position: absolute;
  max-height: 112px;
  height: 112px;
  width: 112px;
  top: 0rem;
  right: 5.6rem;
  background-color: white;
  -moz-transform: skew(-45deg);
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: -1;
  border-left: 1px solid rgba(var(--shadow-colour), 0.132);
  border-bottom: 1px solid rgba(var(--shadow-colour), 0.132);
}

.menu {
  font-weight: bold;
}

.menu > summary {
  border-bottom: 2px solid white;
}

.menu[open] > summary {
  border-bottom: 2px solid black;
}

.top-bar {
  margin-top: -1px;
}

.link-bar {
  font-weight: normal;
}

.link-bar a {
  display: inline-block;
  width: 100%;
  font-size: 1.8rem;
  color: black;
  background-color: white;
  border: 0.5px solid white;
}

.link-bar a:active {
  border: 1px solid black;
}

.w-auto {
  max-width: fit-content;
}

.services-summary {
  gap: 10rem !important;
}

.services-summary section:nth-child(even) {
  margin-left: auto;
}

img {
  border-radius: 4px;
}

.text-container {
  max-width: 70%;
}

label {
  font-size: 1.8rem !important;
  line-height: 0;
}

.form-text {
  height: 160px;
  resize: vertical;
}

.send {
  align-self: flex-start;
}

.hidden {
  display: none !important;
}

#email-error {
  margin-top: -2rem !important;
  margin-bottom: 1.5rem !important;
}

#question-error {
  margin-top: -1rem !important;
  margin-bottom: 1.5rem !important;
}

#captcha-error {
  margin-top: -1rem !important;
}

#question {
  padding-top: 0.4rem;
}

.contact-form-container {
  position: relative;
  overflow: hidden;
}

.success-notification {
  height: 100%;
  border-radius: 4px;
}

.contact-form-container {
  display: flex;
  flex-direction: column;
}

.contact-form-container > * {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

.contact-container span > * {
  display: none;
}

label > span {
  display: none;
}

#contact-form {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

.top-bar-small-screen {
  display: none !important;
  box-shadow: 0 1.6px 3.6px 0 rgba(var(--shadow-colour), 0.132),
    0 0.3px 0.9px 0 rgba(var(--shadow-colour), 0.108);
}

#contact {
  position: relative;
}
label[for='accept'],
#accept {
  visibility: hidden;
}

@media (max-width: 1400px) {
  .w-75 {
    width: 90% !important;
    max-width: 90% !important;
    min-width: 90% !important;
  }
}
@media (max-width: 1200px) {
  .footer-columns {
    justify-content: space-between;
  }

  .footer-columns > div:first-child {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
  }

  .footer-columns > div:nth-child(2) {
    width: 48% !important;
    max-width: 48% !important;
    min-width: 48% !important;
  }

  .footer-columns > div:last-child {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

@media (max-width: 1100px) {
  #banner-text {
    position: absolute;
    top: 60%;
    right: 6%;
    font-size: 3.5rem;
  }
}
@media (max-width: 860px) {
  .w-75 {
    width: 95% !important;
    max-width: 95% !important;
    min-width: 95% !important;
  }
}
@media (max-width: 810px) {
  .footer-columns {
    flex-direction: column;
  }

  .footer-columns > div:first-child {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
  }

  .footer-columns > div:nth-child(2) {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
  }

  .footer-columns > div:last-child {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
  }
}

@media (max-width: 780px) {
  #banner-text {
    position: absolute;
    top: 50%;
    right: 6%;
    font-size: 3.5rem;
  }

  .banner-video-container {
    position: relative;
    height: 150px;
    max-height: 150px;
  }
}

@media (max-width: 680px) {
  .top-bar {
    display: none !important;
  }

  .top-bar-small-screen {
    display: flex !important;
  }
}

@media (max-width: 620px) {
  .w-75 {
    width: 99% !important;
    max-width: 99% !important;
    min-width: 99% !important;
  }
}

@media (max-width: 460px) {
  #banner-text {
    position: absolute;
    top: 40%;
    right: 6%;
    font-size: 3.5rem;
  }

  .banner-video-container {
    position: relative;
    height: 100px;
    max-height: 100px;
  }
}

@media (max-width: 380px) {
  #banner-text {
    position: absolute;
    top: 35%;
    right: 6%;
    font-size: 3rem;
  }
}

@media (max-width: 320px) {
  #banner-text {
    position: absolute;
    top: 20%;
    right: 6%;
    font-size: 2.5rem;
  }

  .contact-container {
    font-size: 1.6rem;
  }
}

@media (max-width: 270px) {
  #banner-text {
    position: absolute;
    top: -10%;
    left: 6%;
    font-size: 2.5rem;
  }
}
