body {
  background-color: #eeeee0;
  color: #1d1d1b;
  font-weight: 300;
  overflow-x: hidden;
  font-size: 1.25em;
  margin: 0;
  font-family: "zalando";
}

@font-face {
  font-family: "zalando";
  src: url("/fonts/ZalandoSans[wdth\,wght].ttf");
  font-weight: 125 950;
  font-stretch: 75% 125%;
  font-style: normal;
}

h1 {
  font-size: calc(min(7vw, 7vh));
  margin-top: 2vh;
  background: #f91616;
  color: #eeeeee;
  padding: 8px calc(min(2.8vw, 2.8vh));
  font-family: "zalando";
  font-weight: 900;
  font-stretch: 80%;
  flex: none;
  margin-bottom: 2.5vh;
}

.main {
  background-image: url('/img/background.png');
  background-size: calc(max(150vw, 150vh));
  background-position: center;
  min-height: 90vh;
  margin-top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 11vh;
}

.main p,
.main ul,
.main li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

video {
  max-height: 45vh;
}

.video-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh
}

.main>div {
  width: 80vw;
  margin: auto;
  margin-top: 5vh;
  background-color: #f9c900;
  padding: calc(min(3vw, 3vh));
}

.main>div>div:not(.video-center) {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 4em;
}

.main div a {
  font-weight: 500;
  font-stretch: 90%;
  text-align: center;
  height: 1.25em;
  padding: 0.5em 0.75em;
  color: #eeeeee;
  border-radius: 0.75em;
  text-decoration: none;
}

footer div.centered {
  width: calc(100vw - 18vh);
  text-align: center;
}


footer {
  position: fixed;
  bottom: 0;
  background-color: #7b13d6;
  height: 10vh;
  font-size: 2vh;
  padding: 0.5vh 1vw;
  font-weight: 650;
  font-stretch: 90%;
  width: 98vw;
  color: #eeeee0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

footer div {
  width: calc(16vh + 0.5vw);
}

footer img {
  height: 8vh;
  justify-self: end;
  margin-right: 0.5vw;
}

.padding-left {
  width: calc(16vh + 0.5vw);
}

a {
  color: wheat
}

a:visited {
  color: #f9a616;
}


.padding-left a {
  font-size: 1.5vh;
  line-height: 1.5vh;
  font-weight: 400;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;

}


@media (max-width: 1200px) {
  .long {
    display: none;
  }

}

.red {
  background-color: #f91616;
}

.green {
  background-color: #44ac58;
}

.purple {
  background-color: #7b13d6;
}

@media (max-width: 1200px) {
  .main>div>div:not(.video-center) {
    flex-direction: column;
    height: 8em;
  }

}