/* ┏━━━┓╱╱╱╱╱┏┓╱╱┏┓╱╱╱╱╱┏┓╱╱   
   ┃┏━┓┃╱╱╱╱╱┃┃╱╱┃┃╱╱╱╱╱┃┃╱╱╱  
   ┃┗━┛┣┓┏┳━━┫┃┏┓┃┃╱╱┏━━┫┗━┳━━┓
   ┃┏━━┫┃┃┃┏┓┃┗┛┃┃┃╱┏┫┏┓┃┏┓┃━━┫
   ┃┃╱╱┃┗┛┃┃┃┃┏┓┃┃┗━┛┃┏┓┃┗┛┣━━┃
   ┗┛╱╱┗━━┻┛┗┻┛┗┛┗━━━┻┛┗┻━━┻━━┛
    ━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* = = = = = Fonts = = = = = */

@charset "utf-8";

@font-face {
  font-family: 'FiraSans';
  font-weight: 400;
  font-style: normal;
  src: local('FiraSans Regular'), local('FiraSans-Regular'), url('/shared/fonts/FiraSans/FiraSans-Regular.woff2') format('woff2');
}

/*
@font-face {
  font-family: 'FiraSans';
  font-weight: 550;
  font-style: normal;
  src: local('FiraSans SemiBold'), local('FiraSans-SemiBold'), url('/shared/fonts/FiraSans/FiraSans-SemiBold.woff2') format('woff2');
}
*/

@font-face {
  font-family: 'FiraSans';
  font-weight: 700;
  font-style: normal;
  src: local('FiraSans Bold'), local('FiraSans-Bold'), url('/shared/fonts/FiraSans/FiraSans-Bold.woff2') format('woff2');
}

/* = = = = = Tags = = = = = */
body {
	color:#333;
	font-family: 'FiraSans', Verdana, Helvetica, Arial, sans-serif;
	font-size: 14pt;
	letter-spacing: 0.08em;
	background: #f8f8f8;
	background-size: 1950px;
	}

h1, h2, h3 { color: #444; }
h2 { margin-bottom: 0.3em; }
h3 { margin-bottom: 0.1em; }

a:link, .clickable {
	font-weight: bold;
	text-decoration: underline wavy;
}
a:link, a:visited, .clickable {
	color: hsl(0, 50%, 40%);
}
a:hover, .clickable:hover {
	color: #000000;
}
.clickable {
	text-decoration: none;
	cursor: pointer;
}

/*
p, ul {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}
ul {
    padding-left: 30px;
}
*/

/* = = = = = IDs = = = = = */
#Main {
	max-width: 900px;
	margin: 10px auto;
}

#HeaderImage {
	margin-top: 30px;
	width: 80%;
	padding: 0 10%;
}
#HeaderImage img {
	width: 100%;
	box-shadow: 0px 5px 15px #00000044;
	border-radius: 5px;
}

#Notices {
	margin-top: 50px;
	max-width: 600px;
	font-size: 10pt;
	font-style: italic;
	color: #777;
	line-height: 1.25;
}
#Notices ul {
	margin: 5px;
	padding: 0;
	border-top: 1px solid #888;
}
#Notices li {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 10px 0;
	line-height: 1.1;
}
#Notices a, #Notices a:link, #Notices a:hover, #Notices a:visited {
	color: #888;
}

.TranslationNotice, .TranslationNotice a {
    font-style: italic;
	color: #666;
}
/* = = = = = Classes = = = = = */
.Clear { clear: both; }

.hash {
	display: block;
	max-width: 320px;
	padding: 5px;
	margin: 5px;
	color: #666;
	background-color: #ffffff88;
	border: 2px dashed #999;
	font-size: 12pt;
	word-wrap: break-word;
	}

.InlineHalf {
	display: inline-block;
	width: 49%;
	min-width: 400px;
	vertical-align: top;
}

.Badges {
	margin: 12px 0;
}
.Badges img {
	height: 50px;
}

.PlainList {
	margin: 0 0 5px 0;
	padding: 0;
}
.PlainList li {
	list-style: none;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	line-height: 1.1;
}

/* = = = = = Buttons = = = = = */
a.Button, a.Button:hover, a.Button:link {
	padding: 7px 13px;
	margin: 3px;
	background: #444;
	color: #ffffff;
	border-radius: 5px;
	text-decoration: none;
	text-shadow: 0px -1px 0px #00000044;
	font-weight: bold; 
	box-shadow: 0px 2px 0px #888;
}
a.Button:hover {
	position: relative;
	top: -2px;
	box-shadow: 0px 4px 0px #888;
}
a.Button:active {
	position: relative;
	top: 2px;
	box-shadow: none;
}

a.Button.Lite { background-color: hsl(0, 0%, 42%); }

a.Button.Buy { background-color: hsl(100, 65%, 42%); }

a.Button.Buy:hover {
	background-image: linear-gradient(60deg, rgba(255,255,255,0) 25%,rgba(255,255,255,0.66) 50%,rgba(255,255,255,0) 75%);
	background-size: 200px;
	background-position: left;
	background-repeat: no-repeat;
	animation: shimmerBackground 3s linear infinite;
	}
@keyframes shimmerBackground {
    0% {background-position:-200px 0}
   	100% {background-position:2000px 0}
}

/* = = = = = Audio Player = = = = = */
#Player { } /* FF bug, needs a selector here... lazy loading? */
#Player audio {
	visibility: hidden;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	margin-bottom: 15px;
}
#Player.Initialized.SomethingSelected audio { visibility: visible; }

/* = = = = = Audio Tracks = = = = = */
.Track {
	position: relative;
	margin: 5px 0;
	padding: 10px;
	display: block;
	background-color: hsl(0, 0%, 45%);
	border-radius: 5px;
	text-align: left;
	font-size: 1.05em;
	filter: drop-shadow(0px 2px 2px #00000044);
	transition: all 0.1s ease-out;
}
a.Track, a.Track:link, a.Track:visited, a.Track:hover {
	font-size: 1em;
	color: #f8f8f8;
	text-decoration: none;
}
a.Track.Active, a.Track.Active:link, a.Track.Active:visited {
	background-color: hsl(60, 100%, 90%);
	color: #000;
	font-weight: bold;
	text-shadow: none;
	left: -5px;
	/* Animated Stripes */
	background-image: linear-gradient(
	-45deg, 
	rgba(0, 0, 0, .1) 25%, 
	transparent 25%, 
	transparent 50%, 
	rgba(0, 0, 0, .1) 50%, 
	rgba(0, 0, 0, .1) 75%,
	transparent 75%, 
	transparent
	);
	background-size: 50px 50px;
	animation: Playing 4s infinite steps(60); /* 60 / 4sec = 15fps */
	animation-play-state: paused;
}
.Playing a.Track.Active, .Playing a.Track.Active:link, .Playing a.Track.Active:visited {
	animation-play-state: running;
}
a.Track:hover { left:5px; } 
a.Track:active { left:-5px; } 

@keyframes Playing {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -50px -50px;
	}
}

/* = = = = = Toggle Areas = = = = = */

.ExpandArea {
    height: 0;
    overflow: hidden;
    transition: height 200ms ease-in-out;
}

#toggle {
    display: none;
}
#toggle:checked ~ .ExpandArea {
    height: auto; /* auto doesn't allow transition yet, sadly */
    margin-bottom: 1em;
}

label .SymbolClosed { display: inline-block; }
label .SymbolOpen { display: none; }
#toggle:checked ~ label .SymbolClosed { display: none; }
#toggle:checked ~ label .SymbolOpen { display: inline-block; }


/* = = = = = Text Overrides = = = = = */
.Aesthetic { letter-spacing: 0.25em; font-weight: bold; font-style: italic;}
.Black { color: #333; font-weight: bold; }
.Red { color: hsl(0, 70%, 35%); font-weight: bold; }
.Yellow { color: hsl(60, 70%, 35%); font-weight: bold; }
.Blue { color: hsl(200, 70%, 30%); font-weight: bold; }
.Aqua { color: hsl(180, 70%, 30%); font-weight: bold; }
.Purple { color: hsl(250, 45%, 40%); font-weight: bold; }
.Green { color: hsl(90, 70%, 35%); font-weight: bold; }
.Pink { color: hsl(300, 70%, 35%); font-weight: bold; }
.Punk { color: hsl(330, 80%, 50%); font-weight: bold; }

/* = = = = = BG Overrides = = = = = */
.BlackBG { background-color: #333; }
.GreyBG { background-color: #666; }
.RedBG { background-color: hsl(0, 30%, 65%); }
.YellowBG { background-color: hsl(60, 30%, 60%); } /* hard to see */
.BlueBG { background-color: hsl(200, 30%, 50%); }
.AquaBG { background-color: hsl(180, 30%, 45%); }
.GreenBG { background-color: hsl(90, 25%, 50%); }
.PurpleBG { background-color: hsl(250, 25%, 60%); }
.PinkBG { background-color: hsl(300, 25%, 60%); }



@media screen and (max-width: 399px) { /* Micro Site */
	body {
		font-size: 12pt;
	}
	.InlineHalf {
		min-width: 200px;
	}
}
