﻿.navbar .navbar-nav .nav-link {
    color: white;
    opacity: 1;
}

.uw-colour-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 10px;
}

    .uw-colour-bar > .uw-colour-bar-1 {
        flex-grow: 1;
        flex-shrink: 1;
        background-color: #ffffaa;
    }

    .uw-colour-bar > .uw-colour-bar-2 {
        flex-grow: 1;
        flex-shrink: 1;
        background-color: #ffea3d;
    }

    .uw-colour-bar > .uw-colour-bar-3 {
        flex-grow: 1;
        flex-shrink: 1;
        background-color: #ffd54f;
    }

    .uw-colour-bar > .uw-colour-bar-4 {
        flex-grow: 1;
        flex-shrink: 1;
        background-color: #e4b429;
    }

.navbar-icons i {
    color: #ffffff;
    padding: 4px;
    font-size: 1.5em;
}

.footer {
    background-color: black;
    font-family: georgia, "droid serif", "Times New Roman", Times, serif;
    color: #ffffff;
}

.footer-bottom {
    padding-left: 50px;
    padding-bottom: 10px;
}

.footer a {
    color: white;
    text-decoration: underline;
}

    .footer a:hover {
        color: white;
        text-decoration: underline;
    }

    .footer a:visited {
        color: white
    }

    .footer a:active {
        color: white
    }

.footer-logo {
    max-width: 35%;
    height: auto;
}
