@media only screen and (min-width: 1024px) {
	body {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 10px;
		padding-left: 10px;
		width: 60%;
	}

	.powered-by {
		width: 176px;
	}
	.sidebar {
		display:block;
	}
}

@media only screen and (max-width: 1024px) {
	.sidebar {
		display: none;
	}
}

@font-face {
	font-family: 'Terminus';
	src: url('/muelcities/pages/soweli-petint/Terminus.ttf');
}

/* Adds the toki pona sitelen pona font (ty ijo Pewa ♥)*/
/* https://github.com/etbcor/nasin-nanpa/tree/main */
@font-face {
    font-family: 'toki';
    src: url('/muelcities/pages/soweli-petint/nasin-nanpa-4.0.2.otf');}

.toki {font-family: toki;}

body {
	background-color: #0c185b;
	color: white;
	font-family: 'Terminus', sans-serif;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 60px;
	font-size: 14pt;
}

a {
	color: #dbb022;
}

a:visited {
	color: rgb(116, 204, 33);
}

.title {
	padding-top: 35px;
	border-bottom: 5px solid #2da358;
	font-size: 25pt;
	color: #2da358;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: 800;
}

code {
	background-color: #113248;
	display: inline-block;
	padding: 8px;
}

hr {
	border-style: solid;
	border-color: grey;
}

p {
	margin-bottom: 2em;
}

strong {
	color: #fffc59;
}

img {
	min-height: 10px;
	min-width: 10px;
	max-width: 100%;
	margin-right: 5px;
}

a img {
	border-color: #2da358;
}

img.icon {
	border: none;
}

h1 {
	border-bottom: 2px solid #2da358;
	padding-left: 10px;
}

h2 {
	border-bottom: 1px solid #2da358;
	padding-left: 10px;
}

h1,
h2 {
	margin-top: 2em;
}

h1,
h2,
h3,
h4,
h5 {
	color: #2da358;
}

.audio-player {
	display: flex;
	gap: 1px;
	flex-direction: row;
	padding: 5px;
	border: 2px groove;
	height: 55px;
	align-items: center;
	align-content: center;
	text-align: center;
}

.audio-player div a {
	text-decoration: none;
	padding: 18px;
    background-color: red;
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.audio-player audio {
	width: 100%;
	background-color: white;
	vertical-align: middle;
	filter: grayscale(1) contrast(199%) invert();
	border: 2px groove;
	grid-gap: 20px;
	column-span: 2;
}

table {
	border: 1px solid white;
	border-collapse: collapse;
	width: 70%;
}

td,
th {
	border: 1px solid white;
	padding: 5px;
}

.ants {
	background-image: url("/muelcities/pages/soweli-petint/gifs/smallant.gif");
	text-align: center;
}

ul {
	list-style: url("/muelcities/pages/soweli-petint/gifs/smallant.gif");
}

.ssl-warning {
	border: 2px solid red;
	background-color: darkred;
	padding: 5px;
}

#log {
	background-color: beige;
	border: 5pt solid #2da358;
	border-radius: 25pt;
}

.powered-by {
	width: 88px;
	image-rendering: pixelated
}

.sidebar {
	/*display: none;*/
	height: 100%;
	/* Full-height: remove this if you want "auto" height */
	width: 37%;
	/* Set the width of the sidebar */
	position: fixed;
	/* Fixed Sidebar (stay in place on scroll) */
	z-index: 1;
	/* Stay on top */
	top: 0;
	/* Stay at the top */
	right: 0;
	background-color: rgba(0, 0, 0, 0.20);
	overflow-x: hidden;
	/* Disable horizontal scroll */
	padding-top: 20px;
	padding-left: 10px;
}

.glow {
    text-shadow: 0 0 8px, 0 0 8px;
    /*stolen from forkow's webiste, forkow.com UwU*/
}

article {
	text-align: justify;
}
