/*!
 * 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: 20px;
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
}

.image-bg-fluid-height {
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../img/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center -80px;
}

.image-bg-fixed-height {
	height: 450px;
	background-attachment: scroll;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.img-center {
	margin: 0 auto;
}

section {
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
	margin: 0px;
}

@media(max-width:768px) {
    section {
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}
