html {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Tahoma, Geneva, sans-serif;
  background: #bccbde;
  background-image: linear-gradient(#bccbde , #bccbde 50%, #e6e9f0 100%);
  background-attachment: fixed;
}
.header {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
}


/*
 * Hamburger code
 * see https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: white;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}


/*
 * Menu code
 */
.topnav {
  overflow: hidden;
  background-color: #000;
  position: relative;
}
.topnav #myLinks {
  display: none;
}
.topnav a.item {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  /*font-size: 1.3em*/;
  display: block;
}
.topnav h1 {
  padding: 14px 16px;
  font-size: 2em;
  color: white;
  text-align: center;
  background-color: black;
  font-weight: normal;
}
.topnav h2 {
  font-size: 1em;
  font-weight: normal;
}
.topnav h3 {
  font-size: 1em;
}
.topnav p {
  padding: 0 0 1em 0;
}
#myLinks a {
  font-size: 1em;
}
.topnav img.logo {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  background: transparent;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2em;
}
.topnav button.hamburger {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  background: transparent;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2em;
}
.active {
  background-color: #000000;
  color: white;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
.content {
  display: none;
  background-color: #fff;
  color: black;
  position: relative;
  padding: 14px 16px;
  font-size: 1em;
}


/*
 * Body code
 */
.body {
  margin: 10px;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#intro {
  margin: auto;
  max-width: 600px;
}
#donate {
  margin: auto;
  max-width: 600px;
  padding-top:10px;
  font-weight: bold;
}
#donatebutton {
  margin: auto;
  padding-top:10px;
  max-width: 600px;
  text-align: center;
}

a.controls {
  cursor: pointer;
  text-decoration: none;
  color: white;
}
.buttons {
  margin: auto;
  width: 260px;
  padding-top:10px;
  padding-bottom:10px;
  display: flex;
  justify-content: space-between;
}
#playimg {
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#nextimg {
  cursor: pointer;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#exptext {
  display: flex;
  height: 50px;
  width: 130px;
  align-items: center;
  justify-content: center;
  color: red;
}
#scrubber {
  margin: auto;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  width: 260px;
  height: 48px;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#scrubberbar {
  position:relative;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  touch-action: none;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#scrubberimg {
  position:absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
#scrubberimg-left {
  display: none;
}
#downloadbutton {
  margin: auto;
  margin-top:10px;
  padding-top:10px;
  text-align: center;
  padding-bottom:10px;
  background-color: black;
  max-width: 260px;
}
#downloadmp3button {
  margin: auto;
  margin-top:10px;
  padding-top:10px;
  text-align: center;
  padding-bottom:10px;
  background-color: black;
  max-width: 260px;
}
.buybutton {
  color: white;
  margin: auto;
  display:block;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
  padding-bottom: 10px;
  background-color: black;
  width: 260px;
  border: none;
  text-decoration: none;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  cursor: pointer;
  opacity: 1;
}
.buybutton:disabled {
  opacity: 0.1;
  cursor: default;
}
a.button {
  color: white;
  margin: auto;
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
  padding-bottom: 10px;
  background-color: black;
  width: 260px;
  text-decoration: none;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
}
.overlay {
  position: fixed; /* Positioning and size */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(128,128,128,0.5); /* color */
  display: none; /* making it hidden by default */
}
.overlaymodal {
  position: fixed;
  display: block;
  margin: auto;
  padding-top:0px;
  padding-left:10px;
  padding-right:10px;
  width: 300px;
  height: 410px;
  overflow-y: scroll;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,1);
  z-index: 2;
}
.overlaymodal p {
  margin-top: 10px;
}
.overlay2 {
  position: fixed; /* Positioning and size */
  display: none; /* making it hidden by default */
  margin: auto;
  width: 300px;
  height: 410px;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,1); /* color */
  z-index: 4;
}
.loader {
  margin: auto;
  position: relative;
  top: 25%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #000000;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#codebutton {
  margin: auto;
  margin-top:10px;
  max-width: 260px;
  text-align: center;
  padding-top:10px;
  padding-bottom:10px;
  background-color: black;
  color: white;
}
#purchase {
  margin: auto;
  margin-top:10px;
  max-width: 260px;
}
img.social {
  width: 32px;
  height: 32px;
}
.socmedia {
  margin: auto;
  width: 260px;
  padding-top:10px;
  display: flex;
  justify-content: space-between;
}
.closebutton {
  border: 1px solid #fff;
  color: black;
  margin-left: auto;
  margin-right: 0;
  display:block;
  background-color: white;
  text-decoration: none;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 35px;
  cursor: pointer;
}
input[type=text] {
  padding: 4px 4px;
  box-sizing: border-box;
  font-size:16px;
  width: 170px;
  margin-left: auto;
  margin-right: 0;
}
#codepane {
  display: none;
  max-width: 260px;
  margin: auto;
}
#inputfield {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
