:root {
    --czerwony: #CC2C1A;
    }

body{
    background-color: #FAFAFA;
}
.montseerrat {
    font-family: 'Montserrat', sans-serif;
}

.menu-item  a {
    position: relative;
    text-decoration: none;
    color: inherit;
    display: inline-block;
  }
  
  .menu-item a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    bottom: -2px;
    background-color: #ffffff; /* Możesz zmienić kolor linii */
    transition: width 0.3s ease;
  }
  
  .menu-item a:hover::after {
    width: 100%;
  }
  
.czerwonetlo {
    background: var(--czerwony) !important;
}
.center{
    object-position: center  !important;
}
 /* CSS dla bloku przeyrwnikzezdjeciem */
.przeyrwnikzezdjeciem {
 
	background: var(--czerwony) !important;
}
.odstep{
    height: 150px;
}

img.img-zdjecie-euro {
    height: 55px !important;
    width: auto;
    margin-top: 5px;
}

.site-footer {
    background: var(--czerwony) !important;
}
 
.site-logo .custom-logo {
    height: 35px !important;
    object-fit: contain;
}

.navbar {
    background: var(--czerwony);
    padding: 10px;
}


.main-navigation li {
    position: relative;
   margin-right: 20px;
}
 
.width {
    width: 90% !important;
    margin: auto;
}

.sticky  {
    width: 100% !important;
     padding: 0 5%;
}

main#primary {
    min-height: 80vh;
}
.site-header {
    transition: top 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    top: 0;
    z-index: 10;
     width: 100%;
     background-color: #FAFAFA;
  }
  
  .site-header.sticky {
    position: fixed;
    top: 0px !important;
    left: 0;
    right: 0;
   }

   header#masthead {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    transition: 0.3s ease;
}
 

.kreska-footer {
    width: 15%;
    height: 3px;
    background: white;
    top: 0px;
    left: 0px;
}

.site-footer p {
    color: #fff !important;
}
.fs-12{
	font-size: 16px;
}


p{
	/* font-family: "Cabin", sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
 }

h1,h2,h3,h4,h5,h6, .archiveum {
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
     font-style: normal;
    font-variation-settings: "wdth" 112.5;
}
  
li a {
    font-family: 'Montserrat', sans-serif;

}

.archive{
    font-family: "Archivo", sans-serif;
    font-style: normal;
    font-variation-settings:
    "wdth"112.5;
}

img.img-zdjecie-euro {
    height: 25px;
    width: auto; 

}

.ikona {
    font-size: 14px;
}
.zindex{
    z-index: 1000;
}
.fs-12 {
    font-size: 12px !important;
}
 .czerwony{
    background-color: var(--czerwony);
    border-radius: 30px;
    height: 30px;
    transition: 0.3s ease;

 }

 .menu-item a {
    color: #ffffff !important;
    font-family: 'Montserrat';
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}



 .sticky  .czerwony {
    background-color: var(--czerwony);
    border-radius: 0px;
    height: 30px;
    transition: 0.3s ease;

 }

nav#site-navigation a {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 12px;
    color: black !important;
    text-transform: uppercase;
}

.custom-icon {
    width: 25px;
    height: 20px;
    background-color: var(--czerwony);
    border-radius: 100%;
}


.custom-icon i {
    font-size: 10px;
}


.menu-item {
    margin-right: 15px;
}

.row{
    --bs-gutter-x: 0rem !important;
}

.border-md-start {
    border-left: 1px solid #dee2e6 !important;
}
@media screen and (max-width: 991px) {
    ul#primary-menu {
        margin-top: 30px;
        margin-bottom: 30px !important;
    }

    .border-md-start {
        border-left: 0px solid #dee2e6 !important;
    }

}