body {font-size:1.1rem;}

h1 {font-size:4rem;}
h2 {font-size:3.5rem;}

h1, h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

#section-primary h2.contentlist__item-title {font-size:2.2rem;}
#section-primary h3,
#section-primary h5 {color: var(--color4);}

#content-bottom h2.contentlist__item-title {color:var(--color3);}

.sivu1 #showcase h2 {
    font-size: 3.2rem;
}



.nav-gradient .site-header .sticky {
	background: var(--color4) !important;}
	

.showcase3 .hero-slider__text-content_inner {
    border-bottom: 4px solid var(--color1);
}

.content13 .contentlist .contentlist__item-content {
    border-bottom: 4px solid var(--color1);
}


.faq {
    margin-top: 1rem;
	margin-bottom:1rem;
}

li::marker {
  content: "➔  ";
}

.showcase3 .hero-slider__text-content_inner {
    position: relative; 
    top: 150px; 
}

.mm-spn.mm-spn--navbar ul:before {
	border-top: none;
}
.mm-spn li:after {
    border-top: none;
}

#bottom a:hover {
    color: var(--color4) !important;
}




#section-primary .btn:hover {
	color: white !important;
	border-color: white !important;
	background-color: transparent !important;
}



/* Respo */

@media (min-width: 768px) {
    .site-header__logo img {
        margin-left: 10px;
    }
.editor-content_col {margin-top:3rem;}	
}

@media (max-width: 991.98px) {

body {font-size:1rem;}

h1 {font-size:3rem;}
h2 {font-size:2.5rem;}

.sivu1 #showcase h2 {
    font-size: 2.6rem;
}
#section-primary h2.contentlist__item-title {font-size:2rem;}

.site-footer__logo img {
    max-width: 120px;
}
}


@media (max-width:576px) { 

h1 {font-size:2.5rem;}
h2 {font-size:2rem;}

.sivu1 #showcase h2 {
    font-size: 2.5rem;
}

#section-primary h2.contentlist__item-title {font-size:1.8rem;}

.faq h2 {font-size: 1.3rem;}

.showcase3 .hero-slider__text-content_inner {
    border-bottom: none;
	background-color: transparent;
    top: 160px;
}


.showcase3 .hero-slider h3, .showcase4 .hero-slider h3 {
    color: var(--color2) !important;
}


h2.contentlist__item-title::before {
 	display:none;}

.content13 .contentlist .contentlist__item {
    margin-bottom: 0px;
    padding: 30px 0;
}

.company-info {
    margin-top: 4rem;
}

div.basic-form {
    margin-top: 4rem;
}
.site-header__bottom {background-color:var(--color3);}

}