body {
	overflow-x: hidden;
}

.fullscreen {
	height: 100vh;
	width: 100vw;
}

.halfscreen {
	height: 50vh;
	width: 100vw;
}

.tile {
  height: 20vh;
  width: 100vw;
}

.h-100 {
	height: 100%;
}

.scrollsnap-container {
  overflow-y: scroll;
  overflow-x: hidden;
	scroll-snap-type: y mandatory;
}

.scrollsnap-div {
	scroll-snap-align: start;
}

.dropdown-toggle::after {
	content: none !important;
}