body {
	font-family: -apple-system,Helvetica Neue,Roboto,Segoe UI,sans-serif;
	padding-top: 5rem;
	color: #525252;
}

.starter-template {
	padding: 3rem 1.5rem;
	text-align: center;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.logo {
	height: 25px;
}

/* NOTE: It would be better to make this (and other) color changes in the SASS and recompile. However, this works for some quick minor changes. */
.bg-dark {
	background-color: #0065b2 !important;
}

.btn-secondary {
	background-color: #00adf2;
	border-color: #00adf2;
}
