/* Butterflies */
.c1 {
    color: mediumvioletred;
}
.c2 {
    color: darkcyan;
}
.c3 {
    color: maroon;
}

/* Green Shirt */
.c4 {
    color: midnightblue;
}
.c5 {
    color: green;
}
.c6 {
    color: #4d2600;
}
.c7 {
    color: darkgreen;
    text-shadow: 1px 0 black;
}

/* Nudge */
.c8 {
    color: midnightblue;
}
.c9 {
    color: maroon;
}

.dialogue {
    font-weight: bold;
}

hr {
    margin-top: 60px;
    margin-bottom: 60px;
}

.stories-list {
    font-size: 1.2rem;
    font-weight: bold;
    list-style-type: circle;
    text-shadow: 1px 1px black;
}

body {
    font-family: "DejaVu Serif", "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
}

.mono {
    font-family: monospace;
}

.site-header {
    background-color: #0F151C;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
    color: #75ACAC;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

body {
    background-color: #406173;
}

.page-footer {
    color: #dbdbdb;
    /*background-color: #31475A;*/
}

.navbar-static-top {
    margin-bottom: 19px;
}

.secret-contact-text:before {
    content: '?';
    text-decoration: underline;
    color: dodgerblue;
}
.secret-contact-text:hover:before {
    content: "I like emails 🙂";
    text-decoration: none;
    color: darkblue;
}

.flex-row-wrapper {
    display: flex;
    flex-direction: row;
}
