header div#logo img {
    max-width: 130px;
}
@media only screen and (max-width: 480px) {
    header div#logo img {
        max-width: 120px;
        height: auto;
        margin-top: 20px;
    }


}


@media only screen and (max-width: 600px) {
    .appicon-margin{
        margin-bottom: 20px;
    }
}

a.primary-link,.header-light #mainmenu > li > a.primary-link{
    color: var(--primary-color);;
}
.appicon-margin{

}

.highlight{
    font-family: "Nunito";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
    border: none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    border-left: solid 3px #333333;
    border-left-color: #26aae1;
    padding-left: 15px;
    color: #35404e;
}
