.mobile-navbar {
    background-color: rgb(216, 210, 210)!important;
}

.mobile-search {
    width: 100%;
    margin-left: 1rem;
    border-radius: 5px;
}

.search-button-mobile {
    background-color: red;
    border-radius: 5px;
    height: 100%;
    text-align: center
}

.search-button-mobile i {
    color: white;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.mobile-navbar {
    padding: 1rem;
}

.mobile-header {
    background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
    background-color: #970707;
}

.mobile-logo {
    max-height: 5rem;
}

.mobile-menu-button {
    color: white;
    
}