/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.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
*/

/* Add your custom styles here */

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

nav.elementor-nav-menu--dropdown {
	position: relative;
	z-index: 9999 !important;
}

p.home-hero {
	line-height: 4.7em;
	text-align: center;
	color: #007F80;
}

span.home-hero-sans {
	letter-spacing: 0.3em;
	font-size: 1.6em;
	line-height: 2em;
	vertical-align: bottom;
}

span.home-hero-accent {
	color: #FDCD53;
	font-family: "Lavishly Yours", sans-serif;
	font-size: 4.5em;
	vertical-align: top;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

hr, .elementor .e-divider-base {
	border: none !important;
	height: 0px !important;
	background-color: rgba(0,0,0,0);
	border-top: 2px dotted #FDCD53 !important;
	width: 100% !important;
}

.elementor-location-footer {
  margin-top: auto;
}