/* BRANDSTANDARDS

 BLUE: #0e5295
 GREEN: #57b925
 GRAY: #575757

*/

/* ----- GENERAL STUFF ----- */
.blue-title-bar {
  background-color: #0e5295;
  color: white;
  font-size: 32px;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  box-shadow: 0 2px 16px 6px rgba(3, 3, 3, 0.31);
  -webkit-box-shadow: 0px 2px 16px 6px rgba(3, 3, 3, 0.31);
  -moz-box-shadow: 0px 2px 16px 6px rgba(3, 3, 3, 0.31);
  margin-bottom: 30px;
}

.green-link-bar {
  background-color: #57b925;
  padding: 15px 0px;
  text-align: center;
}

.green-bar {
  background-color: #57b925;
  padding: 15px 0px;
  margin-bottom: 30px;
  color: white;
  width: 100%;
  font-weight: 700;
  font-size: 32px;
  background: url("/static/img/bg-next-link.png");
  border-radius: 10px;
}

.green-link-bar {
  display: block;
  font-size: 32px;
  background-color: #57b925;
  color: white;
  font-weight: 700;
}

.gt1 {
  font-size: 25px;
  font-weight: 700;
  color: #575757;
  padding: 30px 0px;
}
.gt2 {
  font-size: 20px;
  color: #575757;
}
.gt3 {
  font-size: 15px;
  color: #575757;
}

/* ----- HOME PAGE SPECIFIC ----- */
#home-bg-image {
  background-color: black;
  background-image: url("/static/images/home-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  padding-top: 40px;
  padding-bottom: 40px;
}

#home-hiw-title {
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 20px;
}
.home-hiw-section {
  background-color: #f8f8f8;
  color: #0e5295;
  text-align: center;
  font-weight: 600;
}
.home-video-section {
  margin: 20px 0px;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.home-video-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shoot-me {
  background-color: #0054a6;
  color: white;
  text-align: center;
  font-size: 19px;
  letter-spacing: 1px;
  height: 130px;
  line-height: 1.4;
  max-width: 500px;
  margin: 0 auto;
}
.shoot-me2 {
  font-size: 26px;
  font-weight: bold;
}

/* ----- SIGNUP PAGE ----- */
.blue-signup-link {
  background-color: #0e5295;
  padding: 15px 60px;
  color: white;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  font-weight: 700;
  border-radius: 0.25rem;
  letter-spacing: 1px;
}

.blue-signup-link:hover {
  text-decoration: none;
  color: white;
  background-color: darkblue;
}

.signup-text {
  font-style: italic;
  padding-bottom: 30px;
}

/* ----- REGISTRATION PAGE ----- */
.sign-up {
  max-width: 500px;
}

@media (min-width: 1200px) {
  #home-bg-image {
    font-size: 48px;
  }
  .green-link-bar a {
    font-size: 60px;
  }
}

@media (min-width: 1025px) {
  .extension-nav {
    display: none;
  }
  #home-hiw-title {
    font-size: 41px;
  }
  .home-hiw-section {
    padding: 30px 50px;
  }
}
