/* Fontit */

h1, h2, h3 {
	font-weight: bold;
}	



#showcase h3 {
	text-transform: uppercase;
	color: var(--color4);
}	

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

/* Menu */



.desktop-main-menu li {
  margin: 0 1px;
}

.desktop-main-menu li a {
  display: block;
  padding: 10px 30px;
  background-color: var(--color3);
  color: white;
  text-transform: uppercase;

}

.desktop-main-menu li a:hover {
  background-color: var(--color4); 
}





/* Koristeet ja taustat */

.showcase-half-left .hero-slider__item {
	background-color: var(--color1);
}	



#main-before {
	padding-top: 3rem;
	padding-bottom: 2rem;
}	



hr {
  border: 5px solid var(--color3);
  width: 25%;
  margin-left: 0;
}
	
/* ECC */

.nosto .editor-content__item {
    background: var(--color2);
    color: var(--color5);
	padding: 2rem;
    height: 100%;
}

.nosto h3{
    color: var(--color5);
}

.nosto2 .editor-content__item {
    background: var(--color1);
    color: var(--color4);
	padding: 2rem;
    height: 100%;
}

.nosto2 h2, .nosto2 h3, .nosto2 a {
    color: var(--color4);
}

.nosto2 .btn {
	color: var(--color1);
	background-color: var(--color4);
}	

/* Button */


.btn.btn-switcher-primary::after {
    content: " \00BB";
}

/* lomake */

.basic-form {
	background-color: var(--color2);
	padding: 2rem;
}	


/* somekuvakkeet */

.company-info .social-media-icons {
    font-size: 50px;
    line-height: 50px;
}

.site-footer__social-icons a {
    font-size: 2.55rem;  /* 1.7rem × 1.5 */
    line-height: 1;
    height: 3rem;        /* 2rem × 1.5 */
    width: 3rem;
}



/* Respo */

@media (min-width: 1200px) {
	.showcase-half-left .hero-slider__item .hero-slider__text-content {
		padding: 15rem 2rem 7rem 3rem;
	}
	
}

@media (min-width: 768px) and (max-width: 1024px) {
 .nosto .editor-content__item, .nosto2 .editor-content__item {
	 padding: 1rem;
	} 
}


@media (max-width: 991.98px) {
    h2, #showcase h2 {
        font-size: 2rem;
    }
}
@media (min-width: 768px) {
  .nav-gradient .site-header .sticky {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%) !important;
    box-shadow: none;
  }

  .nav-gradient .site-header__bottom .desktop-main-menu li.level1 > a:hover {
    color: var(--color5);
  }

  .nav-gradient .site-header .sticky .desktop-main-menu li.level1 > a:hover {
    color: var(--color5);
  }
}




@media (max-width: 575px) {
    .showcase-half-left .hero-slider__text-content_inner {
        background: transparent !important;
        padding: 25px 20px 10px;
    }
#showcase hr {
	display: none;
}

.sivu1 #showcase hr {
	display: block;
}	
}

@media (min-width: 576px) {
.showcase-half-left .hero-slider__text-content_inner .btn {
    color: var(--color4);
    border-color: var(--color2)!important;
    background-color: var(--color2)!important;
}
}