nav {
    margin-bottom: 0.5em;
}

.logo {
    height: 2rem;
    margin-top: 2px;
}

.btn-check:active+.btn, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:active {
    font-weight: bold;
}

#left-controls, #hex-left-controls, #mandala-left-controls, #columns-left-controls, #voronoi-left-controls {
    min-height: 75vh;
}

.figure {
    max-width: 35%;
}

.figure:first-of-type {
    margin-right: 1rem;
}

.thumb {
    width: 100%;
}

#right-output, #hex-right-output, #mandala-right-output, #columns-right-output, #voronoi-right-output {
    min-height: 75vh;
}

#output, #columnsOutput, #voronoiOutput {
    width: 90%;
    height: 62.5vh;
    border: 1px solid black;
    margin-bottom: 1rem;
}

#hexOutput, #mandalaOutput {
    width: 90%;
    height: 62.5vh;
    border: 1px solid black;
    margin-bottom: 1rem;
    overflow: scroll;
}

#amazon-carousel {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}