body {
    display: grid;
}

.pageBox {
    display: grid;
}

.imageGrid {
    display: grid;
    grid-template-columns: 5fr 1fr;
    align-self: center;
    justify-self: center;
    margin-top: max(4vw, min(4vw, 40px));
    width: 90%;
    max-width: 80vw;
    min-width: 400px;
}

@media (width > 1575px) {
    .imageGrid {
        margin-left: 10%;
    }
}

.imageRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-column-start: 1;
    grid-column-end: 2;
}

@media (width < 600px) {
    .imageRow {
        padding-left: max(max(5vh, 50px), max(5vw, 50px));
    }
    #site0 {
        padding-bottom: max(max(5vh, 50px), max(5vw, 50px));
    }
}

.imageBox {
    display: grid;
    text-decoration: none;
    color: black;
    width: max(max(30vh, 300px), min(30vw, 300px));
    height: max(max(30vh, 300px), min(30vw, 300px));
    margin-bottom: max(5vh, min(5vh, 50px));
    margin-right: max(max(5vh, 50px), min(5vw, 50px));
}

.siteLabel {
    font-family: Baloo2, ui-sans-serif;
    font-size: max(max(2.5vh, 22px), min(2.2vw, 22px));
    align-self: center;
    justify-self: center;
    cursor: pointer;
    height: max(max(10vh, 100px), min(10vw, 100px));
    align-content: center;
}

.siteLabel {
    text-align: center;
}

.sitePhoto {
    align-self: center;
    justify-self: center;
}

#row2 {
    display: grid;
}

.sparkHeadBox {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
    align-content: center;
    justify-content: center;
}

#sparkHead {
    height: 100px;
    width: 90px;
    margin-top: 100px;
}

@media (width < 900px) {
    #sparkHead {
        margin-left: -50px;
    }
}

@media (width < 550px) {
    #sparkHead {
        visibility: hidden;
    }
}
