@font-face {font-family: "AktivGroteskW01-Hairline";
    src: url("font/AktivGroteskW01Hairline.eot"); /* IE9*/
    src: url("font/AktivGroteskW01Hairline.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("font/AktivGroteskW01Hairline.woff2") format("woff2"), /* chrome、firefox */
    url("font/AktivGroteskW01Hairline70.woff") format("woff"), /* chrome、firefox */
    url("font/AktivGroteskW01Hairline.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("font/AktivGroteskW01Hairline.svg#Aktiv Grotesk W01 Hairline") format("svg"); /* iOS 4.1- */
}

body {
    background-color: white;
    background-image: url(/img/8.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.head {
    font-family: AktivGroteskW01-Hairline;
    color: white;
    font-size: 2.5vmax;
    text-align: center;
}
.herotext {
    font-family: AktivGroteskW01-Hairline;
    color: white;
    font-size: 10.9vmax;
    text-align: center;
}

a:link {
    font-family: AktivGroteskW01-Hairline;
    color: white;
}

span {
    border-bottom: 0.4vmax dashed white;
}

p:hover span {display:none}
p:hover:before {content:"YEAH!!"; border-bottom: 0.4vmax dashed white}

.outer {
    display: table;
    position: absolute;
    height: 70%;
    width: 99%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: /*whatever width you want*/;
    text-align: center;
}

.controls {
    position: fixed;
    bottom: 0px;
    left: 2%;
    right: ;
    
}

#audioplayer{
	width: 100vw;
	}

#pButton{
    height: 10vw;
    max-height: 40px;
    width: 10vw;
    max-width: 40px;
    border: none;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    float:left;
    outline:none;
}

.play{background: url('img/play.png') ;}
.pause{background: url('img/pause.png') ;}

#timeline{
	width: 90%;
	height: 2px;
	margin-top: 19px;
	float: left;
	border-radius: 15px;
	background: rgba(255,255,255,.3);
  
}
#playhead{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-top: -4px;
	background: rgba(255, 255, 255,1);

}

