
body.podcast {
    background-color: #003929;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
}

body.podcast .hero-section {
    box-sizing: border-box;
    margin: 100px auto;
    padding: 27px;
}

@media (min-width: 640px) {
    body.podcast .hero-section {
        max-width: 708px;
        margin: 150px auto;
    }
}

body.podcast .hero-section img {
    width: 228px;
    margin: auto;
    display: block;
}


@media (min-width: 640px) {
    body.podcast .hero-section img {
        width: 60%;
        margin: 0;
    }
}

body.podcast .hero-section h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 33px;
}

body.podcast .hero-section h2 strong {
    color: #00E35B;
}

body.podcast .hero-section p {
    font-size: 14px;
    line-height: 18px;
}

body.podcast .hero-section p strong {
    color: #F0F000;
}

.podcast-play-here {
    background-color: #C4C4C4;
    color: black;
    font-family: 'Roboto Slab', serif;
    max-width: none;
    padding: 27px;
}


.article-podcast {
    margin: 30px auto;
    max-width: 708px;
    overflow: auto;
}

@media (min-width: 640px) {
.article-podcast p,
.article-podcast h3 {
    float: right;
    width: calc(100% - 275px);
}}

.article-podcast h3 {
    margin: 0;
}

iframe {
    border-radius: 12px;
    width: 250px;
    margin: 0 auto 25px;
    display: block;
}

@media (min-width: 640px) {
    iframe {
        float: left;
        margin: 0 25px 0 0;

    }
}

#footer-podcast {
    background-color: #ffffff;
    color: #000000;
   
}

#footer-podcast h3 {
    font-size: 26px;
    text-align: center;
    margin: 0;
    padding-top: 75px;
}

.logos-footer {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    align-items: center;
}

@media (min-width: 640px) {
    .logos-footer {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

.logo-link {
    margin: 30px;
    height: 60px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.logos-footer a img {
    max-width: 110px;
    
}

body.podcast .navWrpr .mainNav li{
    padding-top: 30px;
}

body.podcast .navWrpr .mainNav li:before{
    top: 15px;
}