body {
	text-align:center;
	background-color:#F7F4ED;
	background-image:url(images/keyhole-bg.png);
	background-position: center center;
	background-repeat:no-repeat;
	background-size:30%;
	font-family: "Playfair Display", Georgia, Times, serif;
	/* font-family:"Inter", Helvetica, Arial, sans-serif; */
	line-height:1.5;
	color:#333;
	-webkit-font-smoothing: antialiased;
	padding:0; margin:0;
}

header {
	margin-bottom:2em;
}

footer {
	margin-top:2em;
}

.container {
	display:block;
	max-width:640px;
	padding:20px;
}
a,a:link {
	color:#000; text-decoration:none;	
}
a:hover{
	text-decoration:underline;
}
h1 {
	font-family: "Playfair Display", serif;
	font-weight:400;
	font-size:36px;
	margin-bottom:1em;
	line-height:auto;
}
ul.contact-details {
	padding:0; margin:0;
}
ul.contact-details li {
	list-style:none;
	padding:0;
	display:inline-block;
	margin:0 1em 1em 1em;
	font-size:16px;
	font-weight:600;
}
img.logo {
	width:100%;
	max-width:320px;
	height:auto;
}
img.key {
	margin:1em 0;
	max-width:200px;
}
p {
	font-size:16px;
	margin:1em 0;
	font-weight:400;
}

@media (min-width: 768px) {
	
	body {
		background-size: auto;
		display:flex;
		height: 100vh; 
		align-items:center;
		justify-content:center;
		background-size:auto 300px;
	}
	header {
		margin-bottom:5em;
	}
	footer {
		margin-top:5em;
	}
	img.logo {
		max-width:360px;
	}
	img.logo,
	img.key{
		margin-bottom:4em;
	}
	h1 {
		font-size:42px;
	}
	p,ul {
		font-size:18px;
	}
	
	
}