a.navbar-brand {
    font-weight: bold;
    font-style: italic;
    font-size: 40px;
}

a.nav-link {
    font-size: 20px;
    font-weight: bold;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.navbar .collapse.navbar-collapse {
    justify-content: space-between;
}

.navCustomBrandIcon {
    width: 40px;
    height: 40px;
    margin: 15px 10px 15px 0;
    border-radius: 20px;
    object-fit: cover;
    vertical-align: middle;
}

#navCustomBrandText {
    color: white;
    font-weight: bold;
    display:inline-block;
    max-width: 200px;
    vertical-align: middle;
}

nav .form-group .fa.fa-search {
    line-height: 25px;
    color: white;
}

#nav-search-input {
    height: 25px;
    border-radius: 15px;
    background-color: #000;
    border: 1px solid #fff;
    font-size: 15px;
    color: white;
}

#nav-search-input::placeholder {
    color: #999;
}

@media all and (max-width: 1399px) and (min-width: 1200px) {
    #navCustomBrandText {
        display: none;
    }
}