/* opcenito */

body {
    background-color: #fffbf4;
    font-family: 'Cardo', serif;
    /* font-family: 'Gilda Display', serif; */
}

header, footer {
    background-color: #f5ebdb;
}



/* header */

header .navbar-brand {
    font-size: 18px;
}

.nav-link {
    display: block;
    color: black;
    padding: 10px 20px;
    text-align: center;
}



section a:hover, section a:active {
    color: rgb(216, 147, 53);
}

.nav-link:hover, .nav-link:active {
    color: rgb(216, 147, 53);
}


.nav-item, .nav-link:focus {
    color: black;
    
}

header a, header a:visited, header a:hover {
    color: black;
}


.bg {
    background-image: url("img/ostalo/BIO\ Naslovna.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    text-align: center;
    padding: 200px 0px;
}

.bg h1 {
    font-style: bold;
}

.about img {
    width: 50%;
}

.about h4 {
    font-weight: bold;
}

.about figure {
    text-align: right;
}

.about .tekst {
    text-align: left;
}

.about .tekst p {
    text-align: justify;
    width: 70%;
}

.contact a {
    width: 200px;
    margin: 0 auto;
    border: 1px solid rgb(41, 41, 41);
    background-color: rgb(41, 41, 41);
    color: #f5f0e9;
    padding: 10px 20px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    
    
}

.contact a:hover {
    color: rgb(41, 41, 41);
    background-color: #f5f0e9;
    transition: all linear 0.5s;
}
/* footer */

footer {
    text-align: center;
    padding: 15px 0px;
}

footer p {
    margin: 0 !important;
    font-size: 13px;
}

footer a, footer a:visited {
    text-decoration: none;
    color: rgb(41, 41, 41);
    font-size: 15px;
}

footer a:hover {
    color: rgb(216, 147, 53);
}


/* mobile */

@media (max-width:576px) {
    .nav-link {
        display: block;
        padding: 10px 100%;    
    }

    header .navbar-brand {
        font-size: 3vw;
    }

    .nav-item {
        margin: 0 auto;
        width: 90vw;
    }
}


@media (max-width:992px) {
 
  

.about figure {
    text-align: center;
}
.about img {
    width: 70%;
}
.about .tekst {
    text-align: center;
}

.about .tekst p {
    padding-top: 15px;
    text-align: justify;
    width: 90%;
    margin: 0 auto;
}
    

}

@media (min-width:577px) and (max-width:768px) {
    .nav-link {
        text-align: left;
        
    }

        
}

