html {
  scroll-padding-top: 80px;
}

body {
  background-color: #080808;
  color: rgba(255, 255, 255, 0.8);
}

.masthead {
  height: 52vh;
  min-height: 400px;
  margin-top: 66px;
  background-image: url("img/esilla-mainostaulu-banneri.jpg");
  background-size: cover;
  background-position: center top 45%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 993px) {
  .masthead {
    height: 40vh;
    min-height: 200px;
  }
}

.brand-green {
  color: #afd136;
}
