/* 
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
*/

/*
	Headings
*/
body {
	font-family: "Open Sans", sans-serif;
	line-height: 1.7;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
  	font-weight: 900;
  	line-height: 1.1;
	letter-spacing: 0;
	color: #000000;
}
h4, h5 {
	padding-top: 15px;
}

/* 
	Text-level semantics
*/
a {
	background-color: transparent;
	text-decoration: none;
	color: #D88B37; 
}
a:hover, a:active {
	color: #EDBA82; 
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none; 
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none; 
}
a:not([href]):not([tabindex]):focus {
	outline: 0; 
}

