/*
	Theme Name: tuproximohorizonte
	Theme URI: https://amirence.com
	Description: Child theme for Hello Elementor.
	Author: Amir
	Author URI: https://amirence.com
	Template: hello-elementor
	Version: 1.0.0
	License: GNU General Public License v3 or later
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: tuproximohorizonte
*/

/* Add your custom CSS below. */


html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

.matchheight {
	height: 100%;
}


/*
 * Sticky header (paired with main.js scroll toggles on .header-bg).
 * .header-controll: fixed layer + off-screen start; .scrolled brings bar to top: 0 with theme color.
 */
.header-controll {
	position: fixed;
	top: -100px;
	width: 100%;
	transition: top 0.5s ease;
	z-index: 1000;
}

.header-bg.scrolled {
	top: 0;
	background-color: var(--e-global-color-84a1d97);
	box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}
/* End sticky header */
