body {
  font-family: "Dosis", "Verdana", "Helvetica", Helvetica, Arial, sans-serif;
  color: #555;
  margin: 0;
  font-size: 1.5em; /* 24 pt (based on 16 pt default) */
}

a {
  text-decoration: none;
}

a:link, a:active, a:visited {
  color: #3498db;
}

a:hover {
  color: #64c8fb;
}

h1 {
  font-size: 2.67em; /* 64 pt */
  font-weight: normal;
}

h2 {
  font-size: 2em; /* 48 pt */
  font-weight: bold;
}

h3 {
  font-size: 1.5em; /* 36 pt */
  font-weight: bold;
}

h4 {
  font-size: 1em; /* 24 pt */
  font-weight: bold;
}

h5 {
  font-size: 0.75; /* 18 pt */
  font-weight: bold;
}

.button {
  text-decoration: none !important;
  border: 1px solid;
  color: #eee;
  padding: 1em;
  font-weight: bold;
}

.button:active {
  background: #ccc3;
}

.button:hover {
  background: #fff3;
}

.button-facebook, .button-twitter {
  padding: 0 0.5rem;
  color: #fff;
}

.button-facebook {
  background: #3b5998;
}

.button-small {
  padding: 0.5em;
}

.button-twitter {
  background: #00aced;
}

.button-primary {
  background: #f6328f;
  color: #eee;
  margin-top: 1em;
  margin-bottom: 1em;
  box-shadow: 0px 2px #333a;
  font-weight: bold;
}

.button-primary:visited {
  color: #eee;
}

.gradient {
  background: linear-gradient(90deg, #865bdd, #0080bb);
  color: #eee;
}

.gradient a:link, .gradient a:active, .gradient a:visited {
  text-decoration: underline;
  color: #eee;
}

.gradient a:hover {
  color: #fff;
}

.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.player {
  width: 100%;
  min-width: 150px;
  background: #f5f5f5;
  display: inline-block;
  padding: 20px;
  margin-top: 1em;
  line-height: 1em;
  white-space: nowrap;
}

@media(min-width: 992px) {
  .player {
    width: 80%;
  }
}

.player .divider, .player .duration {
  color: #888;
}

.player .dropdown-item .gain {
  float: right;
}

.player .play {
  font-size: 1em;
  vertical-align: middle;
}

.player .play:hover {
  cursor: pointer;
  color: #ff859c;
}

.player .slider {
  height: 16px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.player .slider-handle {
  background: #617285;
  width: 16px;
  height: 16px;
  margin-left: -8px;
}

.player .slider-handle:hover {
  background: #ff859c;
}

.player .slider-horizontal {
  min-width: 80px;
  width: 80px;
  width: -webkit-calc(100% - 230px);
  width: -moz-calc(100% - 230px);
  width: calc(100% - 230px);
}

.player .slider-horizontal .slider-track {
  background: #617285;
  height: 6px;
  margin-top: -3px;
}

.player .slider-horizontal .slider-track .slider-selection {
  background: #ff859c;
}

.player .time, .player .divider, .player .duration {
  display: none;
  font-family: Courier, monospace;
  font-size: 0.7em;
  vertical-align: middle;
}

@media(min-width: 576px) {
  .player .time, .player .divider, .player .duration {
    display: inline-block;
  }
}

.player #volume-dropdown {
  margin-left: 0.5em;
}

.round-5 {
  border-radius: 5px;
}

.round-25 {
  border-radius: 25px;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#banner {
  background-color: #000;
  color: #eee;
}

#decode-error {
  margin-top: 2em;
}

#drop-target {
  border-width: 2px;
  border-color: #eee;
  border-style: none;
  border-radius: 20px;
  padding: 10px;
  margin: 0 auto;
  width: 95%;
}

#drop-target-description {
  padding-bottom: 2em;
}

.drop-target-over {
  background-color: #4444;
}

#drop-target h3 {
  margin-top: 0em;
}

#drop-target h4 {
  margin-bottom: 2em;
}

#drop-target p {
  margin-top: 2em;
}

@media(min-width: 768px) {
  #drop-target {
    border-style: dashed;
  }

  #drop-target h3 {
    margin-top: 2em;
  }

  #drop-target p {
    margin-top: 5em;
  }
}

#file-select {
  text-align: center;
  min-height: calc(100vh - 104px);
  padding-top: 3em;
  padding-bottom: 2em;
}

#file-select-copy h3, #faq h3 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

#file-select-input {
  display: none;
}

#file-select-link {
  margin-top: 1em;
  margin-bottom: 3em;
}

#file-select-scroll, #results-scroll {
  position: fixed;
  bottom: 0;
  padding: 0 0.5em;
  width: 100%;
  background: #fff;
}

#footer {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 0.75em;
}

#footer i {
  margin: 1em 0;
}

#processing {
  min-height: 100vh;
  text-align: center;
}

#processing .progress {
  margin-top: 45%;
  margin-bottom: 2em;
}

#processing-progress {
  background: #ff859c;
}

#results {
  text-align: center;
  min-height: 100vh;
  padding-top: 2em;
  padding-bottom: 2em;
}

#results .box {
  margin-top: 2em;
  margin-bottom: 0.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  background: #fff;
  box-shadow: 0px 4px 5px #333a;
  color: #617285;
}

#results #filename {
  margin-top: 1em;
  font-size: 0.7em;
  font-weight: bold;
}

#results #player .dropdown-item {
  color: #617285;
  text-decoration: none;
}

#results #player .dropdown-item.active {
  color: #fff;
  background-color: #ff859c;
}

#results .scores > div {
  margin-bottom: 0em;
}

#results .scores .gain {
  display: inline;
  color: #ff859c;
  font-size: 1em;
  font-weight: bold;
  float: right;
  text-decoration-style: dotted;
}

#results .scores .gain:hover {
  color: #ff9caf;
  cursor: pointer;
}

#results .scores .gain-arrow-down {
  display: none;
  float: none;
  visibility: hidden;
}

#results .scores .gain-arrow-left {
  display: inline-block;
  float: right;
  font-size: 0.7em;
  line-height: 2em;
  padding-right: 10px;
  visibility: hidden;
}

#results .scores .platform {
  font-size: 1em;
  font-weight: bold;
  float: left;
}

#results .scores .platform a {
  font-size: 1em;
  text-decoration: none;
}

#results .scores .platform a:link,
#results .scores .platform a:active,
#results .scores .platform a:visited {
  color: #3498db;
}

#results .scores .platform a:hover {
  color: #64c8fb;
}

@media(min-width: 992px) {
  #results .scores > div {
    margin-bottom: 1em;
  }

  #results .scores .gain-arrow-down {
    display: block;
  }

  #results .scores .gain-arrow-left {
    display: none;
  }

  #results .scores .gain {
    display: block;
    font-size: 1.4em;
    float: none;
  }

  #results .scores:first-of-type .gain {
    font-size: 2.67em;
  }

  #results .scores .platform {
    font-size: 1em;
    float: none;
  }

  #results .scores:first-of-type .platform {
    font-size: 1.4em;
  }

  #results .scores .platform a {
    font-size: 0.7em;
  }

  #results #filename {
    font-size: 1em;
  }
}

#results-note {
  margin-bottom: 1em;
}

#report {
  text-align: center;
}

#report form {
  margin: 0 auto 2em auto;
  width: 80%;
}

#report form #email {
  margin: 2em auto 1em auto;
}

#report form .form-check-label {
  text-align: left;
}

#report form .form-check-input {
  margin-top: 0.8rem;
}

#report form #send-report .spinner {
  width: 12px;
  height: 12px;
}

#report-success h3 {
  margin-bottom: 1em;
}

#title {
  background: #fff;
}

#title h4 {
  margin: 0;
  color: #f75da5;
}
