h3{
	font-size: 30px;
	font-family: 'Lato';
}
h5, span, li.list-group-item{font-family: 'Arial';}
.horizon-bar-wrap {
	padding: 4rem 0;
	position: relative;
	margin: 2rem 0;
	text-align: center;
}
.horizon-bar-wrap::before,
.horizon-bar-wrap::after {
	content: "";
	width: 1px;
	height: 4rem;
	background-color: #aaa;
	display: inline-block;
	position: absolute;
	left: 50%;
}
.horizon-bar-wrap::before {
	top: 0;
}
.horizon-bar-wrap::after {
	bottom: -10px;
}
.quotes::before,
.quotes::after {
	content: "";
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	display: inline-block;
}
.quotes::before {
	background-image: url("/images/svgs/quote-left-solid.svg");
	margin-right: 1rem;
}
.quotes::after {
	background-image: url("/images/svgs/quote-right-solid.svg");
	margin-left: 1rem;
}
img.header {
	width: 100%;
	height: 240px;
}
.bg-secondary {
	background-color: lightgray !important;
}
.text-secondary {
	color: lightgray !important;
}
.bg-deepblue {
	background-color: #2f3335;
}
footer .title {
	color: white;
	display: inline-block;
	border-bottom: 3px solid deepskyblue;
	font-size: 15px;
}
.question{
	font-size:20px;
	font-family:Raleway;
	font-style:italic;
	font-weight:bold;
	margin: 20px 0px;
}
.table .form-check .form-check-sign{
	top:-1px;
}
.form-check .form-check-label{
	padding-left:15px;
	padding-right: 10px;
}
.form-group input[type=file]{
	opacity: 1;
	z-index: inherit;
	margin: 0;
	padding-left: 50px;
}
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	margin: auto;
	text-align: center;
	background-color: rgba(0,0,0, 0.3);
}
.loading .spinner-border {
	top: 50%;
	position: fixed;
}
.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: spinner-border .75s linear infinite;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}