#home .tablet-only {
  display: none; }

#home .mobile-only {
  display: none; }

#home #splash {
  display: flex;
  cursor: default; }
  #home #splash #image-wrapper {
    height: 110vh;
    width: calc(1178/2928 * 110vh); }
    #home #splash #image-wrapper img {
      height: 110vh;
      width: calc(1178/2928 * 110vh); }
  #home #splash > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: DanteMTTitling;
    text-align: center; }
    #home #splash > div h1 {
      font-size: 13vw;
      font-weight: normal;
      margin: 0; }
    #home #splash > div h2 {
      font-size: 4.7vw;
      font-weight: normal;
      margin: 5vh 0 5.4vh; }
      #home #splash > div h2::selection {
        color: white; }
    #home #splash > div h3 {
      font-size: 17vw;
      font-weight: normal;
      margin: 0;
      line-height: 90%; }
    #home #splash > div ::selection {
      color: #ff002e; }

#home .items {
  justify-content: space-around;
  padding: 3.6vh 2vw 2.7vh;
  font-family: DanteMTTitling;
  font-size: 2vw; }
  #home .items a {
    margin: 0; }

/*# sourceMappingURL=home.sass.css.map */