.c-red {
    color: #be1c2b !important;
}

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

.bg-blue {
    background-color: #385c86 !important;
}

.c-blue {
    color: #385c86 !important;
}

#header > a:first-child h1, #header > a:first-child p {
    background-color: #385c86 !important;
}

#header > a:last-child h1, #header > a:last-child p {
    background-color: #be1c2b !important;
}

#header > a:first-child i {
    color: #385c86 !important;
}

#header > a:last-child i {
    color: #be1c2b !important;
}

#header > a:hover h1 {
    color: #fff !important;
}

.container-offer .btn-outline-primary, .container-offer .fa-hand-point-up, .container-offer .btn-outline-danger {
    border-color: #385c86 !important;
    color: #385c86 !important;
}

.container-offer .btn-outline-danger:hover, .container-offer .badge-pill {
    background-color: #385c86 !important;
    color: #fff !important;
}

.container-offer .second-title {
    color: #385c86 !important;
}

.container-search .btn-outline-primary, .container-search .fa-hand-point-up, .container-search .btn-outline-danger {
    border-color: #be1c2b !important;
    color: #be1c2b !important;
}

.container-search .btn-outline-danger:hover, .container-search .badge-pill {
    background-color: #be1c2b !important;
    color: #fff !important;
}

.container-search .second-title {
    color: #be1c2b !important;
}

#dashboard-nav.invisible {
    display: none;
}

#dashboard-nav, #dashboard-nav ul, #dashboard-nav li, #dashboard-nav a{
    min-width: 100px;
}

#photo-preview-logo .photo-preview {
    background-color: #fff;
}

.reminder {
    position: fixed;
    bottom: 30px;
    left: 30px;
}

.dashboard-item h4.active {
    text-decoration: underline;
}

.card p {
    color: #000;
    font-size: 17px;
}

#paypal-button-container {
    margin: auto;
}