html {
    font-size: 14px;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: #d01817;
}

.nav-item a{
    font-size: 16px;
    line-height: 3rem;
}

.carousel-item a {
    display: block;
    height: auto;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.fdb-box {
    transition: all 0.2s ease-in-out;
}

.fdb-box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: all 0.2s ease-in-out;
}

.block-line {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    width: 2.75rem;
    height: 3px;
    background: #ce170e;
}

.article img {
    max-width: 100% !important;
    min-width: 60% !important;
    height: auto !important;
}
