body {
  background-color: #435532;
  background-attachment: fixed;
  background-image: url("/images/ferde.bmp");
  background-repeat: repeat;
  background-position: top left;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 11rem);
  padding: 1rem;

  background-color: #435532;
  background-attachment: fixed;
  background-image: url("/images/font.jpg");
  background-repeat: repeat-x;
  background-position: top left;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  padding: 0 1rem 0 1rem;
  background-image: url("/images/lececske.jpg");

  @media only screen and (max-width: 450px) {
    flex-direction: column;
    height: 8rem;
    padding: 1rem 1rem;

    a[href="/"] {
      align-self: flex-start;
    }
  }
}

.contacts {
  display: flex;
  flex-direction: column;
  align-items: end;
  @media only screen and (max-width: 450px) {
    align-self: flex-end;
  }
}

.contact {
  display: flex;
  gap: 0.3rem;
}

a,
a:link,
a:visited,
a:active {
  color: #b7b459;
  color: #b7b459;
  text-decoration: none;
}

nav {
  font-family:
    Times New Roman,
    verdana;
  font-size: 1.05rem;
  color: white;
  background-color: black;

  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}

nav.desktop {
  display: flex;
  @media only screen and (max-width: 450px) {
    display: none;
  }

  justify-content: space-between;
  padding: 0rem 1rem;
  height: 2rem;

  img {
    height: 1.5rem;
    padding-bottom: 0.3rem;
  }

  ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}

nav.mobile {
  display: none;
  @media only screen and (max-width: 450px) {
    display: block;
  }

  flex-direction: column;
  padding: 0.5rem 0;

  details {
    color: #b7b459;
    summary::-webkit-details-marker {
      display: none;
    }
    summary {
      cursor: pointer;
      text-align: center;
      list-style: none;
    }
    &[open] {
      summary {
        text-decoration: underline dotted white;
        text-decoration-thickness: 0.2rem;
      }
    }
  }

  ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    padding-top: 0.5rem;
  }
}

.welcome {
  img {
    max-width: 550px;
    width: 100%;
    height: auto;
  }
}

article.eletrajz {
  p {
    text-indent: 0;
  }
  ul {
    list-style: square;
  }

  .middle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.images {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding: 0 0 1rem 0;
  @media only screen and (max-width: 300px) {
    padding: 0 0 1rem 0;
  }

  div {
    background-color: #324026;
    padding: 1rem;
    text-align: center;
  }

  img {
    max-height: 300px;
    max-width: 300px;

    @media only screen and (max-width: 300px) {
      width: 100%;
    }
  }
}

.cim {
  font-family:
    Times New Roman,
    verdana;
  font-size: 29px;
  color: #b7b459;
  font-weight: bold;
}

.halovany {
  font-family:
    Times New Roman,
    verdana;
  font-size: 19px;
  color: #838a7c;
}

.sarok {
  font-family:
    Times New Roman,
    verdana;
  font-size: 14px;
  color: #b7b459;
}

.megn {
  font-family:
    Times New Roman,
    verdana;
  font-size: 11px;
  color: #838a7c;
}

.leceske {
  height: 100px;
  width: 1300px;
  background-image: url("/images/lececske.jpg");
}

/* Content area background */
.content-area {
  background-color: #435532;
  background-attachment: fixed;
  background-image: url("/images/font.jpg");
  background-repeat: repeat-x;
  background-position: top left;
}

.lapcim {
  font-family:
    Times New Roman,
    verdana;
  font-size: 19px;
  color: #b7b459;
}

.szoveg {
  font-family:
    Times New Roman,
    verdana;
  text-align: justify;
  font-size: 0.9rem;
  color: white;
}

.szovegb {
  font-family:
    Times New Roman,
    verdana;
  text-align: justify;
  text-indent: 15px;
  font-weight: bold;
  font-size: 15px;
  color: #838a7c;
}

footer {
  background-image: url("/images/alja.jpg");
  font-family:
    Times New Roman,
    verdana;
  font-size: 1rem;
  color: #3b4838;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
