@charset "utf-8";
/* CSS Document */

html {	
  background: white;
}
		
body {
  background-color: white;
  width: 100%;
  min-width: 350px;
  margin: 0 auto;	
  opacity: 0;
  transition: opacity 300ms;
}

/* links general styling code */
a:link, a:visited, a:active {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-decoration-style: double;
  text-decoration-color: red;
  transition: 1000ms;
}

u {
  text-decoration-color: #989898;
}

i {
  color: #695979;
}

#mc_embed_signup {
  background:#fff; 
  false;clear:left; 
  font:14px k2d; 
  font-weight: 200;
  width: 100%;
}

@media screen and (max-width: 650px) {
  #mc_embed_signup {
  font-size:12.5px;
  }
}

/* menu styling */

.row:after {
  content: "";
  display: table;
  clear: both;
}

* {box-sizing:border-box}

.menu-container {
  float: left;
  display: block;
  width: 100%;
  font-size: 20px; 
  text-transform: uppercase;
  font-family: Gruppo;
  font-size: 22px;
  padding-left: 45px;
  padding-right: 45px; 
  padding-top: 30px; 
  padding-bottom:30px; 
  color: black;
  transition: 700ms;
}

.menu-container:hover {
  background-color: black;
  color: white;
}

@media screen and (max-width:450px) {
  .menu-container {
  padding-top: 25px;
  padding-bottom: 25px;
  }
}

@media screen and (max-width:500px) {
  .menu-container {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.menu {
  float:left;
  width: 70%;
  text-align: left;
}

.cart {
  float: left;
  width: 30%;
  text-align: right;
}

/** end of menu styling **/

.add-to-cart-container {
  width: 100%;
  padding-bottom: 20px;
  font-family: Montserrat;
  text-transform: lowercase;
  text-align: center;
}

.one-line-text {
  float: left;
  width: calc((100%) - (140px));
  font-family: k2d;
  font-weight: 200;
  text-transform: lowercase;
  font-size: 14px;
  text-align: justify;
  margin-left: 70px;
  margin-right: 70px;
  margin-bottom: 50px;
  transition: 500ms;
}

@media screen and (max-width: 1049px) {
  .one-line-text {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .one-line-text {
  font-size: 13px;
  }
}

.index-video-container {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 75px;
  padding-right: 75px;
  padding-top: 55px;
  padding-bottom: 75px;
  text-align: center;
  font-family: k2d;
  font-weight: 200;
}

.embed-youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  
}

.titles {
  float: left; 
  padding-bottom: 40px;
  width: 100%;
  font-family: Gruppo;
  text-transform: uppercase;
  font-size: 22px;
  transition: 1000ms;
}

@media screen and (max-width:500px) {
  .titles {
  font-size: 22px;
  }
}

.about-container {
  float: left;
  padding-top: 20px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 15px;
  width: 100%;
  transition: 1000ms;
}

.newsletter-signup-container {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 15px;
  transition: 1000ms;
}

@media screen and (max-width: 500px) {
  .newsletter-signup-container {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media screen and (min-width: 650px) {
  .newsletter-signup-container {
  padding-left: 150px;
  padding-right: 150px;
  }
}

@media screen and (min-width: 1000px) {
  .newsletter-signup-container {
  padding-left: 300px;
  padding-right: 300px;
  }
}

.about {
  float: left;
  width: 40%;
  text-align: justify;
  font-size: 13px;
  font-family: Montserrat;
  padding-bottom: 35px;
}

@media screen and (max-width: 785px) {
  .about {
  padding-right: 15px;
  }
}

@media screen and (max-width: 500px) {
  .about {
  padding-right: 0;
  }
}

.about-image {
  float: left;
  width: 55%;
  margin-left: 5%;
  text-align: justify;
  font-size: 13px;
  font-family: Montserrat;
}

@media screen and (max-width: 785px) {
  .about-image {
  padding-right: 15px;
  }
}

@media screen and (max-width: 500px) {
  .about-image {
  padding-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .about, .about-image, .photo-credits {
  width: 100%;
  margin: 0;
  }
}

.gray-container {
  float: left;
  width: 100%;
  background: black;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.latest-releases {
  float: left;
  width: 35%;
  height: 210px;
  padding: 18px;
  text-align: justify;
  font-size: 13px;
  font-family: Montserrat;
  padding-bottom: 35px;
  color: white;
}

.latest-releases-images {
  float: left;
  width: 60%;
  height: 210px;
  margin-left: 5%;
  padding: 18px;
  text-align: justify;
  font-size: 13px;
  font-family: Montserrat;
}

.four-columns {
  float: left;
  width: 25%;
  padding: 10px;
}

.half-width-text-container-left {
  float: left;
  width: 50%;
  padding-right: 10px;
  font-size: 13px;
  font-family: Montserrat;
}

.half-width-text-container-right {
  float: left;
  width: 50%;
  padding-left: 10px;
  font-size: 13px;
  font-family: Montserrat;
}

@media screen and (max-width:500px) {
  .half-width-text-container-left, .half-width-text-container-right {
  width: 100%;
  padding: 0;
  }
}

.one-line-container {
  float: left;
  width: 100%;
  font-size: 13px;
  font-family: k2d;
  font-weight: 200;
}

.title-container {
  float: left;
  width: calc((100%) - (95px));
  font-size: 17px;
  font-family: Montserrat;
  margin-left: 70px;
  margin-right: 25px;
  margin-top: 40px;
  margin-bottom: 70px;
}

@media screen and (max-width: 1049px) {
  .title-container {
  margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .title-container {
  font-size: 15px;
  }
}

.artist-follow-styling {
  margin-top: 10px;
  font-size: 14px;
  font-family: k2d;
  font-weight: 200;
  line-height: 25px;
}

.artist-follow-styling a:hover, a:visited, a:active {
  text-decoration: none;
}

@media screen and (max-width: 500px) {
  .artist-follow-styling {
  font-size: 12.5px;
  }
}

.artist-discography-container {
  float: left;
  width: 100%;
  font-size: 12px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1049px) {
  .artist-discography-container {
  padding-left: 0;
  padding-right: 0;
  }
}

@media screen and (max-width: 785px) {
  .artist-discography-container {
  width: calc((100%) + (15px));
  }
}

@media screen and (max-width: 500px) {
  .artist-discography-container {
  width: 100%;
  }
}

.artist-about-container-left {
  float: left;
  width: calc((50%) - (95px));
  font-size: 13px;
  font-family: k2d;
  font-weight: 200;
  text-transform: lowercase;
  text-align: justify;
  margin-left: 70px;
  margin-right: 25px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1049px) {
  .artist-about-container-left {
  width: calc((50%) - (25px));
  margin-left: 0;
  }
}

@media screen and (max-width:785px) {
  .artist-about-container-left {
  width: 100%;
  margin-right: 0;
  }
}

.artist-about-container-right {
  float: left;
  width: calc((50%) - (95px));
  font-size: 13px;
  font-family: k2d;
  font-weight: 200;
  text-transform: lowercase;
  text-align: justify;
  margin-left: 25px;
  margin-right: 70px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1049px) {
  .artist-about-container-right {
  width: calc((50%) - (25px));
  margin-right: 0;
  }
}

@media screen and (max-width:785px) {
  .artist-about-container-right {
  margin-left: 0;
  width: 100%;
  }
}

.artist-video-wrapper {
  float: left;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
}

@media screen and (max-width: 1049px) {
  .artist-video-wrapper {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.artist-video-container-left {
  float: left;
  width: calc((50%) - (45px));
  margin-right: 45px;  
  margin-bottom: 50px;
}

@media screen and (max-width:785px) {
  .artist-video-container-left {
  margin-right: 0;
  width: 100%;
  }
}

.artist-video-container-right {
  float: left;
  width: calc((50%) - (45px));
  margin-left: 45px;
  margin-bottom: 50px;
}

@media screen and (max-width:785px) {
  .artist-video-container-right {
  margin-left: 0;
  width: 100%;
  }
}

/** artists codes end **/

/** assets popup window **/

.assets-popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.assets-popup .assets-popup-text {
  visibility: hidden;
  width: 180px;
  height: 35px;
  background-color: #555;
  color: #fff;
  text-align: left;
  font-family: k2d;
  font-weight: 400;
  font-size: 13px;
  border-radius: 0;
  padding: 0px 2px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

.assets-popup .assets-popup-text a {
  color: white;
}

.assets-popup .assets-popup-text {
  content: "";
  position: absolute;
  top: 100%;
  left: 5px;
  margin-left: -5px;
  margin-right: 5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.assets-popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1000ms;
  animation: fadeIn 1000ms;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

/** assets popup window end **/

/** streaming platforms window popup **/

.streaming-platforms-popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.streaming-platforms-popup .streaming-platforms-popup-text {
  visibility: hidden;
  width: 270px;
  height: 30px;
  background-color: white;
  color: black;
  text-align: left;
  font-family: k2d;
  font-weight: 400;
  line-height: 18px;
  font-size: 13px;
  border-radius: 0;
  padding: 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

.streaming-platforms-popup .streaming-platforms-popup-text a {
  color: black;
}

.streaming-platforms-popup .streaming-platforms-popup-text {
  content: "";
  position: absolute;
  top: 100%;
  left: -137px;
  margin-left: -5px;
  margin-right: 5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
}

.streaming-platforms-popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1000ms;
  animation: fadeIn 1000ms;
}

/** streaming platforms popup end **/

.image-text-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 500ms ease;
  background-color: #191919;
}

.image-text-style {
  padding-top: 20%;
  text-align: center;
  color: white;
  font-family: Gruppo;
  font-size: 20px;
  text-transform: uppercase;
}

.audio-player-container {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 70%;
}

.playlists-description {
  width: 100%;
  height: 130px;
  margin-bottom: 50px;
  background-color: #676d9b;
  padding: 15px;
  text-align: justify;
  color: white;
  font-family: k2d;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 14px;
}

@media screen and (max-width: 650px) {
  .playlists-description {
  font-size: 12.5px;
  }
}

.playlists-submit {
  position: absolute;
  width: calc((100%) - (30px));
  bottom: 35px;
  padding: 10px;
  text-align: center;
  font-size: 18.5px;
  font-family: Gruppo;
  color: white;
  background-color: black;
}

@media screen and (max-width:650px) {
  .playlists-submit {
  font-size: 15px;
  }
}

@media screen and (max-width:500px) {
  .playlists-submit {
  font-size: 17px;
  }
}

.playlists-submit a {
  text-decoration: none;
  color: white;
}

.three-columns-container-left:hover .image-text-overlay {
  opacity: 85%;
}

.three-columns-container-middle:hover .image-text-overlay {
  opacity: 85%;
}

.three-columns-container-right:hover .image-text-overlay {
  opacity: 85%;
}

.three-columns-container-left {
  position: relative;
  float: left;
  width: calc((33.33%) - (10px));
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 13.5px;
  font-family: K2D;
  font-weight: 200;
}
  
.three-columns-container-middle {
  position: relative;
  float: left;
  width: calc((33.33%) - (10px));
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 13.5px;
  font-family: K2D;
  font-weight: 200;
}

.three-columns-container-right {
  position: relative;
  float: left;
  width: calc((33.33%) - (10px));
  margin-left: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 13.5px;
  font-family: K2D;
  font-weight: 200;
}

@media screen and (max-width:785px) {
  .three-columns-container-left {
  width: calc((50%) - (15px));
  }
}

@media screen and (max-width:785px) {
  .three-columns-container-middle {
  width: calc((50%) - (15px));
  margin-right: 15px;
  }
}

@media screen and (max-width:785px) {
  .three-columns-container-right {
  margin-left: 0;
  margin-right: 15px;
  width: calc((50%) - (15px));
  }
}

@media screen and (max-width:500px) {
  .three-columns-container-left, .three-columns-container-middle, .three-columns-container-right {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  }
}

/** store / releases CSS **/

.release-title-container {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.release-number {
  float: left;
  font-size: 13px;
  font-family: k2d;
  font-weight: 200;
  width: 16%;
  text-align: left;
  color: white;
  background-color: black;
  word-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px;
  transition: 1000ms;
}

@media screen and (max-width: 500px) {
  .release-number {
  font-size: 10.5px;
  }
}

@media screen and (max-width: 400px) {
  .release-number {
  display: none;
  }
}

.release-title {
  float: left;
  font-size: 13px;
  font-family: k2d;
  font-weight: 200;
  width: 84%;
  text-align: right;
  word-spacing: 1.5px;
  color: white;
  background-color: black;
  padding: 5px;
  text-transform: uppercase;
}

@media screen and (max-width: 500px) {
  .release-title {
  font-size: 10.5px;
  }
}

@media screen and (max-width: 400px) {
  .release-title {
  width: 100%;
  text-align: center;
  }
}

.release-share-container {
  float: left;
  width: 35%;
  font-size: 13px;
  font-family: k2d;
  font-weight: 200;
  text-align: right;
  margin-bottom: 50px;
  margin-top: -2.6px;
  transition: 1000ms;
}

@media screen and (max-width: 500px) {
  .release-share-container {
  font-size: 12.5px;
  }
}

@media screen and (max-width: 370px) {
  .release-share-container {
  color: transparent;
  }
}

.release-share-container img {
  width: 18px;
  height: 18px;
  vertical-align: bottom;
}

.release-save-styling {
  float: left;
  width: 65%;
  font-size: 13px;
  font-family: k2d;
  font-weight: 200;
  text-align: left;
  margin-bottom: 50px;
}

.release-save-styling a:hover, a:visited, a:active {
  text-decoration: none;
}

@media screen and (max-width:500px) {
  .release-save-styling {
  font-size: 12.5px;
  }
}

.release-track-description {
  float: left;
  width: 50%;
  font-size: 13px;
  font-family: k2d;
  font-weight: 200;
  text-transform: lowercase;
  text-align: justify;
  margin-bottom: 50px;
}

.release-tracks-container {
  float: left;
  width: 100%;
  margin-bottom: 50px;
} 

.release-track-listing {
  float: left;
  width: 70%;
  font-size: 13px;
  font-family: k2d;
  font-weight: 400;
  text-transform: lowercase;
  text-align: left;
  line-height: 19px;
}

.release-track-buttons {
  float: left;
  width: calc((10%) - (5px));
  text-align: left;
  font-size: 13px;
  font-family: k2d;
  font-weight: 200;
  line-height: 19px;
  margin-left: 5px;
}

.release-track-duration {
  float: left;
  width: calc((20%) - (10px));
  text-align: right;
  font-family: k2d;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  word-spacing: -1px;
  margin-right: 10px;
}

.release-photo-store {
  box-shadow: 3.5px 2px 2px #797979;
  margin-bottom: 7px;
  margin-right: 3.5px;
}

.release-photo-store img {
  width: 100%;
  height: auto;
  display: block;
}

.release-photo-container {
  float: left;
  width: calc((50%) - (95px));
  height: 100%;
  margin-right: 25px;
  margin-left: 70px;
  margin-bottom: 25px;
  transition: 1000ms;
  box-shadow: 3.5px 2px 2px #797979;
}

.release-photo {
}

.release-photo img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 999px) {
  .release-photo {
  box-shadow: 3.5px 2px 2px #797979;
  }
}

@media screen and (max-width: 650px) {
  .release-photo {
  padding: 0;
  margin-right: 3.5px;
  }
}

@media screen and (max-width: 1149px) {
  .release-photo-container {
  margin-left: 0;
  width: calc((50%) - (25px));
  }
}

@media screen and (max-width: 999px) {
  .release-photo-container {
  width: 100%;
  margin: 0;
  padding: 100px;
  border: 2px solid black;
  box-shadow: none;
  }
}

@media screen and (max-width: 650px) {
  .release-photo-container {
  border: none;
  padding: 0;
  margin-bottom: 25px;
  }
}

.release-info-container {
  float: left;
  width: calc((50%) - (95px));
  height: 100%;
  padding-bottom: 25px;
  margin-right: 70px;
  margin-left: 25px;
  transition: 1000ms;
}

@media screen and (max-width: 1149px) {
  .release-info-container {
  margin-right: 0;
  width: calc((50%) - (25px));
  }
}

@media screen and (max-width: 999px) {
  .release-info-container {
  width: 100%;
  margin: 0;
  }
}

.release-store-section-container {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 15px;
} 

.release-type {
  float: left;
  width: 80%;
  font-family: k2d;
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  margin-bottom: 20px;
}

.release-type-description {
  color:#797979; 
  font-size: 11.5px;
  font-family: k2d;
  font-weight: 200;
}

@media screen and (max-width: 500px) {
  .release-type-description {
  font-size: 10.5px;
  }
}

.release-price {
  float: left;
  width: 10%;
  font-size: 18px;
  font-family: Gruppo;
  text-align: center;
  vertical-align: sub;
  padding-top: 5px;
  margin-bottom: 20px;
  font-weight: bold;
  transition: 700ms;
}

@media screen and (max-width: 500px) {
  .release-credits, .release-track-description, .release-track-listing, .release-about-container-left, .release-about-container-right, .release-track-duration, .release-type {
  font-size: 12px;
  }
}

.release-buy-button {
  float: left;
  width: 10%;
  font-size: 18px;
  font-family: Gruppo;
  text-align: center;
  vertical-align: sub;
  font-weight: bold;
  padding-top: 5px;
  margin-bottom: 20px;
  transition: 700ms;
}

@media screen and (max-width: 400px) {
  .release-price, .release-buy-button {
  padding-top: 8px;
  font-size: 16px;
  }
}

.release-buy-button img {
  width: 37px;
  height: 37px;
}

.release-about-container-left {
  float: left;
  width: calc((50%) - (95px));
  margin-right: 25px;
  margin-left: 70px;
  padding-bottom: 25px;
  text-align: justify;
  transition: 1000ms;
} 

.release-about-container-left img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1149px) {
  .release-about-container-left {
  margin-left: 0;
  width: calc((50%) - (25px));
  }
}

@media screen and (max-width: 999px) {
  .release-about-container-left {
  width: 100%;
  margin: 0;
  }
}

.release-about-container-right {
  float: left;
  width: calc((50%) - (95px));
  text-align: justify;
  padding-bottom: 25px;
  margin-right: 70px;
  margin-left: 25px;
  transition: 1000ms;
} 

.release-about-container-right img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1149px) {
  .release-about-container-right {
  margin-right: 0;
  width: calc((50%) - (25px));
  }
}

@media screen and (max-width: 999px) {
  .release-about-container-right {
  width: 100%;
  margin: 0;
  }
}

.release-quote-container {
  float: left;
  width: 100%;
  text-align: center;
  font-family: k2d;
  font-weight: 200;
  font-size: 14px;
  line-height: 21px;
  margin-top: 75px;
  margin-bottom: 100px;
  padding-left: 20%;
  padding-right: 20%;
}

@media screen and (max-width: 650px) {
  .release-quote-container {
  padding-left: 13%;
  padding-right: 13%;
  }
}

@media screen and (max-width: 500px) {
  .release-quote-container {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 75px;
  }
}

.release-credits-styling {
  font-family: Gruppo;
  font-size: 18px;
  padding-bottom: 40px;
  transition: 1s;
}

@media screen and (max-width: 999px) {
  .release-credits-styling {
  padding-top: 25px;
  }
}

@media screen and (max-width: 500px) {
  .release-credits-styling {
  font-size: 16px;
  }
}

/** end of releases CSS **/

/** images optimization code **/

.square-image-container {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.square-image-container img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

/** end of images optimization code **/

.button {
  cursor: pointer;
}

button {
  width: 0;
  height: 0;
  border: none;
  text-decoration: none;
  background: none;
}

.photo-credits {
  float: left;
  width: 100%;
  text-align: right;
  font-size: 10px;
  font-family: k2d;
  font-weight: 200;
  letter-spacing: 0.8px;
  color: #969696;
  padding-bottom: 15px;
}

@media screen and (max-width: 800px) {
  .photo-credits {
  font-size: 9px;
  }
}

.shows-schedule-titles-container {
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 14px;
  font-family: k2d;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}

.shows-schedule-container {
  float: left;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 2.5px;
  padding-top: 2.5px;
  font-size: 13px;
  font-family: k2d;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}

.shows-content-date {
  float: left;
  width: 12%;
  padding-right: 15px;
}

.shows-content-artist {
  float: left;
  width: 32%;
  padding-right: 15px;
}

.shows-content-city {
  float: left;
  width: 14%;
  padding-right: 15px;
}

.shows-content-country {
  float: left;
  width: 10%;
  padding-right: 15px;
}

.shows-content-venue {
  float: left;
  width: 32%;
}

.shows-schedule-container:hover {
  background-color: #aec3b0;
  cursor: pointer;
}

@media screen and (max-width:900px) {
  .shows-content-country {
  display: none;
  }
  .shows-content-date {
  width: 14%;
  }
  .shows-content-artist {
  width: 34%;
  }
  .shows-content-city {
  width: 16%;
  }
  .shows-content-venue {
  width: 36%;
  }
}

@media screen and (max-width:700px) {
  .shows-content-date {
  width: 24%;
  }
  .shows-content-artist {
  width: 44%;
  }
  .shows-content-city {
  width: 32%;
  padding-right: 0px;
  }
  .shows-content-venue {
  display: none;
  }
}

/*links code */
.links-listing {
  padding-top: 65px;
  line-height: 39px;
  font-family: k2d;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 19px;
  width: 100%;
  transition: 1000ms;
} 

.links-listing img {
  width: 18px;
  height: 18px;
}

.links-listing a:hover, a:visited, a:active {
  text-decoration: none;
}

@media screen and (max-width: 650px) {
  .links-listing {
    font-size: 19px;
    }
  .links-listing img {
    width: 18px;
    height: 18px;
    }
}

@media screen and (max-width: 500px) {
  .links-listing {
    font-size: 18px;
    }
  .links-listing img {
    width: 16px;
    height: 16px;
    }
}

/* partners code */

.partners-container {
  width: calc((100%) - (70px));
  margin-left: 45px;
  margin-right: 45px;
  float: left;
  text-align: center;
  line-height: 70px;
  transition: 700ms;
}

.partners-container img {
  width: 180px;
  transition: 700ms;
}

@media screen and (max-width:1050px) {
  .partners-container {
  width: calc((100%) - (30px));
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media screen and (max-width:500px) {
  .partners-container {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  }
}

@media screen and (max-width:860px) {
  .partners-container img {
  width: 130px;
  }
}

@media screen and (max-width:500px) {
  .partners-container img {
  width: 100px;
  }
}

/* footer code */
.footer-container {
  float: left;
  width: 100%;
  padding-top: 45px;
  padding-left: 55px;
  padding-right: 45px;
  padding-bottom: 30px;
  background-color: black;
  transition: 500ms;
}

.footer-documentation-container {
  float: left;
  width: 100%;
  padding-left: 45.7%;
  padding-right: 45px;
  padding-bottom: 10px;
  background-color: black;
  font-size: 12px;
  font-family: K2D;
  font-weight: 500;
  transition: 500ms;
}

@media screen and (max-width: 810px) {
  .footer-documentation-container {
  padding-left: 45px;
  }
}

.footer-documentation-left {
  float: left;
  width: 32%;
  color: white;
  text-align: center;
}

.footer-documentation-middle {
  float: left;
  width: 38%;
  padding-left: 25px;
  color: white;
  text-align: center;
}

.footer-documentation-right {
  float: left;
  width: 30%;
  padding-left: 10px;
  color: white;
  text-align: center;
}

.footer-documentation-right img {
  width: 100px;
}

@media screen and (max-width: 1110px) {
  .footer-documentation-right img {
  width: 90px;
  }
}

@media screen and (max-width: 660px) {
  .footer-documentation-right img {
  width: 80px;
  }
}

@media screen and (max-width: 810px) {
  .footer-documentation-left {
  width: 31%;
  }
  
  .footer-documentation-center {
  width: 31%;
  }
  
  .footer-documentation-right {
  width: 31%;
  }
}

@media screen and (max-width: 500px) {
  .footer-documentation-left img {
  width: 100px;
  }
}

.footer-contact-socials {
  float: left;
  width: 100%;
  text-align: right;
  font-family: k2d;
  font-weight: 200;
  font-size: 12.5px;
  color: white;
  padding-top: 25px;
  padding-right: 45px;
  background: none;
}

.footer-contact-socials img {
  width: 25px;
  height: 25px;
  transition: 500ms;
}

.footer-contact-socials a:hover, a:visited, a:active {
  text-decoration: none;
}

@media screen and (max-width: 500px) {
  .footer-contact-socials img {
  width: 19px;
  height: 19px;
  transition: 500ms;
  }
}

.footer-logo {
  float: left;
  width: 45%;
  transition: 500ms;
}

.footer-logo img {
  width: 125px;
  transition: 500ms;
}

.footer-contact-left {
  float: left;
  width: 27.5%;
  text-align: justify;
  font-size: 12.5px;
  font-family: K2D;
  font-weight: 200;
  color: white;
}

.footer-contact-right {
  float: left;
  width: 27.5%;
  text-align: justify;
  font-size: 12.5px;
  font-family: K2D;
  font-weight: 200;
  color: white;
}

@media screen and (max-width: 810px) {
  .footer-logo {
  width: 34%;
  }
  .footer-contact-left {
  width: 33%;
  }
  .footer-contact-right {
  width: 33%;
  }
}

@media screen and (max-width: 620px) {
  .footer-container, .footer-documentation-container {
  padding-left: 45px;
  }
  .footer-logo {
  display: none;
  }
  .footer-contact-left {
  width: 50%;
  font-size: 11px;
  }
  .footer-contact-right {
  width: 50%;
  font-size: 11px;
  }
}

@media screen and (max-width: 800px) {
.index-video-container {
  padding-left: 45px;
  padding-right: 45px;
  }
}

@media screen and (max-width: 500px) {
  .about-container, .shows-schedule-container, .shows-schedule-titles-container, .index-video-container {
  padding-left: 15px;
  padding-right: 15px;
  transition: 1000ms;
  font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .footer-contact-socials, .footer-documentation-container, .footer-container {
  padding-left: 15px;
  padding-right: 15px;
  transition: 1000ms;
  font-size: 11px;
  }
}


/* menu CSS code */	
.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 300ms;
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  font-family: Gruppo;
  margin-top: 30px;
}

.overlay-content a {
  display: block;
  margin: auto;
  width: fit-content;
}

.overlay a {
  padding: 2px;
  text-decoration: none;
  font-size: 30px;
  color: white;
  display: block;
  transition: 300ms;
}

.overlay span {
  cursor: pointer;
  padding: 2px;
  text-decoration: none;
  text-align: center;
  font-size: 30px;
  color: white;
  display: block;
  transition: 300ms;
  position: relative;
  width: fit-content;
  margin: auto; 
  display: table;
}

.overlay span:hover, .overlay span:focus {
  text-decoration: none;
  letter-spacing: 1.5px;
  transition: 1000ms;
}

.overlay a:hover, .overlay a:focus {
  text-decoration: none;
  letter-spacing: 1.5px;
  transition: 1000ms;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  left: 45px;
  font-size: 45px;
}

@media screen and (max-height: 450px) {
  .overlay span {font-size: 20px}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
/* end of menu CSS code */
