.header-post-band 
{
    position: absolute;
    background: #00b2e1;
    width: 100%;
    height: 300px;
    z-index: 0;
}

#page-blog {
    min-height: 500px;
    width: 100%;

}

#page-blog #primary 
{
    width: 61%;
    float: none;
    margin: 110px auto;
    padding:2% 2%;
    position: relative;
    z-index: 1;
    min-height: 1000px;
    background: white;
    box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .06), 1px 1px 20px 0 rgba(0, 0, 0, .06);
    border-radius: 4px;
    overflow: hidden;
    display: block;
    -ms-flex-flow: row;
    flex-flow: row;
    transition: box-shadow 300ms ease;
}


#page-blog #primary article h1.entry-title
{
    margin-top: 30px;
    font-size: 3rem;
/*    color: #707172;*/
    color:#101828;
    line-height: 4rem;
    text-align: center;
    padding: 0 100px;
}

#page-blog h4 
{
    font-size: 1.5rem;
    font-weight: normal;
    color: #2d3e50;
}

.center {
    display: block;
}
.center {
    text-align: center;
    margin: 0 auto;
}

.center img, .post-thumbnail img
{
   display:inline;
}

.interview-question {
    font-weight: bold;
    font-style: normal;
    color: #00b2e1;
}

.post-thumbnail
{
    text-align: center;
    margin: 0 auto;

}
