body {
    background-image: url("img/bg.jpg");
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    padding-bottom: 70px;
}

#wrapper {
    background: #fff;
    margin: 50px auto 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    ;
}

.row {
    padding: 30px 50px 50px 30px;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.header {
    margin-bottom: -80px;
}

.logo img {
    max-width: 403px;
    height: auto;
    float: left;
}

.header-phone {
    text-align: right;
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    float: right;
}

.splash-top {
    background-image: url(img/banner.jpg);
    color: #FFF;
    background-size: cover;
}

.splash div {
    margin-top: 50px;
}

.headline {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.1em;
    margin-top: 100px;
}

.subline {
    font-size: 25pt;
    line-height: 0.8em;
}

.dark {
    background: #fff;
    color: #000;
    padding-top: 0px;
}

.red {
    background: #B31104;
    color: #FFF;
    text-align: center;
    font-size: 25pt;
    font-weight: bold;
    padding-bottom: 20px;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 50px;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

ul li {
    margin-top: 20px;
}


/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .logo img {
        max-width: 120px;
        height: auto;
        float: left;
        margin-bottom: 20px;
    }
    .header-phone {
        text-align: right;
        font-size: 10px;
        font-weight: bold;
        float: right;
        margin-top: 0px;
    }
    .splash {
        background-image: url("../img/splash.jpg");
        min-height: 280px;
        color: #FFF;
    }
    .splash div {
        margin-top: 20px;
    }
    .headline {
        font-size: 30pt;
        font-weight: bold;
        line-height: 1.1em;
    }
    .subline {
        font-size: 15pt;
        line-height: 0.8em;
    }
    .red p {
        line-height: 1.3em;
        font-size: 20pt;
    }
}