body{
    background-color: #fff!important;
}
.is-invalid{
    border: 1px solid #c82333!important;
}
#proizvodi{
    overflow: hidden;
}
#proizvodi .topimage{
  height: 400px;
}
#proizvodi .main-title{
    color: #ff3d00;
    background-color: #112335;
}
#proizvodi .headline{
    font-size:2rem;
}
#proizvodi .dark-background{
    position: relative;
    top: -5.9rem;
    right: 1rem;
}
#proizvodi .maintitle{
    position: relative;
    top: -5rem;
    margin-bottom:2rem;
    height: 4rem;
}
#proizvodi .border-right{
    border-color: #000000!important;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 150px;
    height: 150px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 80px;
}
.btn-info{
    font-weight: normal!important;
    background-color: #20A3DF!important;
    border-color: #20A3DF!important;
}
.btn-info:hover{
    background-color: #00ccff !important;
    border-color: #00CCFF!important;
}

@media only screen and (max-width: 771px) {
    h1{
        font-size: 2rem;
    }
    #proizvodi .headline {
        font-size: 1.5rem;
    }
    #proizvodi .maintitle{
        position: relative;
        top: -5rem;
        margin-bottom:2rem;
        height: 4rem;
        font-size: 0.8rem;
    }
    #proizvodi .dark-background {
        position: relative;
        top: 0;
        right: 0;
    }

    #proizvodi .mainlist {
        position: relative;
        top: -1rem;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 0.5rem !important;
    }
}

@media only screen and (max-width: 1024px) {
    #proizvodi .maintitle{
        position: relative;
        top: -5rem;
        margin-bottom:2rem;
        height: 4rem;
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 600px) {
    #proizvodi .maintitle{
        margin-bottom:6rem;
        top: 0rem;
        height: 6rem;
    }
}

@media only screen and (max-width: 470px) {
    #proizvodi .maintitle{
        margin-bottom:6rem;
        height: 7.5rem;
        font-size: 0.6rem;
    }

}

@media only screen and (max-width: 380px) {
    #proizvodi .maintitle{
        margin-bottom:8rem;
    }
}

@media only screen and (max-width: 350px) {
    #proizvodi .maintitle{
        margin-bottom:8.5rem;
        font-size: 0.5rem;
    }
}
