  body:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    background: radial-gradient(circle, rgba(70, 78, 90, .1) 0%, rgba(70, 78, 90, .3) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  footer {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%)!important;
  }

  .bg-gray-900 {
    background-color: rgb(0 105 137 / var(--tw-bg-opacity));
  }

  a.bg-gray-900:hover {
    background-color: rgb(0 125 163 / var(--tw-bg-opacity));
  }

  a.bg-gray-900:active {
    background-color: rgb(0 145 189 / var(--tw-bg-opacity));
  }

  .focus-within\:ring-indigo-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 105 137 / var(--tw-ring-opacity))!important;
  }

  .border-gray-700 {
    border-color: rgb(255, 255, 255, .2)!important;
  }

  .ring-1 {
    box-shadow: none!important;
    border: 1px solid rgb(255, 255, 255, .2)!important;
  }

  .ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)!important;
    border: 1px solid transparent!important;
  }

  .semi-trans {
    background: rgb(255, 255, 255, .2)!important;
  }

  @media (max-width: 639px) {
    main > .px-20 {
      margin: 0 auto!important;
      padding-left: 0!important;
      padding-right: 0px!important;
    }

    #bottomMenu {
      display: inline;
    }

    #bottomMenu > div {
      margin: 0 auto;
      text-align: center;
    }
  }
  
  @media (max-width: 590px) {
    iframe {
      width: 100%!important;
    }

    #searchSection > div {
      margin: 0 0 0 220px!important;
      width: 150px;
    }
  }

  #searchSection {
    position: absolute;
    top: 13px;
    left: 0px;
    text-align: center;
    width: 100%;
  }

  #searchSection > div {
    margin: 0 auto;
  }

  @media (max-width: 420px) {
    #mainLogo {
      height: 1.3em!important;
    }

    #searchSection > div {
      margin: 0 0 0 140px!important;
      width: 120px;
    }
  }

  .iframe-spotify {
    width: 512px;
    height: 352px;
  }
  
  .iframe-apple-music
  {
    width: 512px;
    height: 450px;
  }

  .iframe-amazon
  {
    width: 512px;
    height: 450px;
  }

  .iframe-youtube
  {
    width: 512px;
    height: 350px;  
  }

  @media (max-width: 420px) {
    #mainLogo {
      height: 1.3em!important;
    }
  }

@media (min-width: 700px) and (max-height: 950px) { 
  body > div {
    /* zoom: 60%!important; */
    transform: scale(0.8);
    transform-origin: 50% 0;
    -moz-transform: scale(0.8);
    -moz-transform-origin: 50% 0;
  }

  /* .iframe-spotify {
    height: fit-content;
  } */
}

.my-btn
{
  width: 100%;
  display: block;
  text-align: center;
}

.btn-default {
  background-color: #121212;
}

.btn-spotify {
  background-color: #121212;
}

.btn-apple {
  background-color: #fa253b;
}

.btn-youtube-music {
  background-color: #282828;
}

.btn-youtube {
  background-color: #282828;
}

.btn-youtube.bg-transparent {
  background-color: transparent;
}

.bg-transparent {
  background-color: transparent;
}

.btn-deezer {
  background-color: #121216;
}

.btn-amazon-music {
  background-color: #090a0a;
}

.btn-amazon {
  background-color: #131921;
}

.btn-beaport {
  background-color: #141414;
}

.btn-bandcamp {
  background-color: #222222;
}

.btn-tiktok {
  background-color: #000000;
}

.btn-tidal {
  background-color: #09090A;
}

.btn-qobuz {
  background-color: #000000;
}

.btn-iheartradio {
  background-color: #333333;
}

.btn-soundcloud {
  background-color: #FF5601;
}

.btn-pandora {
  background-color: #2082F8;
}

.btn-tencent {
  background-color: #1772F9;
}

#full-load {
  position: fixed;
  left: 0;
  right: 0;
  width: 1000vw;
  height: 1000vh;
  z-index: 200;
  background: #000;
  opacity: 1;
  transition: opacity 1s;
}

#full-load.removing {
  opacity: 0;
}

#linkSection > div:nth-child(2)
{
  margin-top: 1.25rem;
}

#gateSection {
  background: #FFF!important;
  text-align: center;
}

.artwork-img {
  border-radius: 0.5rem;
  min-height: 220px;
}

.hide {
  display: none;
}

#artwork-img-parent {
  margin: 0 auto 2.5rem auto;
}

/* Alerts (bootstrap) */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.instagram-share-display .instagram-icon, .apple-share-display .apple-icon
{
  font-size: 50px!important;
  cursor: pointer!important;
  margin-left: 5px;
  margin-right: 5px;
}