.text-brown {
    color: #938172 !important;
}

.text-yellow {
    color: #FFF426 !important;
}

.text-green {
    color: #779982 !important;
}

.text-lgreen {
    color: #C1DB81 !important;
}

.text-orange {
    color: #FF910C;
}

.bg-brown {
    background-color: #938172 !important;
}

.bg-yellow {
    background-color: #FFF426 !important;
}

.bg-green {

    background-color: #779982 !important;
}

.bg-lgreen {

    background-color: #C1DB81 !important;
}

.bg-orange {
    background-color: #FF910C !important;
}

a, a:hover, a:active {
    color: #C1DB81 !important;
    text-decoration: none;
}

footer a {
    color: #00AAFF !important;
}

.form-border {
    border-color: #FF910C;
}

.textinput-wrap {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.textinput-wrap span {
    color: #FF910C !important;
}

.textinput-wrap label {
    position: absolute;
    background-color: #fff;
    font-size: 12px;
    top: -10px;
    left: 11px;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 2;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]+label:before {
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    font-size: 14pt;
}

input[type=checkbox]+label:before {
    content: "\f0c8";
}

input[type=checkbox]+label:before {
    letter-spacing: 10px;
}

input[type=checkbox]:checked+label:before {
    content: "\f14a";
}

input[type=radio] {
    display: none;
}

input[type=radio]+label {
    border: 1px #DDD solid;
    padding: 5px;
    border-radius: 5px;    
}

input[type=radio]:checked+label {
    border: 1px #a00 solid;
    background-color: #faa;
}


textarea {
    min-height: 200px;
    max-height: 200px;
    height: 200px;
}

header a {
    text-shadow: 1px 1px 2px #aaa;
}

footer a {
    text-shadow: 1px 1px 2px #aaa;
}

.nav-link {
    font-size: 1.1rem;
}

.text-red {
    color: #b40911;
}

a.list-group-item {
    color: #00AAFF !important;
}

figure img {
    width: 100%;
    height: auto;
}