@media screen and (max-width: 903px){
    /* footer */
    div#footer{
        width: 100%;
        height: 8vw;
        text-align: center;
        float: left;
        background-color: #1f1d1d;
        margin: 0 0 0 0;
        padding: 1vw 0 2vw 0;
        border-top:2px solid #D8DADB;
        border-bottom:2px solid #D8DADB;
        color: white;
        font-family: Verdana;
        position: relative;
    }
    
    div#Logofootbox{
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        position: absolute;
    }

    div#topfootbox{
        width:100%;
        position: absolute;
        top: 42%;
        transform: translateY(-58%);
    }
        
            
    img#footerlogo{	
        width: 28%;	
        float: left; 
        margin: 1.5% 0 0 1%;	
    }
    
        
    div#footerslogan{
        font-size: 2vw;
        margin: .5% 0 0 32%;
        color: #6D6968;
        font-style: italic;
        font-family: Cambria;	
        overflow: hidden;
        clear: both;
        position: absolute;
    }

    div#FooterContactUs{
        width: 20%;
        margin: 6.5% 0 0 49.5%;
        position: relative;
        font-size:3vw;
    }

   div#FooterContactUs a{
    text-decoration:none;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    }
    
    img#footnavimg3{
        width: 4.5vw;
        float: right;
        margin: -5.5% 1.2% 2.5% 0;
        padding: 0 1.2% 0 1.2%;
        position: relative;
    }
    
    img#footnavimg2{
        width: 4.5vw;
        float: right;
        margin: -5.5% 0 2.5% 0;
        padding: 0 1.2% 0 1.2%;
        position: relative;
    }
    
    img#footnavimg1{
        width: 4.5vw;
        float: right;
        margin: -5.5% 0% 2.5% 0;
        padding: 0 1.2% 0 1.2%;
        position: relative;
    }
    
    img#footnavimg{
        width: 4.5vw;
        float: right;
        margin: -5.5% 0 2.5% 0;
        padding: 0 1% 0 0;
        position: relative;
    }
    
    div#footer2{
        width: 99.8%;
        text-align: center;
        position: relative;
        float: left;
        border:1px solid rgb(84, 119, 80);
        font-family: Verdana;
        margin: 0 0 0 0;
        padding: 0.5% 0;
        background: #6FA369; /* For browsers that do not support gradients */
        background: -webkit-radial-gradient(#6FA369, rgb(127, 163, 123), rgb(84, 119, 80)); /* Safari 5.1 to 6.0 */
        background: -o-radial-gradient(#6FA369, rgb(127, 163, 123), rgb(84, 119, 80)); /* For Opera 11.6 to 12.0 */
        background: -moz-radial-gradient(#6FA369, rgb(127, 163, 123), rgb(84, 119, 80)); /* For Firefox 3.6 to 15 */
        background: radial-gradient(#6FA369, rgb(127, 163, 123), rgb(84, 119, 80)); /* Standard syntax */
    }
    
    a#footlinks{
        color: black;
        text-decoration:none;
        font-family: Cambria;
        font-size: 75%;
    
    }
        
    a#footlinks:hover{
        color: rgb(65, 44, 6);
    }
        
    class#copyright{
        font-style: italic;
        font-size: 80%;
        color: black
    } 
}
    @media screen and (max-width: 903px){
        @media screen and (min-width: 903px){
        div#FooterContactUs{
            margin: 2.5% auto 0 auto;
            position: relative;
            list-style-type:none;
            font-size: 150%; 
            font-weight: bold; 
            left: 10%;
        }
    
        div#FooterContactUs a{
            text-decoration:none;
            font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        }

        img#footnavimg3{
            width: 35px;
            float: right;
            margin: -4% 2% 1.5% 0;
            padding: 0 .7% 0 .7%;
            position: relative;
        }
        
        img#footnavimg2{
            width: 35px;
            float: right;
            margin: -4% 0 1.5% 0;
            padding: 0 .7% 0 .7%;
            position: relative;
        }
        
        img#footnavimg1{
            width: 35px;
            float: right;
            margin: -4% 0% 1.5% 0;
            padding: 0% .7% 0 .7%;
            position: relative;
        }
        
        img#footnavimg{
            width: 35px;
            float: right;
            margin: -4% 0 1.5% 0;
            padding: 0 .7% 0 .7%;
            position: relative;
        }}
    }
    