
.f-header {
    min-height: 60vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),url(images/whitewave.jpg);
}
.l-header {
    height: 90vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.3), rgba(4,9,30,0.3)),url(images/me-pic.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
.e-header {
    height: 60vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.3), rgba(4,9,30,0.3)),url(images/bda.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
.n-header {
    height: 60vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.3), rgba(4,9,30,0.3)),url(images/buea.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
.f-text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.f-text-box p{
    color: #fff;
}
.f-course-col {
    width: 46%;
    text-align: left;
    background: #fff3f3;
    border-radius: 10px;
    margin: 2%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
.f-course-col h2 a {
    color: rgba(4,9,30);
}
.f-course-col ul {
    list-style: none;
}
.dept-offer {
    font-size: 1.2em;
    padding: 30px 5px 10px;
}
.main-container {
    width: 98%;
    margin: auto;
    background-color: #f0ffff;
}
.lec-proflie {
    width: 99%;
    background-color: #a1aa8f;
    display: flex;
    justify-content: space-between;
}
.news-cap {
    width: 99%;
    background-color: #a1aa8f;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-cap h3 {
    margin: 0.2rem auto;
}
.profile-pic {
    width: 25%;
    height: auto;
}
.profile-pic img {
    width: 100%;
    height: auto;
}
.caption-pic {
    width: 90%;
    height: 35vh;
    margin: auto;
}
.caption-pic img {
    width: 100%;
    height: 95%;
}
.brief-info h4 {
    margin-left: 0.5rem;
}
.lec-bio  {
    width: 95%;
    margin: auto;
}
.lec-bio h3 {
    margin-top: 1em;
}
.read-more, 
.read-more-2,
.read-more-3,
.read-more-4 {
    display: none;
}

.moretext {
    max-height: 0;
    opacity: 0;
    font-size: 0;
    transition: 0.45s ease;
}
.read-more:checked~.text .moretext {
    opacity: 1;
    font-size: inherit;
}
.read-more~.readmore-trigger:before {
    content: "Read more";
}
.read-more:checked~.readmore-trigger:before {
    content: "Show less";
}
.readmore-trigger {
    padding: 0 10px;
    margin-left: 0.5rem;
    border-radius: 5px;
    background-color: #a1aa8f;
    color: #031579;
    font-size: 1em;
    height: 25px;
    cursor: pointer;
}
.stu-rel {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2.2rem;
    background-color: #d4f7fd;
}
.stu-lv {
    width: 32.5%;
    background-color: #f0ffff;
    border-radius: 10px;
    margin:1rem auto;
}
.news-col {
    width: 47%;
    background-color: #f0ffff;
    border-radius: 10px;
    margin:1rem auto;
}
.stu-lv h3, h4 {
    margin-left: 0.5rem;
}
@media(max-width: 700px) {
    .f-course-col {
        width: 96%;
    }
    .profile-pic {
        width: 40%;
    }
    .stu-lv {
        width: 98%;
    }
    .news-col {
        width: 98%;
    }
}













