/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/******************************Fonts**************************************/

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('https://demo.woelfel-wonsees.de/fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('https://demo.woelfel-wonsees.de/fonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/***************************************Header******************************************/

/**************************************Body*********************************************/

html, body{
	overflow-x: hidden !important;
}

h1{
	font-family: 'Montserrat' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 64px !important;
	line-height: 1.3 !important;
	letter-spacing: 3px !important;
	text-transform: uppercase !important;
	color: #6ec2b0 !important;
}

h2{
	font-family: 'Montserrat' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 24px !important;
	line-height: 1.3 !important;
	letter-spacing: 3px !important;
	text-transform: uppercase !important;
	color: #6ec2b0 !important;
}

p{
	font-family: 'Montserrat' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 16px !important;
}

body, html, p, a{
	color: #808080 !important;
}

a:hover{
	color: #44a08c !important;
}

/**************************************Footer*******************************************/
