@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');


h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
}

.title {
    line-height: 1.4;
}

.navbar-item img {
    max-height: 6rem;
}

#heros {
    background-color: #cbcbcb;
}

.sprite {
    background: url(img/maturski-bal.jpg) no-repeat ;
    background-size: auto 100%;
    display: block;
    height: 400px;
    width: 400px;
}


@media only screen and (min-width: 769px) {
    .linija {
        border-right: 2px solid #ddd;
        }
}  

.sprite-premier {
    background-image: url(img/premier-cokolada.jpg);
}

.sprite:hover {
    background-position: top right;
}

.content figure {
    margin-left: 0;
    margin-right: 0;
}