body {
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
}

#main-text {
    padding: 0px 25px 25px 25px;
}


.img-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 700px;
    margin: 0 auto;
}
.img-row-3-synth {
    display: grid;
    grid-template-columns: 0.75fr 1.125fr 1.125fr;
    gap: 8px;
    max-width: 750px;
    margin: 0 auto;
}
@media (max-width: 750px) {
    .img-row, .img-row-3-synth {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

.img-col {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    height: 200px;
}

.img-col img {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 100%;
    object-fit: contain;
}
.img-col a {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 100%;
    object-fit: contain;
}
.img-col iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 100%;
    object-fit: contain;
}


.small-link {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

#banner {
    width: 100%;
}

#edge-bar {
    width: 100%;
    height: 60px;
    background-color: black;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
    margin-top: 12px;
}
#edge-bar p {
    color: white;
    margin: 0px;
}


#h-home-button {
    text-align: center;
}
.a-nav {
    color: black;
}
