/*
Theme Name: Hello Elementor
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor is a lightweight and minimalist WordPress theme, made for building sites with Elementor page builder.
Author: Elementor Team
Author URI: https://elementor.com/
Version: 3.2.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Reset & Base */
*, *::before, *::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

/* Site layout */
#page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#content {
	flex: 1;
}

/* Header */
#masthead {
	position: relative;
}

.site-header {
	padding: 0;
}

/* Footer */
#colophon {
	padding: 0;
}

/* Elementor canvas & full-width */
.elementor-template-canvas #page,
.elementor-template-full-width #page {
	display: block;
}

.elementor-template-canvas #masthead,
.elementor-template-canvas #colophon,
.elementor-template-full-width #masthead,
.elementor-template-full-width #colophon {
	display: none;
}
