div.header-background {
    background-image: url('../demos/podcasts/images/slides/2.svg');
    background-repeat: no-repeat;
    background-position: right 100px; 
    background-size: contain;
    }

#logo{
    max-height: 40px;
     

}
#logo img {
    max-height: 40px;
    padding: 5px;
}

#logo-bottom img{
    max-height: 80px;
}

.container1{
    /*text-align: center;*/
    /* font-size: 53px; */
}

.cat-title {
    font-size: 24px;
    color: red;
    padding-bottom: 5px;
    border-bottom: 4px solid darkred;
}

.cat-title-inverse {
    font-size: 24px;
    color: white;
    padding-bottom: 5px;
    border-bottom: 4px solid whitesmoke;
}
