body {
	font-family: 'Poppins', sans-serif !important;
	}

.serif {
	font-family: 'Lora', serif !important;
}

.navbar {
	background-color: #252525 !important;
	color: #ffffff !important;
	position: fixed;
	width: 100vw;
}

.bg-black {
	background-color: #000 !important;
}

.text-danger, a {
	color: #e17d6c !important;
	font-size: 0.9em;
}

a:hover {
	text-decoration: none;
	color: #ffffff !important;
}

a.card-body:hover {
	color: #e17d6c!important;
}

.philosophy-header {
	color: #e17d6c !important;
}

#canvas {
	left:70px;
}