.bgkep {
  height: 500px;
  background-image: url("../rozsakkertjekep/Rozsak-kertje-scaled.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow: 3px 3px 6px black;
  text-align: center;
}
.bgkep > h3 {
  position: relative;
  top: 120px;
  font-size: 2.5rem;
}
.bgkep > h1 {
  font-size: 58px;
}
.rolunkp{
  max-width: 520px;
}

.link{
  text-decoration: none;
  color: black;
  transition: .1s ease-in-out;
}
.link:hover{
  text-decoration: underline;
}



.debrecensziveben {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content {
  max-width: 450px;
  text-align: center;
}
.content > h1 {
  text-align: center;
}

.gombok {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  transition: 0.14s ease;
}

.gombok > a > button {
  border: 3px solid #8d7a63;
  background-color: transparent;
  border-radius: 4px;
  width: 200px;
  height: 50px;
  transition: 0.14s ease;
  color: black;
  font-weight: 600;
}
.gombok > a > button:hover {
  border: 2px solid transparent;
  background: #D8C9B8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6bd0",endColorstr="#f59dff",GradientType=1);
  outline: #8d7a63 solid 3px;
  outline-offset: 7px;
}
.gombok > a {
  margin-top: 40px;
  margin-bottom: 100px;
  transition: 0.14s ease;
}
@media only screen and (max-width: 675px) {
  .gombok {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.14s ease;
  }

  .gombok > a {
    margin-top: 10px;
    margin-bottom: 10px;
    transition: 0.14s ease;
  }
  .gombok > a:nth-child(3) {
    margin-top: 10px;
    margin-bottom: 90px;
    transition: 0.14s ease;
  }
  .gombok > a:nth-child(1) {
    margin-top: 30px;
    margin-bottom: 10px;
    transition: 0.14s ease;
  }
}


.mainkep>a .mainkep>a>img{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.mainkep>a>img{
  max-width: 49%;
  padding: 5px;
}

.mainkep2>a .mainkep2>a>img{
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.mainkep2>a>img{
  max-width: 48%;
  padding: 5px;
}

.swipebox>img{transition: .1s ease-in-out;}
.swipebox>img:hover{
  transform: scale(1.03);
}



.slider{
  position: relative;
  margin-top: 80px;
}
.control{
  list-style: none;
}



.control li{
  position: absolute;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background-color: #00000050;
  padding: 18px 20px;
  border-radius: 50%;
  cursor:pointer;
}
.control li:hover{
  background-color: black;
  cursor: pointer;
}
.control li.prev{
  left: 25px;
  cursor: pointer;
}
.control li.next{
  right: 25px;
  cursor: pointer;
}


@media only screen and (max-width: 767px) {
  .control li{
      padding: 10px 12px;
      border-radius: 50%;
  }
  .control li.prev{
      left: 5px;
      cursor: pointer;
  }
  .control li.next{
      right: 5px;
      cursor: pointer;
  }
}
.rolunk{
  margin-top: 80px;
  margin-bottom: 30px;
}


.helyszekcio {
  background-color: gray;
  width: 100%;
}
a {
  text-decoration: none;
}
.terkep {
  height: 600px;
  width: 100%;
  padding: 6px;
}

.followme {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.followme > img {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100px;
}
.followme > a > img {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 75px;
  margin-left: 30px;
  margin-right: 30px;
  transition: 0.2s ease;
}
.followme > a > img:hover {
  transform: scale(1.16);
}
@media only screen and (max-width: 360px) {
  .followme {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}


.rozsakkep{
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 5px;
  place-content: center;
}
.rozsakkep>a>img{
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .rozsakkep{
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (max-width: 400px) {
  .rozsakkep{
    grid-template-columns: 100%;
  }
}
