.footer {
  padding: 80px 0px 0px 0px;
  background-color: #100F40;
}

.footer .container {
  padding-bottom: 80px;
}

.footer-bottom .container {
  padding-bottom: 0px;
}

.footer-text {
  color: #BE1E2D;
  font-size: 28px;
  font-weight: 500;
}

#broj {
     font-size: 14px;
}

.footer-desc {
  margin: auto;
  text-align: center;
}

.footer-desc-top {
  border-bottom: 1px solid white;
  font-size: 20px;
  color: white;
  padding-bottom: 5px;
}

.footer-desc-bottom {
  color: white;
  font-size: 18px;
}

.footer img {
  width: 35%;
}

.contact-footer img {
  width: 100%;
}

.footer-bottom {
  background: #BE1E2D;
}

.footer-bottom .navbar {
  display: block;
}

.footer-bottom .navbar-nav {
  flex-direction: row;
}

.footer-bottom .nav-item {
  font-size: 16px;
  padding: 0px 30px 0px 0px !important;
}

.footer-location-icon {
  margin-top: 20px;
}

.footer a {
  color: white;
  text-decoration: none;
}

@media (max-width: 992px) {
  .footer img {
    width: 20%;
  }
  .contact-footer img {
    width: 60%;
  }
  .footer-email-icon {
    margin: auto;
  }
  .footer-bottom .nav-item {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .footer-email-icon {
    margin-top: 20px;
  }
}