/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background: url("../img/windsor.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 0;
}
