/*
 * Start Bootstrap - Full Width Pics (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

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,
.image-bg-fixed-height2 {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    z-index: 999;
    max-width: 1440px;
    margin-left: auto; margin-right: auto;
}

.image-bg-fluid-height {
	
	background: rgba(35,35,55,1);
background: -moz-linear-gradient(45deg, rgba(35,35,55,1) 0%, rgba(35,35,55,0.88) 41%, rgba(35,35,55,0.25) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(35,35,55,1)), color-stop(41%, rgba(35,35,55,0.88)), color-stop(100%, rgba(35,35,55,0.25)));
background: -webkit-linear-gradient(45deg, rgba(35,35,55,1) 0%, rgba(35,35,55,0.88) 41%, rgba(35,35,55,0.25) 100%);
background: -o-linear-gradient(45deg, rgba(35,35,55,1) 0%, rgba(35,35,55,0.88) 41%, rgba(35,35,55,0.25) 100%);
background: -ms-linear-gradient(45deg, rgba(35,35,55,1) 0%, rgba(35,35,55,0.88) 41%, rgba(35,35,55,0.25) 100%);
background: linear-gradient(45deg, rgba(35,35,55,1) 0%, rgba(35,35,55,0.88) 41%, rgba(35,35,55,0.25) 100%), url('../images/banner-placeholder.jpg') no-repeat center center scroll;

    padding: 200px 0;
    position: relative;
    z-index: 888;
   

    
}

.image-bg-fixed-height {
	background: rgba(35,35,55,0.81);
background: -moz-linear-gradient(45deg, rgba(35,35,55,0.81) 0%, rgba(35,35,55,0.8) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(35,35,55,0.81)), color-stop(100%, rgba(35,35,55,0.8)));
background: -webkit-linear-gradient(45deg, rgba(35,35,55,0.81) 0%, rgba(35,35,55,0.8) 100%);
background: -o-linear-gradient(45deg, rgba(35,35,55,0.81) 0%, rgba(35,35,55,0.8) 100%);
background: -ms-linear-gradient(45deg, rgba(35,35,55,0.81) 0%, rgba(35,35,55,0.8) 100%);
background: linear-gradient(45deg, rgba(35,35,55,0.81) 0%, rgba(35,35,55,0.8) 100%), url('../images/footer-placeholder.jpg') no-repeat center center scroll;

    height: 700px;
        
  

}

.image-bg-fixed-height2 {

background: rgba(35,35,55,0.3);
background: -moz-linear-gradient(top, rgba(35,35,55,0.3) 0%, rgba(35,35,55,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35,35,55,0.3)), color-stop(100%, rgba(35,35,55,1)));
background: -webkit-linear-gradient(top, rgba(35,35,55,0.3) 0%, rgba(35,35,55,1) 100%);
background: -o-linear-gradient(top, rgba(35,35,55,0.3) 0%, rgba(35,35,55,1) 100%);
background: -ms-linear-gradient(top, rgba(35,35,55,0.3) 0%, rgba(35,35,55,1) 100%);
background: linear-gradient(to bottom, rgba(35,35,55,0.3) 0%, rgba(35,35,55,1) 100%), url('../images/banner-placeholder.jpg') no-repeat center center scroll;
    height: 960px;
    margin-top: -35px;
    width: 100%;
        
  

}


.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;
    }
}