*, html {
	scroll-behavior:smooth !important;
}

@font-face {
  font-family: dream-orphans-regular;
  src: url(fonts/Dream_Orphans_Regular.otf);
}

@font-face {
	font-family: dream-orphans-bold;
	src: url(fonts/Dream_Orphans_Bold.otf)
}

.section-divider {
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.navbar-brand-container {
	justify-content: flex-start !important;
}

.ad-banner a {
	color: white;
	text-decoration: underline;
}

.ad-banner a:hover {
	color: white;
	text-decoration: none;
}

.mobile-flex-centered-button {
	align-self: start;
}

@media screen and (max-width: 800px) {
	.navbar-brand-container {
		justify-content: center !important;
	}
}

@media screen and (max-width: 992px) {
	.carousel-override {
		padding-left: 5%;
		padding-right: 5%;
	}
	.carousel-controls-override {
		display: none !important;
	}

	.mobile-flex-centered-button {
		align-self: center;
	}
}
