/* 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/Kontakt\ forma\ 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;
}

/* contact */

.contact .dm a, .contact .dm a:visited {
    color: rgb(41, 41, 41);
    text-decoration: none;
    font-size: 20px;
}

.contact .dm a:hover {
    color: rgb(216, 147, 53);
}


.contact .dm a {
    margin-top: 10px;
}

/* form */

textarea {
    resize: none;
}

input, textarea {
    width: 300px;
    border-radius: 15px;
    padding: 5px 20px;
    border: 1px solid #f5ebdb;
}

input:focus, textarea:focus {
    outline: 1px solid rgb(216, 147, 53);
}

input[type="submit"] {
    width: 150px;
    text-align: center;
    background-color: rgb(41, 41, 41);
    color: white;
    border-radius: 20px;
}

input[type="submit"]:hover {
    color: rgb(41, 41, 41);
    background-color: #f5ebdb;
    outline: 1px solid rgb(41, 41, 41);
}

/* 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) {
 
  
    

}

@media (min-width:577px) and (max-width:768px) {
    .nav-link {
        text-align: left;
        
    }

        
}

