/* customization */

@media (min-width: 600px) {
    body.main {
        background-image: url('img/background.png');
        background-position: left center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        min-height: 650px;
        margin-left: 330px;
    }
}

@media (min-width: 0px) and (max-width:600px) {
    body.main {
        background-image: url('img/background-mobile.png');
        background-position: left center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        min-height: 650px;
        margin: 5px;
    }
}

.hero-unit h1,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #006699;
}

.content {
    padding: 15px;
}