#jp_container_1,
#jp_container_2 {
    margin: auto;
    margin-top: 10px;
}

html {
    /* height: 100%;
    width: 100%; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+25,27292b+100 */
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #000000 1%, #000000 25%, #27292b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #000000 1%, #000000 25%, #27292b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #000000 1%, #000000 25%, #27292b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#27292b', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    background-repeat: no-repeat;
    background-size: cover;
}

body {}

@media (max-width: 600px) {
    .top_title img {
        display: none;
    }
    .mobile_container {}
    .full_container {
        display: none;
    }
}

@media (min-width: 600px) {
    .full_container {}
    .mobile_container {
        display: none;
    }
}

.top_title {
    text-align: center;
    max-width: 500px;
    margin: auto;
}

.title_right {
    vertical-align: top;
    display: inline-block;
    width: 350px;
    margin-left: 20px;
    margin-top: 13px;
}

.top_title img {
    width: 100px;
    height: 100px;
    border: white 1px solid;
}

.title {
    text-align: center;
    display: block;
    font-family: Verdana, Arial, sans-serif;
    color: white;
    font-size: 24px;
    /* max-width: 500px;
    margin: auto; */
}

.sub-title {
    display: block;
    font-family: Verdana, Arial, sans-serif;
    color: lightgrey;
    font-size: 15px;
    /* max-width: 500px;
    margin: auto; */
}

.desc {
    font-family: Verdana, Arial, sans-serif;
    background-color: #1c1340;
    color: lightgrey;
    max-width: 500px;
    margin: auto;
    padding: 15px;
    border-radius: 7px;
    border-color: black;
    border-width: 2px;
    border-style: solid;
    box-shadow: inset 0 0 0 1px #312270;
}

.section_header {
    font-family: Verdana, Arial, sans-serif;
    color: white;
    margin: auto;
    max-width: 500px;
    margin-top: 19px;
    margin-bottom: 4px;
    border-bottom: 3px solid white;
}

.podcast_list {
    max-width: 500px;
    margin: auto;
    color: white;
    text-align: center;
}

.google-play {
    height: 50px;
}

.stitcher {
    height: 50px;
}

.badge {
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
}

.youtube {
    height: 44px;
}