@font-face {
	font-family: twilio;
	font-weight: normal;
	src: url(fonts/TwilioSansMono-Regular.woff);
}

@font-face {
	font-family: twilio;
	font-weight: bold;
	src: url(fonts/TwilioSansMono-Bold.woff);
}

@font-face {
	font-family: twilio-lt;
	font-weight: normal;
	src: url(fonts/TwilioSansMono-Light.woff);
}

@font-face {
	font-family: twilio-lt;
	font-weight: bold;
	src: url(fonts/TwilioSansMono-Semibold.woff);
}

.base {
	display: flex;
	flex-direction: column;
	max-width: 1920px;
	width: 100%;
	height: 100%;
	margin: 0px auto;
}

.header {
	display: flex;
	flex-direction: row;
	justify-content: left;
	width: 86%;
	height: 8em;
	margin: 0px;
	margin-left: 12%;
}

.picture {
	padding-right: 0.5rem;
	height: 100%;
}

.picture img {
	filter: contrast(100%);
}

.picture img:hover {
	filter: contrast(110%);
}

.picture img:active {
	filter: contrast(125%);
}

.header-break {
	height: 8px;
	margin: 0px;
}

.text {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-self: center;
	margin: 0px;
}

.title {
	font-family: twilio;
	font-size: 36px;
	color: white;
	margin: 0px;
	text-wrap: nowrap;
	white-space: nowrap;
}

.about {
	float: right;
	font-family: twilio-lt;
	font-size: 15px;
	color: #D5C0A5;
	margin: 0px;
	line-height: 150%;
}

.break {
	width: 75%;
	align-self: center;
	margin: 0px;
}

.break hr {
	border-color: #444444;
}

.site-nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: twilio-lt;
	font-size: 20px;
	align-content: flex-start;
	justify-content: space-evenly;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.site-nav nav a {
	padding: 2vw;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.site-nav nav a:link {
	text-decoration: none;
	color: #A04515;
}

.site-nav nav a:visited {
	text-decoration: none;
	color: #A04515;
}

.site-nav nav a:hover {
	text-decoration: none;
	color: #EDB064;
}

.site-nav nav a:active {
	text-decoration: none;
	color: #905E12;
}

.sub-nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: twilio-lt;
	font-size: 15px;
	align-content: flex-start;
	justify-content: space-evenly;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}

.sub-nav nav a {
	padding: 2vw;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.sub-nav nav a:link {
	text-decoration: none;
	color: #CD9044AA;
}

.sub-nav nav a:visited {
	text-decoration: none;
	color: #CD9044AA;
}

.sub-nav nav a:hover {
	text-decoration: none;
	color: #EDB064;
}

.sub-nav nav a:active {
	text-decoration: none;
	color: #905E12AA;
}

.inactive-link {
	padding: 1vw;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	color: #CD904466;
	pointer-events: none;
	cursor: pointer;
}

.content,
.game-page-content {
	color: #C6AC88;
	font-family: twilio;
	font-size: 18px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 1.25em;
	background-color: #212121;
	border: 1px solid #CD9044;
	align-self: center;
	max-width: 800px;
	line-height: 1.5em;
}

.clickable-game-title a:link {
	color: #A08662AA;
	text-decoration: none;
}

.clickable-game-title a:visited {
	color: #A08662AA;
	text-decoration: none;
}

.clickable-game-title a:hover {
	color: #C0A682AA;
	text-decoration: none;
}

.clickable-game-title a:active {
	color: #907652AA;
	text-decoration: none;
}

.game-page-content {
	max-width: 1000px;
}

.content h1,
.game-page-content h1 {
	color: #C6AC88;
	margin: 0px;
	padding: 0px;
	line-height: 1.25em;
}

.content-break {
	display: inline-block;
	width: 50%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.content-break hr {
	border-color: #CD904466;
}

.post-tags {
	color: #A08662CC;
	width: fit-content;
	font-family: twilio;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

.post-tags a:link {
	color: #A08662CC;
	text-decoration: none;
}

.post-tags a:visited {
	color: #A08662CC;
	text-decoration: none;
}

.post-tags a:hover {
	color: #C0A682;
	text-decoration: none;
}

.post-tags a:active {
	color: #907652;
	text-decoration: none;
}

.game {
	width: 100%;
}

#game-init-progress {
	display: inline-block;
	position: relative;
	background-color: #323232;
	margin: 0px;
	margin-top: -1.6em;
	text-align: center;
	width: 100%;
	border: 2px solid #CD904455;
	box-sizing: border-box;
	text-shadow: 2px 2px #000000;
}

#game-init-progress-bar {
	display: inline-block;
	position: relative;
	background-color: #CD904444;
	margin: 0px;
	margin-top: -1.7em;
	text-align: center;
	width: 0%;
	border: 2px solid #CD904455;
	box-sizing: border-box;
	color: #00000000;
}

.post-date,
.post-date-nocontent,
.game-listing-date {
	color: #A08662;
	font-family: twilio;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-left: 0.2rem;
}

.post-date {
	margin-bottom: 2em;
}

.socials {
	text-align: center;
}

.social-link {
	width: 52px;
	height: 52px;
	padding: 0.75rem;
}

.socials-break {
	display: inline-block;
	width: 100%;
	margin: 0px;
}

.socials-break hr {
	border-color: #CD904466;
}

.post-img {
	display: block;
	min-width: 80px;
	width: 32%;
	height: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1rem;
	border: 1px dotted #602E02
}

.game-listing {
	display: flex;
	flex-direction: row;
	justify-content: left;
}

.game-listing-break {
	display: inline-block;
	width: 50%;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

.game-listing-break hr {
	border-color: #CD904466;
}

.game-listing-thumb {
	margin-right: 1.25em;
	align-self: center;
	max-height: 12.5vw;
	border: 1px solid #CD904488;
}

.game-listing-content {
	display: flex;
	flex-direction: column;
}

.game-listing-date {
	margin-bottom: 1em;
}

.game-page-date {
	margin-bottom: 0px;
}

.game-listing-platforms {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 1em;
	margin-top: 1em;
	min-height: 3vw;
	max-height: 48px;
	align-self: flex-start;
}

.game-listing-platforms-icons {
	height: 100%;
	margin: 0.5em;
	padding-top: 0.8em;
	padding-left: 0.5em;
}

.game-listing-platforms-icons a {
	height: 100%;
}

.game-listing-platforms-icons img {
	height: 80%;
	margin: -0.25em;
}

.game-listing-web-icons {
	height: 3em;
	margin: 0.25em;
	padding: 0.25em;
	max-width: 48px;
}

.game-listing-web-icons a {
	height: 100%;
}

.game-listing-web-icons img {
	height: 100%;
}

.game-content {
	display: flex;
	flex-direction: column;
	margin-bottom: 1em;
	justify-content: center;
	height: 50vw;
	max-height: 562.5px;
	max-width: 1200px;
}

.no-scroll {
	overflow-y: hidden;
}

a:link {
	font-weight: bold;
	color: #E08505;
}

a:visited {
	font-weight: bold;
	color: #E08505;
}

a:hover {
	font-weight: bold;
	color: #EDB064;
}

a:active {
	font-weight: bold;
	color: #E08505;
}

.footer {
	font-family: twilio-lt;
	font-size: 14px;
	color: #D5C0A5;
	margin: 0px;
	line-height: 150%;
}

pre {
	text-wrap: wrap;
}

body {
	background-color: #141414;
}

@media only screen and (max-width:800px) {
	.base {
		width: 100%;
		margin-left: 0px;
	}

	.header {
		margin-left: 0px;
	}

	.content {
		padding-left: 16px;
		padding-right: 16px;
		margin-left: 0px;
		margin-right: 0px;
		width: auto;
	}

	.break {
		width: 100%;
	}

	.game-listing-thumb {
		height: 80px;
		align-self: baseline;
	}

	.game-listing-platforms {
		max-width: 75vw;
	}
}

@media only screen and (max-width:729px) {
	.header-break {
		display: none;
	}
}

@media only screen and (max-width:500px) {
	.content {
		font-size: 14px;
	}

	.content-date {
		font-size: 10px;
	}

	.social-link {
		width: 13%;
		height: auto;
		padding: 0.5rem;
	}

	.game-listing-platforms-icons {
		height: 10vw;
	}

	.game-listing-web-icons {
		height: 10vw;
	}
}

@media only screen and (max-width:420px) {
	.about {
		font-size: 3.33vw;
	}

	.title {
		font-size: 8vw;
	}

	.game-listings-platforms-icons {
		height: 75%;
	}

	.game-listings-web-icons {
		height: 75%;
	}
}

@media only screen and (max-width:340px) {
	.about {
		font-size: 15px;
	}

	.title {
		font-size: 36px;
	}

	.content {
		align-self: flex-start;
		width: 340px;
	}
}
