/* general */
body {
  background-color: black;
  color: white;
  font-family: 'Open-Sans', sans-serif;
}
body a {
  color: white;
}
body a:hover,
body a:focus {
  color: #e6e6e6;
  text-decoration: none;
}
body .bold {
  font-weight: 600;
}
@media only screen and (min-width: 0) and (max-width: 425px), only screen and (min-width: 426px) and (max-width: 768px) {
  body .stroke {
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
  }
}
body .red {
  color: #ff4545;
}
body .subtext {
  /* font-size: 1em; */
  color: #c2c2c2;
}
.shadow {
  /* -webkit-box-shadow: inset 10px -59px 300px 70px rgba(0,0,0,0.75); */
  /* -moz-box-shadow: inset 10px -59px 300px 70px rgba(0,0,0,0.75); */
  /* box-shadow: inset 10px -59px 300px 70px rgba(0,0,0,0.75); */
  -webkit-box-shadow: 0 0 100px 100px rgba(59, 30, 29, 0.5);
  box-shadow: 0 0 100px 100px rgba(59, 30, 29, 0.5);
}
.shadow-in {
  -webkit-box-shadow: inset 0 0 100px 100px rgba(59, 30, 29, 0.5);
  box-shadow: inset 0 0 100px 100px rgba(59, 30, 29, 0.5);
}
/* overrides for account page */

.account {
  font-family: 'PT Sans', sans-serif;
  /* border: 1px solid white; */

  /* div { */

  /* } */

  flex-direction: row !important;
  align-items: flex-start !important;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .account {
    width: 95%;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .account {
    width: 90%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .account {
    width: 85%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .account {
    width: 75%;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .account {
    width: 55%;
  }
}
@media only screen and (min-width: 1921px) {
  .account {
    width: 50%;
  }
}
.account .acctitle {
  text-transform: uppercase;
  order: 1;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .account .acctitle {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .account .acctitle {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .account .acctitle {
    width: 60%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .account .acctitle {
    width: 70%;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .account .acctitle {
    width: 70%;
  }
}
@media only screen and (min-width: 1921px) {
  .account .acctitle {
    width: 70%;
  }
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .account .acctitle .headline1 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .account .acctitle .headline1 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .account .acctitle .headline1 {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .account .acctitle .headline1 {
    font-size: 3em;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .account .acctitle .headline1 {
    font-size: 3em;
  }
}
@media only screen and (min-width: 1921px) {
  .account .acctitle .headline1 {
    font-size: 3em;
  }
}
.account .acctitle .outline {
  color: black;
  line-height: 0.9;
  padding: 5px 20px 5px 20px;
  display: inline-block;
  background-color: #ba3235;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .account .acctitle .outline {
    font-size: 3em;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .account .acctitle .outline {
    font-size: 4em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .account .acctitle .outline {
    font-size: 5em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .account .acctitle .outline {
    font-size: 6em;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .account .acctitle .outline {
    font-size: 7em;
  }
}
@media only screen and (min-width: 1921px) {
  .account .acctitle .outline {
    font-size: 7em;
  }
}
.account .avatartxt {
  order: 2;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .account .avatartxt {
    width: 100%;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .account .avatartxt {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .account .avatartxt {
    width: 60%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .account .avatartxt {
    width: 70%;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .account .avatartxt {
    width: 70%;
  }
}
@media only screen and (min-width: 1921px) {
  .account .avatartxt {
    width: 70%;
  }
}
.account .avatartxt .choose {
  text-transform: uppercase;
  color: #4f4548;
  padding-top: 40px;
}
.account .avatartxt .choose .thumbarea {
  background-color: rgba(59, 30, 29, 0.5);
  padding-top: 30px;
}
.account .avatartxt .choose .thumbarea .thumbs {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
  position: relative;
}
.account .avatartxt .choose .thumbarea .thumbs .avatar {
  flex: 1;
  margin-top: 15px;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .account .avatartxt .choose .thumbarea .thumbs .avatar {
    flex-basis: 33.33%;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .account .avatartxt .choose .thumbarea .thumbs .avatar {
    flex-basis: 33.33%;
  }
}
.account .avatartxt .note {
  padding-top: 50px;
  color: #cccccc;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .account .avatartxt .note {
    padding-top: 20px;
    text-align: center;
  }
}
.account .bigAvatarArea {
  z-index: 999;
  order: 3;
  height: 603px;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .account .bigAvatarArea {
    padding-top: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .account .bigAvatarArea {
    /* margin-left: -50px; */
    width: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .account .bigAvatarArea {
    margin-top: -120px;
    width: 40%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .account .bigAvatarArea {
    margin-top: -150px;
    width: 30%;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .account .bigAvatarArea {
    margin-top: -150px;
    width: 30%;
  }
}
@media only screen and (min-width: 1921px) {
  .account .bigAvatarArea {
    margin-top: -150px;
    width: 30%;
  }
}
.account .bigAvatar {
  background-image: url('../assets/big/avatar_01.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  /* @media @smartphones { */
  /* background-position: center; */
  /* } */
  /* @media only screen and (min-width: 426px) and (max-width: 500px) { */
  /* background-position-x: -25px; */
  /* @media only screen and (min-width: 501px) and (max-width: 641px) { */
  /* background-position-x: 10px; */
  /* @media only screen and (min-width: 642px) and (max-width: 768px) { */
  /* background-position-x: 30px; */
  /* @media @tablets { */
  height: 603px;
}
#h2a,
#h2b,
#n2 {
  display: none;
}
.form {
  display: none;
}
.spacer {
  /* @media @tablets { */

  /* width: 40%; */

  /* order: 3; */

  /* display: block; */

  /* } */

  height: 1px;
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 425px), only screen and (min-width: 426px) and (max-width: 768px) {
  .spacer {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .spacer {
    width: 40% !important;
    order: 3 !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .spacer {
    width: 30% !important;
    order: 3 !important;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px), only screen and (min-width: 1921px) {
  .spacer {
    width: 30% !important;
    order: 3 !important;
  }
}
/* .visible { */

/* display: block !important; */

/* } */

.rlcForm #oDivError {
  display: none;
  padding-left: 15px;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .rlcForm {
    padding-top: 125px;
  }
}
.rlcForm .input-group input {
  background-color: transparent !important;
  border: 0 !important;
  color: white !important;
}
.rlcForm .input-group input:focus,
.rlcForm .input-group input:hover {
  color: white !important;
}
.rlcForm .input-group label {
  min-width: 80%;
}
.rlcForm .rlcBorder {
  border-bottom: 2px solid #622225;
}
.rlcForm ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}
.rlcForm ::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}
.rlcForm :-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}
.rlcForm :-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}
.rlcForm .passgroup {
  padding-left: 0 !important;
}
.rlcForm .dob {
  font-size: 0.8em;
}
.accjoinbtn {
  color: white !important;
  text-align: center;
  font-weight: 600;
  width: 100%;
  background-color: #3c1e1e !important;
  border: 2px solid #ba3235 !important;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .accjoinbtn {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.accjoinbtn:focus,
.accjoinbtn:hover {
  background-color: #3f2020 !important;
  cursor: pointer;
}
/* css classes to reverse order of form+avatar while maintaining aspect ratios/alignment in differing resolutions */

.changeTitle {
  order: 2 !important;
}
@media only screen and (min-width: 0) and (max-width: 425px), only screen and (min-width: 426px) and (max-width: 768px) {
  .changeTitle {
    order: 1 !important;
  }
}
.changeForm {
  order: 4 !important;
  margin-top: -400px;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .changeForm {
    margin-top: 0 !important;
    order: 3 !important;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .changeForm {
    margin-top: 20px !important;
    order: 3 !important;
  }
}
.changeAvatar {
  order: 1 !important;
  margin-top: 0 !important;
}
@media only screen and (min-width: 0) and (max-width: 425px), only screen and (min-width: 426px) and (max-width: 768px) {
  .changeAvatar {
    order: 2 !important;
  }
}
.invert {
  background-color: transparent !important;
  border: 0 !important;
  color: #cccccc;
}
.prevbtn {
  display: none;
  text-align: center;
}
.avatar {
  width: 75px;
  height: 93px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  transition: 0.2s;
  /* margin-right: 15px; */

}
#av1 {
  background: url('../assets/avatar_01.png') no-repeat bottom center;
}
#av2 {
  background: url('../assets/avatar_02.png') no-repeat bottom center;
}
#av3 {
  background: url('../assets/avatar_03.png') no-repeat bottom center;
}
#av4 {
  background: url('../assets/avatar_04.png') no-repeat bottom center;
}
#av5 {
  background: url('../assets/avatar_05.png') no-repeat bottom center;
}
#av6 {
  background: url('../assets/avatar_06.png') no-repeat bottom center;
}
#av7 {
  background: url('../assets/avatar_07.png') no-repeat bottom center;
}
#av8 {
  background: url('../assets/avatar_08.png') no-repeat bottom center;
}
#av9 {
  background: url('../assets/avatar_09.png') no-repeat bottom center;
}
#av10 {
  background: url('../assets/avatar_10.png') no-repeat bottom center;
}
#av11 {
  background: url('../assets/avatar_11.png') no-repeat bottom center;
}
#av12 {
  background: url('../assets/avatar_12.png') no-repeat bottom center;
}
/* account creation page gradient */

.gradient {
  margin-top: -250px;
  height: 500px;
  width: 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 49.9%, #9b3637 50.1%);
}
.button {
  border-radius: 45px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .button {
    padding: 5px 15px 5px 15px;
    border: 2px solid #ff4545;
    letter-spacing: 3px;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 1024px) {
  .button {
    padding: 10px 30px 10px 30px;
    border: 3px solid #ff4545;
    letter-spacing: 5px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px), only screen and (min-width: 1441px) and (max-width: 1920px), only screen and (min-width: 1921px) {
  .button {
    padding: 20px 60px 20px 60px;
    border: 3px solid #ff4545;
    letter-spacing: 5px;
  }
}
.button:hover,
.button focus {
  opacity: 0.9;
}
.accountbtns {
  padding-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 445px) {
  .accountbtns {
    font-size: 0.9em !important;
  }
}
.accountbtn {
  border-radius: 45px;
  padding: 10px 50px 10px 50px;
  border: 4px solid white;
}
.flex-center-container {
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .header-container {
    margin-top: 10px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .header-container {
    margin-top: 20px;
    margin-left: 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header-container {
    margin-top: 100px;
    margin-left: 300px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px), only screen and (min-width: 1441px) and (max-width: 1920px), only screen and (min-width: 1921px) {
  .header-container {
    margin-top: 150px;
    margin-left: 400px;
  }
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .header-container .header-item {
    text-align: right;
    width: 275px;
    margin-left: 0px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .header-container .header-item {
    width: 300px;
    text-align: right;
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header-container .header-item {
    width: 400px;
    margin-left: 300px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px), only screen and (min-width: 1441px) and (max-width: 1920px), only screen and (min-width: 1921px) {
  .header-container .header-item {
    width: 400px;
    margin-bottom: 40px;
  }
}
.header-container .header1 {
  line-height: 0.9;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .header-container .header1 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .header-container .header1 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header-container .header1 {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px), only screen and (min-width: 1441px) and (max-width: 1920px), only screen and (min-width: 1921px) {
  .header-container .header1 {
    font-size: 5em;
  }
}
.header-container .header2 {
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .header-container .header2 {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .header-container .header2 {
    font-size: 1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header-container .header2 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px), only screen and (min-width: 1441px) and (max-width: 1920px), only screen and (min-width: 1921px) {
  .header-container .header2 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .learn-container {
    height: 130px;
    margin-top: 10px;
    width: 90%;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .learn-container {
    height: 200px;
    margin-top: 20px;
    width: 80%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1440px) {
  .learn-container {
    height: 300px;
    margin-top: 30px;
    width: 70%;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .learn-container {
    height: 400px;
    margin-top: 100px;
    width: 50%;
    margin-left: 200px;
  }
}
@media only screen and (min-width: 1921px) {
  .learn-container {
    height: 600px;
    margin-top: 100px;
    width: 40%;
    margin-left: 300px;
  }
}
.learn-container .learn-item {
  height: inherit;
}
.learn-container .learn-item .logosm {
  height: auto;
  float: left;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .learn-container .learn-item .logosm {
    width: 10%;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .learn-container .learn-item .logosm {
    width: 15%;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1440px) {
  .learn-container .learn-item .logosm {
    width: 20%;
    padding-left: 30px;
  }
}
.learn-container .learn-item .logosm img {
  width: 100%;
  height: auto;
}
.learn-container .learn-item .txt {
  height: inherit;
  float: right;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .learn-container .learn-item .txt {
    margin-left: 5px;
    width: 85%;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .learn-container .learn-item .txt {
    margin-left: 10px;
    width: 75%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1440px) {
  .learn-container .learn-item .txt {
    margin-left: 20px;
    width: 70%;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px), only screen and (min-width: 1921px) {
  .learn-container .learn-item .txt {
    padding-left: 40px;
  }
}
.learn-container .learn-item .txt .headline {
  font-weight: 600;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .learn-container .learn-item .txt .headline {
    font-size: 1em;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .learn-container .learn-item .txt .headline {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1440px) {
  .learn-container .learn-item .txt .headline {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .learn-container .learn-item .txt .headline {
    font-size: 3em;
  }
}
@media only screen and (min-width: 1921px) {
  .learn-container .learn-item .txt .headline {
    font-size: 4em;
  }
}
.learn-container .learn-item .txt .sub {
  font-weight: 400;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .learn-container .learn-item .txt .sub {
    width: 150px;
    font-size: 0.7em;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .learn-container .learn-item .txt .sub {
    width: 200px;
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1440px) {
  .learn-container .learn-item .txt .sub {
    width: 300px;
    font-size: 1em;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .learn-container .learn-item .txt .sub {
    width: 525px;
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1921px) {
  .learn-container .learn-item .txt .sub {
    width: 625px;
    font-size: 1.75em;
  }
}
.learn-container .learn-item .txt .learnbtn {
  font-weight: 400;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .learn-container .learn-item .txt .learnbtn {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .learn-container .learn-item .txt .learnbtn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .learn-container .learn-item .txt .learnbtn {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px), only screen and (min-width: 1441px) and (max-width: 1920px), only screen and (min-width: 1921px) {
  .learn-container .learn-item .txt .learnbtn {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .features-container {
    width: 50%;
    margin-right: 20px;
    padding-top: 70px;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .features-container {
    width: 50%;
    margin-right: 20px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .features-container {
    width: 50%;
    margin-right: 50px;
    padding-top: 150px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .features-container {
    width: 45%;
    margin-right: 125px;
    padding-top: 275px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .features-container {
    width: 38%;
    margin-right: 300px;
    padding-top: 350px;
  }
}
@media only screen and (min-width: 1921px) {
  .features-container {
    float: left;
    padding-left: 900px;
    padding-top: 350px;
  }
}
.features-container .headline1 {
  width: 100%;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .features-container .headline1 {
    font-size: 1em;
    font-weight: 600;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .features-container .headline1 {
    font-size: 1.5em;
    font-weight: 600;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .features-container .headline1 {
    font-size: 1.75em;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .features-container .headline1 {
    font-size: 2.5em;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .features-container .headline1 {
    font-size: 3.5em;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1921px) {
  .features-container .headline1 {
    font-size: 4.5em;
    font-weight: 600;
  }
}
.features-container .headline2 {
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .features-container .headline2 {
    padding-top: 10px;
    font-size: 0.7em;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .features-container .headline2 {
    padding-top: 20px;
    font-size: 1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1440px) {
  .features-container .headline2 {
    padding-top: 25px;
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .features-container .headline2 {
    padding-top: 40px;
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1921px) {
  .features-container .headline2 {
    padding-top: 35px;
    font-size: 2em;
  }
}
.features-container .subtext {
  width: 100%;
}
.features-container .subtext .txt {
  width: 400px;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .features-container .subtext .txt {
    font-size: 0.7em;
    width: 180px;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .features-container .subtext .txt {
    width: 200px;
  }
}
@media only screen and (min-width: 1921px) {
  .features-container .subtext .txt {
    width: 500px;
  }
}
.features-container .featurebtn {
  width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 425px), only screen and (min-width: 426px) and (max-width: 768px) {
  .features-container .featurebtn {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1440px) {
  .features-container .featurebtn {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px), only screen and (min-width: 1921px) {
  .features-container .featurebtn {
    padding-top: 100px;
  }
}
.features3 .features-container {
  margin-right: 0;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .features3 .features-container {
    width: 50%;
    padding-right: 20px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .features3 .features-container {
    width: 50%;
    padding-right: 20px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .features3 .features-container {
    width: 50%;
    padding-right: 50px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .features3 .features-container {
    width: 45%;
    padding-right: 125px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .features3 .features-container {
    width: 48%;
    padding-right: 250px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1921px) {
  .features3 .features-container {
    padding-top: 100px;
  }
}
.features3 .features-container .headline2 {
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .features3 .features-container .headline2 {
    padding-top: 10px;
    font-size: 0.7em;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .features3 .features-container .headline2 {
    padding-top: 20px;
    font-size: 1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1440px) {
  .features3 .features-container .headline2 {
    padding-top: 25px;
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .features3 .features-container .headline2 {
    padding-top: 40px;
    font-size: 1.5em;
    width: 80%;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1921px) {
  .features3 .features-container .headline2 {
    padding-top: 35px;
    font-size: 2em;
    width: 70%;
    font-weight: 600;
  }
}
.features3 .features-container .subtext {
  width: 100%;
}
.features3 .features-container .subtext .txt {
  width: 400px;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .features3 .features-container .subtext .txt {
    font-size: 0.7em;
    width: 150px;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .features3 .features-container .subtext .txt {
    width: 200px;
  }
}
@media only screen and (min-width: 1921px) {
  .features3 .features-container .subtext .txt {
    width: 450px;
  }
}
.features3 .features-container .featurebtn {
  width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .features3 .features-container .featurebtn .button {
    padding: 4px 8px 4px 8px;
    font-size: 0.8em !important;
    letter-spacing: 1px !important;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .features3 .features-container .featurebtn {
    padding-top: 20px;
  }
  .features3 .features-container .featurebtn .button {
    padding: 5px 15px 5px 15px;
    letter-spacing: 2px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .features3 .features-container .featurebtn {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .features3 .features-container .featurebtn {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px), only screen and (min-width: 1921px) {
  .features3 .features-container .featurebtn {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .features-container2 {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .features-container2 {
    padding-left: 20px;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .features-container2 {
    padding-left: 100px;
    padding-top: 130px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .features-container2 {
    padding-left: 175px;
    padding-top: 180px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .features-container2 {
    padding-left: 150px;
    padding-top: 250px;
  }
}
@media only screen and (min-width: 1921px) {
  .features-container2 {
    padding-left: 150px;
    padding-top: 300px;
  }
}
.features-container2 .headline1 {
  width: 100%;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .features-container2 .headline1 {
    font-size: 1em;
    font-weight: 600;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .features-container2 .headline1 {
    font-size: 1.5em;
    font-weight: 600;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .features-container2 .headline1 {
    font-size: 1.75em;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .features-container2 .headline1 {
    font-size: 2.5em;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .features-container2 .headline1 {
    font-size: 3.5em;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1921px) {
  .features-container2 .headline1 {
    font-size: 4.5em;
    font-weight: 600;
  }
}
.features-container2 .headline2 {
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .features-container2 .headline2 {
    padding-top: 10px;
    font-size: 0.7em;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .features-container2 .headline2 {
    padding-top: 20px;
    font-size: 1em;
    width: 75%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .features-container2 .headline2 {
    width: 400px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1440px) {
  .features-container2 .headline2 {
    padding-top: 25px;
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .features-container2 .headline2 {
    padding-top: 40px;
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1921px) {
  .features-container2 .headline2 {
    padding-top: 35px;
    font-size: 2em;
  }
}
.features-container2 .subtext {
  width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .features-container2 .subtext {
    font-size: 0.7em;
    width: 180px;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .features-container2 .subtext {
    width: 65%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .features-container2 .subtext {
    width: 400px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .features-container2 .subtext {
    width: 550px;
  }
}
.main-container {
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* navbar */

@media only screen and (min-width: 0) and (max-width: 425px) {
  .navbar-brand {
    width: 70% !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .navlogo {
    height: auto !important;
    width: 100% !important;
  }
}
.sign {
  text-transform: uppercase;
  font-size: 1em;
}
@media only screen and (min-width: 992px) {
  .sign .separate {
    margin-left: 15px;
  }
}
.sign .sprite {
  display: inline-block;
  height: 22px;
  width: 25px;
  background: url('../assets/sprite.png') no-repeat;
  opacity: 0.6;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.sign .sprite:hover {
  opacity: 1;
}
.sign .sprite.fb {
  background-position: -30px;
}
.sign .sprite.ph {
  background-position: -60px;
}
.sign .social {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5d5c59;
  width: 90px;
}
@media only screen and (min-width: 992px) {
  .navbar .divider-vertical {
    height: 23px;
    margin: 0 10px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid white;
  }
}
.main-item {
  margin-top: -3px;
  width: 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .header {
    height: 202px;
    background-image: url('../assets/header-m.png');
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .header {
    height: 365px;
    background-image: url('../assets/header-t.png');
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header {
    height: 486px;
    background-image: url('../assets/header-l.png');
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .header {
    height: 683px;
    background-image: url('../assets/header-ll.png');
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .header {
    height: 911px;
    background-image: url('../assets/header.png');
  }
}
@media only screen and (min-width: 1921px) {
  .header {
    height: 1215px;
    background-image: url('../assets/header.png');
  }
}
.learn {
  background-position: 90% 0%;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .learn {
    height: 123px;
    background-image: url('../assets/learn-m.png');
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .learn {
    height: 222px;
    background-image: url('../assets/learn-t.png');
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .learn {
    height: 296px;
    background-image: url('../assets/learn-l.png');
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .learn {
    height: 416px;
    background-image: url('../assets/learn-ll.png');
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .learn {
    height: 554px;
    background-image: url('../assets/learn.png');
  }
}
@media only screen and (min-width: 1921px) {
  .learn {
    background-position: 0% 0%;
    margin-top: -307px;
    height: 739px;
    background-image: url('../assets/learn.png');
  }
}
.features1 {
  background-position: 50% 0%;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .features1 {
    height: 186px;
    background-image: url('../assets/features1-m.png');
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .features1 {
    height: 337px;
    background-image: url('../assets/features1-t.png');
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .features1 {
    height: 449px;
    background-image: url('../assets/features1-l.png');
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .features1 {
    height: 631px;
    background-image: url('../assets/features1-ll.png');
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .features1 {
    height: 841px;
    background-image: url('../assets/features1.png');
  }
}
@media only screen and (min-width: 1921px) {
  .features1 {
    background-position: 0% 0%;
    margin-top: -200px;
    height: 1051px;
    background-image: url('../assets/features1.png');
  }
}
.features2 {
  background-position: 50% 0%;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .features2 {
    margin-top: 100px;
    height: 132px;
    background-image: url('../assets/features2-m.png');
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .features2 {
    margin-top: 100px;
    height: 239px;
    background-image: url('../assets/features2-t.png');
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .features2 {
    margin-top: -110px;
    height: 318px;
    background-image: url('../assets/features2-l.png');
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .features2 {
    margin-top: -155px;
    height: 447px;
    background-image: url('../assets/features2-ll.png');
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .features2 {
    margin-top: -201px;
    height: 596px;
    background-image: url('../assets/features2.png');
  }
}
@media only screen and (min-width: 1921px) {
  .features2 {
    background-position: 0% 0%;
    margin-top: -411px;
    height: 795px;
    background-image: url('../assets/features2.png');
  }
}
.features3 {
  background-position: 50% 0%;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .features3 {
    height: 160px;
    background-image: url('../assets/features3-m.png');
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .features3 {
    height: 290px;
    background-image: url('../assets/features3-t.png');
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .features3 {
    height: 387px;
    background-image: url('../assets/features3-l.png');
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .features3 {
    height: 544px;
    background-image: url('../assets/features3-ll.png');
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .features3 {
    height: 725px;
    background-image: url('../assets/features3.png');
  }
}
@media only screen and (min-width: 1921px) {
  .features3 {
    background-position: 0% 0%;
    margin-top: -200px;
    height: 739px;
    background-image: url('../assets/features3.png');
  }
}
.upgrade {
  background-position: 50% 50%;
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .upgrade {
    margin-top: 130px;
    height: 118px;
    background-image: url('../assets/vip-m.png');
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .upgrade {
    margin-top: 100px;
    height: 213px;
    background-image: url('../assets/vip-t.png');
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .upgrade {
    margin-top: 50px;
    height: 284px;
    background-image: url('../assets/vip-l.png');
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .upgrade {
    margin-top: -4px;
    height: 400px;
    background-image: url('../assets/vip-ll.png');
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .upgrade {
    margin-top: -5px;
    height: 533px;
    background-image: url('../assets/vip.png');
  }
}
@media only screen and (min-width: 1921px) {
  .upgrade {
    background-position: 0% 0%;
    margin-top: -19px;
    height: 711px;
    background-image: url('../assets/vip.png');
  }
}
.upgrade .headline1 .text2 {
  line-height: 0.5;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .upgrade .headline1 {
    padding-left: 10px;
  }
  .upgrade .headline1 .upgradebtn {
    margin-top: 10px;
  }
  .upgrade .headline1 .button {
    padding: 4px 8px 4px 8px;
    font-size: 0.8em !important;
    letter-spacing: 1px !important;
  }
  .upgrade .headline1 .text1 {
    font-size: 1.5em;
  }
  .upgrade .headline1 .text2 {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .upgrade .headline1 {
    padding-left: 10%;
  }
  .upgrade .headline1 .upgradebtn {
    margin-top: 40px;
  }
  .upgrade .headline1 .upgradebtn .button {
    font-size: 1em !important;
    letter-spacing: 3px !important;
  }
  .upgrade .headline1 .text1 {
    font-size: 2em;
  }
  .upgrade .headline1 .text2 {
    font-size: 1.7em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .upgrade .headline1 {
    padding-left: 75px;
    padding-top: 50px;
  }
  .upgrade .headline1 .text1 {
    font-size: 3.5em;
  }
  .upgrade .headline1 .text2 {
    font-size: 2.9em;
  }
  .upgrade .headline1 .upgradebtn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .upgrade .headline1 {
    padding-left: 20%;
    padding-top: 50px;
  }
  .upgrade .headline1 .text1 {
    font-size: 4em;
  }
  .upgrade .headline1 .text2 {
    font-size: 3.3em;
  }
  .upgrade .headline1 .upgradebtn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .upgrade .headline1 {
    padding-left: 20%;
    padding-top: 50px;
  }
  .upgrade .headline1 .text1 {
    font-size: 5em;
  }
  .upgrade .headline1 .text2 {
    font-size: 3.9em;
  }
  .upgrade .headline1 .upgradebtn {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1921px) {
  .upgrade .headline1 {
    padding-left: 15%;
    padding-top: 100px;
  }
  .upgrade .headline1 .text1 {
    font-size: 6em;
  }
  .upgrade .headline1 .text2 {
    font-size: 4.9em;
  }
  .upgrade .headline1 .upgradebtn {
    margin-top: 140px;
  }
}
.footer {
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 425px) {
  .footer {
    height: 184px;
    background-image: url('../assets/footer-m.png');
  }
  .footer .head1 {
    font-size: 1.3em;
  }
  .footer .head2 {
    font-size: 0.8em;
  }
  .footer .joinbtn {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .footer {
    height: 332px;
    background-image: url('../assets/footer-t.png');
  }
  .footer .head1 {
    font-size: 1.5em;
  }
  .footer .joinbtn {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .footer {
    height: 443px;
    background-image: url('../assets/footer-l.png');
  }
  .footer .head1 {
    font-size: 2em;
  }
  .footer .head2 {
    font-size: 1.3em;
  }
  .footer .joinbtn {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .footer {
    height: 623px;
    background-image: url('../assets/footer-ll.png');
  }
  .footer .head1 {
    font-size: 3em;
  }
  .footer .head2 {
    font-size: 2em;
  }
  .footer .joinbtn {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .footer {
    height: 830px;
    background-image: url('../assets/footer.png');
  }
  .footer .head1 {
    font-size: 4em;
  }
  .footer .head2 {
    font-size: 2.5em;
  }
  .footer .joinbtn {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1921px) {
  .footer {
    height: 1107px;
    background-image: url('../assets/footer.png');
  }
  .footer .head1 {
    font-size: 5em;
  }
  .footer .head2 {
    font-size: 3em;
  }
  .footer .joinbtn {
    padding-top: 150px;
  }
}
