/*!
 * Start Bootstrap - One Page Wonder (http://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

body {
    padding-top: 54px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}
/*https://unsplash.it/1900/1080?image=304*/
header.masthead {
    background: url('../img/slides/online-optimization1.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
header.masthead > .overlay {
    padding: 5rem 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
    header.masthead > .overlay {
        padding: 10rem 0;
    }
}
header.subhead {
    background: url('../img/slides/online-optimization.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
header.subhead > .overlay {
    padding: 2rem 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
    header.subhead > .overlay {
        padding: 4rem 0;
    }
}