html{
    scroll-behavior: smooth;
    height: 100%;
    font-family: montserrat,sans-serif;
    -webkit-font-smoothing: antialiased;
  }

  body{
   padding: 0px;
   margin: 0px;  
  }

  h1{
    text-align: center;
  }

  #header{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   color: white;
   text-align: center;
   vertical-align: middle;
   background-color: #0096da;
   z-index: 1;
  }

  #headerContainer{
      position: relative;
      border-bottom: #48b5e6 1px solid;
  }

  #logo span {
    font-size: 19px;
    font-style: italic;
  }
  #logo span.selected{
    color: red;
  }
  .pages{
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
  }
  .pages #linksWrapper{
    position: relative;
    bottom: unset;
  }

  .pages .nextPage{
    position: absolute;
    display: block;
    bottom: 40px;
    width: 100%;
    text-align: center;
  }
  .pages .nextPage a{
    display: inline-block;
    border: 1px solid black;
    border-radius: 5px;;
    margin: 0px 5px;
    padding: 3px;
    font-size: 13px;
    background-color: white;
  }

  .pages a{
    font-size: 20px;
    text-decoration: none;
    font-style: normal;
  }
  .sides{
    background-color: #e6e6e6;
  }

  #page1{
    background-color: #0096da;
    background-image: url(../img/homepage/backgrounds/skyline.gif);
    background-position-y: bottom;
    background-size: contain;
  }
  #pageEvent {
    background-color: #fffdcb;
  }
  #page1b{
    background-color: #0096da;
  }
  #page2{
    background-color: #fff;
  }
  #page3{
    background-color: whitesmoke;
  }

  #signin{
    color: #e0e0e0;
  }
  #signin:hover{
    color: white;
  }

  #side{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #side li:hover{
    text-shadow: 2px 0px 14px #ffffff;
  }

  #side a{
    text-decoration: none;
    color: white;
  }
  
  #side svg{
    background: rgba(255,255,255,.1);
    border-radius: 50%;
    color: #fff;
  } 

  #side div{ 
    flex: 0 0 48%;
    max-width: 50%;
  }
  #side ul{
    margin: 10px 0px;
  }

  #side li{
    font-size: 15px;
    padding: 0px 5px;
    list-style: none;
    display: inline-block;
  }

  #mainTitleMenu{
    position: absolute;
    display: flex;
    width: 100%;
    top: 50px;
    z-index: 1;
    color: #ffff;
  }
  #mainTitleMenu div{
    display: flex;
    flex-wrap: wrap;
  }
  #logo{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-left: 10px;
    place-content: center;
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 1;
    color: white;
  }
  #logo span{
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
  }
  #logo span.selected {
    color: #FFC107;
    text-shadow: 0px 0px 10px yellow;
}
  #footer{
    font-size: 0.8em;
    text-align: center;
    padding: 10px;
    color: white;
    background-color: #1f9ad3;
  }
  #footer table{
    width: 100%;
  }
  
  #footer table th{
    font-size: 22px;
  }
  
  #login{
    display: none;
    position: absolute;
    top: 30%;
    left: 25%;
    width: 400px;
    border: 1px solid black;
    padding: 20px;
    border-radius: 4px;
    background-color: white;
    z-index: 200;
  }
  
  #login input{
    width: 90%;
    padding: 5px;
    font-size: 16px;
    margin-bottom:5px;
  }
  
  #login button{
    font-size: 16px;
  }
  
  #login-back{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200;
    background-color:#e6e6e67d;
    top: 0;
    left: 0;
  }
  
  #newslettersPic{
    position: absolute;
    right: 20px;
    top: 50px;
  }
  
  .tabsContainer{
    position: absolute;
    height: 70%;
    width: 85%;
    margin: 0% 5%;
    display: block;
    top: 120px;
  }

  #menuButtons{
    padding: 0px;
  }
  
  #main{
    height: 100%;
    width: 100%;
    top: 0px;
  }

  .contentMain{
    padding: 10px;
    width: 100%;
  }
  
  .hpTopBarPage{
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    height: 530px;
  }

  .hpTopBarPage h3{
    width: 100%;
    margin : 5px;
  }

  .hpTopBarPageText{
    padding: 5px;
    text-align: center;
  }

  .hpSignupBtn{
    position: absolute;
    bottom: -34px;
    left: 5px;
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
    background-color: #088ecc;
    border-radius: 5px;
    color: white;
    cursor: pointer;
  }

  .btn{
    width: 100%;
    padding: 5px;
    border-radius: 4px;
  }
  
  .btn:hover{
    background-color:#ffb3b3;
    border-radius: 4px;
    color: white;
  }

.greenBtn{
    background:linear-gradient(0deg,#4CAF50,#5fb962);
    border-radius: 4px;
    color: white;
  }
  
  .redbtn{
    background:linear-gradient(0deg,#f44336,#ff8080);
    border-radius: 4px;
    color: white;
  }
  
  .menuButton{
    padding: 7px 18px;
    display: inline-block;
    width: 100px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
    font-weight: bold;
    color: white;
    background: linear-gradient(0deg,rgb(122, 122, 122),#a5a5a5);
  }

  #menuButtons .active{
    background: linear-gradient(0deg,#048cca,#39a9dc);
  }
  
  #menuButtons{
    margin-left: 4px;
  }

  #menuButtons div{
    cursor: pointer;
  }
  
  #menuButton div:hover{
    background-color: white;
    color: black;
    cursor: pointer;
  }
  .blueBtn{
    background: linear-gradient(0deg,#03A9F4,#0096da);
  }

  #hpTopBox{
    width: 100%;
    height: 100%;
    border: 1px solid #0096da;
    margin: 0px 4px;
    background-color: white;
  }
#login{
    padding: 10px;
    text-align:center;
    background-color: black;
  }
  
  #websitename{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    place-content: flex-end;
  }
  #websitename a{
    display: inline-block;
    margin: 3px 10px;
    text-decoration: none;
    font-size: 18px;
    color: #e0e0e0;
    cursor: pointer;
    padding: 6px;
    border-radius: 15px;
    border: 1px solid #1f9ad3;
    min-width: 80px;
    background-color: #0b4e6c;
  }

  #websitename a:hover{
    border: 1px solid white;
    color: white;
  }

  #websitename a.curPage{
    border: 1px solid white;
    background-color: #32a5da;
    color: white;
    box-shadow: 0 0 6px 1px white;
  }

  .parallax {
    /* The image used */
    background-image: url("../img/homepage/parallax/01.jpeg");
  
    /* Set a specific height */
    height: 500px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hidden{
      display: none;
  }

  #loginForm legend{
    text-align: center;
  }
  #loginForm center{
    font-family: sans-serif;
    font-size: 20px;
  }

  #loginForm .inputBox{
    width: 96%;
    padding: 3px;
    font-size: 18px;
    margin: 3px 0px;
  }
  #loginForm .formBtn{
    width: 100%;
    padding: 3px;
    font-size: 18px;
    margin: 3px 0px;
  }

  #title01{
    position: absolute;
    top: -10px;
    right: -5px;
    font-size: 25px;
    padding: 10px;
    text-align: center;
    text-shadow: 0 0 4px black;
    color: white;
  }
  #popupBackdrop{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200;
    background-color:#e6e6e67d;
    top: 0;
    left: 0;
  }
  
  #popupContent{
    position: absolute;
    display: block;
    width: 70%;
    max-height: 70%;
    overflow-y: auto;
    background-color: white;
    border-radius: 10px;
    margin: 8.5% 15%;
    padding: 10px;
  }
  .closeBtn{
    cursor: pointer;
      position: absolute;
      right: 1px;
      top: 1px;
      z-index: 2;
      border: 1px solid royalblue;
      border-radius: 5px;
      padding: 2px;
      font-size: 12px;
      font-weight: bold;
      background-color: red;
      color: white;
  }
  #diaryDIV{
    display: block;
    width: 100%;
    position: absolute;
  }
  #diary{
    width: 50%;
    padding: 5% 25%;
  }

  #welcomeBannar{
    position: relative;
    height: 200px;
    padding: 4px 53px 4px 53px;
    margin-top: 55px;
  }

  #welcomeBannerDIV{
    position: absolute;
    top: 0px;
    z-index: 100;
  }
  .newsletterArticles{
    position: relative;
    display: inline-block;
    width: 150px;
    margin: 10px;
    border: 1px solid black;
    box-shadow: 3px 3px #888888;
    text-align: center;
    padding: 8px 5px;
    background-color: white;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .newsletterArticles:hover{
    box-shadow: 0px 0px 10px black;
  }

  #newslettersPic{
    height: 100px;
  }

  .newsletterImg{
    position: relative;
    display: block;
  }
  .newsletterImg img{
    height: 100px;
    width: 140px;
    object-fit: contain;
  }

  .newsletterTitle{
    min-height: 40px;
  }
  .quotesContainer{
    display: block;
    border: 1px black solid;
    margin: 10px auto;
    padding: 3px;
    width: 80%;
  }
  .quoteText{
    text-align: center;
    padding: 5px;
    font-size: 16px;
    font-family: cursive;
  }

  .quoteAuthor{
    text-align: center;
    padding: 5px;
  }
  .quoteTimestamp{
    text-align: center;
  }

  #newsletterExamples ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    height: 200px;
  }
  #newsletterExamples li{
    display: block;
    float: left;
    margin: 0px 4px;
    width: 240px;
    height: 190px;
    padding: 3px;
    text-align: center;
    border: solid white 1px;
    background-color: #ffffff;
  }
  .newslettersDate {
    font-size: 12px;
    margin: 5px 0px;
    color: #545454;
}
  
  .picDescription{
    position: relative;
    font-size: 12px;
  }
  #newsletterExamples li:hover{
    background-color: #94cdfb;
    cursor: pointer;
  }
  
  #newsletterExamples img{
    max-width: 75%;
    height: auto;
  }
  .picTitle{
    font-size: 15px;
    padding: 8px 0px;
    font-weight: bold;
  }
  #previousNewsletters{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 50px;
    background-color: #00bcd44d;
  }
  
  #nextNewsletters{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 50px;
    background-color: #00bcd44d;
  }
  .arrows{
    position: absolute;
    top: 50px;
    color: white;
    padding: 3px;
  }
  
  #previousNewsletters:hover{
     background-color:#ff999998;
  }
  #nextNewsletters:hover{
    background-color:#ff999998;
  }
  #vocabBankDIV{
    position: absolute;
    width: 300px;
    background-color: white;
    padding: 10px;
    margin: 10px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    border-radius: 10px;

  }
  #loginLeft{
    position: relative;
  }
  #loginWrapper{
    display: grid;
    grid-template-columns: auto 40%;
    box-shadow: 0 0 20px 40px white;
  }
  #loginLeftImg{
    background-image: url();
    background-size: cover;
  }
  #loginPosition{
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 10;
  }
  #menu{
    position: relative;
  }

  #dropdownMenu{
    position: absolute;
    top: 50px;
    right: 10px;
    background-color: white;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100px;
    border: 1px solid black;
  }

  #dropdownMenu li{
    border-bottom: 1px dotted black;
    color: #1f9ad3;
    width: 100%;
  }

  #dropdownMenu li p{
    margin: 4px 0px;
  }

  #loginForm i{
    font-size: 30px;
  }
  #loginForm{
    position: absolute;
    right: 20px;
    top: 400px;
      margin: 5px;
      color: white;
      background-color: #1d546d;
      padding: 10px;
      line-height: 1.5;
      border-radius: 5px;
  }
  #loginForm p{
      font-size: 18px;
      text-align: center;
  }

  #byNick{
    display: initial;
    border-radius: 5px;
    margin: 25px;
    font-size: 10px;
    color: #0b60a2;
  }

  #racePic{
    width: 90%;
    margin-top: 25px;
  }

  #wrapper50{
    display: grid;
    grid-template-columns: 50% 50%;
  }

  #page1Words{
    display: block;
    position: absolute;
    top: 50px;
    width: 100%;
    height: 100%;
    min-height: 403px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  #wordScroll{
    text-align: center;
    color: #1d546d;
  }
  #wordScroll h2{
    font-size: 34px;
    font-weight: bold;
    box-shadow: 0 0 10px black;
    background-color: wheat;
    margin: 0px;
    padding: 5px;
  }
  #wordScroll p{
    font-size: 20px;
    margin: 0px;
    padding: 15px 5px;
  }
  .orangeBtn{
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
  #infoLeft{
    display: inline-block;
    text-align: left;
  }
  #menuRight{
    display: inline-block;
    text-align: right;
  }
  .mainTitleText{
    display: block;
    top: 200px;
    left: 50px;
    color: white;
    text-align: center;
    line-height: 0.9;
  }
  .mainTitleText a{
    display: block;
    text-align: center;
    border: 1px solid #04599c;
    border-radius: 25px;
    padding: 10px;
    background-color: #036ff4;
    text-decoration: none;
    color: white;
    font-size: 4vw;
    margin: 5px
  }
  .mainTitleText a:hover{
    cursor: pointer;
    background-color: #3a8bef;    
  }
  #page1 h2{
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 7vw;
    font-weight: 700;
    line-height: 1.3;
    margin: 20px 0px;
    color: white;
    z-index: 1;
    text-shadow: 0 0 10px black;
  }
  .mainTitleText h5{
    font-size: 16px;
    font-weight: 500;
  }
  .centeredWrapper2Cl{
    display: flex;
    position: absolute;
    bottom: 90px;
    margin: auto;
    width: 100%;
    z-index: 2;
    place-content: center;
    text-shadow: 0px 0px 1px black, 0px 0px 5px black, 0px 0px 15px #004379;
  }
  .centeredWrapper2Cl .centerWrapperLft{
    width:60%;
    padding: 10px;
    position: relative;
  }
  .centeredWrapper2Cl .centerWrapperRt{
    width:40%;
    padding: 10px;
    position: relative;
  }
  .centeredWrapper2Cl img{
    width:80%;
  }
  .contentMain h2{
    width: 100%;
    text-align: center;
  }
  .contentMain h3{
    width: 100%;
    text-align: center;
  }
  .priceList{
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0px;
    justify-content: center;
  }
  .priceTab{
    position: relative;
    min-width: 160px;
    width: 30%;
    text-align: center;
    box-shadow: 0 0 4px 1px #cccccc;
    padding-bottom: 15px;
    flex-wrap: wrap;
    margin: 0px 13px;
    cursor: pointer;
  }
  .priceTab a{
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    width: 92%;
    display: block;
    margin: auto;
    position: absolute;
    bottom: -3px;
    border: 1px solid black;
    background-color: white;
    text-decoration: none;
  } 
  .priceTab:hover{
    background-color: white;
    box-shadow: 0 0 4px 1px #696969;

  }
  .priceTab:hover h3{
    background-color: #006ab5;
  }
  .priceTab:hover a{
    border: 1px solid black;
    background-color: #006ab5;
    color: white;
  }
  .priceTab h4{
    margin: 7px 0px;
  }
  .priceTab h3{
    width: 100%;
    text-align: center;
    border: 1px solid #306ffd;
    margin: 0px 0px 0px -11px;
    padding: 10px 10px;
    background-color: #23a1fb;
    color: white;
    border-radius: 10px;
  }
  .priceTab ul{
    margin: 10px 0px;
    padding: 0px
  }
  .priceTab li{
    list-style: none;
    line-height: 2;
    text-align: left;
    margin: 0px 10px;
    font-size: 10px;
    line-height: 2.5;
  }
  .priceTab h5 {
    min-height: 32px;
}
  .priceTab img{
    width: 100%;
    max-height: 100px;
  }
  .priceTab .priceInfo {
    padding: 5px;
    font-size: 12px;
    color: #004c83;
    min-height: 90px;
}
  .priceTab .contentImage{
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .icon{
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin: -6px 0px;
    display: inline-block;
    background-size: contain;
  }
  .tick{
    background-image: url(/img/icons/tick.PNG);
  }
  .email{
    background-image: url(/img/icons/email.PNG);
  }
  .phone{
    background-image: url(/img/icons/phone.png);
  }
  .grid-4{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: auto;
    width: 90%;
    overflow-y: auto;
    text-align: center;
  }
  .grid-4 h5{
    width: 100%;
    font-size: 20px;
    margin: 7px 0px;
  }
  .grid-4 img{
    width: 100%;
  }
  .grid-4 p{
    width: 100%;
    font-size: 10px;
  }
  .grid-4 .textbooks{
    position: relative;
    width: 150px;
    padding: 5px;
    margin: 10px;
  }
  .grid-4 .category{
    position: relative;
    grid-column-start: 1;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin: 5px;
    padding: 5px;
    box-shadow: 0 0 6px 1px black;
  }
  .grid-4 .category img{
    width: 150px;
  }
  .grid-4 .category h3{
    position: absolute;
    bottom:0px;
    width: 100%;
    text-align: center;
  }
  #frontQuote{
    border-top: 1px aliceblue solid;
    border-bottom: 1px aliceblue solid;
    text-align: center;
    font-size: 2vw;
    display: block;
    width: 90%;
    color: aliceblue;
    padding: 5px 0px;
    margin: 0% 5%;
  }
  #frontQuote .wow{
    font-size: larger;
    font-weight: bold;
  }
  .frontQuote{
    font-size: 14px;
    line-height: 1.5;
  }
  .frontQuoteAuthor{
    padding: 4px 0px;
    font-size: 10px;
  }

  #menuButtonToggle{
    position: absolute;
    right: 0px;
    top: 40px;
    z-index: 2;
    background-color: #bdf2fe;
    display: hidden;
    font-size: 18px;
    border: 1px solid #bdf2fe;
    padding: 0px 52px;
    cursor: pointer;
  }
  #menuButtonToggle:hover{
    background-color: white;
  }
  .hidden{
    display: hidden;
  }
  .mainContent{
    width: 100%;
  }
  #page1b .mainContent, #page1 .mainContent{
    margin-top: 100px;
  }

  .row{
    display:flex;
    margin: auto;
    width: 80%;
    background-color: white;
  }
  .row2{
    margin: auto;
    width: 95%;
    background-color: white;
    max-height: 90%;
    overflow-y: auto;
  }
  .row2 h2{
    padding: 5px 0px;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 22px;
    text-align: center;
  }
  .col-4{
    width: 30%;
  }
  .col-6{
    width: 25%;
  }
  .col-8{
    width: 70%
  }
  .col-12{
    width: 100%;
  }
  .map{
    width: 100%;
    height: 100%;
  }
  .contact_text{
    padding: 5px;
  }
  .contact_text h3 {
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 22px;
    text-align: center;
}
.contact_text ul li h5 {
  font-size: 20px;
  color: #111;
  font-weight: 700;
  margin-bottom: 5px;
}

.twitter {
  color: #40c4ff;
}
.facebook {
  color: #3263af;
}
.youtube {
  color: red;
}
.instagram {
  color: #b309d7;
}
  .contact_text .contact_social{
    text-align: center;
  }
  .contact_text .contact_social a{
    display: inline-block;
    font-size: 30px;

    margin-right: 26px;
  }
  .contact_text ul li span {
    height: 46px;
    width: 46px;
    background: #4c57d6;
    line-height: 46px;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.contact_text ul li {
  list-style: none;
  position: relative;
  padding-left: 65px;
  margin-bottom: 30px;
  font-size: 12px;
}
.input-list .inputWrapper{
  display: grid;
  grid-template-columns: 100px auto;
  width: 91%;
  margin-bottom: 10px;
}
.input-list .inputWrapper .frmTitle{
  margin: auto auto;
}
.contact-form form textarea {
  font-size: 14px;
  color: #444;
  width: 100%;
  height: 130px;
  padding-left: 20px;
  border: 1px solid #e1e1e1;
  margin-bottom: 17px;
  border-radius: 10px;
  resize: none;
  padding-top: 12px;
}
.site-btn {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 13px 30px 12px;
  background: #4c57d6;
  border: none;
  border-radius: 50px;
  width: 97%;
}
.contact-form h3 {
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.input-list input {
  font-size: 14px;
  color: #444;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding-left: 10px;
}
.contact_text form textarea {
  font-size: 14px;
  color: #444;
  width: 93%;
  height: 130px;
  padding-left: 20px;
  border: 1px solid #e1e1e1;
  margin-bottom: 17px;
  border-radius: 10px;
  resize: none;
  padding-top: 12px;
}
.services_box{
  display: grid;
  grid-template-columns: 230px  auto;
  grid-gap: 50px;
  margin: 10px 0px;
}
.services_pic{
  padding: 5px;
}
.services_pic img{
  width: 100%;
}
.services_content{
  padding: 5px;
}
.services_content a{
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px 10px;
  background: #4c57d6;
  border: none;
  border-radius: 50px;
  font-size: 12px;
}
.team-section {
  padding-bottom: 70px;
}
.team-section h5{
  text-align: center;
}
.team-section span{
  font-size: 15px;
}
.team-section p{
  font-size: 12px;
}
.team_pic img{
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}
.team_pic{
  margin: 10px;
}
team_item{
  position: relative;
}
.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}
.whoWeAre img{
  width: 90%;
}
.whoWeAre p{
  font-size: 18px;
}
.comingSoon{
  position: absolute;
  top: 30%;
  text-transform: capitalize;
  transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  width: 100%;
  font-weight: bold;
  font-size: 25px;
  text-shadow: 0 0 18px white;
}

.comingSoon{
  display: block;
}

#sideOptionsWrapper{
  display: block;
  padding: 10px;
}

.sideOptions{
  display: flex;
  border: 1px black solid;
  margin: 10px 0px;
  border-radius: 10px;
  cursor: pointer;
  background-color: #0aa7ef;
  height: 70px;
}
.sideOptions:hover{
  background-color: #79d1f9;
  box-shadow: 0 0 4px 2px white;
}

.sideOptions .sideOptionsJapanese{
  position: absolute;
  padding-right:5px;
  bottom: 5px;
  width: 90%;
  text-align: right;
  color: #c1f1ffad;
  font-size: 13px;
}

.sideOptionsTitle{
  font-size: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  position: relative;
  box-shadow: 0 50px 100px -20px rgb(50 50 93 / 25%), 0 30px 60px -30px rgb(0 0 0 / 30%), inset 0 -2px 6px 0 rgb(10 37 64 / 35%);
  color: white;
}
.serviceWrapper{
  display: flex;
}

.services #page2{
  background-color: violet;
  background-image: url(/img/homepage/services/photo-abc.jpg);
  background-position-y: center;
}
.services #page3{
  background-color: rgb(23, 207, 69);
  background-image: url(/img/homepage/services/photo-kidsbook.jpg);
  background-position-y: center;
}
.services #page4{
  background-color: rgb(65, 139, 250);
  background-image: url(/img/homepage/services/photo-worldCity.jpg);
  background-position-y: center;
}
.services #page5{
  background-color: rgb(65, 139, 250);
  background-image: url(/img/homepage/services/photo-highschool.png);
  background-position-y: center;
}
.services #page6{
  background-color: rgb(65, 139, 250);
  background-image: url(/img/homepage/services/photo-News.jpg);
  background-position-y: center;
}

.mainContent .mainTitle{
  text-align: center;
  font-size: 33px;
  font-weight: bold;;
  margin: 15px;
  padding: 10px;
}

.twoColumn{
  padding: 10px;
  margin: 10px;
  background-color: #ffffff75;
  border-radius: 10px;
  box-shadow: 0 0 10px white;
}

.serviceWrapper .delivery{
  background-image: url(/img/homepage/services/weblessons.jpg);
}

.twoColumnLeft{
  width: 30%;
  height: 100%;
  text-align: center;
}
.twoColumnLeft img{
  width: 95%;
  margin: 5px;
}
.twoColumnRight{
  width: 60%;
}
.graph{
  width: 80%;
}
.threeColumn{
  width: 30%;
  padding: 10px;
  margin: 10px;
  border: 1px dotted black;
  background-color: white;
  border-radius: 10px;
}

.threeColumn .title, .twoColumnRight .title{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  min-height: 45px;
}
.threeColumn .pic{
  display: block;
  text-align: center;
}
.threeColumn .pic img{
  height: 100px;
}
.threeColumn .desc{
  font-size: 13px;
  padding: 10px;
  min-height: 60px;
  overflow-y: auto;
}
.twoColumnLeft ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.twoColumnLeft li{
  padding: 15px 5px;
  margin: 15px 0px;
  border: 1px dotted black;
  border-radius: 5px;
  font-size: 25px;
  background-color: #ffffff73;
  cursor: pointer;
}

.twoColumnLeft li:hover{
  background-color: #ffffffa9;
}
div#newsletterSnippet {
  position: absolute;
  bottom: -15px;
  left: 90px;
  border: 1px solid black;
  width: 300px;
  height: 370px;
  transform: rotate(348deg) scale(1,1);
  animation: newsletterSplash 10s infinite;
  background-color: rgba(255, 255, 255, 0.651);
}
div#newsletterSnippet #title {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
div#newsletterSnippet div#pic {
  width: 99%;
  height: 100px;
  border: 2px solid black;
  top: 35px;
  position: absolute;
  background-color: rgba(255,255,255,1);
}
div#newsletterSnippet div#content {
  position: absolute;
  left: 0px;
  top: 155px;
  width: 60%;
  margin: 0% 5%;
  max-height: 200px;
  overflow: hidden;
}
div#newsletterSnippet div#content::after{
  content: "...";
}
div#newsletterSnippet div#questions {
  position: absolute;
  top: 148px;
  right: 0px;
  font-size: 10px;
  width: 35%;
}
div#newsletterSnippet div#questions ol{
  padding: 0px 0px 0px 16px;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: auto;
}

#sendMessage .success {
  text-align: center;
  font-size: 40px;
  color: #19a100;
  text-shadow: 1px 1px 2px;
}
.exampleOutputs {
  height: 78vh;
  overflow: auto;
}

#pageEvent #pageEventBgPic01{
  position: absolute;
  top: 77px;
  right: 0px;
  width: 300px;
  height: 300px;
  background-image: url(/img/homepage/events/andrey-metelev-DEuansgqjns-unsplash.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
#pageEvent #pageEventBgPic02{
  position: absolute;
  top: 77px;
  left: 0px;
  width: 300px;
  height: 300px;
  background-image: url(/img/homepage/events/folu-eludire-O9Epo1PwX5A-unsplash.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
#pageEvent #pageEventBgPic03{
  position: absolute;
  bottom: 77px;
  right: 200px;
  width: 300px;
  height: 300px;
  background-image: url(/img/homepage/events/nik-korba-3WceTBlUoMs-unsplash.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
#pageEvent #pageEventInput{
  display: block;
  width: 80%;
  max-width: 700px;
  min-height: 170px;
  margin: auto;
  box-shadow: 0px 0px 10px #794e00;
  background-color: #ffffff8a;
  padding: 10px;
  z-index: 1;
}

#pageEvent #pageEventInput #pageEventInputWrapper{
  padding: 3px;
}

#pageEvent #pageEventInput #pageEventInputWrapper .spaced{
  margin: 10px 0px;
  font-size: 18px;
}

#pageEvent #pageEventInput #pageEventInputWrapper #title{
  text-align: center;
  font-size: 70px;
  font-weight: bold;
  max-width: 700px;
}

#pageEvent #pageEventInput #pageEventInputWrapper .input #gameBtn{
  width: 100%;
  padding: 10px;
  font-size: 25px;
  margin: 10px 0px;
}

#pageEvent #pageEventInput #pageEventInputWrapper .input #gameID{
  width: 94%;
  padding: 5px;
  margin: 5px 0px;
}
div#frontPic {
  position: relative;
    height: 50%;
    width: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background-size: cover;
    background-position: center;
}
.ageName {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-weight: bold;
  color: white;
  text-shadow: 0px 0px 10px black;
}
.bannar01 {
    height: 179px;
    background-position: center;
    background-size: cover;
}
.materialWrapper {
  position: absolute;
  left: 0px;
  bottom: 0px;
  border: 1px solid black;
  border-radius: 5px;
  padding: 20px 10px;
  background-size: cover;
  width: 180px;
  height: 100px;
  margin: 10px;
  background-color: white;
}
.materialWrapper .name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  text-shadow: 0px 0px 10px white, 0px 0px 5px white;
}
.materialWrapper .level {
  text-align: center;
  padding: 5px;
  font-size: 14px;
  text-shadow: 0px 0px 10px white, 0px 0px 5px white;
}
.materialWrapper .materialFocus {
  font-size: 11px;
  font-style: italic;
  padding: 10px;
  text-shadow: 0px 0px 10px white, 0px 0px 5px white;
}
.fluency-steps {
  width: 90%;
  border: 1px solid #ddd;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
  margin: auto;
}

.fluency-steps h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.fluency-steps ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.fluency-steps ul li {
  font-size: 17px;
  color: #666;
  margin-bottom: 11px;
}
/* PAGE 4 */
#page4 .yearly-schedule {
  font-family: Arial, sans-serif;
  display: flex;
  font-size: 1vw;
}

#page4 .phase {
  border: 1px solid #ddd;
  padding: 9px;
  cursor: pointer;
}
#page4 .phase:hover {
  background-color: #ff7474;
}
#page4 .phase.selected {
  background-color: #fffdcb;
  box-shadow: 0px 0px 10px yellow;

}

#page4 .phase h2 {
  color: #333;
}

#page4 .continuous-activities {
  border: 1px solid #ddd;
  padding: 9px;
}

#page4 .mainPhaseWrapper {
  font-family: 'Arial', sans-serif;
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#page4 .monthly-phases, .continuous {
  margin-bottom: 30px;
}

#page4 h2 {
  color: #333;
  margin-bottom: 15px;
}

#page4 ul {
  list-style-type: none;
  padding: 0;
}

#page4 ul > li {
  background-color: #fff;
  margin: 10px 0;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.monthly-phases{
  display: grid;
  grid-template-columns: 50% 50%;
}
#page4 ul.tasks li{
  display: grid;
  grid-template-columns: 80px auto;
  font-size: 2vw;
  margin: 2px 4px;
}

#page4 ul > li > ul {
  margin-top: 5px;
}

#page4 ul > li > ul > li {
  background-color: #e9ecef;
  margin: 5px 0 0 0;
  padding: 5px 10px;
  border-radius: 4px;
  box-shadow: none;
}

#page4 li:not(:last-child) {
  margin-bottom: 10px;
}

/* Enhance visual separation between weekend days and their activities */
#page4 ul > li:nth-child(odd) {
  background-color: #e3f2fd;
}

/* Style for Weekend and Weekly titles */
#page4 h2 {
  border-bottom: 2px solid #0d47a1;
  padding-bottom: 5px;
}

/* END PAGE 4 */
.continuous-activities h2 {
  color: #333;
  margin-bottom: 10px;
}
.materialWrapper2 {
  border: 1px solid black;
  padding: 5px;
  margin: 5px;
  font-size: 10px;
  background-color: white;
  box-shadow: inset 0px 0px 5px grey;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  min-width: 80px;
  min-height: 40px;
  position: relative;
  cursor: pointer;
}
.materialWrapper2:hover{
  border: red;
  box-shadow: 0px 0px 10px yellow;
}
.materialWrapper2 .name2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #ffffff78;
  text-align: center;
}
div#midWrapper {
  display: grid;
  grid-template-columns: 20% 40% 40%;
  border-bottom: 1px dotted blue;
  background-color: #1a7de3;
}
#midWrapper .title {
  color: white;
  font-size: 10px;
  text-align: center;
  padding: 6px 0px 2px 0px;
}
#midWrapper .materials {
  display: flex;
  width: 100%;
  overflow: hidden;
  justify-content: space-evenly;
}
#midWrapper #dailyWrapper {
  background-color: rgb(89, 6, 184);
}
#midWrapper #coursesWrapper {
  background-color: #0a9d0a;
}

/* page 2 */
#page2 main section{
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 20px;
  margin: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 45%;
  font-size: 2vw;
}
#page2 main section h2 {
  font-size: 3vw;
  text-align: center;
}

#page2 main h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 16px;
}

#page2 main ul {
  list-style: none;
  padding: 0;
}

#page2 main li {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  font-size: 2vw;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
}

#page2 main li:hover {
  background-color: #e9ecef;
}

#page2 main li strong {
  color: #007bff;
  font-weight: normal;
}

/* page 2 end */
/* page 3 */
main {
  display: flex;
}

#page3 .steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}

#page3 .step {
  flex: 1;
  min-width: 250px; /* Ensures the step boxes don't get too narrow on smaller screens */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 2vw;
}

#page3 .step h3 {
  margin-top: 0;
}
#page3 h2{
  font-size: 3vw;
  text-align: center;
  color: #0b73a3;
}
/* page 3 end */

  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

@keyframes newsletterSplash {
  0%{
    left: 90px;
    transform: rotate(348deg) scale(1.0,1.0);
  }
  50%{
    transform: rotate(368deg) scale(1.2,1.2);
  }
  100%{
    left: 95px;
    transform: rotate(348deg) scale(1.0,1.0);
  }  
}

@media (min-width: 600px) and (max-width: 1100px){
  .col-4, .col-8{
    width: 100%;
  }

  .input-list input {
    width: 100%;
  }
  #loginWrapper{
    grid-template-columns: auto 50%;
  }
  #websitename a{
    font-size: 15px;
  }
  }

@media (max-width: 700px){
  .col-4, .col-8{
    width: 100%;
  }
  .row{
    display: block;
  }
  .input-list input {
    width: 100%;
  }
  #infoLeft{
    margin-top: -9px;
  }
  #menuButtonToggle{
    display: block;
  }
  #logo span {
     padding: 0px;
    font-size: 9px;
    }
    #side a {
        font-size: 8px;
    }
  #mainTitleMenu div {
    display: none;
    flex-wrap: wrap;
    border: 1px solid #bdf2fe;
    width: 160px;
    position: absolute;
    right: 0px;
    top: 17px;
    height: fit-content;
    background-color: #0096da;
    z-index: 10;
  }
  #websitename a{
    min-width: 100px;
    margin: 7px 10px;
  }
  #headerContainer {
    height: 40px;
  }
  #side li {
    font-size: 10px;
  }
  #frontQuote{
    top: 430px;
  }
  #page2 .contentMain {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  #page2 .contentMain .newsletterExamples{
    border: 1px solid black;
    width: 200px;
    height: 100px;
    border-radius: 5px;
  }
  .centeredWrapper2Cl .centerWrapperLft {
    width: 100%;
    }
    .centeredWrapper2Cl {
      display: block;
      bottom: 140px;
      z-index: initial;
    }
    .centeredWrapper2Cl  .mainTitleText h5{
        font-size: 14px;
    }
    .centeredWrapper2Cl .centerWrapperRt {
      width: 100%;
  }
    #websitename{
        font-size: 18px;
    }
    #login{
      left: 0%;
      width:89%;
    }
    #logo {
        font-size: 25px;
    }
    #side svg {
        font-size: 25px;
    }
    #side div {
        width: 37px;
    }
    #side span{
        font-size: 8px;
        margin-top: 3px;
      }
    .menuButton{
        width: 90px;
        padding: 7px 0px;
        font-size: 12px;
    }
    #diary{
      width: 90%;
      padding: 20% 5%;
    }  
    #welcomeBannar{
      margin-top: 45px;
    }
    #loginWrapper{
      grid-template-columns: auto;
    }
    #loginPosition{
      top: 80px;
    }
    #racePic{
      margin-top: initial;
    }
    #byNick{
      font-size: 3.5vw;
    }
    #page1Words{
      top: 700px;
    }
    .pages .nextPage {
        bottom: 20px;
    }

    #pageEvent #pageEventBgPic01{
      width: 150px;
      height: 150px;
    }
    #pageEvent #pageEventBgPic02{
      width: 150px;
      height: 150px;
    }
    #pageEvent #pageEventBgPic03{
      width: 150px;
      height: 150px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
  }