body {
    color: #707c80;
}

.bg-red {
    background: #d72128 !important;
    color: #fff;
}

.btn-red {
    background: #d72128 !important;
    color: #fff;
}

.shadow {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.form-label {
    font-weight: bold;
}

.main-nav .active {
    background: #d72128 !important;
}