body {
    margin: 0;
    background: #556064;
}

/* Header */
    header {
        background: url(Images/heroImg.png);
        background-size: cover;
    }

    /* Navigation */
        nav {
            text-align: center;
            background: linear-gradient(180deg, rgba(0,0,0,0.90) 20%, rgba(0,0,0,0) 100%);
        }

        nav ul {
            margin: 0;
            padding: 2%;
        }

        nav li {
            list-style-type: none;
            display: inline;
            cursor: pointer;
            font-family: 'century gothic pro';
            font-weight: bold;
            font-size: 1.2vw;
        }

        nav a {
            text-decoration: none;
            color: white;
            margin: 4%;
        }

        a:hover {
            color: #E19661;
        }
    
    /* Hero Section */
        .heroSection {
            padding-bottom: 12%;
        }

        .heroSection img{
            padding-top: 4%;
            display: block;
            margin: auto;
            width: 60%;
        }

        .heroSection h1 {
            font-family: 'bodega serif';
            font-weight: bold;
            font-size: 8vw;
            letter-spacing: 0.6vw;
            text-transform: uppercase;
            text-align: center;
            padding: 1.5%;
            margin: 0 20% 0 20%;
            color: #000C12;
            backdrop-filter: blur(4px);
            background: rgba(255, 255, 255, 0.50);
        }
    .triangle {
        width: 0;
        height: 0;
        margin: auto;
        border-left: 1.8vw solid transparent;
        border-right: 1.8vw solid transparent;
        border-top: 3.2vw solid #000C12;
        padding-bottom: 1.5%;
    }
/* Intro to Site */
    .intro {
        background: #000C12;
        color: white;
        text-align: center;
        padding: 8% 30% 8% 30%;
        box-shadow: 0 1vw 1.5vw 0 rgba(0, 0, 0, 0.336);
    }

    .intro h2 {
        margin: 0;
        font-family: 'bodega serif';
        font-weight: bold;
        letter-spacing: 0.1vw;
        font-size: 3vw;
    }

    .intro p {
        font-family: 'century gothic pro';
        font-weight: bold;
        letter-spacing: 0.05vw;
        line-height: 1.8vw;
        font-size: 1.2vw;
    }

/* Shops */
    .shops {
        color: white;
        text-align: center;
    }

    .shops article {
        margin: 0 28% 0 28%;
        padding: 3vw 6vw 2vw 6vw;
        background: #000C12;
        box-shadow: 0 1vw 1.5vw 0 rgba(255, 115, 0, 0.1);
    }

    .shops h3 {
        margin: 0;
        font-family: 'bodega serif';
        font-weight: bold;
        letter-spacing: 0.1vw;
        font-size: 3vw;
        text-transform: uppercase;
    }

    .shops h4 {
        margin: 0.8vw;
        font-family: 'century gothic pro';
        font-weight: bold;
        letter-spacing: 0.05vw;
        font-size: 1.2vw;
    }

    .shops p {
        margin: 0;
        font-family: 'century gothic pro';
        letter-spacing: 0.05vw;
        line-height: 1.8vw;
        font-size: 0.8vw;
    }

    .Gallary {
        margin: 0 5% 0 5%;
        padding: 2vw;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 10vw 10vw;
        grid-gap: 2vw;
        background: #000C12; 
        box-shadow: 0 1vw 1.5vw 0 rgba(0, 0, 0, 0.336);
    }

    .Gallary img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .imgOne {
        grid-column: 1;
        grid-row-start: 1;
        grid-row-end: span 2;
    }

    .imgTwo {
        grid-column: 2;
        grid-row: 1;
    }

    .imgThree {
        grid-column: 3;
        grid-row: 1;
    }

    .imgFour {
        grid-column: 4;
        grid-row: 1;
    }

    .imgFive {
        grid-column: 2;
        grid-row: 2;
    }

    .imgSix {
        grid-column: 3;
        grid-row: 2;
    }

    .imgSeven {
        grid-column: 4;
        grid-row: 2;
    }

    .imgEight {
        grid-column: 5;
        grid-row-start: 1;
        grid-row-end: span 2;
    }

    .threeBroomsticks {
        padding: 2vw;
        margin: 6% 0 6% 0;
        background-repeat: no-repeat;
        background-image: url(Images/theThreeBroomsticks.png);
    }

	.expandOne {
        padding-top: 1vw;
        margin: auto;
        width: 1vw;
        display:inline;
	}

    .expandOne:hover + .threeBroomsticksGallary {
        display: contents;
    }

    .threeBroomsticksGallary {
        display: none;
    }

    .honeydukes {
        padding: 2vw;
        margin: 6% 0 6% 0;
        background-repeat: no-repeat;
        background-image: url(Images/honeydukes.png);
    }

    .honeydukesGallary {
        display: none;
    }

	.expandTwo {
        padding-top: 1vw;
        margin: auto;
        width: 1vw;
        display:inline;
	}
    
    .expandTwo:hover + .honeydukesGallary {
        display: contents;
    }

    .zonkos {
        padding: 2vw;
        margin: 6% 0 6% 0;
        background-repeat: no-repeat;
        background-image: url(Images/zonkos.png);
    }

    .zonkosGallary {
        display: none;
    }

	.expandThree {
        padding-top: 1vw;
        margin: auto;
        width: 1vw;
        display:inline;
	}
    
    .expandThree:hover + .zonkosGallary {
        display: contents;
    }

/* Map Section */
    .map {
        background: #000C12;
        padding: 0 14% 0 14%;
        color: white;
        display: grid;
        text-align: center;
        grid-template-columns: 1fr 1fr;
    }

    .map img {
        width: 100%;
    }

    .message {
        width: 60%;
        margin: auto;
    }

    .message p {
        margin: 1vw 0 0.6vw 0;
        font-family: 'century gothic pro';
        letter-spacing: 0.05vw;
        line-height: 2.5vw;
        font-size: 2vw;
    }

    #map {
        height: 18vw;
        width: 90%;
        margin: 5vw 5vw 5vw 0;
    }

/* Footer */
    .foot {
        background: #000C12;
        color: white;
        justify-content: space-around;
        padding: 0 10% 5% 10%;
        display: flex;
        flex-wrap: nowrap;
        text-align: center;
        font-family: 'century gothic pro';
    }

    .foot h3 {
        margin: 2vw 0.8vw 0.8vw 0.8vw;
        font-weight: bold;
        letter-spacing: 0.05vw;
        font-size: 1.5vw;
    }

    .foot img{
        height: 1.5vw;
        padding: 1vw;
    }

    .foot p {
        margin: 0;
        padding: 0.5vw;
        font-size: 1vw;
    }

	.foot a {
      text-decoration: none;
      color: white;
	}

    footer {
        background: #000C12; 
        color: white;
        text-align: center;
        padding: 1%;
        font-family: 'century gothic pro';
        letter-spacing: 0.05vw;
        line-height: 1.8vw;
        font-size: 0.8vw;
    }