@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: "EngebrechtreRg-Regular";
	text-align: center;
}

a {
font-family: "EngebrechtreRg-Regular";
	}
footer {
	font-family: "EngebrechtreRg-Regular";
}
.img-fluid {
	max-width: 100%;
	height: auto;
	
}
img {
	vertical-align: middle;
	border-style: none;
}
col-lg-6, col-md-4, col-sm-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.center {
	border: 2px solid black;
	margin-bottom: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
