body {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

ol, ul {
	padding-left: unset !important;
}

.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('/storage/img/background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner {
  height: 250px;
  min-height: 250px;
  background-image: url('/storage/img/background_2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-linklist ul {
	list-style: none;
	display: inline-block;
}

.footer-linklist li {
	display: inline-block;
}

.footer-linklist li:not(:first-child) {
	margin-left: 20px;
}

.footer-linklist a {
	text-decoration: none;
}

.copyright-text {
	font-size: .875rem;
}