/*
 Theme Name:   Het Groene Verschil Theme
 Theme URI:    https://elementor.com/hello-theme/
 Description:  Het Groene Verschil Theme custom theme
 Author:       Vincent van den Brink
 Author URI:   https://pixelcrafted.nl
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-child
*/



/*** GENERAL ***/
html {
	scroll-behavior: smooth;
}

body * {
	outline: none;
}

/* Sharpen images in Chrome */
img {
	image-rendering: -webkit-optimize-contrast !important;
}

/* Hide inner shadow on inputs */
input,
textarea {   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	box-shadow: inset 0 0 0 0 white !important;
}

/* Paragraphs */
.elementor-widget-text-editor p:last-child,
.elementor-widget-theme-post-content p:last-child {
	margin-bottom: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}



@media only screen and (max-width: 1024px) {
	
	
	
}

@media only screen and (max-width: 767px) {
	
	
	
}