body {
    font-family: 'Josefin Sans', sans-serif;
}
.header {
    background-color: #6f122e;
    padding: .4rem 0;
}
.header ul {
    padding-left: 0;
    margin-bottom: 0;
}
.header ul li {
    list-style: none;
    display: inline-block;
    color: #fff;;
    font-weight: 300;
    font-size: 14px;
}
.header ul li:after {
    content: "|";
    padding: 0 .2rem 0 .4rem;
}
.header ul li:last-child::after {
    content:'';
}
.header ul li a {
    color: #fff;;
}
.header ul li a:hover {
    color: goldenrod;;
}
.bg-light {
    background-color: transparent !important;
}
.navbar-brand {
    width: 10%;
}
.navbar-nav li {
    font-weight: 600;
    font-size: 17px;
    padding: 0 .4rem 0 .4rem; 
}
.navbar-light .navbar-nav .nav-link {
    color: #6f122e;
    border-bottom: 2px solid transparent;
    padding-bottom: 0;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #6f122e;
    border-bottom: 2px solid #6f122e;
}
.footer {
    background-color: #333;
    padding: 1.3rem 0 1rem 0;
    margin-top: 5rem;
}
.footer p {
    text-align: center;
    margin-bottom: 0;
    color: white;
}
.footer p a {
    color: #42b732;
}
.footer p a:hover {
    color: #fff;
    text-decoration: none;
}
.breadcrumbs-image {
    height: 230px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: 3rem;
}
.breadcrumbs-image h1 {
    color: white;
    margin-bottom: 0;
}
.thumb-box {
    margin-bottom: .5rem;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.18);
}
a:hover {
    text-decoration: none;
}
.box-thumb p {
    color: #6f122e;
    font-size: 19px;
    margin-bottom: 2rem;
}
.one {
    background-image: url('../img/vinarije-bg.jpg');
}
.two {
    background-image: url('../img/destilerije-bg.jpg');
}
.three {
    background-image: url('../img/partneri-bg.jpg');
}
.four {
    background-image: url('../img/lokacija-bg.jpg');
}
.five {
    background-image: url('../img/kontakt-bg.jpg');
}
.title {
    margin-bottom: 2rem;
    margin-top: 3rem;
    color: #6f122e;
}