/* Header Styles */

    body {
        font-family: Helvetica, sans-serif !important;
        line-height: 35px;
        font-size: 18px;
    }

    .navbar {
        padding: 0 4% 0 4%;
    }

    .bg-light {
        background-color: rgb(39,74,115) !important;
    }

    .nav-link {
        font-family: Arial, Helvetica, sans-serif;
        color: yellow !important;
        font-size: 20px;
    }

    .nav-link:hover {
        color: rgb(61,171,218) !important;
    }

    .nav-item {
        padding-left: 25px;
    }

/* Banner Styles */

    #Banner {
        height: 458px;
        background-image: url('../images/banner.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0 5% 0 5%;
    }

    #bannerImage {
        margin: 95px 0 0 0;
    }

    #name {
        color: white;
        margin-top: 95px;
        margin-bottom: 0px;
        font-size: 3em;
        font-weight: 800;
    }

    @media only screen and (max-width: 706px) {
        #name {
            font-size: 2.5em;
            margin-top: 104px;
        }
    }

    @media only screen and (max-width: 588px) {
        #name {
            font-size: 1.8em !important;
            margin-top: 116px !important;
        }
    }

    @media only screen and (max-width: 423px) {
        #name {
            margin-top: 78px !important;
        }
    }

    @media only screen and (max-width: 400px) {
        #bannerImage {
            height: 179px;
            width: 290px;
        }

        #imageContainer {
            text-align: center;
        }

        #name {
            margin-top: 115px !important;
        }
    }

/* Footer Styles */

    footer {
        background-image: url('../images/Footer.jfif');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #copyright {
        color: white;
        position: absolute;
        bottom: 0;
    }

    .footerHeader {
        color: #3d455f;
        font-weight: 800;
    }

    .footerList {
        list-style: none;
        text-decoration: none;
        color: white;
        padding-left: 0px;
    }

    .footerListNav {
        list-style: none;
        text-decoration: none;
        color: white;
        padding-left: 0px;
        font-weight: bold;
        font-size: 1.25em;
        line-height: 50px;
    }

        .footerListNav:hover {
            color: white;
        }

    .footerNav {
        display: inline-block;
    }

    #navigationList {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        line-height: 41px;
    }

        #navigationList li a {
            text-decoration: none;
            color: white;
        }

    .navigationListLeft {
        max-width: 120px;
        margin-right: 0;
    }

    .navigationListRight {
        max-width: 120px;
        margin-left: 0;
    }

    .footerFlags {
        bottom: 0px;
        position: absolute;
        margin-bottom: 25px;
        margin-left: 23px;
    }

    #copyrightBottom {
        display: none;
    }

    @media only screen and (max-width: 1320px) {
        .footerFlags {
            text-align: center;
        }
    }

    @media only screen and (max-width: 1200px) and (min-width: 992px) {
        .footerFlags {
            margin-top: 10px;
            margin-bottom: 10px;
            margin-left: 0px;
        }

        .footerNav {
            display: block;
        }
    }

    @media only screen and (max-width: 992px) {
        .footerContent {
            text-align: center;
        }

        .footerFlags {
            position: static;
            display: block;
        }

        #copyrightTop {
            display: none;
        }

        #copyrightBottom {
            display: block;
        }

            #copyrightBottom p {
                position: static;
            }

        #copyright {
            margin-bottom: 0px;
        }
    }

/* General styles */

    .homeLinks{
        color: #61a6cc;
    }

    .homeLinks:hover{
        color: #61a6cc;
    }

    .container-fluid {
        background-color: gray;
        padding: 25px 5% 0 5%;
    }

    #desc {
        font-family: Arial, Helvetica, sans-serif;
        color: lightblue;
        font-size: 1.38em;
        font-style: italic;
    }

    #descList {
        font-family: Arial, Helvetica, sans-serif;
        color: lightblue;
        font-size: 1.2em;
        font-style: italic;
        padding-left: 20px;
    }

    #descSpan {
        font-weight: bold;
    }

    .sectors {
        color: white;
        font-weight: 800;
    }

    .sectorsParagraph {
        color: white;
        font-size: 1.15em;
        font-weight: 500; 
    }

    .bottom {
        padding-bottom: 25px;
    }

    #bold{
        font-weight: 800;
    }

    .whiteLink{
        color: white !important;
    }

    @media only screen and (min-width: 1631px) {
        #onsite, #construction{
            margin-bottom: 0.5em !important;
        }
    }

    @media only screen and (min-width: 1586px) and (max-width: 1631px) {
        #onsite{
            margin-bottom: 37px;
        }
    }

    @media only screen and (max-width: 564px) {
        #desc {
            padding-right: 0px;
        }
    }

    @media only screen and (max-width: 433px) {
        .sectorsParagraph {
            font-size: 1em;
        }

        #desc {
            font-size: 1.2em;
        }
    }

    .homeImages {
        margin-bottom: 30px;
    }

    @media only screen and (min-width: 1200px) {
        .homeImages {
            width: 100% !important;
            height: initial !important;
        }

        .center {
            text-align: initial !important;
        }
    }

    @media only screen and (max-width: 1200px) and (min-width: 520px) {
        .homeImages {
            height: 310px;
            width: 468px;
            margin-bottom: 25px;
        }

        .center {
            text-align: center;
        }
    }

    @media only screen and (max-width: 520px) {
        .homeImages {
            width: 100% !important;
            height: initial !important;
            margin-bottom: 25px;
        }
    }

    @media only screen and (min-width: 1344px) {
        .spacing {
            margin-top: 30px;
        }
    }

    @media only screen and (max-width: 1285px) and (min-width: 1200px) {
        .BottomRowSpacing {
            margin-top: 30px;
        }
    }

    @media only screen and (max-width: 1631px) and (min-width: 1344px) {
        .MiddleRowSpacing {
            margin-top: 29px !important;
        }
    }

    /* Styles for printing */

    @media print{
        img{
            display: none;
        }

        #bannerImage{
            display: initial;
        }

        .footerContent{
            padding-top: 25px;
        }
    }