body{
	background: black !important;
}
a {
	color: #faa634;
}
a:hover {
	color: #f47920;
}
.playfair,h1,h2,h3{
	font-family:playfair-display;
}
.img-container {
	position: relative;
	text-align: center;
	color: white;
}
.centered-overlay {
	position: absolute;
	bottom: 0;
	left: 30%;
	transform: translate(-22%,0);
}
.footer-text{
	letter-spacing: 4px;
	font-size: 1em;
}
.orange-text {
	color: #faa634;
}
.fill { 
	min-height: 60vh;
}