#show_banner
{
    position: relative;
    width: 100%;
    overflow: hidden;
}

#show_banner_background
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    position: absolute;
    top: -80px;
    left: -80px;
    right: -80px;
    bottom: -80px;
    z-index: -100;
}

#show_banner_foreground
{
    display: block;
    width: 100%;
    padding: 0px 0px 30% 0px;
    margin: 0px;
    position: relative;
}

#show_banner_foreground img
{
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#show_parts
{
    background: white;
}

#show_parts ul
{
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
    justify-content: center;
}

#show_parts ul li
{
    margin: 0px;
}

#show_parts ul li a
{
    display: block;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase;
    padding: 8px 25px;
    text-decoration: none;
}

#show_parts ul li a:hover
{
    background: rgba(0,0,0,.1);
}



#show_presentation
{
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
}

#show_picture
{
    width: 27%;
}

#show_picture img
{
    object-fit: contain;
    width: 100%;
    max-height: 250px;
    height: auto;
}

#show_text
{
    width: 73%;
    font-size: 16px;
    text-align: justify;
    box-sizing: border-box;
    margin-left: 25px;
}




#show_blog_list
{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

article.show_blog_post
{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto 50px auto;
    background-color: rgba(0,0,0,.1);
}

article.show_blog_post header
{
    margin: 0px;
    padding: 20px;
}

article.show_blog_post header h3
{
    margin: 0px;
    padding: 0px;
}

article.show_blog_post .show_blog_meta
{
    color: #aaa;
}

article.show_blog_post .show_blog_meta strong
{
    color: black;
}

article.show_blog_post .show_blog_meta strong:after
{
    content: ",";
}

article.show_blog_post .show_blog_content
{
    padding: 20px;
    text-align: center;
    font-size: 1.2em;
}



#show_podcast_rss
{
    text-align: center;
}

#show_podcast_rss a
{
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px;
    background-color: rgba(0,0,0,.1);
    margin-bottom: 20px;
}

#show_podcast_rss a:hover
{
    background-color: rgba(0,0,0,.2);
}

#show_podcast_rss a:before
{
    font-family: "Material Icons";
    content: "rss_feed";
    padding-right: 10px;
}


#show_podcast_list
{

}



@media (max-width: 1250px)
{
    #show_banner_background
    {
        display: none;
    }
}

@media (max-width: 800px)
{

    #show_presentation
    {
        flex-direction: column;
    }

    #show_picture
    {
        width: 100%;
        height: auto;
    }

    #show_text
    {
        width: 100%;
        margin: 0px;
    }

    #show_podcast_rss a
    {
        font-size: 30px;
    }

}

@media (max-width: 600px)
{

    #show_parts ul
    {
        flex-direction: column;
    }

    #show_parts ul li a
    {
        text-align: center;
    }

}
