@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

.main-nav {
    background-color: #284265 !important;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.layer {
    fill: #E3FFF9 !important;
}
.navLink {
    color: #ffffff !important;
}
.logotext {
    color: #ffffff;
}
.active-nav-a {
    color: #FC7900 !important;
}

.about-banner {
    height: 20em;
    overflow: hidden;
}
h1 {
    font-size: 2em !important;
    color: #FC7900;
    font-weight: 700 !important;
}

.about-banner img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    position: relative;
    z-index: -1;
    position: fixed;
}
.about-banner .overlay {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 66, 101, 0.54);
    z-index: -1;
}
.teachers-section {
    padding-top: 10em;
    background-color: #E3FFF9;
}
.text {
    text-align: center;
    width: 90%;
    max-width: 950px;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.text p {
    margin-top: .2em !important; 
    font-weight: 400;
    color: #ffffff;
    font-size: 1em;
    line-height: 166.02%;
}

.section-main {
    padding: 3em 0;
    background-color: #E3FFF9;
}


.blog-container {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 90%;
    margin: auto;
    max-width: 1520px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#sec1 {
    height: auto;
    width: 100vw;
    background-color: rgb(26, 54, 38);
}
#a1 {
    text-decoration: none;
}
#a1:hover {
    text-decoration: underline;
}
#a1:active {
    text-decoration: underline;
}