/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Body Background */
body {
  background-color: #05428c; }

/* Text Style */
p {
  color: #656565; }

* {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */ }

/* Bootstrap Container */
.container {
  max-width: 600px;
  position: relative;
  background-color: #0622f3;
  box-shadow: 0 0 3px #9d9d9d;
  align-self: center;
  margin: 10% auto 0 auto;
  padding: 5% 5% 10%;
  width: 90%;
  height: 95vu;
  overflow: hidden; }

h3 {
  font-size: 6vw; }

/*Menu*/
.menu {
  width: 5vw;
  min-width: 10px;
  cursor: pointer; }

/*Menu Area*/
#menuList {
  margin-top: 20px; }

.menuArea {
  position: absolute;
  left: -700px;
  margin: 10vw;
  background-color: #f6f6f6;
  height: 75%;
  width: 80%;
  box-shadow: 5px 0 10px rgba(44, 45, 45, 0.4);
  z-index: 1000;
  overflow: scroll; }

.menuArea ul {
  align-self: center;
  margin-top: 15px;
  list-style: none;
  color: #868889;
  padding: 0; }

.menuArea li {
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  background-color: #edf0f0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #dee1e3;
  padding: 2vw;
  cursor: pointer; }

.menuArea li:first-child {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #dee1e3; }

.menuArea li:hover {
  background-color: #e0e2e5; }

.close {
  margin-top: 5px;
  margin-right: 5px;
  min-width: 7px;
  max-width: 25px;
  height: auto;
  cursor: pointer; }

/*Info Section*/
.infoSection {
  position: absolute;
  left: 15%;
  bottom: -1000px;
  background-color: #f6f6f6;
  height: 75%;
  width: 75%;
  box-shadow: 0px 0 10px rgba(44, 45, 45, 0.4);
  z-index: 750;
  overflow: scroll; }

.infoSection .textArea {
  padding: 15px 2vw;
  text-align: center; }

.infoSection .textArea h4 {
  font-size: 4vw;
  font-weight: bold; }

.infoSection .textArea p {
  color: #8d8e8e; }

.infoSection img#lyrics {
  width: 100%;
  margin-top: 10%;
  text-align: center; }

.highlight {
  background-color: #3b92fc;
  color: #fff; }

#songName {
  cursor: pointer; }

/* TopBar */
.topBar {
  height: 25px; }

#coverImg {
  margin: auto;
  min-width: 40px;
  width: 70%;
  max-width: 400px;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9); }

/*Play Timeline*/
.playBarWrapper {
  padding: 10%;
  margin: 5px; }

.playBar {
  width: 95%;
  margin: 10px 7px;
  padding: 0;
  position: relative; }

.bar {
  background-color: #246ed3;
  border-radius: 25px;
  height: 3vw;
  max-height: 3px;
  width: 100%;
  position: relative;
  overflow: hidden; }

.playHead {
  width: 5vw;
  height: 5vw;
  min-width: 7px;
  min-height: 7px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4), 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 0vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.unplayed-progress {
  background: rgba(240, 240, 240, 0.9);
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0; }

.time {
  color: #999b9c;
  font-size: clamp(7px, 6vw, 18px);
  margin: 0 5px; }

/*Title Area*/
.titleArea {
  text-align: center;
  padding-bottom: 10vw; }

h3#bandName {
  margin-bottom: 5vw;
  font-size: 9vw; }

.titleArea h3 {
  font-weight: bold; }

.titleArea p {
  color: #020d1d;
  font-size: 7vw; }

/*Control Area*/
.controlArea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center; }

.control {
  width: 10vw;
  cursor: pointer; }

.disabled {
  opacity: .2;
  cursor: auto; }

#lyrics {
  width: 300px;
  margin-top: 50px; }

#JSONname {
  color: #f6f6f6; }

.AlbumListPage {
  display: grid;
  grid-template-columns: 25% auto 25%;
  grid-template-areas: "live player studio";
  background-color: #246ed3; }

.LiveAlbums > img {
  width: 75%;
  max-width: 100px; }

.LiveAlbums {
  grid-area: live;
  text-align: center; }

.topbar {
  grid-area: l; }

.albumCover {
  text-align: center; }

@media only screen and (min-width: 250px) {
  .container {
    margin-top: 10% auto;
    width: 90%; }

  /*Menu*/
  .topBar {
    height: 35px; }

  .menu {
    margin: 0;
    height: 25px;
    width: 25px;
    max-width: 40px;
    max-height: 40px; }

  .time {
    padding-top: 10px;
    margin: 2vw;
    color: #bfbfbf;
    font-size: 5vw; }

  h3#bandName {
    margin-bottom: 5vw;
    font-size: clamp(22px, 9vw, 35px);
    max-width: 288px; }

  #songName {
    font-size: clamp(16px, 7vw, 25px); }

  .playBar {
    margin-bottom: 1em; }

  .playHead {
    max-width: 15px;
    max-height: 15px; }

  .controlArea {
    width: 100%; }

  .menuArea {
    /*
    height: 75%;*/
    width: 80%;
    max-width: 500px; }

  .menuArea ul {
    margin-top: 3vw; }

  .menuArea li {
    font-size: 4vw;
    /*font-weight: bold;
    text-align: center;
    background-color: #edf0f0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #dee1e3;
    padding: 3vw;
    cursor: pointer;*/ } }
@media only screen and (min-width: 601px) {
  .container {
    margin: 25px auto;
    padding: 25px 25px 50px 25px; }

  .topBar {
    height: 45px; }

  .menu {
    height: 40px;
    width: 40px;
    margin-left: 35px; }

  #coverImg {
    width: 70%;
    max-width: 450px; }

  .playBarWrapper {
    padding: 50px 20px 30px 20px; }

  h3#bandName {
    margin-bottom: 2vw;
    font-size: clamp(35px, 7vw, 45px); }

  .time {
    font-size: 35px;
    color: #bfbfbf; }

  .control {
    width: 50px; }

  .menuArea {
    margin: 50px; }

  .menuArea li {
    font-size: 24px;
    padding: 10px; } }
