@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900');
body {
	background-color: rgb(247, 247, 247);
	font-family: 'Playfair Display', serif;
	margin: 0;
}
#content {
	height: 100vh;
}
#footer {
	position: relative;
	width: 100%;
	min-height: 30px;
	background-color: rgb(233, 233, 233);
}
#content .page-container {
	position: absolute;
	top: 100px;
	left: 50%;
transform: translate(-50%, 0);
	text-align: center;
}
#content .page-container div.slogan a {
	color: rgb(72, 104, 57);
	font-size: 40px;
	letter-spacing: 5px;
	text-decoration: unset;
}
.imgbg {
    position: absolute;
    top: 0;
    width: 100%;
    object-fit: cover;
    left: 0;
	    height: 100%;
}
@media screen and ( max-width: 768px ) {
	#content .page-container div.slogan a {
		font-size: 20px;
	}
}