/* Styles for the home page */
.valign {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.valign-1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .valign-1 {
    position: relative;
    padding: 0;
  }
}
.halign {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.vhalign {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.offRight {
  left: 100%;
}
/* Intro content */
@media only screen and (max-width: 1200px) {
  .iceIntro {
    top: 84px !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.iceIntro a {
  text-decoration: none;
}
.iceIntro__paragraph p {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.iceIntro__content {
  padding-right: 120px;
}
@media only screen and (max-width: 992px) {
  .iceIntro__content {
    padding-right: 0;
  }
}
.iceIntro__content__text {
  line-height: 0.75em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media only screen and (max-width: 992px) {
  .iceIntro__content__text {
    font-size: 4rem;
  }
}
@media only screen and (max-height: 850px) {
  .iceIntro__content__text {
    font-size: 4rem;
  }
}
.iceIntro__content:hover .iceIntro__content__hover {
  width: 100%;
}
.iceIntro__content__hover {
  width: 0;
  bottom: 7px;
  background: #FFD500;
  height: 30px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 992px) {
  .iceIntro__content__hover {
    display: none;
  }
}
.iceIntro__content__hover__text {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}
