*{
    margin:0;
    padding:0;
}
body{
    font-family: 'Lora', sans-serif;
    font-size:16px;
    color:#3F3F3F;
}
p{
    margin:40px 0;
}
h2{
    font-weight:400;
}
a{
    color:#961F1E;
    text-decoration:none;
}

section{
    width:800px;
    margin:0 auto;
}

#top{
    padding:75px;
}
.header{
    visibility:hidden;
}

#logo{
    background:url(images/C&P_Stephenson_4C_Main.png) no-repeat;
    height:186px;
    width:792px;
    margin:0 auto;
}
#address{
    font-size:24px;
    text-align:center;
    margin-top:20px;
}
#contact p{
    text-align:center;
}

#staff ul{
    text-align:center;
}
#staff li{
    display:inline-block;
    margin-left:80px;
}

@media screen and (max-width:800px){
   
    #top{
        padding:30px;
    }
    section{
        width:320px;
    }
    #logo{
        background:url(images/C&P_Stephenson_320.png) no-repeat;
        height:70px;
    width:300px;
    margin:0 auto;
    }
    
    #address{
        font-size:20px;
    }
    #staff li{
        margin-left:0;
        margin-bottom:40px;
    }
    
}