/*
Theme Name: Header Only Theme
Author: Your Name
Version: 1.0
Text Domain: header-only-theme
*/
/* Base */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

/* Force header to sit at the very top */
.site-header,
.elementor-location-header,
.elementor-location-header > .elementor {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.full-height {
    min-height: 100vh;
}

@supports (height: 100svh) {
    .full-height {
        min-height: 100svh;
    }
}

@supports (height: 100dvh) {
    .full-height {
        min-height: 100dvh;
    }
}
footer {
    display: none !important;
}
