*{
    padding: 0;
    margin: 0;
    font-family: sans-serif, verdana, 'Times New Roman';
    box-sizing: border-box;
}
p{
    font-size: 1.2rem;
    font-weight: 500;
}
a{
    font-weight: 600;
    color: #1B262C;
    text-decoration: none;
}
b{
    color: #0F4C75;
}
h1{
    font-size: 1.5rem;
}
h3{
    font-weight: 100;
}
.header{
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0F4C75;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.header .logo-box{
    margin-right: 5px;
    width: 70%;
    background-color: #0F4C75;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.header .logo-box .text-student{
    padding: 10px;
    margin: 10px;
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
}
.text-student h1{
    font-family: 'Times New Roman';
}
.box-img .img img{
    height: 8vh;
    width: 8vh;
    border-radius: 50%;
}
.logo-box .box-text{
    color: white;
    margin: 0 10px 0 10px;
    font-weight: 900;
}
.header .navigation-box{
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
}
/* .sticky{
    position: fixed;
    top: 0;
} */
.navigation-box .navigation{
    list-style-type: none;
    justify-content: space-between;
}
.navigation-box li{
    position: relative;
    float: left;
}
.navigation-box .navigation li a{
    font-size: 16px;
    padding: 20px;
    display: block;
}
.navigation li a img{
    position: relative;
    top: 2px;
    filter: opacity(0.5) drop-shadow(0 0 #0F4C75);
}
.navigation li:hover > a img{
    filter: opacity(10) drop-shadow(-0.2px -0.5px white);
}
.navigation li a{
    font-size: 15px;
    padding: 15px;
    color: #0F4C75;
}
.navigation li a:hover{
    color: white;
    background-color: #0F4C75;
    width: 100%;
}
.navigation li ul{
    position: absolute;
    left: 0;
    width: 200px;
    background-color: #0F4C75;
    list-style-type: none;
    display: none;
}
.navigation li ul li{
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.navigation li ul li a{
    color: white;
}
.navigation li ul li a:hover{
    color: #1B262C;
    background-color: white;
}
.navigation li:hover > ul{
    display: initial;
}
#menu-bar{
    margin: 10px;
    border: 2px solid black;
    display: none;
}
.header label{
    font-size: 20px;
    color: #0F4C75;
    cursor: pointer;
    display: none;
}
.container{
    color: #1B262C;
}
.container .first-section{
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url("images/new-building-IT.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.first-section{
    transform: ease-in;
}
.first-section-content img{
    height: 15vh;
    border-radius: 50%;
}
.first-section-content p{
    font-weight: bold;
    color: white;
}
.first-section-content h1{
    margin: 10px 10px 20px 10px;
    font-size: 54pt;
    font-weight: 900;
    font-family: 'Times New Roman';
    color: white;
}
.first-section-content h3{
    color: white;
}
.first-section-content:after{
    animation: animate 5s ease-in-out;
}
.contents-container{
    padding: 10%;
    margin: 10px;
}
.side-section{
    margin: 10px;
    padding-top: 50px;
    padding-left: 50px;
    width: 25%;
    height: 37vh;
    float: right;
    border-left: 2px solid #1B262C;
}
.side-section-content{
    width: 100%;
}
.side-section-content p:hover{
    background-color: #0F4C75;
    color: white;
}
.second-section-content h1{
    padding: 20px;
}
.facebook-contents{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 70%;
}
.facebook-contents iframe{
    padding: 5px;
    width: 50%;
}
.side-section-content{
    line-height: 50px;
}
.container .second-section{
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.second-section-content{
    padding: 10px;
    margin: 10x;
    width: 900px;
    border-radius: 20px;
}
.second-section-content .history-img{
    padding: 10px;
}
.second-section-content .history{
    padding: 10px;
    margin: 10px;
    text-align: justify;
}
.second-section-content .history-img img{
    height: 100px;
    border-radius: 20%;
}
.container .third-section{
    margin-top: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.third-section-content{
    margin: 50px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #1B262C;
    border: opacity(0, 0, 0, 0.5);
    border-radius: 20px;
}
.third-section-content .vision-content, .mission-content{
    color: white;
    width: 400px;
    padding: 25px;
}
.third-section-content .vision-content p, .mission-content p{
    text-align: justify;
}
.labels .lists{
    margin-top: 5%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    text-align: justify;
}
.container .forth-section{
    margin-top: 8%;
    background-color: #0F4C75;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.forth-section-content{
    padding: 10px;
    margin: 10px;
    width: 400px;
    background-color: #BBE1FA;
    border-radius: 20px;
}
.forth-section-content .hymn{
    padding: 10px;
    margin: center;
    text-align: center;
}
.hymn-video{
    margin: 10px;
}
.footer{
    color: #1B262C;
    background-color: #BBE1FA;
    font-weight: 300;
    text-align: center;
}
.footer p{
    padding: 10px;
}
.footer .bottom-footer{
    height: 90px;
    background-color: #3282B8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.take-action{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.contacts-box{
    padding-bottom: 15px;
    width: 30%;
}
.address-box .address, .contacts-box .contacts{
    text-align: justify;
    margin-right: 10px;
}
.address a{
    color: #0F4C75;
}
#email:selection{
    background-color: white;
}
.bottom-footer a:hover{
    transform: translateY(-2px);
    filter: opacity(10) drop-shadow(-0.2px -0.5px white);
}
.bottom-footer a{
    position: relative;
    top: 2%;
}
.stratford-school::before, .stratford-school::after{
     box-sizing: border-box;
}
.container .department-section{
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url("images/stratford-D-building03.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.school-uniforms{
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.school-uniforms p, .school-uniforms h1{
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
}
.third-section-elements{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.labels{
    color: white;
}
.labels h1{
    font-size: 48px;
}
.stratford-school::before, .stratford-school::after{
    box-sizing: border-box;
}
.forth-section .stratford-school{
    background-color: white;
    padding: 10px;
    height: 50%;
    margin: 10%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.stratford-school, .student-code-of-conduct{
    margin: 10px;
    text-align: justify;
}
.course-title{
    display: contents;
}
.course-section{
    display: flex;
    justify-content: center;
}
.admission-requirements-section{
    padding: 30px;
    float: right;
}
.admission-requirements-contents {
    line-height: 35px;
    width: 15vw;
    flex-wrap: wrap;
}
.admission-requirements-contents h1{
    font-size: 20px;
}
.admission-requirements-contents h2{
    font-size: 18px;
    text-indent: 20px;
}
.admission-requirements-contents p{
    font-size: 16px;
}
.wrap-content{
    display: flex;
    justify-content: center;    
    margin-top: 10px;
    width: 35vw;
}
.wrap-content-center{
    width: 100%;
}
.course-contents{
    overflow: auto;
    white-space: nowrap;
    /* height: 100vh; */
}
.course-contents ul{
    list-style-type: none;
    line-height: 50px;
}
.program{
    position: relative;
}
.program h2{
    font-size: 18px;
    text-indent: 30px;
}
.program h3{
    font-size: 16px;
    text-indent: 50px;
}
.program h1{
    font-size: 20px;
    position: relative;
    background-color: #0F4C75;
    padding: 15px;
    color: white;
    margin: 5px;
    cursor: pointer;
}
.program h1::before{
    height: inherit;
    aspect-ratio: 5;
    background: #BBE1FA;
    padding-right: 2rem;
    content: "";
    clip-path: polygon(75% 50%, 25% 50%, 50% 80%);
}
#toggle:not(:checked) ~ h1::before{
    transform: rotate(180deg) scale(1);
}
#toggle{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    height: 40px;
}
#toggle:not(:checked) ~ .program-dropdown{
    display: none;
    opacity: 0;
}
#toggle:checked ~ .program-dropdown{
    display: initial;
}
.course-subjects{
    margin-top: 2%;
}
.navigation-gallery-section{
    width: 100%;
}
.gallery-section{
    margin: 5px;
    padding: 2px;
    display: flex;
    justify-content: center;
}
.gallery-section-contents{
    overflow: auto;
    white-space: nowrap;
    color: white;
}
.gallery-section-contents ul{
    list-style: none;
    display: flex;
}
.gallery-section-contents ul li{
    background-color: #3282B8;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.gallery-contents{
    width: 100%;
    height: 100vh;
    justify-content: center;
}
.media-section{
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.media-contents{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}
.media-contents img{
    height: 30vh;
    padding: 5px;
    align-self: center;
}
.media-contents img:hover{
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
} 
.media-contents iframe{
    padding: 5px;
    align-self: center;
}
.description-section{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.image-wrap{
    display: flex;
    justify-content:center;
}
.image-description{
    position: absolute;
    align-self:last baseline;
    visibility: hidden;
    opacity: 0;   
}
.image-wrap p{
    padding: 5px;
    background-color: rgba(240, 240, 240, 0.63);
}
.image-wrap:hover > .image-description{
    visibility: visible;
    opacity: 1;    
}
.bsit, .act{
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.course-subjects{
    background-color: #0F4C75;
    display: none;
}
.bsit .course-title:hover > .course-subjects{
    display: initial;
}
.form-box{
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.form-box iframe{
    width: 100%;
    height: 100%;
}
.columns .first-column, .columns .second-column{
    margin: 10px 15px 10 15px;
    width: 90%;
}
.columns input[type="text"] , .columns input[type="password"], .columns select{
    height: 5vh;
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(68, 78, 92, 0.884);
    border-top: hidden;
    border-left: hidden;
    border-right: hidden;
    background-color: rgba(255, 247, 247, 0.884);
}
.first-column label, .second-column label{
    font-size: 13pt;
    margin-top: 8%;
}
.second-column{
    position: relative;
    top: 10px;
    padding-bottom: 10px;
}
.profile-head{
    height: 50vh;
    background: url("images/cover-photo.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.profile-img-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.profile-img-box img{
    height: 20vh;
    border-radius: 50%;
    border: 2px solid white;
}
.profile-person{
    margin-top: 25%;
}
.profile-person .profile-img-box{
    padding: 20px;
    text-align: center;
}
.name{
    padding: 20px;
    margin-top: 5px;
    width: 100%;
    color: black;
    text-align: center;
}
.columns{
    margin: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.columns .choices{
    display: flex;
}
.columns .pictures, .columns .courses-taken{
    margin: 10px;
    padding: 5px;
    background-color: #3282B8;
    color: white;
    border-radius: 10px;
}
.columns .sub-container{
    margin-top: 7%;
    padding: 15px;
    width: 60vw;
    font-family: verdana;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.stratford-school .name{
    background-color: #3282B8;
    border-radius: 20px;
}
.sub-container .sub-box{
    margin: 15px;
}
iframe{
    height: 40vh;
}
.sub-box .inner-box{
    margin: 15px;
    text-align: justify;
}
.hamburger{
    cursor: pointer;
}
.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
}
.submit a:hover{
    background-color: #3282B8;
}
@media(max-width: 991px){
    p{
        font-size: 14px;
    }
    .header .logo-box .box-text .text-student{
        font-size: 10px;
    }
    .header label{
        display: initial;
    }
    .profile-person{
        position: relative;
        top: 5%;
        width: 100vw;
        background-color: rgba(255,255,255,0.5);
    }
    .header .navigation-box{
        background: white;
        border-top: 1px solid rgba(0,0,0,.1);
        border: 2px solid black;
        display: none;
    }
    .navigation li a{
        color: #0F4C75;
    }
    .navigation li a:hover{
        color: #0F4C75;
        background-color: white;
    }
    .navigation li ul li a{
        color: white;
    }
    .header .navigation-box .navigation li{
        width: 100%;
    }
    .header .navigation-box .navigation li ul{
        position: relative;
        width: 100%;
    }
    .header .navigation-box .navigation li ul li{
        background: #0F4C75;
    }
    .history p{
        text-align: justify;
    }
    .gallery-section-contents ul li{
        font-size: 14px;
    }
    .media-contents{
        display: flex;
        justify-content: center;
    }
    .facebook-contents iframe{
        width: 35vw;
        height: 30vh;
    }
    .media-contents img{
        padding: 5px;
    }
    .description-section p{
        font-size: 14px;
    }
    .text-student h1{
        font-size: 18px;
    }
    .side-section{
        margin: 0;
        padding: 0;
        height: 100%;
        justify-content: center;
    }
    .side-section-content{
        line-height: 20px;
        text-align: center;
        width: 90%;
        border-radius: 10px;
        border: 1px solid #1B262C;
        background-color: #3282B8;
    }
    .side-section-content h1{
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .facebook-contents{
        width: 100%;
    }
    .dropdown-content p{
        font-size: 12px;
        padding: 10px;
        color: white;
    }
    .dropdown-content{
        display: none;
        position: absolute;
        background-color: #1B262C;
    }
    .side-section-content h1:hover{
        color: #0F4C75;
    }
    .side-section .side-section-content:hover > .dropdown-content{
        display: initial;
    }
    .side-section{
        border: none;
        float: none;
    }
    .course-section{
        display: flex;
        flex-wrap: wrap;
    }
    .course-section-contents{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
        width: 100%;
    }
    .wrap-content{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .admission-requirements-section {
        padding-left: 50px;
        padding-right: 50px;
        
    }
    .admission-requirements-contents{
        line-height: 20px;
        width: 100%;
    }
    .admission-requirements-contents h1{
        font-size: 18px;
    }
    .admission-requirements-contents h2{
        font-size: 16px;
    }
    .admission-requirements-contents p{
        font-size: 14px;
    }
    .course-contents ul{
        line-height: 30px;
    }
    .course-contents ul li h2{
        font-size: 18px;
    }
    .course-contents ul li ul li h3{
        font-size: 14px;
    }
    #menu-bar:checked ~ .navigation-box{
        display: initial;
    }
    footer p{
        font-size: 15px;
    }
    .first-section-content h1{
        font-size: 24pt;
    }
    .columns .sub-container{
        width: 90vw;
    }
    .slider{
        height: 20vh;
    }
    .address-box, .contacts-box{
       width: 100%;
    }
    .hamburger{
        display: block;
    }
    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }
    .sticky{
        position: static;
    }
}