/* TOP TEXT */
.top-text {
    background: #f2f2f2;
    color: red;
    font-weight: bold;
    padding: 6px;
    text-align: center;
}

/* HEADER */
.main-header {
    background: #f2f2f2;
    padding: 15px 0;
}

.dept-title {
    color: #5a7fa6;
    font-size: 26px;
    font-family:Georgia;
}

.college-title {
    color: #5a7fa6;
    font-size: 32px;
    font-weight: bold;
    font-family:Georgia;
}

.header-logo {
    max-height: 80px;
}

/* NAVBAR */
.custom-navbar {
    background: #5a7fa6;
}

.custom-navbar .nav-link {
    color: white !important;
    font-weight: 600;
}

.custom-navbar .nav-link:hover {
    color: #ffd700 !important;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 9999;
}