.main-index-page {
  height: 93vh;
  padding: 2% 0;
}
@media screen and (max-width: 769px) { /*Tablet */
  .main-index-page {
    height: initial;
  }
}

#index-lesson {
  padding: 20px 0;
  width: 70%;
  background: var(--less-transparent-bg);
  border: var(--border-grey);
}
@media screen and (max-width: 769px) { /*Tablet */
  #index-lesson {
    padding: 20px 40px;
    margin: 5%;
    width: 90%;
  }
}
@media screen and (max-width: 420px) { /* Large Phone */
  #index-lesson {
    padding: 20px;
  }
}

.index-page {
  height: 98vh;
  padding: 2% 0;
}
@media screen and (max-width: 835px) { /* Large Tablet */
  .index-page {
    /*height: 160vh;*/
    height: unset;
  }
}
@media screen and (max-width: 801px) { /* Small Laptop */
  .index-page {
    /*height: 160vh;*/
    height: unset;
  }
}
@media screen and (max-width: 420px) { /* Large Phone */
  .index-page {
    /*height: 150vh;*/
    height: unset;
  }
}
@media screen and (max-width: 380px) { /* Medium Phones */
  .index-page {
    /*height: 150vh;*/
    height: unset;
  }
}
@media screen and (max-width: 325px) { /* Small Phone */
  .index-page {
    /*height: 170vh;*/
    height: unset;
  }
}

#index-title {
  text-align: center;
  font-size: 420%;
}
@media screen and (max-width: 420px) { /* Large Phone */
  #index-title {
    font-size: 330%;
  }
}
@media screen and (max-width: 380px) { /* Medium Phones */
  #index-title {
    font-size: 280%;
  }
}
@media screen and (max-width: 325px) { /* Small Phone */
  #index-title {
    font-size: 240%;
  }
}

#index-sub-title {
  text-align: center;
  font-size: 200%;
}
@media screen and (max-width: 420px) { /* Large Phone */
  #index-sub-title {
    font-size: 220%;
  }
}
@media screen and (max-width: 380px) { /* Medium Phones */
  #index-sub-title {
    font-size: 190%;
  }
}
@media screen and (max-width: 325px) { /* Small Phone */
  #index-sub-title {
    font-size: 150%;
  }
}

.main-index-tab {
  height: 80%;
  padding: 0% 5%;
}
@media screen and (max-width: 835px) { /* Large Tablet */
  .main-index-tab {
    height: unset;
    padding: 0% 5%;
  }
}
@media screen and (max-width: 801px) { /* Small Laptop */
  .main-index-tab {
    height: 75%;
    padding: 0% 5%;
  }
}
@media screen and (max-width: 769px) { /*Tablet */
  .main-index-tab {
    /*height: 50%;*/
    padding: 0% 1%;
  }
}

.main-index-tab p {
  font-size: 150%;
}
@media screen and (max-width: 801px) { /* Small Laptop */
  .main-index-tab p {
    font-size: 120%;
  }
}
@media screen and (max-width: 769px) { /*Tablet */
  .main-index-tab p {
    font-size: 150%;
  }
}
@media screen and (max-width: 420px) { /* Large Phone */
  .main-index-tab p {
    font-size: 130%;
  }
}
@media screen and (max-width: 380px) { /* Medium Phones */
  .main-index-tab p {
    font-size: 120%;
  }
}
@media screen and (max-width: 325px) { /* Small Phone */
  .main-index-tab p {
    font-size: 110%;
  }
}

.main-index-tab h6 {
  font-size: 180%;
  margin: 3% 0%;
  text-align: center;
}
@media screen and (max-width: 801px) { /* Small Laptop */
  .main-index-tab h6 {
    font-size: 130%;
    margin: 3% 0%;
  }
}
@media screen and (max-width: 769px) { /*Tablet */
  .main-index-tab h6 {
    font-size: 180%;
  }
}
@media screen and (max-width: 420px) { /* Large Phone */
  .main-index-tab h6 {
    font-size: 140%;
    margin: 3% 0%;
  }
}
@media screen and (max-width: 380px) { /* Medium Phones */
  .main-index-tab h6 {
    font-size: 120%;
    margin: 5% 0;
  }
}
@media screen and (max-width: 325px) { /* Small Phone */
  .main-index-tab h6 {
    font-size: 110%;
    margin: 4% 0;
  }
}

@media screen and (max-width: 420px) { /* Large Phone */
  .main-index-tab ul {
    padding-left: 20px;
  }
}

.index-tab {
  height: 100%;
  padding: 3% 5%;
}
@media screen and (max-width: 835px) { /* Large Tablet */
  .index-tab {
    /*height: 50%;*/
    height: unset;
    padding: 2% 15%;
  }
}
@media screen and (max-width: 801px) { /* Small Laptop */
  .index-tab {
    /*height: 50%;*/
    height: unset;
    padding: 3% 20%;
  }
}
@media screen and (max-width: 769px) { /*Tablet */
  .index-tab {
    /*height: 50%;*/
    height: unset;
    padding: 2% 15%;
  }
}
@media screen and (max-width: 420px) { /* Large Phone */
  .index-tab {
    /*height: 50%;*/
    height: unset;
    padding: 1% 5%;
  }
}
@media screen and (max-width: 380px) { /* Medium Phones */
  .inner-index-tab {
    /*height: 50%;*/
    height: unset;
    padding: 1% 5%;
  }
}
@media screen and (max-width: 325px) { /* Small Phone */
  .index-tab {
    height: 50%;
    padding: 1% 0%;
  }
}

.inner-index-tab {
  height: 98%;
  padding: 3% 10%;
  text-align: center;
  position: relative;
  border: var(--border-grey);
  border-radius: 75px;
  background-color: #F8F8F8;
}
@media screen and (max-width: 769px) { /*Tablet */
  .inner-index-tab {
    padding: 1% 10%;
  }
}
@media screen and (max-width: 420px) { /* Large Phone */
  .inner-index-tab {
    padding: 1% 4%;
  }
}

.inner-index-tab:hover {
    border-color: var(--highlight-color);
}

.inner-index-tab h1 {
  margin: initial;
  font-size: 250%;
  width: 100%;
}
@media screen and (max-width: 420px) { /* Large Phone */
  .inner-index-tab h1 {
    margin: 3% 10%;
    width: 80%;
    font-size: 200%;
  }
}
@media screen and (max-width: 380px) { /* Medium Phones */
  .inner-index-tab h1 {
    margin: 2% 10%;
    width: 80%;
    font-size: 180%;
  }
}
@media screen and (max-width: 325px) { /* Small Phone */
  .inner-index-tab h1 {
    margin: 4% 10% 2% 10%;
    width: 80%;
    font-size: 180%;
  }
}

.inner-index-tab-link {
  /*position: absolute;
  bottom: 1%;
  left: 0;
  width: 50%;
  margin: 3% 25% !important;*/
  width: 70%;
  margin: 3% 15% !important;
}
@media screen and (max-width: 325px) { /* Small Phones */
  .inner-index-tab-link {
    width: 80%;
    margin: 1% 10% !important;
  }
}

.inner-index-tab p {
  font-size: 120%;
  margin: 3% 0;
}
@media screen and (max-width: 420px) { /* Large Phone */
  .inner-index-tab p {
    font-size: 110%;
    margin: 2% 0;
  }
}
@media screen and (max-width: 380px) { /* Medium Phones */
  .inner-index-tab p {
    font-size: 100%;
    margin: 0% 0;
  }
}

.inner-index-tab img {
  width: auto;
  margin: 5px 0 10px 0;
  height: 60%;
}
@media screen and (max-width: 801px) { /* Small Laptop */
  .inner-index-tab img {
    margin: 25px 2% 25px 2%;
    height: initial;
    width: 96%;
  }
}
@media screen and (max-width: 769px) { /*Tablet */
  .inner-index-tab img {
    margin: 5px 0 5px 0;
    height: 40%;
  }
}
@media screen and (max-width: 420px) { /* Large Phone */
  .inner-index-tab img {
    margin: 25px 2% 25px 2%;
    height: initial;
    width: 96%;
  }
}
@media screen and (max-width: 380px) { /* Medium Phones */
  .inner-index-tab img {
    margin: 25px 2% 25px 2%;
    height: initial;
    width: 96%;
  }
}

#index-img {
  width: 120%;
  margin-left: -15%;
  padding: 0%;
  margin-top: 15%;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 769px) { /*Tablet */
  #index-img {
    padding: 0%;
    width: 90%;
    margin: 0% 5%;
    border-radius: var(--border-radius-mobile);
  }
}
@media screen and (max-width: 420px) { /* Large Phone */
  #index-img {
    padding: 0;
    margin-top: 3%;
  }
}
@media screen and (max-width: 380px) { /* Medium Phones */
  #index-img {
    padding: 0;
  }
}

#index-newsletter-div {
  position: absolute;
  width: 100%;
  padding: 0 5%;
  left: 0;
  bottom: 5%;
  display: initial;
}
@media screen and (max-width: 769px) { /*Tablet */
  #index-newsletter-div {
    display: none;
  }
}

#index-newsletter-sub-email {
  width: 70%;
  padding: 1% 1%;
  margin: 1% 15%;
  font-size: 120%;
  display: none;
}

#index-newsletter-sub-confirm{
  width: 60%;
  margin: 2% 20%;
  padding: 1%;
  font-size: 140%;
  outline: none;
  border: var(--border-grey);
  border-radius: 15px;
  background: #FFF;
  transition: all linear var(--transition-time);
}
#index-newsletter-sub-confirm:hover{
  width: 63%;
  padding: 1.5% 1%;
  margin: 1.5% 18.5%;
  border-color: var(--highlight-color);
}

#index-newsletter-sub-lead {
  text-align: center;
  font-size: 130%;
  margin-bottom: 5px;
  padding: 0 5%;
}
@media screen and (max-width: 801px) { /* Small Laptop */
  #index-newsletter-sub-lead {
    text-align: center;
    font-size: 150%;
    margin-bottom: 5px;
    padding: 0 15%;
  }
}
