/*!
 * 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;
}

.jumbotron {
  padding: 0px;
  margin: 0px;
}

.jumbotron > img {
	width: 100%;
}

.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: 0px;
}

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

.section-lead {
    margin: 30px 0;
    font-size: 2em;
}

.section-paragraph {
    margin: 30px 0;
    font-size: 1.5em;
}

footer {
    margin: 50px 0;
}

@media(max-width:768px) {
    .section-heading {
        font-size: 2em;
    }
}

blockquote {
    font-size: 10pt;
}

.alert {
  margin-bottom: 0px;
  text-align: center;
}

s {
    color: red;
}


