@import url("https://fonts.googleapis.com/css?family=Pathway+Gothic+One");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

body {
  background-color: black;
  background:
    -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.3)),
      to(rgba(0, 0, 0, 0.3))
    ),
    url("img/fullbg.jpg") no-repeat center center fixed;
  background:
    -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("img/fullbg.jpg") no-repeat center center fixed;
  background:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("img/fullbg.jpg") no-repeat center center fixed;
  background-size: cover;
  font-family: "Roboto Condensed", "Arial Narrow";
  margin: 0px;
  color: #ddd;
}

body,
html,
.fullscreen {
  width: 100%;
  height: 100%;
  margin: 0px;
}
.fullscreen {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 800px;
  margin: auto;
}
.red {
  background-color: red;
}
.green {
  background-color: green;
}
.yellow {
  background-color: yellow;
}
.blue {
  background-color: blue;
}

.fullrow {
  width: 100%;
  min-height: 50px;
  flex-grow: 0;
  display: flex;
}
.stretchrow {
  width: 100%;
  min-height: 10px;
  height: 100%;
  flex-grow: 1;
}

#playImg {
  aspect-ratio: 1 / 1;
  object-fit: cover !important;
  border-radius: 0px;
  margin-bottom: 0px !important;
  object-position: 0 0;

  max-width: 100% !important;

  width: 100% !important;
  height: auto;
  max-width: 100%;
  width: 100% !important;
}

.toprow {
  display: flex;
  width: 100%;
  align-items: center;
}

.topleft {
  width: 70px;
  height: 70px;
  text-align: center;
}

.topleft img {
  width: 100%;
  height: 100%;
}

.topcentre {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #ddd;

  padding-top: 0px;
  text-align: left;
  text-transform: uppercase;
}

.topright {
  width: 80px;
  text-align: right;
  padding-right: 10px;
}

.secondrow {
  text-align: center;
  margin: 10px;
  font-size: 1.2em;
  width: 100%;
}

.title1,
.title2,
.title3 {
  font-size: 1.5em;
  margin: 0px;
  font-family: "Bebas Neue", "Pathway Gothic One", "Arial Narrow";
  margin-top: 2px;
}

.title1 {
  color: #52e980;
  margin-bottom: -5px;
  font-size: 1.6em;
}

.title3 {
  color: #ddd;
  font-size: 1.5em;
  text-transform: uppercase;
}

.mailrow {
  width: 100%;
  margin: auto;
  text-align: center;
}

.ocplayer {
  width: 100% !important;
  min-width: 320px !important;
  max-width: 1000px !important;
  margin: 0px !important;
  padding: 0px !important;
  position: relative;
}

#playName {
  font-size: 1.4em !important;
}

.overlayCover {
  background-color: #000000aa !important;
  /*display: flex;*/
  display: none;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 15px;
}

.overlayCover a {
  width: 55px;
  padding: 12px;
  color: #52e980;
}

.spotOver {
  font-size: 34px;
  margin-left: -1px;
}

.tunesOver {
  font-size: 36px;
}

#playControls {
  width: 100% !important;
  padding-left: 0px !important;
  padding-top: 13px;
  padding-bottom: 0px;
}

#playButtons {
  margin-top: 5px !important;
}

#playLast,
#playTog,
#playNext {
  font-size: 38px !important;
}

#playTimeR {
  margin: auto !important;
}

#playList {
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  padding-bottom: 0px;
  margin: auto;
}

#playList div {
  margin: auto;
  background-color: #00000088;
  font-size: 1.2em;
}

.controlinner {
  max-width: 320px;
  margin: auto;
}

[class*=" icon-"],
[class^="icon-"] {
  color: #ddd !important;
}

.socialrow {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin: auto;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 4;
}

.socialrow a {
  font-size: 1.5em;
  padding: 5px;
  color: #52e980;
}

.socialrow a img {
  width: 32px;
}

.tweakfa {
  font-size: 1.9em !important;
}

.item {
  font-family: "Pathway Gothic One", calibri, verdana, tahoma, sans-serif;
  padding: 10px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #52e980;
  border-radius: 2px;
  color: #000;
  font-weight: 600;
  font-size: 1.2em;
  text-decoration: none;
  display: inline-block;
  margin-top: 5px;
  border: 1px solid #52e980;
}

.bgBlack {
  background-color: #000000aa;
  width: 100%;
}

#signupForm {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin: 10px;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  border: 5px solid #52e980;
}

#signupBackground {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.signupTopRow {
  background: #52e980;
  margin: -2px;
  margin-bottom: 20px;
}

#closeSignup {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 36px;
  background: #52e980;
  padding: 5px 15px 10px 15px;
  color: black;
  font-weight: bolder;
  height: 55px;
  cursor: pointer;
}

.signuptitle {
  margin-bottom: 10px;
  text-align: center;
}

.st1 {
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;
  margin-right: 50px;
  color: black;
  text-align: left;
  padding-left: 10px;
  padding-top: 5px;
  height: 55px;
}
.st2 {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.st3 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2em;
}

.signupLink {
  margin-bottom: 15px;
  text-align: center;
}

.signupLink a,
.signupLink a:visited {
  color: #52e980;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.3em;
}
.signupLink a:hover {
  text-decoration: underline;
}

@media (min-width: 450px) {
  #playList div {
    max-width: 450px !important;
    margin: auto;
  }
}

@media (max-width: 380px) {
  .title1,
  .title2 {
    font-size: 1.4em;
  }
  .controlinner {
    max-width: 290px;
  }

  .topright {
    width: 60px;
  }

  .title3 {
    font-size: 1.1em;
  }

  #playName {
    font-size: 1.1em !important;
  }
}

@media (orientation: landscape) and (min-height: 601px) {
  #playImg {
    max-height: 150%;
    margin: auto !important;
    object-fit: scale-down !important;
    width: auto;
    /* text-align: center; */
    object-position: center;
  }
}

@media (orientation: landscape) and (max-height: 600px) {
  .topcentre {
    flex-direction: row;
  }

  #playList div {
    padding: 4px;
  }

  .topleft {
    width: 50px;
    height: 50px;
  }
  .title2 {
    margin-left: 20px;
  }
  .topright {
    width: 140px;
  }

  #player {
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
  }

  .stretchrow {
    width: 50%;
    max-width: 240px;
    height: unset;
  }

  .socialrow {
    padding: 0px;
    font-size: 0.8em;
    order: 3;
  }

  .socialrow a img {
    width: 25px;
  }
  #playButtons {
    margin-bottom: 10px;
    margin-top: -3px !important;
  }
  .coverrow {
    position: relative;
  }
  .spotOver {
    font-size: 32px;
    /* margin-left: -1px; */
    margin-right: -11px;
  }
  .tunesOver {
    margin-right: -8px;
    margin-top: -2px;
  }

  .overlayCover a {
    width: 55px;
    padding-left: 8px;
    padding-bottom: 3px;
    padding-top: 8px;
    color: #52e980;
  }
  #playName {
    display: none;
  }

  #playList {
    order: 1;
  }

  .overlayCover {
    flex-direction: row;
    top: 5px;
    right: 5px;
  }

  #playControls {
    padding-top: 0px;
    order: 2;
  }
  #playImg {
    max-height: 240px;
    max-width: 240px !important;
  }

  #playLast,
  #playTog,
  #playNext {
    font-size: 30px !important;
  }

  .bgBlack {
    display: flex;
    flex-direction: column;
  }
}
