body{
    background-color:#f2e096;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
#legyfontos{
  font-weight: bold;
}

/* Mobile-first responsive design */
#kepek{
  margin-top: 20px;
}

#andikep{
  width: 200px;
  height: 200px;
  border-radius: 10%;
  display: block;
  margin: 20px auto;
  object-fit: cover;
}

#kepmellett{
  text-align: center;
  padding: 20px;

}

.nev{
  text-align: center;
  margin: 10px 0;
}

#bandrea{
  font-size: 2.5rem;

  margin: 10px 0;
}

#noicoach{
  font-size: 1.5rem;
  
  margin: 10px 0;
}

#kepmellettszoveg{
  padding-top: 10px;
  margin: 20px auto;
  font-size: 2rem;
  font-style: normal;
  max-width: 600px;
}
#felsokep_asztal{
  width: 100%;
  height: auto;
  display: block;
  margin-top: 60px;
}
#tulihatter{
  width: 74%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

#tulihatter2{
  width: 74%;
  height: auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

footer{
  position: relative;
  margin-top: 40px;
  padding: 20px 0;
  height: 200px; /* Adjust height based on your image size */
}

.fejlec{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #0c490c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  z-index: 1000;
  box-sizing: border-box;
}

#fejlecnoi{
  font-size: 3rem;
  font-weight: 400;
  font-style: normal;
  color: white;
  text-decoration: none;
  flex: 1;
  text-align: left;
}

#fejlecnev{
  display: flex;
  gap: 15px;
  align-items: center;
}

#fejlecnev a{
  font-size: 2rem;
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

#fejlecnev a:hover{
  background-color: rgba(255,255,255,0.2);
}

/*body{
    background-image: url("img/hatter.jpg");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 50%;
    background-position-y: 1%;
}*/
.lap1{
    width: 90%;
    max-width: 800px;
    margin: 40px auto;
    border-radius: 15px;
    padding: 30px 20px;
    box-sizing: border-box;
}

#vege{
  font-size: 1rem;
  line-height: 1.6;
  top: 20px;
}

#kbizalom{
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  color: #0c490c;
  font-weight: bold;
}
#veg{
  
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 40px;
  color: #0c490c;;

}
#varlak{
  color:#0c490c;
  font-size: 2rem;
  text-align: center;
}
#listadiv{
  font-size: 1.5rem;
  overflow: hidden;
}

.lista1{
  font-size: 1.4rem;
  
}
#listabal{
  float:left;
  width: 40%;
  left: 10%;
  
}
#listakoz{
  width:10%;
}
#listajobb{
  width: 40%;
  right: 10%;
  float:right;
}

.lista2{
  font-size: 1.4rem;
  
}
/* Decorative elements positioned around text areas */
.decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}

.decoration {
  position: absolute;
  opacity: 0.7;
  transition: all 0.3s ease;
  pointer-events: auto;
}

.decoration:hover {
  transform: scale(1.15);
  opacity: 0.9;
}

/* Bees positioned just above the footer flowers */
.bee {
  width: 45px;
  height: 45px;
}

.bee-1 {
  top: 320%;
  left: 48%;
  transform: rotate(-15deg);
}

.bee-2 {
  top: 300%;
  right: 8%;
  transform: rotate(20deg);
}

.bee-3 {
  top: 200%;
  left: 5%;
  transform: rotate(10deg);
}

.bee-4 {
  top: 215%;
  right: 5%;
  transform: rotate(-25deg);
}
.bee-5 {
  top: 260%;
  left: 7%;
  transform: rotate(10deg);
}

/* Ribbons positioned just above the footer flowers */
.ribbon {
  width: 60%;
  height: auto;
}

.ribbon-1 {
  top: 280%;
  right: 47%;
  
}

.ribbon-2 {
  top: 144%;
  left: 10%;
  transform: rotate(-10deg);
}

.ribbon-3 {
  top: 144%;
  right: 10%;
  transform: rotate(25deg);
}

/* Butterfly */
.butterfly {
  width: 50px;
  height: 50px;
  top: 270%;
  right: 2%;
  transform: rotate(-20deg);
}

/* Media Queries for Responsive Design */

/* Small mobile devices (up to 480px) */
@media (max-width: 480px) {
  #fejlecnoi {
    font-size: 0.8rem;
  }
  #lista1{
    font-size: 1.2rem;
  }
  lista2{
    font-size: 1.2rem;
  }
  #listadiv{
    font-size:1.2rem;
  }

  #veg{
    font-size:1.4rem;
  }
  
  #fejlecnev {
    gap: 10px;
  }
  
  #fejlecnev a {
    font-size: 0.9rem;
    padding: 3px 8px;
  }
  
  #bandrea {
    font-size: 2rem;
  }
  
  #noicoach {
    font-size: 1.2rem;
  }
  
  #kepmellettszoveg {
    font-size: 0.9rem;
    padding: 15px;
  }
  
  #kbizalom {
    font-size: 1.5rem;
  }
  
  .lista {
    font-size: 1rem;
  }
  
  .lap1 {
    padding: 10px 15px;
  }
  
  #andikep {
    width: 150px;
    height: 150px;
  }
  
  /* Smaller decorative elements on mobile */
  .bee {
    width: 30px;
    height: 30px;
  }
  
  .ribbon {
    width: 50px;
  }
  
  .butterfly {
    width: 35px;
    height: 35px;
  }
}

/* Tablet devices (481px to 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  #fejlecnoi {
    font-size: 1.1rem;
  }
  
  #veg{
    font-size:1.4rem;
  }

  #bandrea {
    font-size: 2.2rem;
  }
  
  #noicoach {
    font-size: 1.3rem;
  }
  
  #kepmellettszoveg {
    font-size: 1.1rem;
  }
  
  #kbizalom {
    font-size: 1.7rem;
  }
  
  .lista {
    font-size: 1.1rem;
  }
  
  /* Medium decorative elements on tablet */
  .bee {
    width: 40px;
    height: 40px;
  }
  
  .ribbon {
    width: 65px;
  }
  
  .butterfly {
    width: 45px;
    height: 45px;
  }
}

/* Desktop devices (769px and up) */
@media (min-width: 769px) {
  #fejlecnoi {
    font-size: 2rem;
  }
  
  #bandrea {
    font-size: 2.5rem;
  }
  
  #noicoach {
    font-size: 1.5rem;
  }
  
  #kepmellettszoveg {
    font-size: 1.5rem;
  }
  
  #kbizalom {
    font-size: 2rem;
  }
  
  .lista {
    font-size: 1.2rem;
  }
  
  .lap1 {
    padding: 0px 30px;
  }
  
  #andikep {
    width: 250px;
    height: 250px;
  }
  
  /* Larger decorative elements on desktop */
  .bee {
    width: 55px;
    height: 55px;
  }
  
  .ribbon {
    width: 90px;
  }
  
  .butterfly {
    width: 60px;
    height: 60px;
  }
}

/* Large desktop devices (1200px and up) */
@media (min-width: 1200px) {
  .lap1 {
    max-width: 1000px;
  }
  
  #kepmellettszoveg {
    max-width: 800px;
  }
}
