@charset "UTF-8";
/* CSS Document */

.jumbotron {
    background:url(../img/jumbotron_night.jpg) center no-repeat;
    background-size: cover;
    /*height: 100vh;*/
    background-attachment: fixed;
    color: #FFFFFF;
}

.jumbotron2 {
    background:url(../img/jumbotron_night.jpg) center no-repeat;
    width: 100vw;
    height:80vh;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}