body {
  margin: 0;
  padding: 0;
  background: black;
  font-family: sans-serif;
}

@font-face {
  font-family: ONEDAY;
  src: url(./ONEDAY.ttf);
}

.landing-page {
  background: black;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  width: 100vw;
  min-width: 320px;
}
.landing-page .content-wrapper {
  text-align: center;
  display: block;
  position: relative;
  padding: 30px;
  left: 0;
  right: 0;
  background: rgba(40, 40, 40, 0.5);
  color: white;

  margin: 0 auto;
  max-width: 800px;
  min-height: 100vh;
  z-index: 20;
  opacity: 0.95;
}
.landing-page .content-limit {
  display: block;
  background: transparent;
  bottom: 0;
  left: 0;
  right: 0;

  max-width: 800px;
  margin: 0 auto;
  /* determines content flowing in bg */
  height: 55vw;
  /* determines extra space */
  margin-bottom: 12vw;
  z-index: 20;
}
.landing-page .bg-wrapper {
  position: relative;
  display: block;
  background: transparent;
}
.landing-page .backdrop-back,
.landing-page .backdrop-front {
  display: block;
  position: relative;

  width: 100vw;
  height: 74vw;
  width: 100%;
}

.landing-page .backdrop-back {
  z-index: 10;
  bottom: 0;
  margin-top: -74vw;
}
.landing-page .backdrop-front {
  z-index: 30;
  bottom: 0;
  margin-top: -74vw;
}

.landing-page .backdrop-front img,
.landing-page .backdrop-back img {
  width: 100vw;
}

.headerGraphic {
  display: block;
  position: relative;
  margin: -30px -30px 0px -30px;
}

.headerGraphic img {
  width: 100%;
  opacity: 0.5;
  margin-top: 4em;
}

.headerText {
  /*background: rgba(255, 255, 0, 0.5);*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  color: rgba(255, 255, 255, 0.749);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.title {
  color: #008b8b;
  font-family: "ONEDAY";
  letter-spacing: 2px;
  height: auto;
  margin-left: -6em;
  margin-top: -2.5em;
  margin-bottom: 1em;
  font-size: max(min(6vw, 50px), 17px);
  text-shadow: 2px 2px 4px #000000;
}

.subTitle {
  color: #daa520;
  font-family: "ONEDAY";
  letter-spacing: 2px;
  text-align: left;
  margin-left: 2em;
  margin-top: -0.1em;
  text-shadow: 2px 2px 4px #000000;
  font-size: max(min(6vw, 34px), 17px);
}

.slogan {
  text-align: right;
  color: rgba(255, 255, 255, 0.749);
	font-size: max(min(6vw, 20px), 17px);
  margin-bottom: 5em;
}

.info {
  margin: 4em auto;
  font-size: 22px;
	font-size: max(min(6vw, 22px), 17px);
  text-align: center;
}

.matchCodeImpact {
  color: #daa520;
	font-size: max(min(6vw, 34px), 17px);
  margin-top: 4em;
  font-family: "ONEDAY";
  letter-spacing: 2px;
}

.question {
  color: #008b8b;
}

.answer {
  color: rgba(255, 255, 255, 0.749);
}

.sourceCode a {
  text-decoration: none;
  color: #daa520;
	font-size: max(min(6vw, 20px), 17px);
}

.sourceCode {
  margin-top: 3em;
}

.email a {
  color: rgba(255, 255, 255, 0.749);
  font-size: max(min(6vw, 18px), 17px);
  text-decoration: none;
}

.email a:hover {
  color: #008b8b;
}

.sourceCode a:hover {
  color: #008b8b;
}

.imageWrapper {
  width: 100%;
  background: black;
  margin-top: 2em;
}
