﻿



}

body {
    background-color: #002855;
    background-image: url('/images/bridgebgk1cropwv3.jpg');
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: auto;
   
}

@media screen and (min-width: 400px) {
    body {
        background-color: #002855;
        background-image: url('/images/bridgebgk1.jpg');
        width: auto;
        height: auto;
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: auto;
    }
}



@media screen and (min-width: 700px) {
    body {
        background-color: #002855;
        background-image: url('/images/bridgebgk1.jpg');
        width: auto;
        height: auto;
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: auto;
    }
}

@media screen and (min-width: 1400px) {
    body {
        background-color: #002855;
        background-image: url('/images/bridgebgk1cropwv3.jpg');
        width: auto;
        height: auto;
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: scroll;
        background-size: auto;
    }
}


h1 {
    color: #EAAA00;
    text-align: center;
    height: 26px;
}

/* The side navigation menu */
.sidebar image {
    border-radius: 0px;
    width: 0px;
    height: 0px;
    color: #EAAA00;
}



.sidebar {
    border: medium solid #EAAA00;
    margin: 0;
    padding: 0;
    width: 206px;
    background-color: #002855;
    position: absolute;
    height: 100%;
    overflow: auto;
    top: 180px;
    left: 1px;
    bottom:auto;
}


        /* Sidebar links */
    .sidebar a {
        display: block;
        color: #EAAA00;
        padding: 16px;
        text-decoration: none;
        font-weight:bold;
        border-style: double;
        border-color: #EAAA00;
       
   
        text-align: center
    }

            /* Active/current link */
        .sidebar a.active {
            background-color: #EAAA00;
            color: #002855;
        }

            /* Links on mouse-over */
        .sidebar a:hover:not(.active) {
            background-color: #EAAA00;
            color: #002855;
        }

    /* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: 153px;
    margin-bottom: 0px;
}

    /* On screens that are less than 700px wide, make the sidebar into a topbar */
    @media screen and (max-width: 1508px) {
        .sidebar {
            width: 98.7%;
            height: auto;
            position: inherit;
            
        }

            .sidebar a {
                float: left;
                border-style: none;
                
            }

        div.content {
            margin-left: 0;
            text-align: center;
     
    }

    /* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {
    .sidebar a {
        text-align: center;
        float: none;
    }

   
}
      
    
    