/*!
 * 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-attachment: scroll;
	background-image: url(../img/banner_bg.jpg);
	background-position: center center scroll;
	background-repeat: no-repeat;
	height: 400px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 100px;
}

.image-bg-fluid-height2 {
	background-attachment: scroll;
	background-image: url(../img/banner_bg2.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 100px;
}


.image-bg-fixed-height {
	background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    height: 450px;
}

.img-center {
	margin: 0 auto;
}

section {
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
}

.section-heading {
	font-size: 3em;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
}

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

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

footer {
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
}

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

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