html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    /* CLEAN AND CRISP */
    background-color: #E9E9E9; /* LINEN */
    background-color: #99D3DF; /* ICE */
    background-color: #CDCDCD; /* PLASTER */
    background-color: #FF3B3F; /* WATERMELON maybe */
    background-color: #88BBD6; /* FRESH WATER maybe */
    /* MODERN AND CLEAN */
    background-color: #E37222; /* TANGERINE */
    background-color: #07889B; /* TEAL */
    background-color: #66B9BF; /* POWDER */
    background-color: #EEAA7B; /* TAN */
}

.bg-navbar {
    background-color: #F9CF00; /* LIGHT */
    background-color: #FFFF99; /* LIGHT YELLOW */
    /*font-size: 1.25rem;*/
    /* CLEAN AND HIGHLIGHTED */
    background-color: #A9A9A9; /* CARBON */
    background-color: #CDCDCD; /* PLASTER */
    background-color: #CAEBF2; /* SKY */
    background-color: #EFEFEF; /* NEUTRAL */
    background-color: #E9E9E9; /* LINEN */
    background-color: #99D3DF; /* ICE */
    /* MODERN AND CLEAN */
    background-color: #EEAA7B; /* TAN */
    background-color: #E37222; /* TANGERINE */
    background-color: #CAEBF2; /* SKY */
    background-color: #07889B; /* TEAL */
    background-color: #66B9BF; /* POWDER */
    background-color: #88BBD6 !important; /* FRESH WATER maybe navbar */
}

.cd-container {
    border-radius: 12px;
    margin-top: 1rem !important;
    background-color: #99D3DF; /* ICE */
    background-color: #CDCDCD; /* PLASTER */
    background-color: #88BBD6; /* FRESH WATER */
    /* MODERN AND CLEAN */
    background-color: #07889B; /* TEAL */
    background-color: #EEAA7B; /* TAN */
    background-color: #E37222; /* TANGERINE */
    background-color: #66B9BF; /* POWDER */
    background-color: #E9E9E9; /* LINEN maybe */
    background-color: #FFFF99; /* LIGHT YELLOW */
    background-color: #EFEFEF; /* NEUTRAL yes for container */
}

.results {
    font-weight: bolder;
    font-style: italic !important;
    font-size: 1.1rem;
}

.footer {
    color: whitesmoke !important;
    margin-top: auto;
    font-size: 1em;
    line-height: 1.5em !important;
    text-align: center;
    /* MODERN AND CLEAN */
    background-color: #07889B; /* TEAL */
    background-color: #66B9BF; /* POWDER */
    background-color: #EEAA7B; /* TAN */
    background-color: #E37222; /* TANGERINE yes for footer */
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.vr-table > tbody > tr:nth-of-type(odd) > * {
    background-color: #E9E9E9; /* LINEN */
    background-color: #CAEBF2 !important; /* SKY */
}

.min-200 {
    min-height: 200px;
}

.min-300 {
    min-height: 300px;
}

.min-750 {
    min-height: 750px;
}

a, a:visited {
    text-decoration: none;
    color: royalblue;
}

.cd-link {
    color: royalblue;
}

.cd-link-black {
    color: black !important;
}

a:hover, .cd-link:hover, .cd-link-black:hover, .cd-link-white:hover {
    text-decoration: underline;
}

.btn-primary {
    background-color: #083C5D; /* PRUSSIAN BLUE */
    border-color: #083C5D; /* PRUSSIAN BLUE */
    color: #FFFFFF !important; /* WHITE */
    text-decoration: none !important;
}

.btn-primary:hover {
    background-color: #4484CE; /* CERULEAN */
}

.bg-offwhite {
    background-color: antiquewhite !important;
}

.bg-blue {
    background-color: deepskyblue !important;
}

.bg-red {
    background-color: tomato !important;
}

.float-clear {
    clear: both;
}

.cd-warning {
    white-space: wrap;
    line-height: 1.5;
    font-style: italic !important;
    color: #E37222; /* TANGERINE */
}

.cd-error {
    color: red;
    white-space: wrap;
    line-height: 1.5;
    font-style: italic !important;
}

.cd-col-center {
    flex: 0 0 auto;
    width: 8.33333333%;
    text-align: center;
}

.cd-col-right {
    flex: 0 0 auto;
    width: 8.33333333%;
    text-align: right;
}

.quote {
    font-size: larger;
    color: #4484CE; /* CERULEAN */
}

.multiline {
    white-space: pre-line;
}

/* Ensures the Rich Text Area is tall enough. */
.e-rte-container {
    min-height: 750px;
}
/* Ensures the Rich Text Editor does not have a smaller font while editing. */
.e-rte-content p, .e-rte-content li {
    font-size: large !important;
}
