#navbar {
  top: 0;
  transition: all 0.5s;
  z-index: 9999;
}

body {
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #fff;
}

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}

.megamenu-bg {
  background-color: #c0c0c0;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
}

.statement-bg {
  background-color: rgba(255,255,255,0.75);
}

.statement {
  position: relative;
}

@media (min-width: 992px) {
  .statement {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
  }
}

.h1, h1 {
  font-size: 32px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .h1, h1 {
    font-size: 46px;
  }
}

.h2, h2 {
  font-size: 24px;
  font-weight: 700;
}

.h4, h4 {
  font-size: 20px;
}

.h4, h4 {
  font-size: 18px;
}

@media (min-width: 992px) {
  .h2, h2 {
    font-size: 30px;
  }
}

.att-text {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
}

@media (min-width: 768px) {
  .att-text {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .att-text {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  .att-text {
    font-size: 58px;
  }
}

.why-text {
  font-size: 16px;
}

@media (min-width: 768px) {
  .why-text {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .why-text {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .why-text {
    font-size: 28px;
  }
}

.text-lt-blue {
  color: #00bde7;
}

.text-md-blue {
  color: #0075ff;
}

.text-dk-blue {
  color: #0020c9;
}

.bg-lt-blue {
  background-color: #00bde7;
}

.bg-md-blue {
  background-color: #0075ff;
}

.bg-dk-blue {
  background-color: #0020c9;
}

.bg-dkst-blue {
  background-color: #000e56;
}

.bg-red {
  background-color: #770000;
}

@media (min-width: 576px) {
  .arrow {
    transform: rotate(-90deg);
  }
}

.order-text {
  font-size: 18px;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .order-text {
    font-size: 20px;
  }
}

.order-text-lg {
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .order-text-lg {
    font-size: 22px;
  }
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,0.3)!important;
}

