@charset "utf-8";
@import url("fonts/iosevka.css");
@import url("fonts/fontawesome-free-6.6.0-web/css/all.css");

@media only screen and (orientation : landscape)
{
	html, body
	{
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
		height: 100%;
		margin: 0;
		padding: 0;
		text-size-adjust: none;
		width: 100%;
	}

	body
	{
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-color: #1f1f1f;
		background-size: cover;
	}

	.content
	{
		background-color: #1f1f1f;
		box-shadow: 0px 0px 40px 10px #000;
		color: #e7e7e7;
		font-family: 'Iosevka';
		font-size: 0.85em;
		line-height: 1.8em;
		max-width: 900px;
		min-height: 100%;
		padding: 8px;
		width: 900px;
	}

	.content sub
	{
		font-size: 0.8em;
		vertical-align: baseline;
	}

	.content h1
	{
		font-size: 2.3em;
		font-variant: small-caps;
		line-height: 1.5;
	}

	.content h2
	{
		font-size: 1.7em;
		font-variant: small-caps;
		line-height: 1.5;
	}

	a:link
	{
		color: #e8a642;
		text-decoration: none;
	}

	a:hover
	{
		color: #ffc266;
		text-decoration: underline;
	}

	a:visited
	{
		color: #a681b3;
		text-decoration: none;
	}

	table
	{
		background-color: #383830;
		border-radius: 8px;
		border: #383830;
	}

	.imagebox
	{
		margin-left: 12px;
		margin-right: 12px;
	}

	table p
	{
		padding-left: 8px;
		padding-right: -16px;
	}

	td
	{
		padding-left: 8px;
		padding-right: 8px;
	}

	.socialicon
	{
		filter: invert(64%) sepia(62%) saturate(417%) hue-rotate(357deg) brightness(94%) contrast(100%);
		width: 96px;
	}

	.socialtable
	{
		background-color: transparent;
		border: none;
		float: left;
		padding: none;
	}

	figure
	{
		background-color: #383830;
		border-radius: 8px;
		border: #383830;
		margin: 11px;
		margin-left: auto;
		margin-right: auto;
		padding: 12px;
		width: min-content;
	}

	.floatleft
	{
		float: left;
		margin-left: 0px;
		margin-right: 12px;
	}

	.floatright
	{
		float: right;
		margin-left: 12px;
		margin-right: 0px;
	}

	.clearfix::after
	{
		clear: both;
		content: "";
		display: table;
	}

	figcaption
	{
		text-align: center;
	}

	header
	{
		background-color: #383830;
		border-radius: 8px;
		border: #383830;
		margin: 12px;
		padding: 12px;
	}

	aside
	{
		background-color: #383830;
		border-radius: 8px;
		border: #383830;
		margin: 12px;
		padding: 12px;
	}

	section
	{
		background-color: #383830;
		border-radius: 8px;
		border: #383830;
		margin: 12px;
		padding: 12px;
	}

	.blogheader
	{
		text-align: center;
	}

	.blogheader h1
	{
		font-size: 5em;
		font-variant: small-caps;
		line-height: 1;
		margin-bottom: 0;
	}

	.blogheader h2
	{
		font-size: 1.4em;
		font-variant: small-caps;
		line-height: 0.5;
	}

	figure img
	{
		max-width: 870px;
	}

	.footnotes-sep
	{
		display: none;
	}

	.footnotes
	{
		font-size: 0.8em;
	}

	hr
	{
		border-radius: 5px;
		border: 3px solid #383830;
		margin: 16px;
	}

	.footnote-ref
	{
		line-height:0px;
	}
}

@media only screen and (orientation : portrait)
{
	html, body
	{
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
		height: 100%;
		margin: 0;
		padding: 0;
		text-size-adjust: none;
		width: 100%;
		background-color: #1f1f1f;
	}

	body
	{
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-color: #1f1f1f;
		background-size: cover;
		margin: 0;
		padding: 0;
	}

	.content
	{
		color: #e7e7e7;
		font-family: 'Iosevka';
		font-size: 1.1em;
		line-height: 1.8;
		padding-left:16px;
		padding-right:16px;
	}

	.content sub
	{
		font-size: 0.8em;
		vertical-align: baseline;
	}

	.content h1
	{
		font-size: 2em;
		font-variant: small-caps;
		line-height: 1.5;
	}

	.content h2
	{
		font-size: 1.5em;
		font-variant: small-caps;
		line-height: 1.5;
	}

	.content img
	{
		max-width: 100%;
	}

	a:link
	{
		color: #e8a642;
		text-decoration: none;
	}

	a:hover
	{
		color: #ffc266;
		text-decoration: underline;
	}

	a:visited
	{
		color: #a681b3;
		text-decoration: none;
	}

	table
	{
		background-color: #383830;
		border-radius: 8px;
		border: #383830;
	}

	.imagebox
	{
		margin-left: 12px;
		margin-right: 12px;
		align: none;
		display: block;
		font-size: 0.85em;
		line-height: 1.5;
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
	}

	table p
	{
		padding-left: 8px;
		padding-right: -16px;
	}

	td
	{
		padding-left: 8px;
		padding-right: 8px;
	}

	.socialicon
	{
		filter: invert(64%) sepia(62%) saturate(417%) hue-rotate(357deg) brightness(94%) contrast(100%);
		width: 96px;
	}

	.socialtable
	{
		background-color: transparent;
		border: none;
		float: left;
		padding: none;
	}

	.tablefucker
	{
		display: block;
	}

	.tablefucker p
	{
		font-size: 0.85em;
		line-height: 1.5;
	}

	figure
	{
		background-color: #383830;
		border-radius: 8px;
		border: #383830;
		margin-left: auto;
		margin-right: auto;
		margin: 0;
		padding: 6px;
		text-align: center;

	}

	.floatleft
	{
		float: none;
	}

	.floatright
	{
		float: none;
	}

	.clearfix::after
	{
		clear: both;
		content: "";
		display: table;
	}

	figcaption
	{
		text-align: center;
	}

	header
	{
		background-color: #383830;
		border-radius: 8px;
		border: #383830;
		margin: 12px;
		padding: 12px;
	}

	aside
	{
		background-color: #383830;
		border-radius: 8px;
		border: #383830;
		margin: 12px;
		padding: 12px;
	}

	section
	{
		background-color: #383830;
		border-radius: 8px;
		border: #383830;
		margin: 12px;
		padding: 12px;
	}

	.blogheader
	{
		text-align: center;
	}

	.blogheader h1
	{
		font-size: 3em;
		font-variant: small-caps;
		line-height: 1;
		margin-bottom: 0;
	}

	.blogheader h2
	{
		font-size: 1.4em;
		font-variant: small-caps;
		line-height: 0.5;
	}

	figure img
	{
		max-width: 870px;
	}

	.footnotes-sep
	{
		display: none;
	}

	.footnotes
	{
		font-size: 0.8em;
	}

	hr
	{
		border-radius: 5px;
		border: 3px solid #383830;
		margin: 16px;
	}

	.footnote-ref
	{
		line-height:0px;
	}

	/* Mobile only shit */

	.notonphone
	{
		display: none;
	}

	.fullonphone
	{
		width: 870px !important;
	}

	.content iframe
	{
		max-width: 100%;
	}
}

