/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  /*padding-top: 3.5rem;*/
  background-color: #f4f4f4;
}
/*
.jumbotron {
    background-image:url("../head2.png");
    background-size: cover;
    overflow: hidden;
    background-color: #eee;
    background-repeat: no-repeat;
    color: #494848;
    padding: 3rem 2rem;
}*/

.jumbotron {
    background-image:url("../bilder/banner9.png");
    background-size: cover;
    overflow: hidden;
    background-color: #eee;
    background-repeat: no-repeat;
    color: #666666;/*f4f4f4;#606ba8;#575656;*/
    /*padding: 3rem 2rem;*/
    min-height: 400px;
}

@media screen and (min-width: 601px) {
    .jumbotron h1{
        font-size: 3.4rem;/*55px;*/
        margin-top: 140px;
    }
}
