a {
  text-decoration: none;
  color: #0099dd;
}
.container {
  max-width: 1140px;
}
::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #0099dd;
}
.walmart {
    text-align:center;
}
::selection {
  color: #ffffff;
  background: #0099dd;
}
.clark li:before {
  content: "\2605";
  color: gold;
  margin-right:1%;
}
.clark ul {
  list-style: none;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.btn-primary:hover {
  background: #0281b9;
}
.p a:hover {
  color: #0281b9 !important;
}
.jumbotron {
  background-image: url(/images/header.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.audio-pod {
  width: 70%;
  margin-left: 15%;
}
.inherit a,
a:hover {
  color: inherit;
}
.btn-primary:focus {
  color: #fff;
  background-color: #0099dd;
  border-color: #0099dd;
  box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}
.btn-primary {
  background: #0099dd;
  border: #0099dd;
}
.poster {
  width: 12.5%;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.grayscale {
  filter: grayscale(1);
}
.poster img {
  width: 12.5%;
  float: left;
}
.trailer {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.trailer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.walmart-piece {
  width: 50%;
  margin-left: auto !important;
}
.walmart-piece img {
  width: 100%;
}
.movie-poster {
  width: 60%;
  border-radius: 0.25rem;
}
.sub-photo {
  width:100px;
  border-radius: 0.25rem;
}
.hero-overlay {
  position: relative;
  background: #000;
  color: #fff;
  width: 100%;
  max-height: 100%;
}
.fivestar {
  display: flex;
}
.grayscale-remove:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
  z-index: 999;
  position: relative;
}
.hero-opacity {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
}
.overlay {
  position: absolute;
  background: #000;
  color: #fff;
  text-align: right;
}
.episode-overlay {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: .4rem;
}
.hero-overlay-text {
  opacity: 100%;
}
.overlay-container {
  position: relative;
}
.wmaa {
  background: gold;
  color: #0099dd;
}
.wmaa-episode {
  color: gold;
}
.jumbotron {
  padding-top: 3%;
}
.drop-cap::first-letter {
  font-size: 3.5em;
  float: left;
}
 .social-links {
    padding-bottom: 2%;
  }
  .social-links a {
    font-size: 2em;
    margin: 5%;
  }
   .footer-logo {
     width: 20%;
 }
   .link-primary, .link-primary a {
    color: #0099dd;
  }
  .link-primary:hover {
    color: #0281b9;
  }
@media only screen and (max-width: 500px) {
  .album-art {
    display: none;
  }
  .hero-overlay {
    height: 90%;
  }
  .desktop-hero {
    display: none;
  }
  .movie-poster {
    width: 90%;
  }
  .audio-pod {
    width: 100%;
    margin: 0;
  }
  .table-responsive {
    max-width: 100%;
  }
  .jumbotron-heading img {
    width: 50%;
  }
  .poster img {
    width: 33.33333%;
  }
  .walmart-piece,
  .walmart-mobile {
    width: 100%;
  }
  .mobile-footer {
    margin-left: 3%;
  }
  .social-links {
    padding-bottom: 2%;
  }
  .social-links a {
    font-size: 2em;
    margin: 5%;
  }
  .link-primary, .link-primary a {
    color: #0099dd;
  }
  .link-primary:hover {
    color: #0281b9;
  }
 .footer-logo {
     width: 60%;
 }
}
@media only screen and (min-width: 500px) {
  .mobile-hero {
    display: none;
  }
  .navbar {
    margin-left: 30%;
  }
  .jumbotron-heading img {
    width: 25%;
  }
}