@charset "utf-8";

:root {
  --primary: #00a0ff;
  --secondary: #002040;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #000000;
  overflow-x: hidden;
}
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
a {
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
  font-weight: bolder;
}
a:hover {
  color: white;
}

.kolstatus {
  padding-top: 150px;
}

.kolstatus iframe {
  min-height: 540px;
}

iframe.kol-embed-page-frame-389224, iframe.kol-embed-page-frame-389226 {
  max-height: 50px;
}

/* MOBILE ADJUSTMENTS */

@media only screen and (max-width: 1494px) {
  .kolstatus {
    padding-top: 80px !important;
  }
  .kolstatus iframe {
    min-height: 360px;
  }
}

@media only screen and (max-width: 927px) {
  .kolstatus iframe {
    min-height: 100svh;
  }
}
