body {
    line-height: 1;
    font-family: "DM Sans", sans-serif;
}

#header {
    background-color: #163a70;
    /* background-attachment: scroll; */
    background-image: url("../../images/panorama_2_5-retouch.jpeg");
    background-size: cover;
    /* Pokaži desni dio slike */
    background-position: 30% 50%;
    /* X% od lijevog ruba, Y% od vrha */
    font-family: "Abril Fatface";
}


#header>.inner {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

#header h1 {
    font-size: 4em;
}

#header h2 {
    font-family: 'DM Sans';
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
}

header.major h2
 {
    font-size: 2.5em;
    font-family: Barlow Condensed;
    font-weight: 600;
    letter-spacing: -1px;
}
