

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body { background: WhiteSmoke; } /* Adding !important forces the browser to overwrite the default style applied by Bootstrap */

.cover{
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background: url("http://www.cl.cam.ac.uk/newlabphotos/WGB.Sept.2011/view_from_NW.jpg") no-repeat scroll 0px 100% / cover transparent;
}













