body {
    font-size: 20px;
    color: #212529;
    background-color: #3C737A;
    font-family: 'Lora', 'Times New Roman', serif;
}

p {
    line-height: 1.5;
    margin: 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header {
    margin-bottom: 50px;
    background: no-repeat center center;
    background-color: #3C737A;
    background-attachment: scroll;
    position: relative;
}

header .site-heading {
    padding: 200px 0 150px;
    color: white;
}

@media only screen and (min-width: 768px) {
    header .site-heading {
        padding: 80px 0 50px 0;
    }
}

header .site-heading {
    text-align: center;
    text-shadow: 0 0 80px rgba(0, 0, 0, 0.8);
}

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

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

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