.elementor-kit-6{--e-global-color-primary:#0D713E;--e-global-color-secondary:#EEE8E3;--e-global-color-text:#000000;--e-global-color-accent:#0D713E;--e-global-typography-primary-font-family:"Forum";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Forum";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Forum";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.nav-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  background-color: #0D713E;
  padding: 10px 0;
  margin: 0;
}

.nav-menu li {
  margin: 0 10px;
}

.nav-menu a {
  color: #EEE8E3;
  text-decoration: none;
  font-size: 16px; /* Zmniejszona czcionka */
  padding: 8px 12px;
  transition: background-color 0.3s, color 0.3s;
}

.nav-menu a:hover {
  background-color: #EEE8E3;
  color: #0D713E;
  border-radius: 5px;
}/* End custom CSS */