/* Welcome */

.welcome {
  margin-top: 23vh;
  float: left;
  width: 100%;
  height: 70vh;
}

.welcome h1 {
    margin: 0;
    color: hsla(0, 0%, 90%, 1);
    font-size: 70px;
    text-shadow: 4px 4px 15px black;
}

.welcome div {
    display: inline-block;
    width: 800px;
    color: hsla(0, 0%, 90%, 1);
    font-weight: bold;
    font-size: 18px;
}

.welcome .button {
  display: inline-block;
  margin-top: 30px;
  width: 220px;
  padding: 5px 0;
  border-width: 2px;
}

@media only screen and (max-width: 1200px) {
  .welcome {
    margin-top: 80px;
    margin-bottom: 25vh;
  }
  .welcome h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .welcome div {
    padding: 0 4%;
    width: 92%;
    font-size: 19px;
  }
}

.welcome .welcome_bar {
  display: inline-block;
  width: 100px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-top: 2px solid white;
}

.welcome input[type='email'] {
  width: 300px;
  background: hsla(0, 0%, 0%, 0.53);
}

.welcome input[type='submit'] {
  width: 120px;
}

@media only screen and (max-width: 1200px) {
  .welcome input[type='email'] {
    width: 100%;
  }

  .welcome input[type='submit'] {
    width: 100%;
  }
}

/* Video */

.welcome_video {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 40vh;
  margin-bottom: 200px;
  height: 80vh;
}

.welcome_video div {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.welcome_video iframe {
  width: 800px;
  height: 409px;
  border: 2px solid white;
}

@media only screen and (max-width: 1200px) {
  .welcome_video {
    margin-top: 350px;
    margin-bottom: 130px;
    height: auto;
  }
  .welcome_video iframe {
    margin: 4%;
    width: 90%;
    height: 50vw;
  }
}
