body {
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: inherit;
  font-style: normal;
}

*:not(.fab, .fa, .fa-brands) {
  font-family: "Inter", sans-serif !important;
}

.govuk-main-wrapper {
  margin-top: 0;
}

.govuk-header {
  font-weight: 700;
}

@media (max-width: 408px) {
  .header-tractor .trailer1 {
    display: none;
  }
}

@media (max-width: 375px) {
  .header-tractor .trailer2 {
    display: none;
  }
}

@media (max-width: 330px) {
  .header-tractor {
    display: none;
  }
}

@media (max-width: 285px) {
  .shuttlevan {
    display: none;
  }
}

.govuk-notification-banner.alert {
  margin-bottom: 0;
}

.govuk-\!-width-smol {
  width: 10% !important;
}

h1 svg {
  margin-right: 8px;
}


.notif-banner-red {
  border: 5px solid #d4351c;
  background-color: #d4351c;
}
.notif-banner-blue {
  border: 5px solid #1d70b8;
  background-color: #1d70b8;
}
.govuk-notification-banner__content > * {
	max-width: 100% !important;
}

.disruption-banner {
  display: none;

  margin-top: 1em;
  margin-bottom: 0.5em;
}

.disruption-banner.show {
  display: block;
}

.disruption-banner .timeago {
  color: gray;
  font-size: 14px;
}

.govuk-notification-banner__content p.govuk-notification-banner__heading {
  margin-bottom: 0;
}
.govuk-notification-banner__content p.govuk-notification-banner__heading:not(:last-child) {
  margin-bottom: 8px;
}

.orange {
  color: #D5672D;
}

.blue {
  color: blue;
}

.purple {
  color: #5E00D8;
}

.red {
  color: #e62a0e;
}

.green {
  color: #0a9e59;
}

.wa-green {
  color: #24D366;
}

.pink {
  color: #ee5396;
}

.yellow {
  color: #f1c21b;
}

.silver {
  color: #7c7b7b
}

.brand-purple {
  color: #6929c4
}

.adblue {
  color: #027DD8
}

.darkgreen {
  color: darkgreen;
}

.imgbox {
  display: grid;
  height: 100%;
}

.center-fit {
  max-width: 100%;
  max-height: 100vh;
  margin: auto;
}

.embed-container {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* 

Marquee hehehehe

*/

#maindiv {
  overflow: hidden;
  white-space: nowrap;
}

#div1 {
  display: inline-block;
  animation: marquee 10s linear infinite;
  width: 100%;
}

#div2 {
  display: inline-block;
  animation: marquee2 10s linear infinite;
  animation-delay: 5s;
  width: 100%;
}

@keyframes marquee {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes marquee2 {
  from {
    transform: translateX(-200%);
  }

  to {
    transform: translateX(0%);
  }
}
