.menuAreaMobile {
  display: none;
}
.menuAreaDesktop,
.menuAreaDesktopSmall {
  text-align: center;
  background-color: black;
  position: fixed;
  height: 40px;
  line-height: 40px;
  width: 100%;
  z-index: 999;
}
.menuAreaDesktop .flex,
.menuAreaDesktopSmall .flex {
  display: flex;
}
.menuAreaDesktop .flex div,
.menuAreaDesktopSmall .flex div {
  font-size: clamp(1rem, 1.6vw, 1rem);
  outline: 0;
  border: 0;
  color: white;
  padding: 0px 10px;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .menuAreaDesktop {
    display: none;
  }
  .menuAreaDesktopSmall {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .menuAreaMobile {
    display: grid;
    grid-template-columns: 1fr;
    position: fixed;
    width: 100%;
    height: auto;
    background-color: black;
    z-index: 999;
  }
  .buttonMenu {
    background-color: black;
    height: 45px;
    outline: 0 !important;
    border: 0 !important;
  }
  .buttonMenu i {
    font-size: 36px;
    color: white;
  }
  .buttonMenu i:hover {
    color: green;
  }
  .buttonMenu button {
    outline: 0 !important;
    border: 0 !important;
    background-color: black;
    width: 36px;
    height: 36px;
    position: fixed;
    top: 0;
    right: calc(50% - 20px);
    cursor: pointer;
  }
  #navMobileInner {
    border-top: 3px dashed grey;
  }
  #navMobileInner div {
    background-color: black;
    font-size: 1rem;
    padding: 5px;
    color: #58aae0;
  }
  #navMobileInner div:hover {
    text-decoration: underline;
    color: white;
    cursor: pointer;
    background-color: green;
  }
  #navMobileInner a {
    text-align: center;
  }
  #navMobileInner {
    display: none;
  }
}
.timer {
  width: 96%;
  height: 36px;
  margin: auto;
  position: fixed;
  left: 2%;
  top: 50px;
  background: #93e7b6;
  background: wheat;
  border: 5px solid #58aae0;
  border-radius: 5px;
}
.timer .inside {
  width: 0%;
  height: 27px;
  background: #29b865;
  background: red;
  transition: all 2s ease;
  text-align: center;
  color: transparent;
}
.timer .overlay {
  position: absolute;
  text-align: center;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .timer {
    width: 24%;
    position: fixed;
    left: 0.5%;
  }
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  font-family: "Exo 2", sans-serif;
  color: white;
  font-size: 22px;
  background: url(images/record.jpg) no-repeat bottom right fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.lobster {
  font-family: "Lobster Two", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.exo-2 {
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: wheat;
}
.center {
  text-align: center;
}
.line {
  border-top: 2px dashed #58aae0;
  border-bottom: 2px dashed #58aae0;
}
.lineOrange {
  border-top: 2px dashed orangered;
  border-bottom: 2px dashed orangered;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
h1 {
  font-size: clamp(2rem, 3.1vw, 3rem);
  text-align: center;
}
h2 {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  text-align: center;
}
.boxShadow {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.redBG {
  background-color: darkred;
  color: grey;
}
.greenBG {
  background-color: green;
}
.blueBG {
  background-color: #58aae0;
  color: white;
}
.redIcon {
  color: red;
}
.greenIcon {
  color: green;
}
.spacer20 {
  height: 20px;
}
.spacer40 {
  height: 40px;
}
.mainGrid {
  padding-top: 50px;
}
@media screen and (min-width: 800px) {
  .mainGrid {
    display: grid;
    grid-template-columns: 25% auto;
    padding-top: 50px;
  }
}
.outerBox {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  margin: 10px;
  border-radius: 10px;
  border: 5px solid #58aae0;
}
.addAllButton {
  margin: 5px 0;
  border: 2px solid black;
  border-radius: 10px;
  background-color: #58aae0;
  padding: 5px 30px;
  font-size: clamp(1rem, 1.6vw, 2rem);
}
.addAllButton a {
  color: black;
}
.addAllButton:hover {
  background-color: green;
}
.list {
  background-color: #58aae0;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
}
.box {
  background-color: wheat;
  color: black;
  border: 4px solid orangered;
  border-radius: 8px;
  margin: 10px;
  font-size: 1rem;
}
.box .inner2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.box .inner2 div:nth-child(odd) {
  text-align: right;
}
.box .inner2 div:nth-child(even) {
  padding: 0 10px;
  font-weight: 700;
}
.box .inner3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.artwork {
  width: 30%;
  margin: 0 auto;
}
.artwork img {
  width: 100%;
  border-radius: 5px;
}
.audio {
  width: 96%;
  margin: 0 auto;
}
.audio audio {
  width: 100%;
}
.smallTextGrey {
  color: grey;
  font-size: 0.6rem;
  padding: 0 20px;
  text-align: center;
}
.playerControl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  font-size: clamp(2rem, 3.1vw, 3rem);
}
.playerControl div {
  border: 2px dashed grey;
  border-radius: 20px;
  margin: 10px;
}
.sticky8 {
  position: sticky;
  top: 40px;
  left: 0;
  background-color: #f08080;
  border-radius: 5px 5px 0 0;
}
.grid8M {
  display: grid;
  grid-template-columns: 0.2fr 1.5fr 1fr 1.5fr 0.25fr 0.5fr 0.25fr;
  display: none;
}
.grid8 {
  display: grid;
  grid-template-columns: 0.2fr 0.25fr 1.5fr 1fr 1.5fr 0.25fr 0.5fr 0.25fr;
}
.grid8 div {
  display: flex;
  align-items: center;
  padding: 2px;
}
.grid8 div:nth-child(1),
.grid8 div:nth-child(2),
.grid8 div:nth-child(6),
.grid8 div:nth-child(7) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid8 div:nth-child(2) {
  border-radius: 10px 0 0 10px;
}
.grid8 div:nth-child(7) {
  border-radius: 0 10px 10px 0;
}
.grid8 div:nth-child(8) {
  padding-left: 5px;
}
@media screen and (max-width: 1200px) {
  .grid8 {
    display: none;
  }
  .line2 {
    border-bottom: 4px solid grey;
  }
  .grid8M {
    display: grid;
    grid-template-columns: 0.4fr 3fr 0.1fr;
  }
  .grid8M div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
  }
  .grid8M .blueBG {
    color: black;
  }
  .grid8M .blueBG i {
    color: red;
  }
}
