                            /* VARIABLES */
:root{
    --greenblue: #23d796;
    --dark-blue: #333366;
    --cornflower-blue: #577bd0;
    --sun-yellow: #fdd63b;
    --pinkis: #f4aed8;
    --blue: #577bd0;
    --dropdownframe: #c4c4c4;
  }
  h3 {
    font-family: Karla;
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.82;
    letter-spacing: -0.18px;
    text-align: center;
    color: var(--dark-blue);
  }
  .ph6{

  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #535353;
  }
  h2{

  font-weight: 600;
  font-size: 36px;
  line-height: 58px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #333366;
    /* margin-bottom: 3rem !important; */
    /* margin-top: 150px !important; */
    display: block;
  }
  
  .imgbox img{
    width: 100%;
}
.imgbox{
    text-align: center;
}
/* -----------------------------------------------ready to take the leap */

                            /* GENERAL */
                            #thisisupb {
                              font-weight: 600;
                              font-size: 48px;
                              line-height: 55px;
                              text-align: center;
                              letter-spacing: -0.005em;
                              text-transform: capitalize;
                              color: #FFFFFF;
                              text-shadow: 0.8px 0.6px 9px rgba(129, 145, 164, 0.44);
                              backdrop-filter: blur(90px);
                              width: 300px;
                              margin: 300px auto;
                            }
body{
    font-family: 'Karla', sans-serif !important;	
}
.floatright{
    float: right;
}
.floatleft{
    float: left;
}
.bold{
  font-weight: bold;
}

  h3{
    font-family: Karla;
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.82;
    letter-spacing: -0.18px;
    text-align: center;
    color: var(--dark-blue);
  }
  /* ---------------------------------------------------METHOD */
  
  /* ----------------------------------------------------didn't find language */

  #gotwhatittakes{
    margin-top: 100px;
  }
/* -----------------------------------NAVIGATION */
/* ---------------------------------------    LOCATIONS */
@media only screen and (max-width: 992px) {

  #locationssecondrowmiddle, #locationsfirstrowmiddle{
    display: none;
  }
}

@media only screen and (max-width: 412px) {
  #bookimg{
    margin-top: 35px;
  }
  #courseincludes .greenplus {
    display: block;
    margin-top: 35px;
  }
}