.navbar,

.top-bar {
    color: #fff;
    background-color: #4349AA;
}

.top-bar a {
    color: #ffffff;
    text-decoration: none;
}

.top-bar li.active a,

.top-bar li a:hover {
    /* background:#4fa1c2; edited*/
}

.top-bar .name {
    padding: 0 0.8rem;
}

.top-bar .t-text {
    margin-left: 5px!important;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-size: 1.8rem!important;
    font-weight: norm;
    padding: 0.4rem 0 0.4rem 0;
    font-family: 'Fredoka', sans-serif;
}

.top-bar .t-text .t-text-domain {
    font-size: 1.1rem!important;
}

.top-bar-section li,

.top-bar-section li:not(.has-form) a:not(.button) {
    background-color: #4349AA;

    /* nonselected item */
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #ffffff;

    /* selected item */
    color: #4349AA;
    padding: 0.5rem 1.5rem;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #5E63BF;

    /* nonselected hover */
}

.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #d3d4ec;
    color: #4349AA;

    /* selected hover?? */
}

.top-bar li i {
    font-size: 1.2;
    position: relative;
    top: 2px;
    margin-right: 5px;
    opacity: 0.7;
}

.top-bar-section ul li>a {
    /* font-family: 'Fredoka', sans-serif  */
    font-size: 1.2rem;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 1.3 !important;
    height: 70px;
    color: #fff;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0.5rem 1.5rem;
}

.top-bar-section .has-dropdown>a:after {
    margin-top: 4px;
}

.top-bar-section ul li:hover:not(.has-form)>a {
    background: #00648b;
}

.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
    background: #0073a0;
}

.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button):hover {
    background: #57a1bf;
}

@media screen 
and (max-width: 639px) {
    .top-bar .t-logo {
        top: 3px;
    }

    .top-bar .t-text {
        padding: 0;
    }
}