form#quickSearchForm {
    padding-right: 25px;
}

.search-container #quickSearchKeywords {
    border-radius: 0;
    border: 1px rgb(187, 187, 187) solid;
    color: rgb(187, 187, 187);
    border-right: none;
    font-size: 0.9375rem;
    line-height: 18px;
    padding: 10px;
    font-weight: 400;
    width: 191px;
}
.search-container .input-group-text {
    background-color: white;
    color: var(--theme-link-color);
    border-radius: 0;
    border: 1px rgb(187, 187, 187) solid;
    border-left: none;
    font-size: 24px
}
.navbar {
    font-size: 1rem;
}

.header .logo img {
    max-height: 75px;
}