
body {
  font-size: 16px;
  background-image: url('../images/body.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;

}


h1 {
  color:white;
  text-align: center;
  position: relative;
  top: 30px;
  word-spacing: 10px;
  font-weight: bold;

}

p  {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.5px;
  line-height: 1.6;
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px;

}

.container {
  max-width: 768px;
  margin: 60px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  background-image: url('../images/background.webp');
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.responsive-media {
  width: 100%;
  height: auto;
}

/* MOBILE */
@media (max-width: 768px) {
  .media-container iframe {
    width: 100%;
    max-width: 100%;
    height: 200px;
  }

  .media-container img {
    max-width: 100%;
    height: auto;
  }
}

/* DESKTOP */
@media (min-width: 769px) {
  .media-container iframe {
    width: 100%;
    max-width: 600px;
    height: 400px;
  }

  .media-container img {
    width: 100%;
    max-width: 600px;
    height: auto;
  }
}


.song {
  margin-bottom: 30px;

}

.video {
  margin-bottom: 30px;

}

.img {
  margin-bottom: 30px;

}

.card-media {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.hover-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.7);
  color: white;

  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease;
  overflow-wrap: anywhere;
}

.card-media:hover .hover-caption,
.card-media:focus-visible .hover-caption {
  opacity: 1;
}

p.contact {
  font-style: normal;
  position: relative;
  font-weight: bold;
}
