body {
    background-color: rgb(209, 236, 245);
    font-family: 'Arial';
}

.logo {
    height: 70px;
}

.header-row {
    background-color: #A88B6D;
    box-shadow: 1px 1px 4px rgb(110, 110, 110);
    font-size: 20px;
}

.footer {
    box-shadow: -1px -1px 4px rgb(110, 110, 110);
    background-color: #A88B6D;
    font-weight: bold;
}

.steps .steps-full .card {
    max-width: 240px;
}

.btn {
    box-shadow: 1px 1px 4px rgb(110, 110, 110);
}

.text-bold {
    font-weight: bold;
}

.display-inline {
    display: inline-block;
}

.w-10 {
    width: 10%;
}

#certification_email {
    width: 40%;
}

@media (max-width: 767.98px) { 
    .w-10 {
        width: 50%;
        margin-top: 8px;
    }

    #certification_email {
        width: 100%;
    }
}

.field-thumb {
    background-image: url('../img/field-thumb.jpg');
    background-size: cover;
    min-height: 250px;
    background-position: bottom center;
    border-radius: 5px;
}

.red {
    border-color: red;
}

.redText {
    color: red;
}

.clearRed {
    border-color: #ced4da !important;
}
