html {
	scroll-behavior: smooth;
}
html * {
	box-sizing: border-box;
}
body {
	margin: 0;
	height: 101vh;
	background-image: url(img/portcullis-house-1.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
fieldset {
	border: 0;
}
#page-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0);
	z-index: -1;
}
#page-overlay-overlay {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, #fafaf4, #d0d5ca);
	opacity: 1;
	transition: all 0.75s ease;
}
.site-title {
	font-family: 'Cormorant Garamond', serif; 
}