.left-aligned {
	margin-left: auto;
}

.bg-dark {
	background-color: #343a40 !important;
}

.bg-hero {
	background-color: #45b06cff;
}

/* CALLOUT */
.bd-callout {
	padding: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid #e9ecef;
	border-left-width: .25rem;
	border-radius: .25rem
}

.bd-callout h4 {
	margin-bottom: .25rem
}

.bd-callout p:last-child {
	margin-bottom: 0
}

.bd-callout code {
	border-radius: .25rem
}

.bd-callout+.bd-callout {
	margin-top: -.25rem
}

.bd-callout-info {
	border-left-color: #5bc0de
}

.bd-callout-warning {
	border-left-color: #f0ad4e
}

.bd-callout-danger {
	border-left-color: #d9534f
}

/* footer */
.footer {
	background-color: #000;
	/*text-align: center;*/
}

.biofil {
	padding: .75rem;
}

.sponsor {
	font-size: 30px;
	text-align: center;
	color: white;
	padding: 10px 0px 0px 0px;
}

.container {
	/* display: flex;
	align-items: center;
	justify-content: center; */
	min-height: 93.6vh;
	height: 100%;
}

.lower {
	padding-bottom: 30px;
	display: flex;
	justify-content: space-around;
}

.Contact {
	color: white;
}

.Link {
	color: white;
}

.Follow {
	color: white;
}

/* plus */
.flex-center {
	display: flex;
	flex-direction: row;
	justify-items: center;
	align-items: center;
	margin-block: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	justify-content: space-around;
	flex-wrap: wrap;
}

.caption {
	color: var(--neutral-400);
	font-family: var(--base-body-font);
	font-style: italic;
	text-align: center;
}