﻿




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;
   
}



.sidebar {
    border: 0;
    margin: 0;
    padding: 0;
    width: 120px;
    position: absolute;
    height:auto;
    overflow: auto;
    top: 270px;
    
    right:40px;
    bottom: auto;
   
}


   
   

       

/* 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: 1100px) {
    .sidebar {
        width: 98.7%;
        height: auto;
        position: inherit;
    }

        .sidebar a {
            float: right;
            
        }

    div.content {
        margin-left: 0;
    }
}

/* 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;
    }
}
