@media screen and (min-width: 768px) {
    div.navbar-brand {
        background-image: url('imgs/hlavicka_verejne-zakazky.svg');
        width: 210px;
    }

    div.navbar-brand--en {
        background-image: url('imgs/hlavicka_verejne-zakazky.svg') !important;
        width: 150px;
    }
}

@media screen and (min-width: 992px) {
    div.navbar-brand {
        width: 230px;
    }
    div.navbar-brand--en {
        width: 165px;
    }
}

@media screen and (min-width: 1200px) {
    div.navbar-brand {
        width: 305px;
    }

    div.navbar-brand--en {
        width: 220px;
    }
}

/* červená */
/*
#nav-main__nav {
  background-color: #AF1B1B !important;
  border-bottom-color: #8C1515 !important;
}
div.navbar-brand:hover {
  background-color: #8C1515 !important;
}

.carousel__banners {
  background-color: #AF1B1B !important;
}
.carousel__banners:hover {
  background-color: #8C1515 !important;
}
*/
