/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

.image-bg-fixed-height {
    background: transparent url("http://lorempixel.com/g/1920/500/") no-repeat scroll center center;
    height: 450px;
}
.image-bg-fluid-height, .image-bg-fixed-height {
    text-align: center;
    background-size: cover;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
* {
    box-sizing: border-box;
}

.image-bg-fluid-height {
    background: transparent url("http://lorempixel.com/g/1920/500/") no-repeat scroll center center;
    padding: 100px 0px;
}
.image-bg-fluid-height, .image-bg-fixed-height {
    text-align: center;
    background-size: cover;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
* {
    box-sizing: border-box;
}
h1 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #FF6969;
}