html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background-color: #ffffff;
}

.upl-list {
	text-align: center;
	font-size: 24px;
}

.upl-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.upl-list li {
	padding-top: 45px;
	padding-bottom: 45px;
}

.upl-post-author {
	text-align: center;
	font-size: 16px;
	color: #1c1c1c;
	opacity: 0.5;
	padding-top: 14px;
}

h1.entry-title {
	display: block;
	font-family: 'EB Garamond', serif;
	font-weight: 500;
	font-size: 36px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header-inner {
	display: block !important;
}

.header-titles-wrapper {
	display: block !important;
	text-align: center !important;
	width: 100%;
	max-width: 100% !important;
	padding: 0 !important;
	margin-right: 0 !important;
}

.header-titles {
	display: block !important;
	text-align: center;
	margin: 0 !important;
}

.header-titles-wrapper .site-logo {
	width: 100%;
	margin: 0 !important;
	text-align: center;
}

.header-titles-wrapper .site-logo a.custom-logo-link {
	display: inline-block !important;
}

.header-titles-wrapper .site-logo img.custom-logo {
	display: inline-block !important;
	margin: 150px auto 85px auto !important;
	max-height: 9rem;
	width: auto;
}

.post-inner {
	padding-bottom: 25px;
}

.footer-copyright {
	font-weight: 400;
}

.footer-divider {
	max-width: 120rem;
	width: calc(100% - 4rem);
	margin: 5rem auto 0;
	padding: 3rem 0;
	border-bottom: 0.1rem solid #dedfdf;
}

@media (min-width: 700px) {
	.footer-divider {
		margin-top: 8rem;
		padding: 8rem 0;
	}
}

@media screen and (max-width: 768px) {
	.header-titles-wrapper .site-logo img {
		margin: 97px auto 53px auto;
	}
}
