/* typeface: univers else */

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

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

@font-face {
font-family: 'FluxischElse';
src: url(fonts/FluxischElse-Light.woff) format('woff');
font-weight: lighter;
}


/* text styles */

body {
	background-color: black;
	font-family: 'FluxischElse';
	color: white;
	font-size: 20px; 
	line-height: 26px;
	font-weight: lighter;
}

body.lightMode {
	background-color: white;
	font-family: 'FluxischElse';
	color: black;
	font-size: 20px; 
	line-height: 26px;
	font-weight: lighter;
}


h1 {

	background-color: black;
	font-family: 'FluxischElse';
	color: white;
	font-size: 20px; 
	line-height: 26px;
	font-weight: normal;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

h1.lightMode {

	background-color: white;
	font-family: 'FluxischElse';
	color: black;
	font-size: 20px; 
	line-height: 26px;
	font-weight: normal;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

p {
	margin-bottom: 0px;
	font-family: 'FluxischElse';
	font-weight: lighter;
}

i {

	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 2px;
}

b {
	font-family: 'FluxischElse';
	font-weight: bold;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: none;
}

a.lightMode {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: none;
}

.plain {
	text-decoration: none;
}

.text_indent {

	padding-left: 0px;
}

.right_text {

	text-align: right;
}

.center {
	text-align: center;
}

.listening_room {

	color: red;
}


.text_indent {

	padding-left: 0px;
}

.right_text {

	text-align: right;
}

.listening_room {

	color: red;
}

/* element styles */

hr {
	border-top:1px solid white;
	margin-top: 0px;
	margin-bottom: 50px;
	padding-top: 0px;
	margin-left: 22px;
	margin-right: 22px;
}

.margins {

	margin-bottom: 44px;
}

.sticky-scroll {

	position: -webkit-sticky;
	position: sticky;
	top: 26px;
}

.sticky-scroll-player {

	position: -webkit-sticky;
	position: sticky;
	top: 78px;
}

.indent {

	width: 100%;
	max-width: 800px;
	margin: auto;
	padding-left: 22px;
	padding-right: 22px;
}

.content {

	margin-top: 78px;
}

#box {

	height: 0;
  	padding-bottom: 66.67%; /* 16:9 */
  	position: relative;

  	outline-style: solid;
  	outline-color: white;
  	outline-width: 1px;
  	outline-offset: -1px;

	background-color: transparent;
}

.thumbnail {

	float: left;
	width: 88px;
	margin-right: 22px;
}

.thumbnail:hover {

	cursor: pointer;
}

#image {

	width: 100%;
	position: absolute;
}

#content {

	margin-top: 76px;
}

#play {

	width: 20px;
	padding-top: -10px;
}

#pause {

	width: 20px;
}

/* resize */

@media (min-width: 1px) {
    .container{
        max-width: 800px;
    }
}

@media (max-width: 575px) {
    #content {

    	margin-top: 94px;
    }

    .right_text {

	text-align: left;
	margin-top: 26px;
}

.sticky-scroll-player {

	position: sticky;
	top: 104px;
}


}




