:not([data-bs-theme=dark]) .egp-btn-primary,
:not([data-bs-theme=dark]) .egp-btn-primary:focus-visible {
    background-color: var(--egp-primary-color, #001933);
    color: var(--btn-text-light, white);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    fill: var(--btn-text-light, white);
}

:not([data-bs-theme=dark]) .egp-btn-primary:hover {
    background-color: var(--egp-primary-color, #001933);
    box-shadow: var(--egp-hover-shadow);
    color: var(--btn-text-light, white);
}


:not([data-bs-theme=dark]) .egp-btn-primary:active {
    background-color: var(--egp-primary-color, #001933) !important;
    box-shadow: var(--egp-click-shadow) !important;
    color: var(--btn-text-light, #d4d4d4) !important;
}

.egp-btn-outline-primary,
.egp-btn-outline-primary:focus-visible {
    outline: var(--egp-primary-color, #001933) solid 2px;
    outline-offset: -2px;
    color: var(--egp-primary-color, #001933);
}

.egp-btn-outline-primary:hover {
    outline: var(--egp-primary-color, #001933) solid 2px;
    outline-offset: -2px;
    box-shadow: var(--egp-hover-shadow);
    color: var(--egp-primary-color, #001933);
}

.egp-btn-outline-primary:active {
    outline: var(--egp-primary-color, #001933) solid 2px !important;
    outline-offset: -2px;
    box-shadow: var(--egp-click-shadow) !important;
    color: var(--egp-primary-color, #001933) !important;
}

.egp-btn-secondary {
    background-color: var(--egp-secondary-color, #D9D9D9);
}


nav a.navbar-brand img.SLlogo-small,
nav a.navbar-brand img.eGPlogo-small {
    width: auto;
    height: 2.5rem
}

@media (min-width: 992px) {

    nav a.navbar-brand img.SLlogo {
        width: 5.6vw;
        height: auto;
    }

    nav a.navbar-brand img.eGPlogo {
        width: 4.5vw;
        height: auto;
    }

    nav h2 {
        font-size: 2vw;
    }

    nav h4 {
        font-size: 1.5vw;
    }
}

@media (max-width: 992px) {

    nav a.navbar-brand img.SLlogo, nav a.navbar-brand img.eGPlogo {
        width: 5.6vw;
        height: auto;
    }
}

@media (max-width: 768px) {
    nav h2 {
        font-size: 3.5vw;
    }

    nav h4 {
        font-size: 2.5vw;
    }

    .cover-wrap .container {
        width: 90% !important;
    }
}

@media (max-width: 576px) {
    nav a.navbar-brand img.SLlogo {
        width: auto;
        height: 5vh;
    }

    nav a.navbar-brand img.eGPlogo {
        width: auto;
        height: 5vh;
    }
}

.cover-wrap {
    position: absolute;
    height: 100vh;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .8);
    background-image: url("../images/colombo.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.cover-wrap .container {
    width: 50%;
}

footer {
    background-color: var(--egp-bg-footer);
}

header,
nav.navbar {
    background-color: var(--egp-bg-navbar);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.show {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .05);
    border-radius: .5rem;
}
