body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}
header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  transition: all 0.3s;
}
header.scrolled {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: rgba(19, 18, 24, 0.9);
}
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}
.logo img {
  width: 7rem;
}
.logo1 {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 12px;
  color: #e0294c;
}
.logo2 {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #edbf6c;
}
.nav-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.nav-link:hover,
.nav-link:focus {
  color: #edbf6c;
}
.dropdown-menu {
  background: #1e1c27;
}
.dropdown-item {
  color: #fff;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e1c27;
  background-color: #edbf6c;
}
.intro {
  position: relative;
  height: 100vh;
  background-image: linear-gradient(rgba(19, 18, 24, 0.8) 0%, rgba(19, 18, 24, 0) 50%), url(../img/intro-background7.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.intro .texts {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.intro h1 {
  font-family: 'Baskervville', serif;
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 0 20px #000000, 1px 1px 0px #000000;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.logo-gold {
  width: 400px;
  margin-bottom: 1rem;
  filter: drop-shadow(0px 5px 16px rgba(0, 0, 0, 0.6));
}
@media (max-width: 767px) {
  .navbar-nav {
    display: none;
  }
  .intro h1 {
    font-size: 56px;
  }
  .intro h2 {
    font-size: 20px;
  }
  .intro .texts {
    left: 0;
    right: 0;
    top: 20%;
  }
}
.section-icons {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url(../img/bg-section-icons.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.section-icons img {
  margin-bottom: 1.5rem;
}
.h2-icon {
  font-weight: 600;
  font-size: 1.3125rem;
  /*color: #bd0c2f;*/
  color: #e0294c;
}
.section-icons p {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: 'Baskervville', serif;
}
.section-icons-link img {
  transition: all 0.3s;
}
.section-icons-link:hover img {
  transform: scale(1.1);
  filter: drop-shadow(0px 5px 16px rgba(255, 255, 255, 0.6));
}
footer {
  background: url(../img/bg-section-icons.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
footer .logo img {
  width: 200px;
  margin-right: 1rem;
}
footer .logo1 {
  color: #fff;
  text-transform: none;
  font-family: 'Baskervville', serif;
}
footer .texts {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Baskervville', serif;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .texts strong {
  color: #edbf6c;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-align: center;
  margin-top: 2rem;
  font-family: 'Baskervville', serif;
}
.btn-gold {
  color: #1e1c27;
  background-color: #edbf6c;
  border-color: transparent;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.btn-gold:hover,
.btn-gold:focus {
  background-color: #eb9f2f;
  border-color: transparent;
}
.section-top,
.section-onas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #030a22;
}
.section-kategorie {
  padding-top: 10rem;
}
.section-top h2 {
  color: #edbf6c;
  text-align: center;
  font-weight: 600;
}
.section-kategorie h1 {
  color: #edbf6c;
  text-align: center;
  font-weight: 600;
}
.section-top p {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-family: 'Baskervville', serif;
}
.section-onas h2 {
  color: #edbf6c;
  font-weight: 600;
}
.section-onas h3 {
  color: #edbf6c;
  font-weight: 600;
  font-size: 1.25rem;
}
.section-onas p,
.section-onas ul {
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Baskervville', serif;
}
.section-onas a {
  color: #edbf6c;
}
.section-onas a:hover,
.section-onas a:focus {
  color: #eb9f2f;
}
.produkt {
  padding-top: 1rem;
  font-size: 15px;
}
.produkt strong {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}
.produkt .cena {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.produkt a {
  color: #edbf6c;
}
.produkt a:hover,
.produkt a:focus {
  color: #eb9f2f;
}
.section-gallery {
  display: flex;
  flex-wrap: wrap;
}
.section-gallery a {
  width: 10%;
}
.section-gallery a img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.section-gallery a:hover img {
  transform: scale(1.1);
  filter: drop-shadow(0px 5px 16px rgba(255, 255, 255, 0.6));
}
.toggler {
  display: none;
}
.kontakt-text p {
  font-size: 20px;
}
.kontakt-text p strong {
  color: #edbf6c;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.kontakt-text a {
  color: #fff;
  text-decoration: none;
}
.kontakt-text a:hover {
  color: #edbf6c;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .toggler {
    display: block;
  }
  .toggler svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .toggler svg path {
    fill: #fff;
  }
  .navbar-nav {
    position: fixed;
    left: 0;
    right: 0;
    background: rgba(19, 18, 24, 0.9);
    padding: 2rem;
    top: 80px;
  }
  header.scrolled .navbar-nav {
    top: 57px;
  }
  .logo-gold {
    width: 70%;
    filter: drop-shadow(0px 5px 16px #000000);
  }
  .intro {
    background-image: url(../img/intro-background5.jpg);
  }
  .intro h1 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
  }
  .section-icons .btn {
    margin-bottom: 3rem;
  }
  .section-icons .col-md-3:last-child .btn {
    margin-bottom: 0;
  }
  .section-gallery a {
    width: 25%;
  }
}
.modal-content {
  background: #030a22;
}
.modal-body {
  font-family: 'Baskervville', serif;
  color: rgba(255, 255, 255, 0.8);
}
.modal-body a {
  color: #edbf6c;
}
.modal-body a:hover,
.modal-body a:focus {
  color: #eb9f2f;
}
.modal-body strong {
  color: #ffffff;
}
.modal-title {
  color: #edbf6c;
  font-weight: bold;
}
.modal-header,
.modal-footer {
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
