@font-face {
	font-family: 'this-platform-font';
	src: url('font/gentium-book-plus-v1-latin-regular.woff2');
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'this-platform-font';
	src: url('font/gentium-book-plus-v1-latin-italic.woff2');
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'this-platform-font';
	src: url('font/gentium-book-plus-v1-latin-700.woff2');
	font-weight: bold;
	font-display: swap;
}
@font-face {
	font-family: 'this-platform-font';
	src: url('font/gentium-book-plus-v1-latin-700italic.woff2');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

html {
	font-family: 'this-platform-font', serif;
	color: #54403f;
	scroll-behavior: smooth;
}
body {
	background-color: #f5f0ee;
}
a { color: #e99866; }

footer {
	margin-top: 4rem;
	padding-top: 1rem;
}
h2 {
	font-size: 2rem;
}

header {
	background-color: #836c62;
	padding: 1px;
}
.top {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	background-color: #836c62;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 30px;
}
.site-title {
	font-size: 2rem;
	text-align: center;
	color: #f5f0ee;
	line-height: 1;
}
.navbar-menu {
	text-align: center;
	display: block;
}
.navbar-menu-right {
	float: unset;
	display: block;
}
.navbar-menu-right a {
	margin: 2px 1px;
	color: #f5f0ee;
}
.navbar-menu-right a:not(.separator) {
	display: inline-block;
	min-width: 45px;
	text-align: center;
	padding: 2px;
}
.navbar-menu-right .active {
	background-color: #e6dad6;
}

.item-banner img {
	max-width: 350px;
}
.layout-homepage .item-header {
	padding-top: 0;
	margin-bottom: 3rem;
	opacity: 0.7;
	border-bottom: 1px dashed #836c62;
}
.item-title {
	font-size: 1.3rem;
}

.oq-apoios {
	background-color: white;
	padding: 1rem;
}

.oq-intro {
	background-color: #e6dad6;
	padding: 1rem;
	margin: 1rem -1rem;
}
.oq-intro-title {
	font-size: 1.3rem;
	font-weight: bold;
}

.session-group-day {
	font-size: 1.5rem;
	color: IndianRed;
}

.session {
	margin: 2rem 0 4rem 0;
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 2rem;
}
.session .category {
	margin: 0;
	font-style: italic;
	font-size: 0.9rem;
}
.session .date {
	margin: 0;
	font-weight: bold;
}
.session .title {
	margin: 0;
	font-size: 1.4rem;
	font-weight: bold;
	text-shadow: 2px 2px 0 #e6dad6;
	line-height: 1.1;
}
.session .summary {
	margin: 0;
}
.session .info {
	margin: 0;
	font-size: 0.9rem;
}
.session .content {
	font-size: 0.9rem;
}
.session img {
	width: 100%;
	margin-top: 0.3rem;
}
.session:target {
	scroll-margin-top: 2rem;
	background-color: #e6dad6;
	padding: 1rem;
	margin: auto -1rem;
}

@media screen and (max-width: 500px) {
	.session {
		display: block;
	}
	.session img {
		margin-bottom: 1rem;
	}
}
