.on-light {
    color: #222222 !important;
}

p.on-dark {
    color: #000000 !important;
}

h2.on-dark, h3.on-dark {
    color: #FFFFFF;
}

p.subtext {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: xx-large;
}

div.on-dark {
    background-color: rgba(0, 0, 0, 0.65);
}

div.on-on-dbl-dark {
    /* background-color: rgb(0, 34, 64);*/
}

figure {
    display: inline-flex;
    height: 20em;
    margin-top: 1em;
}

figcaption {
    display: flow;
    alignment: top;
    float: right;
    padding-top: .5em;
    padding-left: 1em;
}

#nav ul li a {
    color: #ffffff;
}

.comm-box {
    height: 40em;
    width: 100%;
}

@media screen and (max-width: 736px) {
    .resizer {
        width: 80%;
        height: 80%;
    }

    p.subtext {
        font-size: medium;
    }

    article {
        padding-top: 1em;
    }

    .figcaption {
        position: relative;
        float: left;
    }

    figure {
        display: inline-table;
        height: 10em;
    }

    figure > img {
        width: 24em;
    }


}

@media screen and (max-width: 980px) {
    .resizer {
        width: 80%;
        height: 80%;
    }

    p.subtext {
        font-size: medium;
    }

    article {
        padding-top: 1em;
    }

    .figcaption {
        position: relative;
        float: left;
    }

    figure {
        display: inline-table;
        height: 10em;
    }

    figure > img {
        width: 24em;
    }
}



