
/* Hide Current flag */
.flags li.current {display:none;}


h3, h4, h5 {
	font-family: var(--fontbody);
}

#bottom h2 {
	color: var(--color2);
}

@media (max-width: 575.98px){
.site-header__logo img {
    max-width: 75%;
}
.image-box .boxlist-item h2 {
    font-size: 1.4rem;
}
#mobile-buttons a {
        max-width: 64px;
    }
#mobile-buttons {
        left: 32%;
    }
}