
.mode-section {
    font-family: Georgia, Garamond, "Times New Roman", Times, serif;
}

@media (min-width: 768px) {
    .mode-section {
        padding: 1em 0;
    }
    .mode-content {
        padding-bottom: 1em;
    }
}

.mode-section h1.rye {
    font-family: "Rye", Georgia, Garamond, "Times New Roman", Times, CenturyGothic, AppleGothic, serif;
    font-size: 3em;
}

.mode-section h2.rye {
    font-family: "Rye", Georgia, Garamond, "Times New Roman", Times, CenturyGothic, AppleGothic, serif;
    font-size: 2em;
}

@media (min-width: 768px) {
    .mode-section h1.rye {
        font-size: 4em;
    }
    .mode-section h2.rye {
        font-size: 3em;
    }
}

.mode-section p {
    font-family: "Special Elite", Georgia, Garamond, "Times New Roman", Times, CenturyGothic, AppleGothic, serif;
    font-size: 1em;
    /*text-align: center;*/
}
@media (min-width: 768px) {
    .mode-section p {
        font-size: 1.5em;
        text-align: left;
    }
}

.three-column-header .center-column {
    text-align: center;
}

.left-column,
.right-column {
    display: none;
}

@media (min-width: 992px) {
    .three-column-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1em;
    }

    .three-column-header .center-column {
        flex: 1 1 auto;
    }

    .three-column-header .left-column,
    .three-column-header .right-column{
        display: flex;
        flex: 0 0 150px;
    }

    .three-column-header img {
        width: 100%;
    }
}

.images-block {
    text-align: center;
}
.images-block img {
    margin: .25em;
    border: 4px solid black;
}

.hand {
    /*opacity: .5;*/
}

.star-separator {
    text-align: center;
    margin: 1em 0;
}
.star-separator img {
    width: 100%;
    height: auto;
}
/*
@media (min-width: 768px) {
    .star-separator {
        margin: 2em 0;
    }
}
*/

.enlarged {
    font-size: 110%;
    font-weight: bold;
}