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

/* ---  CUSTOM STYLE --- */

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

body {
 hyphens: auto;
}


/* --- Shrink LOGO ---- */
/* Logo sizing before sticky */
.logo img {
width: auto;
max-height: 100px;
transition: all 0.8s ease;
}
 
/* Logo sizing after sticky */
.elementor-sticky--effects .logo img {
max-height: 70px;
width: auto;
	transition: all 0.8s ease;
}

/* === MEDIA Queries === */

/* @screen min-width = 320px > iPhone4 */
@media screen and (max-width: 20em) {

}

/* @screen min-width = 568px > iPhone5 horizontal*/
@media screen and (min-width: 35.5em) {
	
}

/* @screen min-width = 767px */
@media screen and (min-width: 47.94em) {
}
	
/* @screen min-width = 991px */
@media screen and (min-width: 61.93em) {
	
}

	
/* @screen min-width = 1024px */
@media screen and (min-width: 64em) {
	
}


/* @screen min-width = 1100px */
@media screen and (min-width: 68.75em) {
	
}

/* @screen min-width = 1300px */
@media screen and (min-width: 81.25em) {
}

/* @screen min-width = 1600px */
@media screen and (min-width: 100em) {
}




