h1,h2 {
	font-weight:900;
}


#showcase h3 {
	background:var(--color1);
	color:var(--color3);
	display:inline-block;
	padding:10px 25px;
	font-size:18px;
}


body:not(.sivu1) #showcase h2 {
	font-size:3rem;
}
.mobile-menu__bars {
    color: var(--color4);
}
@media (max-width:991px) {
	.showcase2 .hero-slider__container {text-align:centeR;}
	#showcase .hero-slider__text-content {margin:0 auto;}
	body:not(.sivu1) #showcase h2 {
	font-size:2.4rem;
}
}

@media (max-width:767px) {
	.site-header__bottom {background:var(--color1);}
	body:not(.sivu1) #showcase h2 {
	font-size:2rem;
}
}