/*!
 * Start Bootstrap - Full Width Pics 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 {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.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(../img/IMG_5568.JPG) no-repeat center center scroll ;
    background-size:cover;
    background-color:dimgray;
    background-blend-mode: multiply;
    padding: 100px 0;
    height: 350ppx;
    width:1920;
}

.image-bg-fixed-height {
	background: url("../img/IMG_5546.JPG") no-repeat center center scroll;
    background-size:cover;
    background-color:lightgrey;
    background-blend-mode: multiply;
    padding: 100px 0;
    height: 350px;
    width:1920;
}

.image-bg-fixed-height2 {
	background: url("../img/IMG_5629.JPG") no-repeat center center scroll;
    background-size:cover;
    background-color:lightgrey;
    background-blend-mode: multiply;
    padding: 100px 0;
    height: 350px;
    width:1920;
}

.image-bg-fixed-height3 {
	background: url("../img/IMG_5632.JPG") no-repeat center center scroll;
    background-size:cover;
    background-color:lightgrey;
    background-blend-mode: multiply;
    padding: 100px 0;
    height: 350px;
    width:1920;
}

.image-bg-fixed-height4 {
	background: url("../img/IMG_5605.JPG") no-repeat center center scroll;
    background-size:cover;
    background-color:lightgrey;
    background-blend-mode: multiply;
    padding: 100px 0;
    height: 350px;
    width:1920;
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 75px 0;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
    margin: 50px 0;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}