body {
  font-family: 'Roboto', sans-serif;
}

a {
  cursor: hand;
  font-weight: 400;
}

h1, h2 {
  color: #757575;
  font-weight: 400;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

::-moz-selection {
  background: rgba(0, 121, 107, 0.25);
}

::selection {
  background: rgba(0, 121, 107, 0.25);
}

.wrapper-active {
  background-image: url("./beach_blur.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  transition: .2s linear all;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  text-align: center;
  display: inline-block h2;
  margin-top: 0px;
}

.wrap-inner-cover {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 0;
  margin: 30pt auto;
  height: 550px;
  left: 0;
  right: 0;
  overflow: hidden;
}

a {
  color: white;
  text-decoration: underline;
}

.wrapper-active h2, .wrapper-active span, .wrapper-active h1 {
  color: white;
}

.wrapper-active h2 {
  padding-bottom: 25px;
}

.wrapper-active .display-1 {
  font-weight: 400;
  font-size: 6rem;
  line-height: 1.2;
}

.wrapper-active .display-4 {
  font-size: 3.5rem;
  font-weight: 300 !important;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

.redirect {
  display: none;
}

@media (max-height: 530px) {
  .wrap-inner-cover {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}