html {
  height: 100%;
}

body {
  min-height: 100%;
}

#fullpage {min-height: 100%;}

#graphicSection::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/assets/landing/images/tensorwheel.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.landingBox {
  background-color: #fff;
  border-radius: 25px;
  border: solid 5px #939598;
  color: #009ec8;
}

.landingBox a {color: #009ec8;}

:hover.landingBox {
  background-color: #009ec8;
  color: #fff;
  cursor: pointer;
}

:hover.landingBox a {color: #fff; text-decoration: none;}



@media (min-width: 768px) {
  #graphicSection {
    height: 80vh;
  }

  #landingFooter {
    height: 20vh;
  }
}