/*
#202337
#aa61eb #933EE0
#00ffb0 #C2FFED
#ff16a3
#f2f0dc
#fee06e
*/

body {
  font-family: 'Lato', sans-serif !important;
  background-image: url("../images/bg.jpg");
  padding-bottom: 10px;
  border-bottom: solid 6px #ff16a3;
}

#header {
  background: linear-gradient(
    230deg,
    rgba(255, 255, 255, 0) 8%, #aa61eb 8%,
    #933EE0 12%, #ff16a3 12%,
    #ff16a3 12.5%, rgba(255, 255, 255, 0) 12.5%,
    rgba(255, 255, 255, 0) 13%, #202337 13%,
    #202337 15%, rgba(255, 255, 255, 0) 15%,
    rgba(255, 255, 255, 0) 18%, #00ffb0 18%,
    #00ffb0 19%, #aa61eb 19%,
    #933EE0 22%, rgba(255, 255, 255, 0) 22%,

    rgba(255, 255, 255, 0) 78%, #aa61eb 78%,
    #933EE0 82%, #ff16a3 82%,
    #ff16a3 82.5%, rgba(255, 255, 255, 0) 82.5%,
    rgba(255, 255, 255, 0) 83%, #202337 83%,
    #202337 85%, rgba(255, 255, 255, 0) 85%,
    rgba(255, 255, 255, 0) 88%, #00ffb0 88%,
    #00ffb0 89%, #aa61eb 89%,
    #933EE0 92%, rgba(255, 255, 255, 0) 92%

  ), url("../images/home_bg.png") no-repeat center center fixed;
  background-size: cover;
  text-align: center;
  margin: 0px auto;
  padding: 40px 20px 140px;
}

#header .pretitle {
  color: #f2f0dc;
  max-width: 500px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  text-shadow: 0px 0px 3px #202337;
}

#header .posttitle {
  color: #f2f0dc;
  max-width: 700px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.6;
  text-shadow: 0px 0px 3px #202337;
}

#header .title {
  padding: 10px;
  margin: 0px;
  line-height: 1;
  text-shadow: 3px 3px #202337;
  text-align: center;
}

#header .title .link {
  font-size: inherit;
  width:100%;
  display: inline;
  color: #00ffb0;
  max-width: 600px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

@media all and (min-width: 1580px) {
  #header .title {
    font-size: 230px;
  }
}

@media all and (min-width: 1280px) and (max-width: 1579px){
  #header .title {
    font-size: 200px;
  }
}

@media all and (max-width: 1279px) and (min-width: 960px) {
  #header .title {
    font-size: 150px;
  }
}

@media all and (max-width: 959px) and (min-width: 600px) {
  #header .title {
    font-size: 16vw;
  }
}


@media all and (max-width: 599px) and (min-width: 50px) {
  #header .title {
    font-size: 16vw;
  }
}

#subscribe {
  background-color: #fff;
  max-width: 960px;
  margin: -6rem auto 0;
  border-bottom: 5px solid #ff16a3;
  padding: 10px;
}

#subscribe form {
  margin: 0;
}

#subscribe .price {
  height: 100%;
  border-right: 1px solid #d3d3d3;
  text-align: center;
  padding: 20px;
}

#subscribe .price p {
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0px;
}

#subscribe .price p .currency {
  font-size: 26px;
  vertical-align: text-bottom;
}

#subscribe .price p .dollars {
  font-size: 80px;
  line-height: 60px;
}

#subscribe .price p .cents {
  vertical-align: top;
  line-height: 25px;
}

#subscribe .signup {
  padding: 10px;
}

#subscribe .signup h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 200;
}

#subscribe .signup .free {
  /*color: #fff;*/
  background-color: #fee06e;
  font-style: italic;
  padding: 5px 10px;
  display: inline-block;
  /*-ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);*/
}

#subscribe .signup .input-wrap {
  border: 1px solid #cbcbcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#subscribe .signup .input-wrap .input {
  background: #fff;
  width: 60%;
  padding: 15px;
  font-size: 20px;
  border: 0;
  outline: 0;
}

#subscribe .signup .input-wrap .submit {
  color: #fff;
  background-color: #ff16a3;
  border: none;
  height: 60px;
  width: 40%;
  max-width: 200px;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  right: 10px;
}

@media all and (max-width: 599px) and (min-width: 50px) {
  #subscribe .signup .input-wrap .input {
    font-size: 14px;
  }

  #subscribe .signup .input-wrap .submit {
    font-size: 14px;
    height: 51px;
  }
}

#subscribe .signup .details {
  font-size: 15px;
  font-weight: 400;
  padding: 10px 0;
  margin-bottom: 20px;
}

#subscribe .signup .details .sub-count {
  background-color: #C2FFED;
}

#subscribe .confirmation{
  text-align: center;
}

#about {
  max-width: 1200px;
  background-color: #fff;
  margin: 40px auto 0px;
  padding: 20px;
  border-bottom: 5px solid #aa61eb;
}

#about h3 {
  display: inline-block;
  font-weight: 700;
  font-size: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin: 20px 0px;
  color: #3f3f3f;
}

#about p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 0px;
}

#about img {
  display: block;
  margin: 0 auto;
  width: 80px;
  float: left;
  margin: 8px 15px 0 0;
}

#videos {
  max-width: 1300px;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
}

#videos h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin: 40px 0;
}

#videos h2 {
  color: #eee;
  font-size: 36px;
  text-align: left;
  margin: 40px 10px 10px;
}

#videos .intro {
  background-color: #fff;
  list-style: none;
  margin: 10px;
  max-width: 700px;
  margin-bottom: 20px;
  padding: 5px;
  display: inline-block;
  border-bottom: 3px solid #00ffb0;
}

#videos .intro img {
  width: 100%;
}

#videos .video {
  background-color: #fff;
  list-style: none;
  width: 250px;
  height: 330px;
  margin: 10px;
  margin-bottom: 20px;
  padding: 5px;
  display: inline-block;
  border-bottom: 3px solid #00ffb0;
}

#videos .video .number {
  position: absolute;
  color: #fff;
  font-size: 12px;
  background-color: #3f3f3f;
  padding: 5px 10px;
  margin: -5px;
}

#videos .video img {
  width: 100%;
}

#videos .video .text-container {
  text-align: left;
  padding: 5px;
}

#videos .video .text-container .title {
  color: #3f3f3f;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
}

#videos .video .text-container .description {
  color: #3f3f3f;
  font-size: 14px;
  min-height: 150px;
  overflow: hidden;
}

footer {
  text-align: center;
}

footer img {
  margin: 10px;
}
