@import './theme/fonts.css';
@import './theme/default.css';
@import './theme/header.css';
@import './theme/footer.css';
@import './theme/formcontrol.css';

/* Locomotive Scroll Fixes */
html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-smooth body {
    overflow: hidden;
}

.m-height {
    height: 100vh;
}

.m85-height {
    height: 50vh;
}

.m70-height {
    height: 80vh;
}


@media screen and (max-width: 768px) {

	.m-height, .m85-height, .m70-height {
		height: auto;
	}
}