﻿@media (min-width: 576px) {
    .static-back {
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top;
    }
}

@media (min-width: 768px) {
    .static-back {
        min-height: 350px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top;
    }
}

.sh-title {
    vertical-align: middle;
    display: table-cell;
    height: 300px;
    text-shadow: 2px 2px black;
}

.sh-header {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 48pt;
}

.sh-subheader {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-style: italic;
    font-size: 38pt;
    line-height: 50px;
}

.sh-widget {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    margin-top: 15px;
}
