.navbar-2 {
    width: 70%;
    height: 5rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(220, 21, 53);
}

.navbar-2 ul {
    list-style: none;
    justify-content: space-between;
    display: flex;
    width: 80%;
    margin: auto;
    gap: 30px;
    align-items: center;
    margin-left: 2rem;
    margin-right: 2rem;
}

.navbar-2 a 
{
    color : black;
    font-size: 1.2rem;
    position: relative;
    text-decoration: none;
}

.navbar-2 a:hover {
    color: rgb(220, 21, 53);
    border-bottom: 3px solid rgb(36, 141, 42);
    transition: padding-top 0.3s ease, color 0.3s ease, border-bottom 0.3s ease;
}

.tevekenyseg {
    margin: 0px;
}

.tevekenyseg p {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
    margin-top: 2rem;
    font-size: 20px;
    line-height: 1.6;
    text-align: justify;
    color :rgb(36, 141, 42);
}

.tevekenyseg ul li {
    list-style-type: none;
}

.muveszek-smaller {
  display: none;
}

.Kalina-Eniko, .Docs-Peter {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 90%;
    padding-top: 0rem;
    margin: 2rem auto;
    flex-wrap: nowrap;
}
.Kalina-Eniko p, .Docs-Peter p {
    font-size: 1.5rem;
    flex: 1;
    line-height: 1.6;
    text-align: justify;
    color: rgb(36, 141, 42);
}

#kinalat table {
    border-collapse: collapse;
    width: 90%;
    margin-top: 4rem;
    margin-left: 5%;
    min-height: 500px;
    background-image: url("../images/gutya.jpg");
    background-size: cover;
    background-position: 0rem;
    background-image: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)), url("../images/gutya.jpg");

}
#kinalat td {
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}
#kinalat table tr:first-child {
    background-color: rgba(36, 141, 42, 0.3);
}

#kinalat details {
  padding-left: 5%;
  padding-top: 1.5rem;
}

#kinalat caption {
  font-size: xx-large;
  padding-bottom: 2rem;
}

.h2-box {
    border-bottom: 1px solid rgb(220, 21, 53);
    width: 90%;
    margin: auto;
    margin-top: 5rem;
    display: block;
}
h2 {
  margin-bottom: 0.5rem;
  color: rgb(220, 21, 53);
}



/* Responsive */

@media (min-width: 0px) and (max-width: 767px) {
  #muveszek {
    display: none;
  }
  .muveszek-smaller {
    display: block!important;
  }

  .Kalina-Eniko,
  .Docs-Peter {
    flex-direction: column;
    gap: 1rem;
  }
  .Kalina-Eniko p, 
  .Docs-Peter p {
    font-size: 1rem;
  }
  

  .tevekenyseg p {
      margin-left: 1rem;
      margin-right: 1rem;
      font-size: 1rem;
  }
  

}

@media (min-width: 768px) and (max-width: 1024px)  {

  .tevekenyseg p {
    margin-left: 2rem;
    margin-right: 2rem;

  }


  .Kalina-Eniko img,
  .Docs-Peter img {
    max-width: 100%;
    height: auto;
  }

  #muveszek {
    display: none!important;
  }

  .muveszek-smaller {
    display: block!important;
  }

  #kinalat table {
    font-size: 1.1rem;
  }

  #kinalat table th,
  #kinalat table td {
      padding: 0.5rem;
      text-align: center;
  }

  .Kalina-Eniko,
  .Docs-Peter {
      flex-direction: column;
      gap: 1rem;
  }

  #kinalat table {
      width: 100%;
      font-size: 1.2rem;
  }

}




