﻿
header.masthead2 {
    margin-bottom: 50px;
    background: no-repeat center center;
    background-color: #868e96;
    background-attachment: scroll;
    position: relative;
    /*background-size: cover;*/
}

    header.masthead2 .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #212529;
        opacity: 0.5;
    }

    header.masthead2 .page-heading,
    header.masthead2 .post-heading,
    header.masthead2 .site-heading {
        padding: 100px 0 80px;
        color: white;
    }

@media only screen and (min-width: 768px) {
    header.masthead2 .page-heading,
    header.masthead2 .post-heading,
    header.masthead2 .site-heading {
        padding: 200px 0;
    }
}

header.masthead2 .page-heading,
header.masthead2 .site-heading {
    text-align: center;
}

    header.masthead2 .page-heading h1,
    header.masthead2 .site-heading h1 {
        font-size: 50px;
        margin-top: 0;
    }

    header.masthead2 .page-heading .subheading,
    header.masthead2 .site-heading .subheading {
        font-size: 24px;
        font-weight: 300;
        line-height: 1.1;
        display: block;
        margin: 10px 0 0;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

@media only screen and (min-width: 768px) {
    header.masthead2 .page-heading h1,
    header.masthead2 .site-heading h1 {
        font-size: 80px;
    }
}

header.masthead2 .post-heading h1 {
    font-size: 35px;
}

header.masthead2 .post-heading .meta,
header.masthead2 .post-heading .subheading {
    line-height: 1.1;
    display: block;
}

header.masthead2 .post-heading .subheading {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 30px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead2 .post-heading .meta {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    font-family: 'Lora', 'Times New Roman', serif;
}

    header.masthead2 .post-heading .meta a {
        color: #fff;
    }

@media only screen and (min-width: 768px) {
    header.masthead2 .post-heading h1 {
        font-size: 55px;
    }

    header.masthead2 .post-heading .subheading {
        font-size: 30px;
    }
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

}