@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .logo {
    width: 100% !important;
  }
  .navbar-collapse {
    text-align: center;
    padding-top: 30px;
  }
  .navbar-nav .dropdown-menu {
    border: none;
    text-align: center;
  }
  .nav-item {
    text-transform: uppercase;
    padding-bottom: 10px;
  }
  .hover-nav-mob {
    display: none !important;
  }
  .about, .contact {
    padding: 120px 0px;
  }
}
@media only screen and (max-width: 992px) {
  .animation {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }
  .navbar-brand img {
    max-width: 115px;
  }
  .contact {
    padding: 200px 0px 90px;
  }
  .column-reverse {
    flex-direction: column-reverse;
  }
  .sauces, .liqueur, .dessert, .spreads, .salad, .gallery {
    margin-top: 160px;
  }
  .politika-privatnosti, .uslovi-koriscenja, .porucivanje-placanje {
    margin-top: 160px;
  }
  .product-content, .politika-privatnosti, .uslovi-koriscenja, .porucivanje-placanje {
    margin-bottom: 60px;
  }
  .products-description {
    margin-bottom: 60px;
  }
  .product-img {
    margin-bottom: 30px;
  }
  .center-direction {
    display: flex;
    margin: 0 auto;
  }
  .gallery {
    margin: 60px 0px 30px;
  }
  .products {
    margin: 60px 0px 36px;
  }
  .social-icon-footer {
    text-align: start !important;
    margin-top: 0.6rem !important;
  }
}
@media only screen and (max-width: 1200px) {
  header, footer {
    font-size: 16px;
  }
}