
.bg-custom {
    background: #434856 !important;
    color: white !important;
}

.btn-white {
    color: #fff !important;
    margin-right: 10px;
    padding: 4px;
    text-transform: uppercase;
    font-size: 85%;
}

.btn-white:hover {
    color: #000 !important;
    background: #FFF;
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 3px;

}

a.rec-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}

.modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

figcaption {
    color: #999;
    font-size: 85%;
    text-align: center;
}

figure {
    margin: 1rem 0 1em 0;
    text-align: center;
}

#closeblock {
    position: absolute;
    top: -15px;
    right: 0;
    z-index: 99999;
    display: block;
}

.footer-blocks {
    box-shadow: 5px 10px #888888;
}

.footer-blocks a {
    font-size: .75rem !important;
}

.footer-blocks .card-img-top {
    height: 120px;
    object-fit: cover !important;
}

.fa-background {
    background-image: radial-gradient(at center, white 40%, transparent 40%);
}

.logo-text-blue {
    color: #1d84a8;
}

.logo-header {
    letter-spacing: 0;
    font-weight: 400;
    font-family: Impact, serif;
    font-size: 1.5rem;
}

@media only screen and (max-width: 414px) {
    a.rec-title {
        font-size: 0.9rem;
        font-weight: 400;
    }
}

