* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white !important;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

a,
a:link,
a:visited,
a:active {
  text-decoration: inherit;
  color: inherit;
}

@font-face {
  font-family: "Bernard MT Condensed Regular";
  src: url("../fonts/BernardMTCondensed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.zuppi-landing-page {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a7001b;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  z-index: 99999;
  overflow: hidden;
}

.zuppi-landing-page * {
  font-family: "Bernard MT Condensed Regular" !important;
  font-weight: normal !important;
  all: inital;
}

.zuppi-shadowed {
  -webkit-filter: drop-shadow(5px 5px 25px rgba(0, 0, 0, 0.5));
  filter: url(#drop-shadow);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#444')";
}

.zuppi-image {
  position: absolute;
  top: 70%;
  left: 40%;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .zuppi-image {
    opacity: 0.7;
  }
}

.zuppi-image:nth-of-type(1) {
  top: 10%;
  left: 25%;
}

.zuppi-image:nth-of-type(2) {
  top: 45%;
  left: auto;
  right: 60%;
}

.zuppi-image:nth-of-type(3) {
  top: 25%;
  left: auto;
  right: 40%;
}

.zuppi-landing-title {
  text-align: right;
  padding-top: 35vh;
  padding-right: 10%;
  font-size: 2rem;
  z-index: 5;
  line-height: 1.9em;
  position: relative;
}
@media only screen and (max-height: 900px) {
  .zuppi-landing-title {
    padding-top: 5vh;
  }
}
@media only screen and (max-width: 1100px) {
  .zuppi-landing-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .zuppi-landing-title {
    font-size: 5vw;
  }
}

.zuppi-landing-title * {
  margin-top: 0;
  margin-bottom: 0.2em;
}

#zuppi-continue-button {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4em;
  height: 4em;
  border: 4px solid white;
  border-radius: 100%;
}
#zuppi-continue-button > div {
  position: relative;
  width: 0;
  height: 0;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1.5em solid white;
  top: 0.7em;
  left: 1.2em;
}