#signUp,
#about,
#recentVideos,
#channel {
  margin-top: 45px;
}
#signUp .leftContent {
  max-height: 455px;
  background-color: #222125;
  width: 100%;
  -webkit-box-shadow: 2px 15px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 2px 15px 4px 0 rgba(0, 0, 0, 0.12);
}
#signUp .fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
#signUp .fill img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
#signUp .rightContent {
  margin-top: 10px;
  height: 395px;
  background-color: white;
  width: 100%;
  -webkit-box-shadow: 0 25px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 25px 4px 0 rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 370px;
}
#signUp .rightContent .paperBackground {
  -o-object-fit: cover;
  object-fit: cover;
}
#signUp .rightContent .headline {
  position: absolute;
  top: 35px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Permanent Marker', cursive;
  font-size: 40px;
  width: 75%;
  line-height: 40px;
}
#signUp .rightContent .subheadline {
  font-family: 'Architects Daughter', cursive;
  letter-spacing: 1px;
  text-align: center;
  width: 75%;
  font-size: 21px;
  line-height: 25px;
  padding-top: 5px;
}
#signUp #signUpForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 75%;
}
#signUp #signUpForm .form-group {
  margin: 0;
  padding: 0;
}
#signUp #signUpForm input[type='text'] {
  font-size: 14px;
  margin: 8px 0 15px;
  border: 0;
  border-bottom: 1px solid #e3e3e3;
}
#signUp #signUpForm input[type='text']:focus {
  outline-width: 0;
}
#signUp #signUpForm input[name='timestamp'] {
  display: none;
}
#signUp #signUpForm .buttonContainer {
  position: relative;
}
#signUp #signUpForm .signUpText {
  position: absolute;
  top: 10px;
  text-align: center;
  font-family: 'Permanent Marker', cursive;
  font-size: 35px;
  color: white;
  width: 100%;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
#signUp #signUpForm .help-block {
  display: none;
  font-size: 10px;
  margin-top: -5px;
  color: #911;
}
#about {
  background-color: #f9fafb;
  padding: 45px;
  -webkit-box-shadow: 2px 15px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 2px 15px 4px 0 rgba(0, 0, 0, 0.12);
}
#about .headline {
  position: absolute;
  top: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Permanent Marker', cursive;
  font-size: 3.3em;
  line-height: 40px;
  padding-left: 5px;
}
#about .yellowMarker {
  width: 79%;
  margin-top: 20px;
}
#about .aboutText {
  padding-top: 28px;
  font-size: 1.2em;
  line-height: 2em;
}
#about .stickyLogo {
  position: sticky;
  top: 15px;
}
#recentVideos .headline {
  position: absolute;
  top: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Permanent Marker', cursive;
  font-size: 3.3em;
  line-height: 40px;
  padding-left: 5px;
}
#recentVideos .greenMarker {
  width: 35%;
  margin-top: 15px;
}
#recentVideos .recentVideosRow {
  padding-top: 25px;
}
#recentVideos .recentVideoItem {
  color: #000;
}
#recentVideos .recentVideoItem:hover {
  text-decoration: none;
}
#recentVideos .recentVideoImg {
  width: 100%;
}
#recentVideos .recentVideoText {
  font-family: 'Architects Daughter', cursive;
  letter-spacing: 1px;
  text-align: left;
  font-size: 24.5px;
  line-height: 35px;
  padding-top: 10px;
}
#channel {
  margin-bottom: -65px;
}
#channel .visitChannelText {
  position: absolute;
  top: 0;
  text-align: center;
  font-family: 'Permanent Marker', cursive;
  font-size: 3.3em;
  color: white;
  width: 100%;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.12);
  top: 10%;
}
#channel .buttonContainer {
  display: block;
  position: relative;
  max-width: 400px;
}
@media (max-width: 991.98px) {
  #recentVideos .recentVideosRow .recentVideoItem:not(:first-child) {
    margin-top: 25px;
  }
  #recentVideos .headline {
    font-size: 2.3em;
  }
  #channel .visitChannelText {
    font-size: 2.3em;
    top: 20%;
  }
  #signUp .leftContent {
    max-height: 400px;
  }
  #signUp .leftContent img {
    display: block;
    max-width: 100%;
    max-height: 400px;
    width: auto;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  #signUp .leftContent {
    max-height: 300px;
  }
  #signUp .leftContent img {
    display: block;
    max-width: 100%;
    max-height: 300px;
    width: auto;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  #about .headline {
    font-size: 2.2em;
  }
  #about .yellowMarker {
    width: 100%;
    margin-top: 18px;
  }
  #signUp,
  #about,
  #recentVideos,
  #channel {
    margin-top: 65px;
  }
  #recentVideos .greenMarker {
    width: 82%;
    margin-top: 15px;
  }
}
@media (min-width: 576px) {
  #about .headline {
    font-size: 2.5em;
  }
  #about .yellowMarker {
    width: 100%;
    margin-top: 18px;
  }
  #recentVideos .greenMarker {
    width: 75%;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  #about .headline {
    font-size: 3.3em;
  }
  #about .yellowMarker {
    width: 89%;
    margin-top: 20px;
  }
  #recentVideos .greenMarker {
    width: 55%;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  #about .headline {
    font-size: 3.3em;
  }
  #about .yellowMarker {
    width: 96%;
    margin-top: 20px;
  }
  #signUp,
  #recentVideos,
  #channel {
    margin-top: 45px;
  }
  #about {
    margin-top: 55px;
  }
  #recentVideos .greenMarker {
    width: 40%;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  #signUp,
  #recentVideos,
  #channel {
    margin-top: 45px;
  }
  #about {
    margin-top: 55px;
  }
  #about .headline {
    font-size: 3.3em;
  }
  #about .yellowMarker {
    width: 79%;
    margin-top: 20px;
  }
  #recentVideos .greenMarker {
    width: 35%;
    margin-top: 15px;
  }
}
