html
{
    overflow: hidden;
}

body
{
    font-family: 'opsans', 'Open Sans', sans-serif;
    font-weight: 300;
}

canvas
{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}

hr
{
    max-width: 500px;
    border: 0;
    height: 1px;
    background-color: #EEE;

    margin-top: 10px;
    margin-bottom: 10px;
}

a
{
	outline: none;
	color: #A8E9FF;
}

.copy
{
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
}

.copy > small
{
	font-size: 8px;
}

.quote-wrapper
{
	font-size: 12px;
	display: block;
	position: relative;
	bottom: 50px;
	left: 280px;
	width: 200px;
}

.quote-wrapper > div:nth-child(2)
{
	display: block;
	float: right;
	color: #ddd;
}

.layer-two
{
    line-height: 1.5;

    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;

    text-align: center;

    width: 100%;
    height: 100%;
}

.content-wrapper
{
    display: table;

    width: 100%;
    height: 100%;
}

.content
{
    display: table-cell;
    vertical-align: middle;

    background-color: rgba(0, 0, 0, 0);
}

.content,
.silent-link,
.quote-wrapper,
.copy {
	color: #fff;
}

.view
{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.navigation
{
    position: fixed;
    width: 100%;
    height: 96px;
    z-index: 100;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}

.nav-menu
{
    height: 95px;
    display: table;
}

.navigation li
{
	font-size: 16px;
	/*line-height: 1.42;*/
}

a, .navigation li
{
	display: inline-block;
	text-decoration: none;
}

.navigation .active
{
	color: #dfdfdf;
	font-weight: bold;
}

.navbar
{
    padding-left: 0px;
    display: table-cell;
    vertical-align: middle;
}

.navigation li a
{
	border-bottom: 0;
	color: rgb(214, 214, 214);
	text-transform: uppercase;
	white-space: nowrap;
/*	padding-left: 2rem;
	padding-right: 2rem;*/
	width: 100px;
    height: 60px;

    display: table-cell;
    vertical-align: middle;
}

.navigation ul.nav-menu,
.navigation div.nav-menu
{
	width: 100%;
}

.up
{
    position: relative;
    bottom: 64px;
    margin-right: 20px;
}

.right-align
{
    float: right;
}

body {
	font-family: 'Lobster', cursive;
	font-size: 3rem;
}

.subhead {
	font-size: 0.7em;
}

h1 {
	font-size: 2em;
}

.social {
	position: absolute;
	bottom: 1em;

	left: 50%;
	margin-left: -150px;
	width: 300px;
}

.social a img {
	width: 1em;
	height: 1em;
	margin: 0.2em;
}

.audio-controls
{
    display: flex;
    align-items: center;
    justify-content: center;
}

#track-title,
#track-author
{
    width: 160px;
    color: #ddd;
    font-size: 18px;
}

#audio-play
{
    width: 64px;
    justify-content: center;
}

#audio-play-button
{
    color: #ddd;
    font-size: 28px;
}

#progress-bar
{
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    height: 1px;
    width: 0px;
    cursor: pointer;
    transition: width 1000ms;
}

#progress-bar.visible
{
    width: 400px;
}

#progress-bar-selector
{
    border-left: 3px solid #fff;
    height: 12px;
    position: relative;
}

#progress-bar-selector
{
    transition: all 100ms;
    opacity: 0;
}

#progress-bar-selector.visible
{
    opacity: 1;
}

#progress-bar:hover
{
    border-bottom-width: 2px;
}

#track-author,
#track-title,
#audio-play
{
    display: flex;
    align-items: center;
}

#track-author-image,
#track-title-image
{
    width: 32px;
    height: 32px;
}

#track-author-text,
#track-title-text
{
    vertical-align: middle;
    margin-left: 10px;
}
