.subPage_header {

    width:100%;
    height:458px;
    background-image:url('./files/elements/Blog.jpg');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    margin:0px auto;
    
}

.main {

    width:100%;
    min-height:100px;
    background-color:white;
    padding-top:49px;
    padding-bottom:41px;
    margin:0px auto;

}

.main h1 {

    margin:0;
    padding:0;
    font-size:25px;
    font-weight:700;
    color:rgba(38,38,38,1.0);
    text-align:left;
    margin-bottom:10px;

}

.h_separator_h1 {

    width:39px;
    height:4px;
    margin-left:0;
    margin-bottom:10px;
    background-color:rgba(52,152,219,1.0);

}

.main .date_published {

    display:inline-block;
    font-size:15px;
    font-weight:400;
    font-family:'Roboto-italic', sans-serif;
    font-style:italic;

}

.main h2 {

    font-size:22px;
    font-weight:500;
    text-align:center;
    color:rgba(40,40,40,0.90);
    margin-bottom:14px;

}

.main a {

    text-decoration:none;
    color:inherit;

}

.main a:visited {

    text-decoration:none;
    color:inherit;

}

.blog_container p {

    padding:0;
    margin:0;
    margin-top:26px;
    font-size:18px;
    font-weight:400;
    color:rgba(38,38,38,0.85);
    line-height:30px;

}