* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.mainBody {
    display: none;
}

::-webkit-scrollbar {
    display: none;
}

/* ------------------------------------------------------------ */

.toolbar-top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: black;
    height: 5vh;
    font-family: 'Kanit', sans-serif;
    width: 100%;
}

.fa-university {
    margin-right: 5px;
    color: orangered;
    font-size: larger;
}

.top-login-links a {
    margin-left: 20px;
    color: white;
}

.welcomeNote span {
    color: white;
}

@media (max-width: 600px) {
    .top-login-links {
        display: none;
    }
    .toolbar-top {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .top-login-links {
        display: none;
    }
    .toolbar-top {
        justify-content: center;
    }
    .fa-university {
        margin-right: 10px;
    }
}

@media (max-width: 350px) {
    .top-login-links {
        display: none;
    }
    .toolbar-top {
        justify-content: center;
        font-size: small;
    }
    .fa-university {
        margin-right: 5px;
    }
}


/* -------------------- */

.nav-links li {
    color: orangered;
    text-shadow: 0px 0px 1.9px white;
}

.home-logo a .fa-home {
    color: aliceblue;
}


/* ---------------------------------- */

.heading-main {
    background-image: linear-gradient(rgba(12, 26, 32, 0.431), rgba(13, 27, 34, 0.541)), url(../img/headerMain.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 20em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
}

.about-msg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2em;
    letter-spacing: 2px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 900;
}

.main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

.main-content-img img {
    height: 25em;
    width: 30em;
    margin: 1em;
    box-shadow: 2px 2px 20px orangered;
    /* background-image: url(../img/schoolImage.jpg); */
}

.about-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
}


/* .underline {
    height: 2px;
    width: 7em;
    background-color: tomato;
} */

.mission {
    flex-direction: row-reverse;
}

.history-content,
.mission-content,
.vision-content {
    font-family: 'Oxygen', sans-serif;
    height: 33em;
    width: 70em;
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 2px 2px 20px rgb(227, 230, 106);
}
.vision-content{
    height: 78em;
}
div.fright{
    width: 60em;
    text-align: center;
}
.history-content p,
.mission-content p,
.vision-content p {
    font-size: 1.2em;
    margin-top: 15px;
}

.heading {
    text-align: center;
    font-size: 2em;
    letter-spacing: 2px;
    font-family: 'Muli', sans-serif;
    border-bottom: 2px solid orangered;
    /* color: blue; */
}

@media (max-width: 700px) {
   .heading-main .about-msg .fSize{
        font-size: x-large;
    }
}


.contact-in-home {
    height: 12.5em;
}
@media (min-width: 700px) {
    .main-content-img-history-img img {
        height: 20em;
        width: 20em;
        border-radius: 10em;
    }
}
@media (max-width: 2000px) {
    .main-content-img-history-img img {
        height: 20em;
        width: 20em;
        border-radius: 10em;
    }
}
@media (max-width: 700px) {
    .main-content-img-history-img img {
        height: 10em;
        width: 10em;
        border-radius: 10em;
    }
}

@media only screen and (max-width:600px) {
    .about-content {
        flex-direction: column;
    }
    .main-content-img img {
        height: 20em;
        width: 22em;
    }
    .history-content,
    .mission-content,
    .vision-content {
        width: 22em;
        height: auto;
        padding: 1em;
    }
    .main-content {
        padding: 0;
    }
    .about-content {
        margin-bottom: 1em;
    }
    .about-msg {
        letter-spacing: 0;
        font-weight: 100;
    }
    .about-msg span:first-child {
        font-size: .85em;
    }
    .about-msg span:last-child {
        font-size: .73em;
    }
    .heading-main {
        height: 13em;
    }
    .contact-in-home {
        height: auto;
    }
}

    .bankAccount {
        width: 22em;
        height: auto;
        padding: 1em;
    }

    .bankAccount{
        font-family: 'Oxygen', sans-serif;
        height: 18em;
        width: 40em;
        padding: 2em;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        box-shadow: 2px 2px 20px rgb(227, 230, 106);
    }

    .bankAccount p{
    font-size: 1.2em;
    margin-top: 15px;
    }
    .bankAccountHeading {
    font-size: 2em;
    letter-spacing: 2px;
    font-family: 'Muli', sans-serif;
    border-bottom: 2px solid orangered;
    /* color: blue; */
    }

    .sendBtn {
        font-size: 1em;
        background-color: rgb(13, 211, 178);
        padding: 5px 10px 5px 10px;
        margin-top: 2em;
        margin-left: 13em;
        border-radius: 15px;
        box-shadow: 0 0 20px rgb(71, 95, 235);
        border: none;
    }
    .btn a :hover {
        cursor: pointer;
    }
    @media (max-width: 700px) {
        .bankAccount {
            width: 22em;
            height: auto;
            padding: 1em;
        }
    
        .bankAccount{
            font-family: 'Oxygen', sans-serif;
            height: 18em;
            width: 22em;
            padding: 2em;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            box-shadow: 2px 2px 20px rgb(227, 230, 106);
        }
    
        .bankAccount p{
        font-size: 1em;
        margin-top: 15px;
        }
        .bankAccountHeading {
        font-size: 1.5em;
        letter-spacing: 2px;
        font-family: 'Muli', sans-serif;
        border-bottom: 2px solid orangered;
        /* color: blue; */
        }
        .sendBtn {
            font-size: 1em;
            background-color: rgb(13, 211, 178);
            padding: 5px 10px 5px 10px;
            margin-top: 1.5em;
            margin-left: 4.5em;
            border-radius: 15px;
            box-shadow: 0 0 20px rgb(71, 95, 235);
            border: none;
        }
        

    }
    .contact-in-home {
        min-width: 90em;
    }

    .uFC{
        font-weight: bold;
    }