/*
 * 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. */
	background-image: url("../images/gradient.png");
    background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgb(0,0,0)
}

#section1 {
	background-image: url("../images/Blackhawk_sunrise.png");
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgb(255,0,0)
}

.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-logo-fluid-height {
    background-size: cover;
	background: url("../images/Burns Tech Red Logo Full.jpg") no-repeat center scroll;
    padding: 10% 0;
/*  opacity: 0.5;*/
/*  filter: alpha(opacity=50%); /* for IE8 and earlier */
}

.image-bg-fluid-height {
	background: url("../images/blackhawk.jpg") no-repeat center center scroll;
    padding: 100px 0;
}

.image-bg-fixed-height {
	background: url("../images/blackhawk.jpg") no-repeat center center scroll;
    height: 450px;
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 75px 0;
}

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

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