/*html {
	height: 100%;
}
body {
	min-height: 100%;
}
a.text-light:hover, a.text-light:focus {
	color: white !important;
}
.logo {
	font-family: "Philosopher", serif;
	line-height: 1;
}
p:last-child, div:last-child {
	margin-bottom: 0;
}
.btn.opacity-75 {
	transition: all 0.15s ease;
}
.btn.opacity-75:hover, .btn.opacity-75:focus {
	opacity: 1 !important;
	transition: all 0.15s ease;
}
*/