/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Parallax BG */

html {
	scroll-behavior: smooth;
}

/* Modal Activator */

.modal-activator {
	cursor: pointer;
}

.muv_svg__container svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
