.navbar-brand, .navbar-expand-lg {
    font-size: 1.5rem !important;
}

.dropdown-menu {
    margin-top: -1px !important;
}

ul.navbar-nav a:hover {
    overflow-x: hidden;
    color: white !important;
    background-color: #4472C4 !important;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 2rem;
}

.nav-link {
    vertical-align: center;
    padding-top: 15px;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    height: 70px;
}

@media (min-width: 1400px) and (max-width: 1700px) {
    .navbar-brand, .navbar-expand-lg {
        font-size: 1.2rem !important;
    }
}

@media (min-width: 1240px) and (max-width: 1400px) {
    .navbar-brand, .navbar-expand-lg {
    font-size: 1.1rem !important;
}
    .nav-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
}

#page-container {
    position: relative;
    min-height: 93vh;
}

#content-wrap {
    padding-bottom: 4vh; /* Footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4vh; /* Footer height */
}

#footer #mana-logo-container {
    float: right;
    padding-top: 20px;
    padding-right: 20px;
    font-size: 2rem;
}

#footer #mana-logo-container a {
    text-decoration: none;
}

#footer #ualberta-logo {
    height: 11vh;
}

#footer #tmic-logo {
    margin-bottom: 5px;
    height: 5vh;
}

@media (max-width: 640px) and (min-width: 575px) {
    #footer #ualberta-logo {
        width: 35vw;
        height: auto;
    }

    #footer #tmic-logo {
        margin-bottom: 5px;
        width: 30vw;
        height: auto;
    }
}

@media (max-width: 575px) {
    #footer #ualberta-logo {
        width: 30vw;
        height: auto;
    }

    #footer #tmic-logo {
        margin-bottom: 5px;
        width: 25vw;
        height: auto;
    }

    #footer h3 {
        font-size: 1rem !important;
    }
}

#footer #mana-logo {
    height: 8vh;
}

#footer div {
    display: inline-block;
}

#footer h3 {
    padding-left: 40px;
    font-size: 23px;
    display: inline-block;
}

.splash {
    width: 100%;
    height: 20rem;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    box-shadow: inset 0 0 20px 0 rgb(0 0 0 / 75%);
    display: flex;
    justify-content: flex-end;
    flex-direction: column
}

.splash-bottom {
    background-position: bottom;
}

.header-banner {
    background: linear-gradient(135deg, #27457a, #4472C4 40%, #4472C4 60%, #27457a);
    color: white;
    text-align: center;
    margin-bottom: -8px;
    opacity: 90%;
}

.card {
    margin: 2%;
}

.card-header{
    color: white;
    background: linear-gradient(135deg, #27457a, #4472C4 40%, #4472C4 60%, #27457a);
    opacity: 90%;
}

.btn-primary{
    background-color:  #4472C4 !important;
    border-color:  #4472C4 !important;
}

.table-bordered, .card{
    border-color: darkgrey;
}