    .header img {
        width: 1370px;
        height: 550px;
        margin-left: -10px;
        margin-top: -10px;
    }
    
    .bg-img {
        /* The image used */
        background-image: url("../Images/Home-Background/bg-final.jpeg");
        min-height: 550px;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* Needed to position the navbar */
        position: relative;
        width: 1370px;
        margin-left: -10px;
        margin-top: -10px;
    }
    /* Position the navbar container inside the image */
    
    .container {
        position: absolute;
        margin: 20px;
        width: auto;
    }
    /* The navbar */
    
    .topnav {
        overflow: hidden;
        background-color: transparent;
        width: 1060px;
        margin-left: 140px;
        height: 60px;
        border-radius: 30px;
        margin-top: -16px;
        /*border: 2px solid grey;*/
    }
    /* Navbar links */
    
    .topnav a {
        float: left;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 32px;
        margin-left: 43px;
        font-family: 'Baloo Bhai 2', cursive;
    }
    
    .topnav a:hover {
        color: goldenrod;
    }
    
    .text-over-image {
        margin-left: 340px;
        /*border: 3px solid red;*/
        margin-top: 10px;
        height: 40px;
        /*width: 120px;*/
        margin-top: 100px;
    }
    
    .text-over-image h1 {
        color: white;
        font-size: 65px;
        margin-left: 89px;
        font-family: 'Montez', cursive;
        width: 800px;
    }
    
    .text-over-image p {
        color: white;
        font-size: 45px;
        font-family: 'sans-serif';
        margin-left: 15px;
    }
    
    .imgbuttons {
        height: 39px;
        width: 195px;
        background-color: transparent;
        border: 2px solid white;
        color: white;
        font-size: 20px;
    }
    
    .imgbuttons:hover {
        background-color: black;
        color: white;
        border: 2px solid grey;
    }
    
    .imgbuttons2 {
        height: 39px;
        width: 195px;
        background-color: transparent;
        border: 2px solid white;
        margin-left: 40px;
        color: white;
        font-size: 20px;
    }
    
    .imgbuttons2:hover {
        background-color: black;
        color: white;
        border: 2px solid grey;
    }
    
    .imgbutton3 {
        height: 39px;
        width: 195px;
        background-color: transparent;
        border: 2px solid white;
        margin-left: 40px;
        color: white;
        font-size: 20px;
    }
    
    .imgbutton3:hover {
        background-color: black;
        color: white;
        border: 2px solid grey;
    }
    
    .text-over-image img {
        width: 100px;
        height: 100px;
        margin-left: 350px;
    }
    
    .our-archives {
        margin-left: -10px;
        margin-top: 150px;
        height: 600px;
        /*border: 3px solid green;*/
    }
    
    .our-story {
        height: 500px;
        /*border: 3px solid pink;*/
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .our-story h2 {
        margin-left: 180px;
        margin-top: 100px;
        font-size: 45px;
        color: goldenrod;
        font-family: 'Dancing Script', cursive;
    }
    
    .our-story p {
        font-size: 17px;
        margin-top: 50px;
        width: 580px;
        margin-left: 100px;
        text-align: justify;
        font-family: 'Source Sans Pro', sans-serif;
    }
    
    .our-story img {
        margin-left: 720px;
        margin-top: -400px;
        height: 350px;
        width: 550px;
    }
    
    .opening-hours img {
        width: 1340px;
        height: 600px;
        margin-left: -10px;
    }
    
    .opening-hours h1 {
        margin-left: 450px;
        margin-top: -400px;
        color: white;
        font-size: 45px;
        font-family: 'Source Sans Pro', sans-serif;
    }
    
    .opening-hours h2 {
        color: goldenrod;
        font-family: 'Dancing Script', cursive;
        margin-left: 500px;
        font-size: 36px;
    }
    
    .opening-hours h3 {
        margin-left: 300px;
        font-size: 30px;
        color: white;
        font-family: 'Dancing Script', cursive;
    }
    
    .opening-hours h4 {
        margin-left: 680px;
        font-size: 30px;
        font-family: 'Dancing Script', cursive;
        color: white;
        margin-top: -65px;
    }
    
    #time {
        color: white;
        margin-left: 240px;
        font-size: 35px;
    }
    
    #weekend-time {
        margin-left: 680px;
        color: white;
        margin-top: -75px;
        font-size: 35px;
    }
    
    .our-archives h1 {
        margin-left: 400px;
        color: goldenrod;
        font-family: 'Dancing Script', cursive;
    }
    
    .archive1 {
        margin-left: 20px;
        height: 330px;
        width: 400px;
        /*border: 1px solid grey;*/
    }
    
    .archive1 img {
        width: 400px;
        height: 290px;
        border-radius: 25px;
        transition: transform .2s;
    }
    
    .archive1 img:hover {
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.3);
        transform: scale(1.1);
        /* Safari 3-8 */
        /* IE 9 */
    }
    
    #arch1para {
        margin-left: 100px;
        font-size: 40px;
    }
    
    .archive1 p {
        text-align: justify;
        font-family: 'Source Sans Pro', sans-serif;
    }
    
    .archive2 {
        margin-left: 460px;
        height: 290px;
        width: 400px;
        /*border: 1px solid grey;*/
        margin-top: -332px;
    }
    
    .archive2 p {
        text-align: justify;
        font-family: 'Source Sans Pro', sans-serif;
    }
    
    #arch2para {
        margin-left: 170px;
        font-size: 40px;
    }
    
    .archive2 img {
        height: 292px;
        width: 400px;
        border-radius: 25px;
    }
    
    .archive2 img:hover {
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.3);
        transform: scale(1.1);
        /* Safari 3-8 */
        /* IE 9 */
    }
    
    .archive3 {
        margin-left: 910px;
        height: 290px;
        width: 400px;
        /*border: 1px solid grey;*/
        margin-top: -292px;
    }
    
    .archive3 p {
        text-align: justify;
        font-family: 'Source Sans Pro', sans-serif;
    }
    
    #arch3para {
        font-size: 40px;
        margin-left: 140px;
    }
    
    .archive3 img {
        height: 292px;
        width: 400px;
        border-radius: 25px;
    }
    
    .archive3 img:hover {
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.3);
        transform: scale(1.1);
        /* Safari 3-8 */
        /* IE 9 */
    }
    
    .our-chefs {
        /*border: 1px solid pink;*/
        height: 500px;
        margin-left: -10px;
    }