html {
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

nav.nav-my {
  background-color:#009688;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-fixed {
  position: fixed;
}

.intro-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  /*background-color: rgba(0, 0, 0, 0.0);*/
}

.errorlist {
  margin: 0;
}

input.error {
  border-bottom: 1px red solid;
}

.ourradio [type="radio"]:not(:checked), [type="radio"]:checked {
  position: unset;
  left: -9999px;
  opacity: 1;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: unset;
  left: -9999px;
  opacity: 1;
}

@media only screen and (min-width: 993px) {
  #intro-mobile {
    display: none;
  }
}

@media only screen and (max-width: 993px) {
  #intro {
    display: none;
  }
}

@media only screen and (max-width: 1330px) {
  #navoff {
    display: none;
  }
}

@media only screen and (min-width: 1330px) {
  #dropoff {
    display: none;
  }
}
