﻿@media (max-width: 1199px) {
    .main .cursive {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .main {
        padding: 0 20px 20px;
    }
}

.main {
    background-position: center center;
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
}

    .main .sub {
        font-weight: 300;
        margin-top: 0;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    }

    .main .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/pattern.png);
        z-index: 1;
    }

    .main .cursive {
        margin-top: 120px;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 60px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        text-align: center;
        margin-bottom: 10px;
    }

    .main .container {
        position: relative;
        z-index: 2;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}
