:root {
	--text-color: #FFFFFF;
	--faded-text-color: #999;
	--main-accent: #FFFFFF;
	--bg-accent: #131D25;
	--bg-2nd-accent: #10272D;
	--header-height: 1.2em;
}

@font-face {
	font-family: "WixMadeForText-Regular";
	src: url(/src/ttf/WixMadeForText-Regular.ttf) format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "WixMadeForText-SemiBold";
	src: url(/src/ttf/WixMadeForText-SemiBold.ttf) format("truetype");
	font-display: swap;
}

body {
	background: var(--bg-accent);
	color: var(--text-color);
	font-family: "WixMadeForText-Regular";
	font-size: 100%;
}

.list {
	background: var(--bg-2nd-accent);
	border-radius: 40px;
	padding-bottom: 5px;
}

.contentbox {
	background: var(--bg-2nd-accent);
	border-radius: 40px;
	padding: 20px;
	padding-left: 25px;
	padding-bottom: 25px;
}

.bigtext {
	font-size: 48px;
}

.mediumtext {
	font-size: 24px;
}

header {
    background: var(--bg-2nd-accent);
    height: var(--header-height);
    left: 0;
    padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
    position: fixed;
    top: 0;
	right: 0;
}

header a {
	color: var(--text-color);
}

main,footer{
	margin: 0 auto;
	width: 80%;
}

main {
	margin-top: 50px;
}

h1, h2 {
	color: var(--main-accent);
	margin-bottom: 0;
	text-align: center;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	color: var(--main-accent);
}

main img[class*="image"], main video, main embed {
    display: block;
    margin: 0 auto;
    max-height: 70vh;
    max-width: 70%;
    padding-top: 5px;
}

.center-icon {
	vertical-align: middle
}

.icon {
	margin-top: -5px;
	width: 48px;
	height: 48px;
	
}

.icon-header {
	margin-left: 7px;
	margin-top: 7px;
	width: 40px;
	height: 40px;
}

.item-title {
	font-family: "WixMadeForText-SemiBold";
	font-size: 115%;
}

.nospace {
	display: none;
}

a {
	text-decoration: none;
	color: var(--text-color);
}


span[id="status"]{
	display: block;
	margin-top: calc(0px - var(--header-height));
	float: right;
}

table {
	padding-top: 10px;
	padding-left: 20px;
}

td {
	padding-block: 10px;
	padding-inline: 5px;
	vertical-align: top;
}

footer {
	background: var(--bg-2nd-accent);
	padding: 30px;
	color: var(--faded-text-color);
	font-size: 90%;
	margin-top: 20px;
	border-radius: 40px;
}

span[id="copyright-2"]{
	float: right;
}

@media (max-aspect-ratio: 3/3) {
	main {
		width: 95%;
	}
	main img, main video, main embed {
		max-width: 90%;
	}
	.icon {
		min-width: 48px;
		margin-left: -5px
	}
	
}
