html,body{
    background: url("../Pics/aboutUs%20copy.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
    height: 100%;
    
}

#wrapper{
min-height: 100%;
position: relative;
    
    
}


#headr{
    width: 100%;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    -webkit-box-shadow: inset 10px 10px 128px 49px rgba(0,0,0,0.29);
    -moz-box-shadow: inset 10px 10px 128px 49px rgba(0,0,0,0.29);
    box-shadow: inset 10px 10px 128px 49px rgba(0,0,0,0.29);
}


#headr a{
    font-family: 'Arvo', serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 25px;
    color: aliceblue;
    margin: 80px 30px 0px 0px;
    text-shadow: 1px 1px 1px black;
    float: right;
    
}




#logo{
    width: 30%;
    height: 40%;
    float: left;
}

#aboutUsMain{
    width: auto;
    margin: -150px 0px 0px 0px;
    padding-bottom: 200px;
    
}

#aboutUsMain h2{
    font-family: 'Arvo', serif;
    font-weight: 400;
    color: white;
    font-size: 30px;
    text-align: center;
    margin: 300px auto auto auto;
    height: auto;
    width: 50%;
    text-shadow: 1px 1px 1px black;
}

#aboutUsMain span{
font-weight: 700;    
    
    
}

#qute{
font-weight: 700;
font-size: 15px;
    
    
}

#footer{
    background-color: cadetblue;
    height: 150px;
    width: 100%;
    box-shadow: 1px 1px 1px black;
    border: 1px solid white;
    text-align: center;
    color: aliceblue;
    font-family: 'Arvo , serif';
    position: absolute;
    bottom: 0;
    left: 0;
    
}