body{
    font-family: 'robotoslab', serif;
}
.static-banner {

    position: relative;
    height: 240px;
}
.static-banner img {


    height: 240px;
}
.static-banner h1
{
    font-family: 'robotoslab', serif;
}
.static-banner .sub-h1
{
    font-family: 'robotoslab', serif;
}
.static-banner:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}
h1, h2, h3, h4, h5, h6, span {

    font-weight: 700;
}
h1
{
    font-family: 'robotoslab', serif;
}
p{
    font-family: 'robotoslab', serif;
}
.sub-h1 {
    font-family: 'robotoslab', serif;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 200px;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}