html {
    scroll-behavior: smooth;
}

body {
  margin: 0;
}
.verticalflip {
    display: grid;
  }
  
.verticalflip > div {
    --animation-duration: 26s;
  
    grid-area: 1 / 1;
    
    animation: vertical var(--animation-duration) linear infinite;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
  
.verticalflip > div:nth-child(1) {
    animation-delay: calc(-0.5 * var(--animation-duration));
}
  
@keyframes vertical {
    10%  { transform: rotateX(0deg);   }
    40%  { transform: rotateX(180deg); }
    60%  { transform: rotateX(180deg); }
    90%  { transform: rotateX(0deg);   }
}

.slide-in {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    animation: slide-in 0.5s forwards !important;
    -webkit-animation: slide-in 0.5s forwards !important;
    height: 290px !important;
    border-bottom: 4px solid rgba(0,0,0,.47) !important;
}

.slide-out {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
    height: 45px !important;
}

@keyframes slide-in {
    100% { transform: translateY(0%); }
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateY(0%); }
}

@keyframes slide-out {
    0% { transform: translateY(0%); }
    100% { transform: translateY(-100%); }
}

@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateY(0%); }
    100% { -webkit-transform: translateY(-100%); }
}
.verticalNavBar{
    width: 130px !important;
    visibility: visible !important;
    text-align: center !important;
    position: absolute !important;
    left: 36vw !important;
    top: 15% !important;
    margin-left: 4.45vw;
    margin-right: 4.45vw !important;
}
.navLink{
    font-family: -apple-system,BlinkMacSystemFont,sans-serif;
    -webkit-tap-highlight-color: transparent;
    opacity: .5;
    transition: opacity .5s linear;
    display: inline-block;
    text-decoration: none;
    color: #3f4652;
    text-align: center;
    padding-right: 16px;
    padding-bottom: 15px;
}
.scrollformore{
    min-width: 100px; 
    color: rgb(162, 172, 186); 
    font-size:small; 
    position:relative; 
    left: 42%; 
    top: 94%;
}
.navLink:hover{
    opacity:1;
}
.servicesMain{
    margin-left: 50px;
    margin-top: 0vw;
}
.menuBar{
    display: flex;
    position: fixed;
    background-color: rgb(255, 255, 255);
    top: 0;
    border-bottom: 1px solid rgba(0,0,0,.07);
    width: 100%;
    height: 45px;
    z-index: 9;
}
.navBar{
    display: block;
    float: right;
    overflow: hidden;
    padding: 14px;
}
.logo{
    font-family: -apple-system,BlinkMacSystemFont,sans-serif;
    -webkit-tap-highlight-color: transparent;
    margin-right: auto;
    padding: 12px 16px;
    font-size: 1.2rem;
    font-weight: 700;
    width: 250px;
    height: 45px;
    overflow: hidden;

}
.segmentOne{
    background-color: rgb(41, 48, 57);
    width: 100%;
    align-content: center;
}
.whiteBar{
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 20px
}
.bar{
    width: 100%;
    height: 20px
}
.fullPage{
    width: 100%;
    margin: 0px;
    overflow: hidden;
}
.foactitle{
    width: 100%; 
    text-align: center; 
    margin-top: 3%; 
    margin-bottom: 5%;
}
.label{
    font-family: "Open Sans";
    font-weight: 800;
    font-size: 2.5vw;
    font-style: normal;
    color: rgb(41, 48, 57);
    text-transform: uppercase;
}
.title{
    font-family: "Open Sans";
    font-weight: 800;
    font-style: normal;
    color: rgb(216, 221, 228); 
    /* color: #ffffff;  */
    text-decoration: none;
    /* ine-height: 1.05; */
    font-size: 7vw;
    text-transform: uppercase;
    text-shadow: 4px 4px rgb(71, 80, 94);
}
.resourcetitle{
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    color: rgb(162, 172, 186);
    text-decoration: none;
    ine-height: 1.05;
    font-size: 1.25vw;
}
.small{
    font-size: 1.5vw;
}
.smallTitle{
    font-family: "Open Sans";
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
    ine-height: 1.05;
    font-size: 3vw;
    text-transform: uppercase; 
    color: rgb(41, 48, 57);
}
.dark{
    color: rgb(41, 48, 57);
}
.gray{
    color: rgb(138, 147, 163);
}
.white{
    color: rgb(255, 255, 255);
}
.regular{
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    font-size: 1.5vw;
}
.detailed{
    font-family: "Open Sans";
    font-weight: 200;
    font-style: normal;
    line-height: 1.4;
    font-size: 1.3vw;
}
.verydetailed{
    font-family: "Open Sans";
    font-weight: 200;
    font-style: normal;
    line-height: 1.4;
    font-size: 1.24vw;
}
.heavy{
    font-weight: 600;
}
.subtitle{
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    color: rgb(255, 255, 255);
    text-decoration: none;
    letter-spacing: 0.185em;
    font-size: 2vw;
    text-transform: uppercase;
}
.quote{
    font-family: "Open Sans";
    font-style: normal;
    color: rgb(162, 172, 186);
    text-decoration: none;
    font-size: 20px;
}
.subtitleDiv{
    width: 100%; 
    text-align: center;
}
.dedicatedarticletype{
    font-size: 20px;
}
.bglogo{
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 73%;
    left: 58%;
}
.fourareasofcompetence{
    background-color: rgb(162, 172, 186);
    width: 100%;
    height: 50vw;
    position: relative;
    overflow: hidden;
}
.philosophy{
    background-color: rgb(64, 81, 99);
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
}
.philosophy .partOne{
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 13%;
    left: 5%;
}
.philosophy .partTwo{
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 48%;
    left: 33%;
}
.resources{
    background-color: rgb(64, 81, 99);
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 800px;
    display: flex;
}
.resourcesImage{
    height: 75vw;
    
}
.resources .partOne{
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 3%;
    left: 2%;
}
.resources .partTwo{
    width: 72%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 5vw;
    left: 2%;
}
.resources .partTwo .resourceMenu{
    width: 30%; 
    margin-top: 22px;
    margin-right:40px;
}
.recentPosts .small{
    font-size: 1.15vw;
}
.recentPosts .verydetailed{
    font-size: .9vw;
}
.desc {
    overflow: wrap;
    width: 25%;
}
.areas{
    width: 99%;
    display: flex;
    position: relative;
    top: 0%;
}
.area {
    width:25%;
    text-align: center;
}
.services{
    background-color: rgb(64, 81, 99);
    width: 100%;
    height: 63vw;
    position: relative;
    overflow: hidden;
}
.teacher{
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 72%;
    left: 82%;
}
.teacherimage{
    width: 15%;
}
.servicespanes{
    width: 100%;
    display: flex;
    margin-top: 3vw;
}

.servicepane{
    width: 50%;
    margin-top: 2vw;
}
.classroomgraphic{
    width: 30%;
    height: 63vw;
    overflow: hidden;
    z-index: 5;
}
.results{
    background-color: rgb(41, 48, 57);
    width: 100%;
    position: relative;
    overflow: hidden;
}
.results .smallTitle{
    color: rgb(213, 217, 224);
}
.results .area{
    width: 33%;
    text-align: center;
}
.contact{
    background-color: rgb(41, 48, 57);
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
}
.contactsbackground{
    position: absolute;
    top: 0%;
    left: 0%;
}
.contactworld{
    width: 50%;
    position: absolute;
    z-index: 5;
    top: 52%;
    left: -13%;
}
.contactinformation{
    position: absolute;
    z-index: 8;
    top: 28%;
    left: 70%;
}
.hamburger{
    margin: 10px;
    visibility: hidden;
    position: absolute;
    right: 10px;
    height: 45px;
}
.anchor{
    visibility: hidden;
    display: block;
    margin-top: -45px;
    height: 45px;
}
.anchorSmall{
    visibility: hidden;
    display: block;
    margin-top: -45px !important; 
    height: 45px !important;
}
.recentPosts{
    overflow: hidden; 
    height: 200px;
}
.recentBlogPost{
    margin-bottom:0px;
    cursor:pointer;
}
.services a{
    color: white;
}

.resources a{
    color: white;
}
.blog_FullPage{
    background-color: rgb(64, 81, 99);
    width: 100%;
    position: relative;
    height: auto;
}
.blog_FullPage .resourcesImage{
    display: none;
}
.blog_FullPage a{
    color: inherit;
}
.blog_FullPage .partOne{
    text-align: center;
    background-color: rgb(41, 48, 57);
    margin-top: -5%;
}
.blog_FullPage .partOne .label{
    color: white;
}
.blog_FullPage .partTwo{
    height: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 20px;
    padding-left: 2px;
    padding-right: 10px;
    background-color: rgb(162, 172, 186);
}
.blog_FullPage .partTwo .resourcetitle{
    color: rgb(41, 48, 57);
}
.blog_FullPage .partTwo .recentPosts{
    height: 200px;
}
.blog_FullPage .clickableMenu{
    cursor: pointer;
}

.blog_FullPage .partThree{
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 2px;
    padding-right: 10px;
    margin-bottom: 5px
}
@media (max-width: 1525px) {
    .dedicatedarticletype{
        font-size: 20px;
    }
    
}
@media (max-width: 1330px) {
    .resources{
        height: 65vw;
    }
    .resourcesImage{
        height: 65vw;
    }
    .recentPosts .small{
        font-size: 1.5vw;
    }
    .recentPosts .verydetailed{
        font-size: 1.24vw;
    }
    .dedicatedarticletype{
        font-size: 20px;
    }
}
@media (max-width: 1250px) {
    .desc {
        width: 300px;
    }
    .philosophy .partTwo .regular{
        font-size: 18px;
    }
    .philosophy .partOne .regular{
        font-size: 18px;
    }
    .resources .detailed{
        font-size: 1.5vw;
    }
    .resources .regular{
        font-size: 2.5vw;
    }
    .scrollformore{
        top:92%;
    }
    .dedicatedarticletype{
        font-size: 20px;
    }
}
@media (max-width: 970px){
    .servicepane{
        margin-top: 0vw;
    }
    .hamburger{
        visibility: visible;
    }
    .navBar{
        visibility: hidden;
        width: 0px;
        padding: 1.8vw;
    }
    .anchor{
        margin-top: -294px;
        height: 294px;
    }
    .label {
        font-size: 24px;
    }
    .bglogo{
        left: 48%;
    }
   
    .resourcetitle {
        font-size: 1.5vw;
    }
    .resources{
        height: 75vw;
    }
    .resourcesImage{
        height: 75vw;
    }
    .dedicatedarticletype{
        font-size: 20px;
    }
    /*.detailed{
        font-size: 2vw;
    }*/
}
@media (max-width: 820px) {
    .philosophy .partTwo .regular{
        font-size: 16px;
    }
    .philosophy .partOne .regular{
        font-size: 16px;
    }
    .servicesMain{
        margin-left: 0px;
    }
    .bglogo{
        left: 44%;
    }
    .philosophy .partTwo {
        left: 20%;
    }
    .desc {
        width: 300px;
    }
    .fourareasofcompetence{
        height: 1200px;
    }
    .services{
        height: 168vw;
    }
    .classroomgraphic{
        height: 168vw;
    }
    .teacher{
        top: 84%;
        left: 74%;
    }
    .teacherimage{
        width: 22%;
    }
    .regular{
        font-size: 18px;
    }
    .detailed{
        font-size: 2.4vw;
    }
    .resources .regular{
        font-size: 2.5vw;
    }
    .verydetailed{
        font-size: 2vw;
    }
    .areas{
        display: inline;
    }
    .area{
        width: 100%;
    }
    .results .area{
        width: 100%;
    }
    .servicespanes{
        display: inline;
        margin-top: 800vw
    }
    .servicepane{
        width: 100%;
        margin: 20px;
        margin-bottom: 40px;
    }
    .smallTitle{
       font-size: 24px;
    }
    .contactworld{
        top: 78%;
    }
    .contactinformation{
        left: 33%;
    }
    .resources .partTwo{
        width: 82%;
    }
    .recentPosts{
        height: 170px;
    }
    #renderedPost{
        display: none;
    }
    #resourceMenu{
        width: 85%;
        text-align: center;
    }
    .resourcetitle {
        font-size: 3vw;
    }
    .resources .detailed{
        font-size: 12px;
    }
    .resources .scrollformore{
        display: none;
    }
    .dedicatedarticletype{
        font-size: 20px;
    }
    .resources {
        height: 85vw;
    }
    .resourcesImage{
        height: 85vw;
    }
}
@media (max-width: 700px) {
    .quote{
        font-size: 16px;
    }
    .resources {
        height: 95vw;
    }
    .resourcesImage{
        height: 95vw;
    }
    .bglogo{
        left: 38%;
    }
    .philosophy .partTwo {
        left: 5%;
    }
    .desc {
        width: 300px;
    }
    .recentPosts{
        height:200px;
    }
    .regular{
        font-size: 18px;
    }
    .resourcetitle{
        font-size: 18px;
    }

    .resources .detailed{
        font-size: 12px;
    }
    .resources .regular{
        font-size: 20px;
    }
    .resources .partTwo{
        width: 85%;
    }
    .fourareasofcompetence{
        height: 1250px;
    }
    .dedicatedarticletype{
        font-size: 18px;
    }
}
@media (max-width: 630px) {
    .bglogo{
        left: 38%;
    }
   .recentPosts{
       height: 200px;
   }
   
    .navBar{
        visibility: hidden;
        width: 0px;
        padding: 4vw;
        padding-top: 2vw;
    }
    .verticalNavBar{
        margin-left: 0px;
    }
    .resources {
        height: 120vw;
    }

    .resources .detailed{
        font-size: 12px;
    }

    .resourcetitle{
        font-size: 18px;
    }
    .resources .regular{
         font-size: 20px;
     }
    .resourcesImage{
        height: 145vw;
    }
    .fourareasofcompetence{
        height: 1275px;
    }
    .dedicatedarticletype{
        font-size: 18px;
    }
    .bglogo{
         left: 38%;
     }
}
@media (max-width: 500px) {
    .bglogo{
        left: 48%;
    }
    .teacher{
        top: 90%;
    }
    .philosophy .partTwo .regular{
        font-size: 14px;
    }
    .philosophy .partOne .regular{
        font-size: 14px;
    }
    .philosophy .partOne .label{
        font-size: 22px;
    }
    .contactinformation {
        left: 29%;
    }

    .navBar{
        visibility: hidden;
        width: 0px;
        padding: .85vw;
        padding-top: 2vw;
    }
    .subtitleDiv{
        width: 150px; 
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .subtitle{
        font-size: 2.65vw;
    }
    .detailed {
        font-size: 3.4vw;
    }
    .services {
        height: 298vw;
    }
    .classroomgraphic {
        height: 298vw;
    }
    .fourareasofcompetence {
        height: 1300px;
    }
    .desc {
        width: 200px;
    }
    .resources {
        height: 145vw;
    }
    .resourcesImage{
        height: 145vw;
        visibility: hidden;
    }
    .resources .partTwo{
        width: 110%;
        top: 10vw;
    }
    .recentPosts{
        height: 50vw;
    }
    /*.resourcetitle{*/
    /*    font-size: 4.5vw;*/
    /*}*/
    .resourcetitle{
        font-size: 18px;
    }

    .regular{
        font-size: 3.6vw;
    }
    .resources .detailed{
        font-size: 3.5vw;
    }
    .resources .regular{
        font-size: 20px;
    }
    .foactitle{
        margin-bottom: 9%;
    }
    .dedicatedarticletype{
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .fourareasofcompetence {
        height: 1250px;
    }
    .dedicatedarticletype{
        font-size: 18px;
    }
    .resources {
        height: 150vw;

    }

}
@media (max-width: 420px) {
    .services {
        height: 308vw;
    }
    .classroomgraphic {
        height: 308vw;
    }
    .dedicatedarticletype{
        font-size: 18px;
    }
    .resources {
        height: 160vw;

    }
}
@media (max-width: 380px) {
    /*.recentPosts{*/
    /*    height: 40vw;*/
    /*}*/
    .resources {
        height: 175vw;

    }
}
@media (max-width: 320px) {

    .resources {
        height: 215vw;

    }
}

.fade-in {
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
    -moz-animation: fadeIn ease 3s;
    -o-animation: fadeIn ease 3s;
    -ms-animation: fadeIn ease 3s;
  }
  @keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-moz-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-o-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-ms-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
}
.big{
    font-size: 22px;
}
.byline{
    font-size: 18px;
}
