a {
    color: #185b2a;
}

a:hover {
    color: #185b2a !important;
}

.header-nav {
    background-color: #121212;
    border-bottom: 0 !important;
}

.header-nav a {
    color: #FFFFFF !important;
}

.header-top {
  background-image: url('https://jetfish.pl/themes/classic-child/assets/img/top-bg.webp');
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: top center;
}

#header {
    border-bottom: solid 6px #ffdd00;
}


#wrapper {
    padding-top: 0;
    background-image: url('https://jetfish.pl/themes/classic-child/assets/img/bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

#wrapper .container {
    background: #FFFFFF;
    padding-top: 25px;
}

.block-categories {
    font-size: 0.85em;
}

#footer {
    background-color: #121212;
}

#footer a {
    color: #FFFFFF !important;
}

#footer p {
    color: #FFFFFF !important;
}

.block-social ul li {
    background-color: #185b2a;
}

.block-social ul li:hover {
    background-color: #121212 !important;
}

.carousel .carousel-inner {
    height: auto;
}

#subcategories {
    display: none !important;
}

.btn-primary, .btn-primary:hover {
    background-color: #185b2a;
}

@media (min-width: 1200px) {
  .container {
    width: 1260px;
    max-width: 100%;
  }