
html, body {
	text-transform: none;
	background-color: rgb(244, 244, 244);
	scrollbar-gutter: stable both-edges;
	width: 100%;
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.05em;
	line-height: 1.5;
}

a {
	color: inherit;
}

html {
	overflow: auto;
}

.website {
	margin: auto;
	min-height: 100vh;
	max-width: 1100px;
	background-color: rgb(255, 255, 255);
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

h1 {
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/*#region Navigation*/
.navigation {
	width: 100%;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background-color: rgb(250, 250, 250);
	text-align: center;
	font-size: 1.25em;
}

.navigation-button {
	text-decoration: none;
}

	.navigation-button.active {
		text-decoration: underline;
	}

/*#endregion*/

/*#region Topbar*/
.topbar {
	padding: 0.5em;
}

.topbar-social-icon {
	padding: 0.25em;
}

.topbar-logo {
	display: flex;
}

.topbar-social {
	display: flex;
}
/*#endregion*/

/*region Content*/
.content {
	padding: 10px 20px;
	min-height: 100%;
}

.content-storepage {
	width: 100%;
	height: 200px;
}

.content-youtube {
	aspect-ratio: 16/9;
}

.content-box {
	margin-left: 0.5em;
	margin-top: 0.5em;
	width: calc(100% - 1em);
}

.content-asset-link {
	text-decoration: none;
	font-size: 1.25em;
}
/*#endregion*/

/*region Content*/
.footer {
	font-size: 1em;
}
/*#endregion*/
