@charset "UTF-8";

.logo_footer {
    height: 70px;
}


/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {



    .logo_footer {
        height: 50px;
    }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 767px) {

    .u-header__navbar-brand,
    .u-header__navbar-brand>img {
        padding-top: 0;
        padding-bottom: 0;
        width: 7rem;
    }
}