/*
 * Start Bootstrap - Full Width Pics (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
    background: url('https://picsum.photos/1920/350') no-repeat center center scroll;
    padding: 0px 0;
}

.image-bg-fixed-height {
    background: url('https://picsum.photos/1920/350') no-repeat center center scroll;
    height: 200px;
}

.img-center {
    margin: 0 auto;
}

section {
    padding: 5px 0;
}

.section-heading {
    padding: 35px 0;
}

footer {
    margin: 15px 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    color: #737373;
}

@media(max-width:768px) {
    section {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .section-heading {
        font-size: 2em;
    }

    .help-block {
        display: block;
        margin-top: 5px;
        margin-bottom: 0;
        color: #737373;
        font-size: 10px;
    }
    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 14px;
    }
}
