@font-face {
	font-family: 'Marck Script';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Marck Script'), local('MarckScript-Regular'), url(./MarckScript-Regular-latin-strip.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	background: #131304;
	color: #B80E0A;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
body a {
	color: #B80E0A;
	text-decoration: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
body a:hover,
body a:active,
body a:focus {
	text-decoration: underline;
}
header, main {
	margin: 0 auto;
	width: 1000px;
}

header {
	text-align: center;
	transition: all 0.5s;
}
main {
	text-align: center;
}
hr {
	border: 1px solid #B80E0A;
	margin: 20px 0;
}

article {
	text-align: left;
	color: #45050C;
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 430px;
	border-left: #45050C 3px solid;
	padding-left: 16px;
	padding-right: 20px;
	padding-bottom: 20px;
}
article:first-child {
	margin-left: 30px;
}
article.active,
article.full {
	color: #B80E0A;
	border-left: #B80E0A 3px solid;
}
article.full {
	width: auto;
	height: auto;
}
article.test {
	width: 1000px;
	height: auto;
}

article h1 {
	font-size: 100px;
	font-family: 'Consolas', 'Courier New', Courier, monospace;
	font-weight: normal;
	margin: 0;
	line-height: 100px;
	position: relative;
	top: -16px;
}
article.full h1 {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	top: 0;
	margin-bottom: 6px;
}
article nav {
	position: relative;
	top: -10px;
}

article nav a {
	display: block;
	font-size: 24px;
	color: #45050C;
}
article.active nav a {
	color: #B80E0A;
}


.font-decor {
	font-family: 'Marck Script', cursive;
	font-size: 35px;
}
.big {
	font-size: 30px;
}

.about {
	font-size: 20px;
	position: relative;
	/*top: -6px;*/
	margin: 10px 0;
}


.onoffswitch {
	position: relative; width: 67px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
	margin: 0 auto;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	border: 2px solid #B80E0A; border-radius: 0px;
}
.onoffswitch-inner {
	display: block; width: 200%; margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block; float: left; width: 50%; height: 5px; padding: 0; line-height: 5px;
	font-size: 10px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "";
	padding-left: 5px;
	background-color: #000000; color: #FFFFFF;
}
.onoffswitch-inner:after {
	content: "";
	padding-right: 5px;
	background-color: #000000; color: #000000;
	text-align: right;
}
.onoffswitch-switch {
	display: block; width: 18px; margin: -6.5px;
	background: #000000;
	position: absolute; top: 0; bottom: 0;
	right: 58px;
	border: 2px solid #B80E0A; border-radius: 0px;
	transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px; 
	background-color: #FF0000; 
}


@media screen and (max-width: 1000px) {
	header, main {
		width: auto;
	}
	article {
		display: block;
		width: auto;
		height: auto;
		text-align: center;
	}
	article:first-child {
		margin-left: 0px;
		margin-top: 40px;
	}
	article h1 { font-size: 90px; margin-bottom: -16px; }
	article nav {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 10px;
		column-gap: 10px;
	}
	article nav hr { flex: 100%; }
	article nav a {
		display: inline-block;
		line-height: 40px;
	}
}
details > summary {
	cursor: pointer;
	list-style: none;
}

