html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  color:#333332;
  /* height: 100%; */
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
blockquote p {
  font-family:'Open Sans',sans-serif;
  font-weight: 400;
  font-size:28px;
  color: #565656 !important;
  text-align: center;
}
.pullquote {
    margin: 45px -100px;
    border: 0;
    text-align:center;
    font-family:'Open Sans', sans-serif !important;
    font-size:28px;
    font-size:2.8rem;
    font-weight: 700;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  font-family:'Roboto Condensed', sans-serif;
  font-weight:300;
  width:100%;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  max-width: 646px;
  height:65px;
}
/* ------------------------- STYLES ------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: serif;
  line-height: 30px;
  font-size: 24px;
  font-size: 1.8rem;
  height:100%;
}
body {
background: url("https://i.imgur.com/3lziop9.png") no-repeat center center fixed; 
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #7D7F7D 0%, #4DAFAC 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #7D7F7D 0%, #4DAFAC 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #7D7F7D 0%, #4DAFAC 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7D7F7D), color-stop(1, #4DAFAC));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #7D7F7D 0%, #4DAFAC 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #7D7F7D 0%, #4DAFAC 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* -------------------------- TYPOGRAPHY ------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Arvo", Georgia, serif;
}
h1 {
  line-height: 71.03999999999999px;
  font-size: 48px;
  font-size: 4.8rem;
}
h2 {
  line-height: 50.32px;
  font-size: 34px;
  font-size: 3.4rem;
}
h3 {
  line-height: 41.44px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
    height:0;
    max-width:250px;
    margin:1.5em auto;
    border-top:1px solid rgba(0,0,0,0.1);
    border-bottom:1px solid rgba(255,255,255,0.3);
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: none;
  /* float: left; */
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
li {
  font-family:'Roboto Condensed',sans-serif !important;
  font-weight:300;
  font-size:22px;
  font-size:2.2rem;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}
/* ------------ ALIGNMENT ----------- */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* ------ SITE STYLES -------- */
header {
  width:100%;
  height:0;
  display:inline-block;
}
img {
 /* width:100%; */
    z-index: 0;
}
body {
  min-height:100%;
  -webkit-overflow-scrolling: touch;
  opacity:0.96;
}
footer {
  position:relative;
}
  #footer-container ul {
    margin:0 !important;
    display:block;
  }
  #footer-container p, ul {
    text-align: center;
    float:none !important;
    display:block;
  }

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
  body {
    -webkit-overflow-scrolling: touch;
    max-width:100%;
  }
  .title h1 {
    width:auto;
    font-size:3.8rem;
  }
  article .post-snippet {
    display:none;
  }
  #footer-container {
    width:100%;
    position:relative;
  }
  #footer-container ul {
    margin:0 !important;
    display:block;
  }
  #footer-container p, ul {
    text-align:center;
    float: none !important;
    display:block;
  }
}

#audioplayer{
	width: 88%;
	height: 60px;
/* border: solid; */
    border: 1px solid rgba(0, 0, 0, 0.2);
    float:right;
}

#nowplaying {
  position: relative;
  top:0;
  text-transform:uppercase;
  font-family: 'Roboto Condensed','Helvetica',sans-serif;
  color: rgba(255, 254, 253, 0.9);
  font-size:2em;
  font-weight:700;
  background-color:rgba(0, 0, 0, 0.5);
  line-height:90%;
  display:none;
}
#navtext {
  position: relative;
  top:0;
  text-transform:uppercase;
  font-family: 'Roboto Condensed','Helvetica',sans-serif;
  color: rgba(255, 254, 253, 0.9);
  font-size:2em;
  font-weight:700;
  background-color:rgba(0, 0, 0, 0.5);
  line-height:90%;
}


#centershit{
    margin: 50px auto auto auto;
}

#dButton{
    height:60px; 
    width: 60px;
    border: none;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    float:right;
    outline:none;
    transform:rotate(90deg);
}

#pButton{
    height:60px; 
    width: 60px;
    border: none;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    float:left;
    outline:none;
   /* display:none; */
}


.play{background: url('http://www.alexkatz.me/codepen/images/play.png') ;}
.pause{background: url('http://www.alexkatz.me/codepen/images/pause.png') ;}

#timeline{
	width: 70%;
	height: 20px;
	margin-top: 20px;
	float: left;
	border-radius: 15px;
	background: rgba(255,255,255,.3);
  
}
#playhead{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin-top: 1px;
	background: rgba(0, 0, 0,1);

}

#fileWrapper{
	transition:all 0.5s ease;
}
#fileWrapper:hover{
	opacity: 1!important;
}

#visualizer_wrapper{
	text-align: center;
}

footer{
    position: fixed;
	bottom: 2px;
	color:#aaa;
	  font-family:'Roboto Sans', sans-serif;
     font-weight:300;
  font-size:9px;
  font-size:1rem;
  width:100%;
}

#playerstatus{
      text-transform:uppercase;
  font-family: 'Roboto Condensed','Helvetica',sans-serif;
  color: rgba(255, 254, 253, 0.9);
  font-weight:700;
  background-color:rgba(0, 0, 0, 0.5);
}
#appwrapper{
    background: url("https://i.imgur.com/3lziop9.png") no-repeat center center fixed; 
    width:75%;
}
#nowplaying2.playernow{
position: absolute;
  top:0;
  text-transform:uppercase;
  font-family: 'Roboto Condensed','Helvetica',sans-serif;
  color: rgba(255, 254, 253, 0.9);
  font-size:1em;
  font-weight:700;
  background-color:rgba(0, 0, 0, 0.5);
  line-height:90%;
  width:50%
  height:50%;
  float:center;
  
}

@media all and (max-width: 900px) and (min-width: 300px) {
    
    #timeline{
    display:none;
  
}
}

