
#strona{
text-align: center;
    font-size: 12px;
    margin: 15px;
padding: 10px;
    background-image: url(hero.jpg)
}
    
#godz1{font-size: 22px;
    font-weight: bold;}
    #godz2{font-size: 16px;}
    #opis{padding: 30px 0px 30px;}
    #opis1{font-size:   18px;}
    #opis2{font-size: 12px;
        font-weight:500;}
    img {width: 100%;}
    #lewy{
        text-align: center;
        width: 100%;
    padding: 40px 40px 40px 40px;
}
#prawy{
    text-align: justify;
    padding: 40px 40px 40px 40px;
}
button {
  border: none;
  color: white;
  padding: 15px 50px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
        background-color: #04AA6D}
    #guzik {text-align: center;
padding: 0 30px 0 100px}
        footer{
        display: flex;
        justify-content: space-between;
        background: white;
        align-items: center;
        box-shadow: 3px 3px 3px grey;
        
    }
   #oferta1 {padding: 20px 20px 20px 20px;
      width: 100%;
    text-align: center;
        justify-content: center;
    float: left;}
    #oferta2{padding: 20px;
    width: 100%;
    text-align: center;
        justify-content: center;
    float: left;
    }
        #zaplac{padding: 20px;
    width: 100%;
    text-align: center;
        justify-content: center;
    }
    .link {color: blue;}
#projekty{
    padding: 0 20px;
}
#pr1, #pr2, #pr3{
    padding: 20px;
}
h1{
    font-size: 24px;
}


.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 1.3rem 1rem;
  box-shadow: 0 -3px 8px rgba(0,0,0,0.3);
  z-index: 9999;
  font-size: 0.9rem;
}

.cookie-banner p {
  margin: 0 0 1rem;
  line-height: 1.4;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-btn {
  border: none !important;
  padding: 0.6rem 1.2rem !important;
  font-size: 0.9rem;
  cursor: pointer;
  border-radius: 6px;
  transition: 0.2s ease;
  color: #fff !important;
}

.cookie-btn.accept-all {
  background: #04AA6D;
}

.cookie-btn.necessary-only {
  background: #555;
}

.cookie-btn.reject {
  background: #AA0404;
}

.cookie-btn:hover {
  opacity: 0.85;
}

/*Styling for larger devices*/
@media only screen and (min-width: 600px){
    nav{
        display: flex;
        justify-content: space-between;
        background: white;
        align-items: center;
        box-shadow: 3px 3px 3px grey;
        
    }
    
    nav ul{
        display: flex;
        align-items: center;
        background:none;
        flex-wrap: wrap;
    }
    nav div:first-child logo{
        padding: 0;
        margin:0 1rem;
    }
    nav div:first-child img{
        height: 50px;
        width: auto;
        
    }
    nav ul li{
        border-bottom:none;
        flex: 1 0 auto;
        position: relative;
    }
    nav ul li a{
        padding:1.2rem 1rem;
    }
    nav ul li a::before, nav ul li a::after{
        content: "";
        position: absolute;
        bottom:0;
        right: 0;
        width:0%;
        height: 2px;
        background:green;
        transition: .2s width ease-in-out;
    }
    
    nav ul li a::before{
        left:0;
    }
    
    nav ul li a:hover::after,nav ul li a:hover::before{
        width: 50%;
    } 
   

header img{
    width: 100%;
    display: block;
}

#strona{
text-align: center;
    font-size: 12px;
}
    
#godz1{font-size: 22px;
    font-weight: bold;}
    #godz2{font-size: 18px;}
    #opis{padding: 0px 0px 30px;}
    #opis1{font-size: 30px;}
    #opis2{font-size: 16px;
        font-weight:500;}
    img {width: 80%;}
    #lewy{float: left;
        text-align: center;
        width: 50%;
    padding: 40px 0px 0 40px}
       #prawy{float: left;
    width: 50%;
    text-align: center;
    padding: 0px 40px 0 40px}
button {
  border: none;
  color: white;
  padding: 15px 50px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
        background-color: #04AA6D}

        

    #oferta1 {padding: 20px 20px 20px 20px;
      width: 100%;
    text-align: center;
        justify-content: center;
    float: left;}
    #oferta2{padding: 20px;
    width: 100%;
    text-align: center;
        justify-content: center;
    float: left;
    }
        #zaplac{padding: 20px;
    width: 100%;
    text-align: center;
        justify-content: center;
    }
    .link {color: blue;}
    
    #wesprzyj{padding: 0 60px 20px;}
    #projekty{padding: 30px}
    
    #dzieki{
        display: flex;
        padding: 20px;
        background-image:url(dziekitlo.jpg);
        height: 100vh;
    }
   .dzieki1{
        float: left;
        width: 40%;
    }
    .dzieki1 img{
        float: left;
        padding: 10px;
        width: 100%;
    }
    .dzieki2{
        float: left;
        width: 80%;
        padding: 10px;
        font-size: 18px;
        text-align: left;
        
    }
    #portfolio
{
    width: 100%;
    background-color: lightgrey;
    height: auto;
    padding: 10px;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
      float: left;
display: flex;
    box-sizing: border-box;
}
.portfolio_kwadrat {
  width: 25%;
  padding: 2px;
    display: flex;
    float: left;
}

.portfolio_prostokat{
  width: 33%;
    padding: 2px;
 display: flex;
    float: left;
}
.portfolio_prostokat2{
  width: 99%;
    padding: 2px;
 display: flex;
    float: left;
}
    /* Dropdown menu */
nav ul li.dropdown {
  position: relative;
}

nav ul li .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  z-index: 1000;
}

nav ul li .dropdown-menu li {
  border-bottom: 1px dotted #ddd;
}

nav ul li .dropdown-menu li a {
  padding: 10px;
  text-align: left;
  display: block;
  white-space: nowrap;
}

/* Show dropdown on hover for desktop */
nav ul li.dropdown:hover .dropdown-menu {
  display: block;
}
/* dolny tekst */
.footer-bottom {
  margin-top: 1rem;
}

.footer-text {
  position: relative;
  display: inline-block;
  font-size: 0.85rem;
  color: #F5F1E7;
  padding-top: 0.6rem;
}

/* linia nad tekstem – 80% szerokości napisu */
.footer-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background-color: #F5F1E7;
}

.footer-brand {
  font-size: inherit;
}
/* Responsive: make dropdown always visible on mobile */
@media (max-width: 599px) {
  nav ul li .dropdown-menu {
    position: static;
    box-shadow: none;
  }
}

