p {
    line-height: 1.6em;
}

.banner {
    background: transparent url('../images/header.jpg') 0 0 no-repeat fixed;
    text-align: center;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header.jpg', sizingMethod='scale');

    height: 200px !important;
    width: 100% !important;
    margin-bottom: 3em;
    display: table;
    border-radius: 40px;
}

.banner-head {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 2em;
    color: white;
    font-weight: 500;
    text-shadow: 0 1px 1px black;
}

@media(min-width: 767px) {
    .banner-head {
        font-size: 4em;
    }
}

@media (min-width: 480px) {
    .banner {
        height: 400px;
    }
    .banner-head {
        font-size: 3em;
    }
}
