body {
    
    color: black;
    padding: 0;
    margin: 0;
    top: 0;
    position: absolute;
    font-size: 16px;
}
* {
    box-sizing: border-box;
}

.col {
    clear: both;
    width: 100%;
}
.col-2, .col-3, .col-4, .column, .column-next {
    display: inline-block;
    vertical-align: top;
}
.col-2 {
    width: 49%;
}
.col-3 {
    width: 32%;
}

.col-4 {
    width: 24%;
}

.body-content {
    max-width: 1200px;
    margin: 0 auto;
    
}

            .top-header {
                clear: both;
                width: 100%;
                height: 150px;
            }
            .bottom-header {
                background-color: #e2c122;
                width: 100%;
                clear: both;
                height: 150px;
            }
            .nav-menu {
                width: 100%;
                background-color: #333;
                margin-top: -25px;
                height: 50px;
            }
            .leftside {
                line-height: 140px;
                font-size: 1.5vw;
                font-weight: 900;
            }
.contact-details {
    height: 4vh;
    line-height: 4vh;
    clear: both;
    width: 100vw;
    background-color: #0c2e5e;
    color: #fff;
    text-align: right;
}
.column {
    display: inline-block;
}

.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}

.rightside { line-height: 150px; text-align: right; }
iframe {
    width: 100%;
    height: 300px;
}

/*  Header  */
header {
    clear: both;
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 9;
    border-bottom: 1px solid;
}

.header-fix {
    height: 275px;
    clear: both;
}

/* End Header */

#openBusiness, #Tenders, #Decals, #Marketing, #Patrols {
    background-color: #fff;
    width: 100vw;
    clear: both;
    padding: 50px 0 50px 0;
    text-align: left;
    color: #000;
}

/* Decals */

#Decals {
    clear: both;
    width: 100%;
    text-align: center;
}
.decal-data {
    line-height: 30px;
    text-align: left;
    padding-bottom: 50px;
}
#decal-image {
    height: 200px;
}
#decal-image-warning {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.openBusiness-image {
    text-align: center;
}
.openBusiness-image img {
    width: 90%;
}
/* ======== */

    #smallImage { margin: 20px; }
.col-2 {
    width: 49%;
    display: inline-block;
}
.padding-bottom {
    padding-bottom: 30px;
}
.tenders-listing {
    line-height: 30px;
}

.boldText {
    font-weight: 700;
}
.tender-description {
        color: #333;
    font-style: italic;

}
.header-description {
    padding-top: 50px;
    color: #333;
    font-style: italic;
}
.header-description-window {
    width: 90%;
    margin: 20px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    vertical-align: top;
    padding: 10px; 
}
#header-description-images {
    max-width: 80%;
}
.largeRedFont {
    color: red;
    display: inline-block;
    font-weight: 900;
    margin: 0;
}
.column-next { width: 250px; display: inline-block; }
.header-fix {
    padding-top: 133px;
    clear: both;
}
#sectionBox {
    width: 100%;
    height: 100px;
    text-align: left;
    line-height: 100px;
    font-size: 20px;
    color: #008fd5;
    font-weight: 900;
    background-color: #fff;
}

#sectionBox a {
    color: #008fd5;
}

/* Footer Information */
footer {
    color: #00549f;
    background-color: #fff;
    padding: 50px 0 50px 0;
}
.footer-header {
    font-size: 3vw;
    text-align: center;
    font-weight: 900;
    padding: 20px;
    background-color: #a91918;
    color: #fff;
}
.footer-baseline {
    background-color: #000;
    clear: both;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    padding: 25px 0 25px 0;
}
.footer-baseline a {
    color: #fff;
    text-transform: uppercase;
}
.footer-baseline a:hover {
    color: #a91918;
}
/* End Footer */

#bolder {
    font-weight: 900;
    display: inline-block;
}
/* On screens that are 992px wide or less, the background color is blue */
@media screen and (max-width: 992px) {
    body {
        
        color: white;
        margin: 0 auto;
        max-width: 950px;
        text-align: center;
    }

    .col-2 {
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    .body-content { width: 90%; }

    .leftside { font-size: 35px !important; color: #000; }
    .pleft { padding-left: 70px; text-align: left; color: #000; }
}



/* Menu Data */

.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    vertical-align: top;
    display: inline-block;
    color: #f2f2f2;

    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav .icon {
    display: none;
}

.dropdown {
    display: inline-block;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.animate-left{
    position:relative;
    animation:animateleft 1s
}
@keyframes animateleft{
    from{
        left:-300px;
        opacity:0
    }
    to{
        left:0;
        opacity:1
    }
}
.animate-right{
    position:relative;
    animation:animateright 1s
}
@keyframes animateright{
    from{
        right:-300px;
        opacity:0
    }
    to{
        right:0;
        opacity:1
    }
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive .dropdown {
        float: none;
    }
    .topnav.responsive .dropdown-content {
        position: relative;
    }
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}

.openBusiness-subheader { line-height: 7px; width: 100%; }



/* On screens that are 600px wide or less, small mobile */
@media screen and (max-width: 600px) {
    body {
        background-color: olive;
        color: white;
        margin: 0 auto;
        max-width: 590px;
    }
    .openBusiness-subheader { line-height: 17px !important; }
    header { color: black; }
    .leftside { height: 62px !important;  font-size: 12px !important; line-height: 100px !important; }
    .rightside { height: 62px !important; line-height: 80px; }
    .top-header { height: 150px !important; }
    .col-2 { display: block; }
    .bottom-header { height: 130px !important; }
    .header-fix { height: 230px !important; }
    #smallImage { width: 90%; margin: 20px; }
    #sectionImage { display: none; }
    .column { display: block; }
    .body-content { width: 90% !important; margin: 0 auto; }
    #sectionBox { font-size: 18px; }
}