/*!
 * 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.
 */
 
 @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

body {
	font-family: 'Open Sans', sans-serif;
}

.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('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0px;
}

.image-bg-fixed-height {
	background-repeat: no-repeat;
	background-position: center center scroll;
	background-image: url(../img/color-bg-1.jpg);
	background-attachment: fixed;
	min-height: 350px;
	padding-top: 75px;
	padding-bottom: 100px;
}

.image-bg-fixed-height-2 {
	background-repeat: no-repeat;
	background-position: center center scroll;
	background-image: url(../img/contact-bg.jpg);
	background-attachment: fixed;
	min-height: 350px;
	padding-top: 75px;
	padding-bottom: 100px;
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 75px 0;
}

.section-heading {
	margin: 30px 0;
	font-size: 4em;
	text-align: center;
	text-shadow: 0px 0px 5px #000000;
}

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

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

footer {
    margin: 50px 0;
}
.gray-bg {
	background-color: #4F4943;
	color: #ede7d5;
}
.light-text {
	color: #ede7d5;
}
.nav-divider-right {
	border-right: thin solid hsla(0,0%,62%,1.00);
}
footer a {
	color: #ffffff;
	margin-left: 3px;
	margin-right: 3px;
}
.spacer-small {
	margin-bottom: 80px;
}
.semi-trans-bg {
	border-radius: 15px;
	background-color: hsla(0,0%,20%,0.70);
	padding-left: 30px;
	padding-right: 20px;
}
.img-highlight {
	border-radius: 10px;
	border: 2px solid #909090;
}
.gray-bg-pic {
	background-image: url(../img/climbing-bg-2.jpg);
	color: hsla(0,0%,100%,1.00);
	background-attachment: fixed;
	background-size: cover;
	background-position: center 0%;
}
.form-bg {
	padding: 30px;
	border-radius: 10px;
	background-color: hsla(0,0%,100%,0.77);
	color: #3B3B3B;
}

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

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