section{
    position: relative;
}
.text-light {
    color: #dedede!important;
}

.spacing {
  margin-top: 70px;
  margin-bottom: 140px;
  overflow: hidden;
}

/*
.dark-background {
  background: #131722;
}
*/

body.dark-background {
    background-image: url("../img/hero.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.49);
    background-blend-mode: darken;
}

/*
.feded-background {
  background: rgb(19,23,34);
  background: linear-gradient(0deg, rgba(19,23,34,1) 11%, rgba(19,23,34,1) 0%, rgba(19, 23, 34, 0) 61%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 15vh;
    bottom: 0;
}
*/

.subscribe img {
  width: 300px;
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

.btn-info {
  color: #fff;
  background-color: #22aba8;
  border-color: #22aba8;
}

@media (min-width: 300px) {
  .hero-text {
    position: relative;
    padding: 90px 0;
    width: 100%;

  }
}

@media (min-width: 992px) {
  .hero-text {
    position: relative;
    padding: 150px 0;
    width: 100%;
  }
}

@media (min-width: 300px) {
  #hero {
    height: auto;
    width: 100%;
/*
    background-image: url("../../assets/img/hero.png");
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.49);
    background-blend-mode: darken;
*/
  }
}

@media (min-width: 768px) {
  #hero {
    height: auto;
    width: 100%;
/*
    background-image: url("../../assets/img/hero.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.49);
    background-blend-mode: darken;
*/
  }
}

@media (min-width: 992px) {
  .LandingTitle {
    font-size: 42pt;
  }
}

.LandingTitle {
  /*margin-top: 25vh;*/
}

@media (min-width: 992px) {
  .LandingSubtitle {
    font-size: 22pt;
  }
}

.podact-btns img {
  margin-right: 13px;
  width: 40px;
  margin-top: 20px;
}

.podact-btns-ep img {
  margin-right: 13px;
  width: 25px;
  margin-top: 20px;
}

.episods div{
    text-align: left;
    color: :#fff;
    margin-bottom: 20px;
    
}

.episods iframe{
    width: 100%;
    padding: 0;
    height: 200px;
}

.episods div p{
    color: #ddd;
    font-weight: 200;
    font-size: .9rem;
    padding: 10px 0;
}

#responsive iframe {
  width: 100%;
  height: 300px;
  padding: 10px;
}

.ct-btn-scroll {
  width: 49px;
  height: 49px;
  position: absolute;
  bottom: 200px;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 500px;
  z-index: 9;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}




#header {
    background: rgba(0,0,0,0.49);
    padding: 15px 15px;
    margin-bottom: 80px;
}



a.all-ep {
    color: #fff;
    text-transform: capitalize;
}
    a.all-ep:hover {
    color: #ddd;
}
