body {
  background: linear-gradient(rgba(255,255,255,1),rgba(0,85,159,0.15));
}

.site-heading .site-heading-lower {
  color: #000000;
}

.site-heading {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.bg-dark {
  background-color: #00559F !important;
  color: #ffffff !important;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.footer {
  background-color: #00559F;
  font-family: 'Raleway';
  color: #dddddd;
}

.text-faded {
  color: hsla(0,0%,100%,.75);
}

.cta {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

.section-heading .section-heading-upper {
  margin-top: 8px;
}

.intro-button {
  font-family: 'Raleway';
}

.btn-xl {
  font-size: 20px;
  background-color: #FFAA60;
  border-color: #FFAA60;
  border-radius: 0;
}

.section-heading .section-heading-lower {
  margin-top: 16px;
}

@media (min-width:992px) {
  .intro-left .intro-img {
    width: 75%;
    float: left;
  }
}

@media (min-width:992px) {
  .intro-left .intro-text {
    right: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }
}

@media (min-width:1200px) {
  .intro-left .intro-text {
    width: 45%;
  }
}

.intro-left {
  position: relative;
}

@media (min-width:992px) {
  .intro-left .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}

@media (max-width: 992px) {
  .footer-img {
    margin-top: 24px;
  }
}

#mainNav .navbar-brand {
  color: #ffffff;
}

.site-heading .site-heading-upper {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #000000;
}

@media (min-width:992px) {
  .product-item .product-item-img {
    margin-bottom: -3rem;
  }
}

.product-item-desc {
  position: relative;
}

.product-section {
  margin-top: 5rem;
}

.esif-podaci {
  border: solid 1px #000000;
  padding: 12px;
  background: #ffffff;
}

.footer a {
  color: #dddddd;
}

.text-smaller {
  font-size: 2.5rem !important;
}

