html,body,header,.jarallax {
  height: 100px;
}

#galeria,#wedzenie {
  margin-top: 50px;
}

.btn:hover {
  color: #f4ff24;
}

@media (max-width: 740px) {
  html,body,header,.jarallax {
    height: 100vh;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
  html,body,header,.jarallax {
    height: 100vh;
  }
}

@media (min-width: 560px) and (max-width: 650px) {
  header .jarallax h5 {
    margin-bottom: 1.5rem !important;
  }
}

.top-nav-collapse {
  background-color: #381f09 !important;
}

.navbar:not(.top-nav-collapse) {
  background: #381f09 !important;
}

@media (max-width: 768px) {8
  .navbar:not(.top-nav-collapse) {
    background: #381f09 !important;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background: #381f09!important;
  }
}

h1 {
  letter-spacing: 8px;
}

h5 {
  letter-spacing: 3px;
}

.hr-light {
  border-top: 3px solid #fff;
  width: 80px;
}

footer.page-footer {
  padding-top: 20px;
  background-color: #381f09;
}

@media (max-width: 450px) {
  .btn-floating {
    margin-left: 0;
    margin-right: 0;
  }
}

.navbar,.h1,.h2,.h3,.h4,.h5 {
  z-index: 1;
  font-family: 'Amatic SC', cursive;
  font-size: 1.7rem;
}

.navbar a {
  transition: all .2s ease-in-out;
}

.navbar a:hover{
  transform: scale(1.1);
  color: #f4ff24 !important;
}

.top-nav-collapse {
    background-color: #381f09 !important;
}

.form-check-label {
  padding-left: 30px !important;
}

#news-more {
  margin-top: 100px;
}

.current {
  transform: scale(1.1);
  color: #f4ff24 !important;
}

.link-menu {
  color: #000;
}

.link-menu:hover {
  font-weight: bold;
  color: #3b0000;
}

.link-menu-active {
  font-weight: bold;
  color: #3b0000;
}
