
.navbar.fixed-header {
  background: #32453a; 
}

body {
  background: #71c183;
} 

.podcast-hero:after {
  background-image: -webkit-linear-gradient(to bottom, transparent, #71c183);
  background-image: -moz-linear-gradient(to bottom, transparent, #71c183);
  background-image: -o-linear-gradient(to bottom, transparent, #71c183);
  background-image: linear-gradient(to bottom, transparent, #71c183); /* W3C */ 
}

.podcast-hero:before {
  background-image: -webkit-linear-gradient(to top, transparent, #71c183);
  background-image: -moz-linear-gradient(to top, transparent, #71c183);
  background-image: -o-linear-gradient(to top, transparent, #71c183);
  background-image: linear-gradient(to top, transparent, #71c183); /* W3C */
}

.footer-credits {
  background: #32453a;
}

.dropdown-menu {
  background: #7b5b8c;
}

.dropdown-menu>.active>a {
  background-color: #50485b;
}

.dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:active {
  background-color: #50485b;
}

.podcast-card {
  background: #46555c;
}

.podcast-card.full .podcast-image a:after {
  background-image: -webkit-linear-gradient(to right, transparent, #46555c);
  background-image: -moz-linear-gradient(to right, transparent, #46555c);
  background-image: -o-linear-gradient(to right, transparent, #46555c);
  background-image: linear-gradient(to right, transparent, #46555c); /* W3C */
}

.podcast-card .podcast-image a:before {
  color: #110f16;  
}

.podcast-card .podcast-image a:hover:before,
.podcast-card .podcast-image a:focus:before { 
  background: #110f16;
}

#preload {
  background-color: #32453a; 
}

.team-card .team-card-social a {
  background: #46555c; 
}

.page-header:before,
.page-header-podcast:before,
.page-error:before {
  background-image: -webkit-linear-gradient(to top, transparent, #7cc68d);
  background-image: -moz-linear-gradient(to top, transparent, #7cc68d);
  background-image: -o-linear-gradient(to top, transparent, #7cc68d);
  background-image: linear-gradient(to top, transparent, #7cc68d); /* W3C */
}

.page-header:after,
.page-header-podcast:after,
.page-error:after {
  background-image: -webkit-linear-gradient(to bottom, transparent, #7cc68d);
  background-image: -moz-linear-gradient(to bottom, transparent, #7cc68d);
  background-image: -o-linear-gradient(to bottom, transparent, #7cc68d);
  background-image: linear-gradient(to bottom, transparent, #7cc68d); /* W3C */
}

.page-header .page-header-inner,
.page-header-podcast .page-header-inner,
.page-error .page-header-inner {

  background-color: #7cc68d;
  background-color: rgba(17, 15, 22, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3#7cc68d, endColorstr=#b3#7cc68d)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3#7cc68d, endColorstr=#b3#7cc68d);
  z-index: 5;
}