@font-face {
  font-family: Impact;
  src: url(/fonts/impact/impact.ttf);
}

.orange {
  color: #ffa700;
}

.violet {
  color: #a034dd;
}

.blue {
  color: #3f84e2;
}

.text-grey {
  color: #777777;
}

.text-red {
  color: #b50000;
}

.bg-black {
  background: #000;
}

.impact {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.fialla {
  font-family: 'Fjalla One', sans-serif;
}

html {
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth;
}

body {
  background-image: url("/img/background.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-size: 14px;
}

img {
  max-width: 100%;
}

nav a:hover {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.box {
  background-color: #fff;
  border-top: solid .3rem;
}

.box i {
  font-size: 4rem;
}

.box .nolimit {
  font-size: 1.5rem;
  font-weight: 500;
}

.box-orange {
  border-top-color: #ffa700;
}

.box-orange i {
  color: #ffa700;
}

.box-violet {
  border-top-color: #a034dd;
}

.box-violet i {
  color: #a034dd;
}

.box-blue {
  border-top-color: #3f84e2;
  border-top-width: .6rem;
}

.box-blue i {
  color: #3f84e2;
}

.box span {
  font-weight: bold;
}

.box ul {
  color: grey;
  font-weight: lighter;
}

.slogan h1 {
  font-size: 4rem;
  line-height: 2.5rem;
}

.slogan h1 span {
  font-size: 1rem;
}

.form-control {
  background-color: transparent;
  color: #fff;
  border-radius: 0;
}

.btn {
  border-radius: 0;
  color: #fff;
  padding: 0.75rem 1.5rem;
}

.btn:hover {
  color: #fff;
}

.btn-orange {
  background-color: #ffa700;
}

.btn-blue {
  background-color: #3f84e2;
}

.btn-violet {
  background-color: #a034dd;
}

.form-box {
  background: rgba(0, 0, 0, 0.59);
  border: solid 0.25rem #fff;
}

.nav-tabs.nav-link {
  border-radius: 0 !important;
}

.promotion {
  font-size: 4rem;
}

#top {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
}

@media (max-width: 991px) {
  body {
    font-size: 12px;
  }
  .boxes,
.testuj {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slogan h1 {
    font-size: 2rem;
  }
  .promotion {
    font-size: 2rem;
  }
  .menubar i {
    font-size: 3rem;
  }
  .testuj i {
    margin-bottom: 2rem;
  }
  video {
    display: none;
  }
  #top {
    position: relative;
  }
}
