/* Custom CSS Styles */



h1, h2, h3, h4, h5 {
  font-family: 'Anton', sans-serif;
  letter-spacing: 1px;
}

a {
  color: #c9c9c9;
}

a:hover {
  color: #ffffff;
}


.overlay {
  background-color: #000000;
  opacity: 0.8;
}

.masthead .masthead-bg {
  background-color: rgba(0, 0, 0, 0.8);
  /*background-image: url('../img/bg-image.jpg');*/
  background-size: cover;
  background-position: bottom right;
  opacity: 0.5;
}


.mastbox {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  padding-bottom: 3rem;
  z-index: 2;
}

.mastbox .mastbox-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 35rem;
  height: 100%;
  background-color: rgba(0, 46, 102, 0.8);
  transform: skewY(4deg);
  transform-origin: top left;
}

.mastbox .mastbox-bg {
  background-color: rgba(0, 0, 0, 0.8);
  /*background-image: url('../img/bg-image.jpg');*/
  background-position: top left;
  background-size: cover;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .mastbox {
    height: 100%;
    min-height: 0;
    width: 40.5rem;
    padding-bottom: 0;
  }
  .mastbox .mastbox-bg {
    min-height: 0;
    transform: skewX(-8deg);
    transform-origin: bottom left;
  }
  .mastbox .mastbox-content {
    padding-left: 3rem;
    padding-right: 10rem;
  }
  .mastbox .mastbox-content h1 {
    font-size: 3.5rem;
  }
  .mastbox .mastbox-content p {
    font-size: 1.3rem;
  }
}


.maststrip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  padding-bottom: 3rem;
  z-index: 5;
  text-align: center;
  color: #ffffff;
}


.maststrip .maststrip-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  min-height: 35rem;
  height: 100%;
  /*background-color: rgba(0, 46, 102, 0.8);*/
}


.maststrip .maststrip-bg {
  /*background-color: rgba(0, 0, 0, 0.8);*/
  /*background-image: url('../img/bg-image.jpg');*/
  background-position: top left;
  background-size: cover;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .maststrip {
    height: auto;
    min-height: 0;
    width: auto;
    padding-bottom: 0;
  }
  .maststrip .maststrip-bg {
    min-height: 0;
  }
  .maststrip .maststrip-content {
    padding-left: 3rem;
    padding-right: 10rem;
  }
  .maststrip .maststrip-content h1 {
    font-size: 3.5rem;
  }
  .maststrip .maststrip-content p {
    font-size: 1.3rem;
  }
}

.nslogo {
  width: 400px;
  margin-bottom: 30px;
}

.mainiconlink {
  font-size: 42px;
  color: #ffffff;
}