*{
    margin: 0;
    padding: 0;
}
.header{
    background: #6900d1 ;
}

.navbar{
    padding-top: 20px !important;
}
.nav-item{
    margin-left: 40px;
    margin-bottom: 10px; 
}

.nav-link{
    color: #fff !important;
    font-size: 20px  !important;
    padding: 0 0 5px 0  !important;
    display: unset  !important;
}
.navbar-brand{
    color: #fff !important;
    font-size: 25px  !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.fa-bars{
    color: white;
    font-size: 40px;
}

.active-home{
    border-bottom: 2px solid #fff;
}

.nav-link:hover{
    border-bottom: 2px solid #fff;
}
.banner{
    color: white;
    margin-top: 8%;

}
.banner h1{
    font-size: 35px !important;
    color: white;
    margin: 80px 0 50px;
    font-weight: 600;
    text-align: center;
}

/*------------ uvod --------*/

.uvod{
    margin: 75px 0;
}
.title{
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.subtitle{
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
}

footer{
    text-align: center;
    background: #6900d1 ;
    color: white;
}