body {
  font-family: "Miedinger W01";
  background-color: #212529 !important;
}

/* NAVBAR */
.active {
  cursor: default;
}

.nav-item {
  margin-left: 20px;
}

/* JUMBOTRON */
.jumbotron {
  margin: 50px 0px 100px 0px;
}

.jumbotron video {
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  opacity: 0.75;
}

/* Latest Releases */

.latest-releases {
  margin: 40px 0px;
}
.latest-releases h2 {
  margin-bottom: 50px;
}

.card img {
  max-width: 60%;
  margin: 0px 20px;
}

.card {
  margin: 10px;
}

.card a {
  font-size: 20px;
  text-decoration: none;
  color: whitesmoke;
}

.card a:hover {
  text-decoration: underline;
  color: turquoise;
  cursor: pointer;
}

/* VIDEOS */
.video-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.text-container p {
  overflow: hidden;
}

#youtube-vid {
  width: 100%;
  max-width: 560px;
}

/* MUSIC */
.jumbo-music {
  text-align: center;
  margin: 150px;
}

/* FOOTER */
.footer-nav {
  margin: 40px;
  padding: 10px;
}
