#body {
}

#main {
  background-color: #FFF;
  padding-bottom: 0;
}

#main .splash {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 365px;
  /*min-height: 575px;*/
  /*max-height: 90vh;*/
}

#main .splash-top {
  position: absolute;
  z-index: 1;
  background-image: url(../../imgs/splash-vertical-top.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 70%;
  /*min-height: 375px;*/
  /*min-height: 257px;*/
}

#main .splash-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 45%;
  z-index: 0;
  background-image: url(../../imgs/splash-bottom.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  background-color: black;
}

.menu-link {
    background-image: url(../../imgs/menu-icon.png);
}

@media (min-width: 48em) {
  #main .splash-top {
    background-image: url(../../imgs/splash-big-top.png);
    /*min-width: 538px;*/
    /*min-height: 257px;*/
  }
  #main .splash-bottom {
    min-height: 55%;
  }
}
