/****************GLOBAL STYLES****************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  height: 100%;
  position: relative;
  color: white;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: 'Nunito', sans-serif;
}

a {
  text-decoration: none;
  color: white;
}

/****************START PAGE****************/
body.purple-bg {
  background-color: #bf84ba;
}

.banner {
  background-image: url("../images/lake-bg2.png");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clear: none;
  z-index: 0;
}

.banner:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fdb3b2), to(transparent));
  background: linear-gradient(to top, #fdb3b2, transparent);
  z-index: 4;
}

.banner .settings {
  background-color: #0a0016;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 70%;
  z-index: 5;
  position: fixed;
  border-radius: 3em;
  display: none;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 4em;
}

.banner .settings h2 {
  font-size: 3em;
}

.banner .settings .button {
  width: 40%;
  margin: 0.75em 30%;
}

.banner .settings .exit-icon {
  width: 2em;
  height: 2em;
  position: absolute;
  top: 2em;
  right: 2em;
}

.banner .button {
  border: 2px solid currentColor;
  border-radius: 3rem;
  overflow: hidden;
  padding: 0.75rem 1.75rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: .2s transform ease-in-out;
  transition: .2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
}

.banner .button::after {
  background-color: white;
  border-radius: 3rem;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-100%, 0) rotate(10deg);
          transform: translate(-100%, 0) rotate(10deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: .2s transform ease-out;
  transition: .2s transform ease-out;
  will-change: transform;
  z-index: -4;
}

.banner .button:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.banner .button:hover {
  border: 2px solid transparent;
  color: #bf84ba;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  will-change: transform;
}

.banner .nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
  padding: 2.5em 4.5em 2.5em 3em;
}

.banner .nav-bar img {
  width: auto;
  height: 3em;
}

.banner .nav-bar .settings-icon:hover {
  -webkit-animation: spin 6s infinite linear;
          animation: spin 6s infinite linear;
  cursor: pointer;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.banner h1 {
  font-size: 350%;
  font-weight: normal;
  text-align: center;
  padding-top: 5%;
}

.banner .synopsis {
  padding: 0.5vh 30vw 10vh 30vw;
  text-align: center;
}

.banner .scroll-down {
  margin: auto;
  text-align: center;
  color: #E8E8F7;
  position: relative;
}

.banner .scroll-down h3 {
  padding-top: 0.25em;
  font-size: 1em;
  font-weight: lighter;
}

.banner .scroll-down img {
  width: 2.5em;
  height: 1.5em;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.banner .scroll-down img:hover {
  -webkit-transform: translate(0em, 0.3em);
          transform: translate(0em, 0.3em);
}

.banner .scroll-down img:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/****************INSTRUCTIONS****************/
.content {
  height: 100%;
  padding: 1em 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdb3b2), color-stop(#de899c), to(#bf84ba));
  background: linear-gradient(to bottom, #fdb3b2, #de899c, #bf84ba);
}

.content h2 {
  font-size: 3em;
  font-weight: 400;
  text-align: center;
  margin-top: 0.5em;
}

.content .instructions {
  padding: 1em 5em 1em 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .instructions .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.content .instructions img {
  width: 80%;
}

.content .instructions .middle-col {
  margin: 0 3vw;
  width: 40%;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.content .instructions .middle-col li {
  padding-bottom: 0.5em;
  list-style-type: none;
  text-align: justify;
}

.content .instructions .id-card {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  border-radius: 1em;
}

.content .begin-button {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid currentColor;
  border-radius: 3rem;
  overflow: hidden;
  font-size: 1.5rem;
  padding: 0.75rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: .2s transform ease-in-out;
  transition: .2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
  margin: auto;
}

.content .begin-button::after {
  background-color: white;
  border-radius: 3rem;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transform: translate(-200%, 0) rotate(10deg);
          transform: translate(-200%, 0) rotate(10deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: .2s transform ease-out;
  transition: .2s transform ease-out;
  will-change: transform;
  z-index: -5;
}

.content .begin-button:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.content .begin-button:hover {
  border: 2px solid transparent;
  color: #bf84ba;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  will-change: transform;
}
/*# sourceMappingURL=style.css.map */