@import url('https://fonts.googleapis.com/css?family=Fredoka+One|Open+Sans:300,400,700,800|Patua+One');

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	margin: 0px 10px 20px 10px;
	background-color: rgb(40,72,116);
	background-image: url('/assets/stars.png');
	background-position: center top;
	background-attachment: fixed;
	cursor: default;
	font-family: 'Open Sans', sans-serif;
}

div {
	box-sizing: border-box;
}

.logo::before {
	content: '';
	display: block;
	padding-top: 35%;
}

.logo {
	display: block;
	max-width: 250px;
	background-image: url('/assets/fth_label.png');
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.fth_logo:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.fth_logo {
	display: block;
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 350px;
	background-image: url('/assets/fth_web_8bit.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 40px;
	margin-bottom: 10px;
}

.fth_logo .neweps	{
	display: block;
	position: absolute;
	left: 0;
	bottom: -5px;
	right: 0;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Fredoka One';
	font-size: 15px;
	color: rgb(220,0,6);
	transform: rotate(-5deg);
	text-align: center;
}

.ppp_text:before {
	content: '';
	display: block;
	padding-top: 20%;
}

.ppp_text {
	display: block;
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 550px;
	background-image: url('/assets/ppptext.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.subtitle	{
	display: block;
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	font-size: 20px;
	color: rgb(255,255,255);
	text-align: center;
	margin-bottom: 30px;
}

.main_actions	{
	display: block;
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 735px;
	text-align: center;
	margin-bottom: 50px;
}

.playbtn	{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-left: 15px solid rgb(255,255,255);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.playbtn.left	{
	margin-right: 10px;
}

.main_actions a {
	display: inline-block;
	padding: 15px;
	font-size: 19px;
	font-weight: bold;
	background: rgba(40,72,116,1);
	color: rgb(255,255,255);
	text-decoration: none;
	min-width: 135px;
	margin: 5px;
	border-radius: 4px;
	transition: transform 200ms linear;
	box-shadow: 0px 5px 5px rgb(30,30,30);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.main_actions a:hover {
	transform: scale(1.1);
}

.main_actions a.play {
	background: rgba(220,0,6,1);
}

.nav {
	position: fixed;
	display: flex;
	flex-direction: column;
	left: 10px;
	top: 0;
	right: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	max-width: 735px;
	text-align: center;
	z-index: 100;
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	margin: auto;
	width: 100%;
}

.nav ul li {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.nav ul li:first-child a {
	border-radius: 0px 0px 0px 5px;
}
.nav ul li:last-child a {
	border-radius: 0px 0px 5px 0px;
}

.nav ul li a {
	font-size: 16px;
	display: flex;
	flex-direction: column;
	float: 1 1 auto;
	justify-content: center;
	color: rgb(200,200,200);
	text-decoration: none;
	font-weight: lighter;
	background: rgba(20,20,20,.9);
	transition: color 300ms linear, background 300ms linear;
	padding: 12px 4px 12px 4px;
}
.nav ul li a:hover {
	color: rgb(255,255,255);
	background: rgba(220,0,6,.9);
}

.main_canvas {
	display: block;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 735px;
}

.main_canvas.notespage	{
	margin-top: 65px;
}

.main_canvas .episode {
	display: block;
	vertical-align: top;
	background: rgb(240,240,240);
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.main_canvas .episode .thumbnail:before {
	content: '';
	display: block;
	padding-top: 56%;
}

.main_canvas .episode .thumbnail {
	position: relative;
	display: block;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgb(10,10,10);
	margin-bottom: 5px;
}

.main_canvas .episode .thumbnail a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.main_canvas .episode .actions {
	display: block;
	text-align: center;
}

.main_canvas .episode .actions a {
	display: inline-block;
	position: relative;
	padding: 10px;
	font-size: 17px;
	font-weight: lighter;
	background: rgba(40,72,116,1);
	color: rgb(255,255,255);
	text-decoration: none;
	min-width: 135px;
	margin: 6px;
	border-radius: 5px;
	transition: transform 200ms linear, background 200ms linear, color 200ms linear, box-shadow 200ms linear;
	box-shadow: 0px 1px 4px rgb(70,70,70);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	overflow: hidden;
}
.main_canvas .episode .actions a:hover {
	transform: scale(1.08);
	box-shadow: 0px 1px 3px rgb(65,65,65);
}

.main_canvas .episode .actions a .lefticon	{
	display: inline-block;
	padding: 10px 14px 10px 14px;
	margin: -10px 0px -10px -10px;
	float: left;
	border-radius: 0px 30px 30px 0px;
}

.main_canvas .episode .actions a.play {
	background: rgb(255,255,255);
	color: rgb(10,10,10);
}
.main_canvas .episode .actions a.play:hover	{
	background: rgb(226,0,3);
	color: rgb(255,255,255);
}

.main_canvas .episode .actions a.play .lefticon	{
	background: rgb(208,0,2);
	background: linear-gradient(rgb(253,5,38), rgb(208,0,2));
}

.main_canvas .episode .actions a.youtube {
	background: rgb(255,255,255);
	color: rgb(10,10,10);
}
.main_canvas .episode .actions a.youtube:hover	{
	background: rgb(226,0,3);
	color: rgb(255,255,255);
}

.main_canvas .episode .actions a.youtube .lefticon	{
	background: rgb(208,0,2);
	background: linear-gradient(rgb(253,5,38), rgb(208,0,2));
}

.main_canvas .episode .actions a.facebook {
	background: rgb(255,255,255);
	color: rgb(10,10,10);
}
.main_canvas .episode .actions a.facebook:hover	{
	background: rgb(72,104,173);
	color: rgb(255,255,255);
}

.main_canvas .episode .actions a.facebook .lefticon	{
	background: rgb(208,0,2);
	background: linear-gradient(rgb(83,115,186), rgb(63,95,165));
}

.main_canvas .episode .actions a.itunes {
	background: rgb(255,255,255);
	color: rgb(10,10,10);
}

.main_canvas .episode .actions a.itunes:hover	{
	background: rgb(126,65,193);
	color: rgb(255,255,255);
}

.main_canvas .episode .actions a.itunes .lefticon	{
	background: linear-gradient(rgb(200,115,245), rgb(126,65,193));
	color: rgb(255,255,255);
	padding: 9px 13px 8px 13px;
}

.main_canvas .episode .actions a.googleplay	{
	background: rgb(255,255,255);
	color: rgb(10,10,10);
}

.main_canvas .episode .actions a.googleplay:hover	{
	background: rgb(242,112,0);
	color: rgb(255,255,255);
}

.main_canvas .episode .actions a.googleplay .lefticon	{
	background: linear-gradient(rgb(255,147,2), rgb(242,112,0));
	color: rgb(255,255,255);
	padding: 9px 13px 8px 13px;
}

.main_canvas .episode .actions a.stitcher	{
	background: rgb(255,255,255);
	color: rgb(10,10,10);
}

.main_canvas .episode .actions a.stitcher:hover	{
	background: rgb(4,4,17);
	color: rgb(255,255,255);
}

.main_canvas .episode .actions a.stitcher .lefticon	{
	background: linear-gradient(rgb(50,50,105), rgb(4,4,17));
	color: rgb(255,255,255);
	padding: 9px 13px 8px 13px;
}

.main_canvas .episode .actions a.merch {
	background: rgba(150,20,190,1);
}

.main_canvas .episode .actions a.listen {
	background: rgba(255,205,1,1);
	color: rgb(0,0,0);
}

.main_canvas .episode .title {
	display: block;
	font-size: 19px;
	font-family: 'Fredoka One';
	vertical-align: top;
	color: rgb(220,0,6);
	padding: 15px 15px 5px 15px;
}

.main_canvas .episode .title a	{
	color: rgb(220,0,6);
	text-decoration: none;
}
.main_canvas .episode .title a:hover	{
	text-decoration: underline;
}

.main_canvas .episode .releasedate	{
	display: block;
	font-size: 13px;
	vertical-align: top;
	padding: 0px 5px 15px 15px;
	color: rgb(110,110,110);
}

.main_canvas .episode .description {
	display: block;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	padding: 10px 15px 15px 15px;
	color: rgb(0,0,0);
}

.main_canvas .episode .description a {
	text-decoration: none;
	color: rgb(30,165,235);
}
.main_canvas .episode .description a:hover {
	text-decoration: underline;
}

.main_canvas .episode .description a.readmore	{
	display: block;
	text-decoration: none;
	left: 0;
	right: 0;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	padding: 5px;
	text-align: center;
	background: rgb(255,255,255);
	font-size: 14px;
	color: rgb(90,90,90);
	border-top: none;
	border-bottom: 1px solid rgb(140,140,140);
	border-radius: 5px;
	font-weight: lighter;
}
.main_canvas .episode .description a.readmore:hover	{
	text-decoration: none;
	background: rgb(230,230,230);
	border-bottom: none;
	border-top: 1px solid rgb(140,140,140);
}

.main_canvas .episode .description .tinytext	{
	display: inline-block;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 14px;
	color: rgb(40,40,40);
	border-top: 1px solid rgb(40,40,40);
}

.main_canvas .episode .merch	{
	position: relative;
	display: block;
	text-align: center;
	padding: 10px;
	border-top: 1px dashed rgb(160,160,160);
}

.main_canvas .episode .merch .items	{
	display: block;
	position: relative;
}

.main_canvas .episode .merch h2	{
	display: block;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	color: rgb(60,60,60);
	text-align: center;
}

.main_canvas .episode .merch .design	{
	display: block;
	text-align: center;
	padding: 4px;
	color: rgb(220,50,250);
	font-weight: lighter;
	font-size: 14px;
}
.main_canvas .episode .merch .design a	{
	color: rgb(30,30,30);
	text-decoration: none;
}
.main_canvas .episode .merch .design a:hover	{
	text-decoration: underline;
}
.main_canvas .episode .merch a.merchitem	{
	display: inline-block;
	position: relative;
	width: 46%;
	margin: 5px;
	min-width: 125px;
	max-width: 900px;
	line-height: 0px;
	white-space: nowrap;
	vertical-align: top;
	border-radius: 5px;
	overflow: hidden;
}
.main_canvas .episode .merch a.merchitem .image:before	{
	content: '';
	display: block;
	padding-top: 100%;
}
.main_canvas .episode .merch a.merchitem .image	{
	display: block;
	position: relative;
	background-size: 109%;
	background-position: center center;
	width: 100%;
	transition: background 400ms linear;
}
.main_canvas .episode .merch a.merchitem:hover .image	{
	background-size: 150%;
}

.main_canvas .episode .merch a.merchmore	{
	position: absolute;
	display: block;
	background: rgb(220,50,250);
	color: rgb(255,255,255);
	font-size: 15px;
	font-weight: bold;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-decoration: none;
	padding: 5px;
	right: 0;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	box-shadow: 0px 2px 3px rgb(0,0,0);
	transition: transform 200ms linear;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}

.main_canvas .episode .merch a.merchmore:hover {
	transform: scale(1.1);
}
.footer {
	display: block;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 735px;
	color: rgb(200,200,200);
	text-align: center;
	padding: 10px;
	font-size: 10px;
}

.footer .links {
	display: block;
	margin-bottom: 10px;
}

.footer .links a {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 15px;
}

.footer a {
	color: rgb(255,255,255);
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.main_canvas .e404	{
	display: block;
	vertical-align: top;
	background: rgb(245,245,245);
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.main_canvas .e404 .title {
	display: block;
	font-size: 19px;
	font-family: 'Fredoka One';
	vertical-align: top;
	color: rgb(220,0,6);
	padding: 15px;
}

.main_canvas .e404 .text {
	display: block;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	padding: 10px 15px 15px 15px;
	color: rgb(20,20,20);
}

.message	{
	display: block;
	padding: 40px;
	text-align: center;
	color: rgb(245,245,245);
	font-weight: bold;
}

@media all and (min-width: 600px) {
	
}