/* 
 Theme Name:   Child Hello Elementor
 Theme URI:    
 Description:  
 Author:       admin
 Author URI:   https://www.jeleteledesign.fi
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.sub-menu .menu-item a {
	text-transform: none !important;
}

.palvelut-link-box {
	transition: 500ms;
}

.palvelut-link-box:hover {
	background: #C09A02 !important;
	
}

.palvelut-link-box:hover h3 {
	color: black !important;
}

.bg-blur {
    backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.larger-text {
    font-size: 70px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.larger-text {
		font-size: 40px;
	}
}

html {
	scroll-margin-top: 20px;
}