﻿.branded-dark .brand-color {
    color: #047364;
}

.branded-fair .brand-color {
    color: #d9efe1;
}

.branded-fair .brand-background {
    background-color: #d9efe1;
}

.hero-body {
    background: rgb(217,239,225);
    background: linear-gradient(115deg, rgba(217,239,225,1) 15%, rgba(224,228,214,1) 26%, rgba(4,115,100,1) 79%);
    border-radius: .5em;
    margin-bottom: 2em;
}

    .hero-body .fa {
        padding-right: 1em;
    }

.index .card {
    min-height: 10em;
    background-color: #fafafa;
}

.index .card:hover, a:hover {
    background-color: white;
}

.index .card .fa {
    font-size: 1em;
}

.content h2, .content h3, .content h4 {
    margin-top: 1em;
}

.content > h2:first-child, .content > h3:first-child {
    margin-top: 0;
}

blockquote {
    font-family: monospace;
    white-space: pre-wrap;
}

blockquote.preline {
    white-space: pre-line;
}

.modal.show {
    display: block;
}

footer.footer {
    background: none;
}
