.content h1 {
  font-size: 3rem;
}

.divider {
  background-color: #4FC1EA !important;
  width: 30% !important;
}

.content h2 {
 font-size: 2.5rem;
 font-weight: 500;
}

.content h3, .content h4, .content h5 {
  font-size: 1.5rem;
}

.content h3 {
  font-weight: 600;
}

.content h4, .content h5 {
  font-weight: 300;
}

.footer.footer-dark {
  background-color: #dbd6d2;
}

.footer.footer-dark h3 {
  color: #282725;
}

.footer.footer-dark a {
  color: #191c20 !important;
}

.footer.footer-dark .content {
  color: #191c20 !important;
}

.footer .content {
  text-align: center;
}

#navbar-menu.navbar-menu {
  font-size: 130% !important;
  font-weight: bold;
}

.button.cta {
  font-weight: bold !important;
}

#navbar-menu .navbar-item, #navbar-menu .navbar-link {
  color: #555 !important;
}

.header-cont {
	width: 100%;
	min-height: 2.5em;
	background-color: #FFE85E;
	padding: 0.5em 2em;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}

div.message.hidden-message {
	display: none !important;
}

div.message.hidden-message:target {
	display:block !important;
}

ul.checklist li {
	list-style: none;
	background: url(/images/icons/check-circle-green.svg) left 0.3em no-repeat;
	padding-left: 30px;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#fullheight-content {
	flex: 1 !important;
}

.section {
	padding-top: 0 !important;
}

.card-text {
	color: #555 !important;
}

dd {
	margin-bottom: 1rem !important;
}
