@font-face {
  font-family: 'DDF19';
  /*src: url("AvenirNext_Variable.ttf") format("truetype");*/
  src: url("DDF19MasterJuly2019GX.ttf") format("truetype");
}

/*::-webkit-scrollbar {
display: none;
}*/

*, *:after, *:before { box-sizing: inherit; }
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Arial', sans-serif;
  background: #000;
  color: #eee;
}

h1 {
  text-align: center;
  margin: 0;
  font-family: "DDF19";
  font-variation-settings: 'wght' 400, 'wdth' 100, 'CRSB' 50, 'ROUN' 0;
  font-size: 5vw
}

.voiced-by{
  padding: 0;
      font-family: "DDF19";
      font-size: 2vw;
      line-height: 1em;
      margin-bottom: 0;
      margin-top: 10px;
}

h2 {
  font-size: 3vw;
  margin: 2vw 0;
}
span {
}

p {
  font-family: 'Overpass', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #a5a0a0;
  padding: 10px;
}

#title, #control, #progress {
  /*position: absolute;
  transform: translateX(-50%) translateY(-50%);*/
  text-align: center;
  user-select: none;
}
#title {
  padding-bottom: 50px;
  /*top: 50%;
  left: 50%;
  width: 100%;*/
}

#control {
  /*top: 90%;
  left: 50%;
  padding: 2rem;*/
  cursor: pointer;
  transition: color 0.3s ease;
  display: block;
}

#control:hover {
  color: #fa2;
}

#circle-content {
  z-index: 200;
  position: relative;
margin-top: 15vw;
  padding-bottom: 300px;
}

#story{
  margin: 0 auto;
  display: block;
  width: 600px;
  z-index: 200;
  position: relative;
  padding-bottom: 50px;
}

#canvas{
    filter: blur(25px);
    display: block;
    z-index: 100;
    position: fixed;
}


/* TRANSCRIPT LINK STYLES */

.contentInPopup {
    padding: 2em;
    max-width: 45em;
}

.slbContent {
  background-color: rgba(0, 0, 0, 0.8)!important;
}

.slbCloseBtn {
position: fixed;
top: 0;
right: 0;
padding-right: 50px;
padding-top:15px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

.slbCloseBtn:hover {
color:#f60072;
opacity: 1;
}

.slbCloseBtn:active {
border:none;
}

.attireMainNav {
display: none;
}

#footer-buttons {
  position: fixed;
  bottom: 30px;
  left: 50%;
  margin-left: -200px;
  width:400px;
}


.customContentLink, .showGalleryFromArray {
  font-family: "DDF19";
  color: #777;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
  cursor: pointer;
}
.showGalleryFromArray {
  padding-left: 40px;
}

.customContentLink:hover, .showGalleryFromArray:hover {
  color: #fff;
}



/* BUTTON STUFF */


a {
  text-decoration: none;
  color: #aaa;
  outline: none; }

a:hover,
a:focus {
  }


#back-bt {
  position: fixed;
  top: 20px;
  right: 20px;
  font-family: "DDF19";
font-weight: 500;
cursor: pointer;
opacity: 0.4;
z-index:500;
-webkit-transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
transition: all 1s ease-out;
}

#back-bt:hover {
  opacity: 1;
  cursor: pointer;
}


#pButton{
	height:90px;
	width: 90px;
	border: 3px #222 solid;
	background-size: 50% 50%;
	background-position: center;
  background-color: #000;
  border-radius: 90px;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#pButton:hover {
	border: 3px #fff solid;
}


#music {
display: none;
}

#timeline{
	width: 400px;
	height: 20px;
	background: #4200f7;
	margin-top: 20px;
	float: left;
	border-radius: 15px;
}

.play{background: url('../images/play.png') no-repeat;
}

.pause{
  background: url('../images/pause.png') no-repeat;
  animation: 4s pulse infinite ease-in-out;
}
/*
.pause:before{
  content: '';
  display: block;
  position: relative;
  margin-left: -25px;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 3px solid #f0f;
  margin-left: -18px;
    margin-top: -9px;
  filter: blur(8px);
  animation: 4s pulse infinite ease-in-out;
}*/




@keyframes pulse {
  0% {
    border: solid 3px #222;
  }
  50% {
    border: solid 3px #f0f;
  }
  100% {
    border: solid 3px #222;
  }
}

:focus { outline: none; }

@media only screen and (max-width: 1080px){
#footer-buttons{
  width:100%;
  font-size: 15px;
  display: block;
  text-align: center;
  margin-left:0px;
  left: 0;
}

.showGalleryFromArray {
    padding-left: 20px;
}

.voiced-by {
  font-size: 18px;;
}

h2 {
  font-size: 3vw;
  margin: 2vw 0;
}

#pButton{
	height:130px;
	width: 130px;
	border: 3px #222 solid;
	background-size: 50% 50%;
	background-position: center;
  background-color: #000;
  border-radius: 90px;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}}


#central-content {
  width: 500px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10vw;
}

@media only screen and (max-width: 1080px){
  #cirlce-content {
    margin-top: 20vw;
  }
 h1{
  font-size: 8vw;
  }
  .voiced-by{
        font-size: 2vw;
  }}

@media only screen and (max-width: 800px){
  #circle-content {
    margin-top: 40vw;
    padding-top: 0;
}
.voiced-by{
      font-size: 4vw;
}}
