body {
    background-color: white;
    font-family     : source-han-sans-traditional, source-han-sans-simplified-c, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.navbar-light .navbar-nav .nav-link {
    color    : white;
    font-size: 1.1rem;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(235, 235, 235, 1);
}

a:hover {
    color          : #B81D23;
    text-decoration: none;
}

.df-lightbox-controls{
    padding: 50px 10px 0px 0px!important;
}

textarea:focus,
input:focus,
a:focus,
select:focus,
.form-control:focus,
button:focus {
    outline   : none !important;
    box-shadow: none !important;
}

.card {
    border-width: 2px;
    border-color: #F4F4F4;
}

@media(max-width: 767px) {
    .navbar-light .navbar-nav .nav-link {
        font-size  : 0.9rem;
        font-weight: 300;
    }
}

.size-4{
    width: 16px;
    height: 16px;
}
.size-5{
    width: 20px;
    height: 20px;
}
.size-6{
    width: 24px;
    height: 24px;
}