/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 600px;
    width: 100%;
    background: url('../pics/gedv.jpg') center center no-repeat scroll;
}


@media (max-width: 360px) {
.business-header {
    height: 590px;
    width: 100%;
    background: url('../pics/gedv3.jpg') center center no-repeat scroll;
}

@media (max-width: 320px) {
.business-header {
    height: 430px;
    width: 100%;
    background: url('../pics/gedv3.jpg') center center no-repeat scroll;
}


