/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://www.wplounge.nl/
 Description:  Hello Elementor Child Theme
 Author:       Paulus de Boer
 Author URI:   https://www.wplounge.nl/
 Template:     hello-elementor
 Version:      1.0.0
 Tags:         plaats, hier, jouw, tags, gescheiden, door, kommas
 Text Domain:  hello-elementor-child
-------------------------------------------------------------- */

html {
    font-family: Montserrat, Sans-serif;
    font-size: 10px;
    scroll-behavior: smooth;
	overflow-x: hidden;
}

.grecaptcha-badge {
	display: none !important;
}

.d-none {
	display: none !important;
}

.no-opacity {
	opacity: 0;
}

:target {
	margin: -70px 0 0;
}
:target:before {
	content: "";
	display: block;
	height: 70px;
}