@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Texturina:ital,opsz,wght@0,12..72,100..900;1,12..72,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Forum&family=Texturina:ital,opsz,wght@0,12..72,100..900;1,12..72,100..900&display=swap");

body {
  margin: 0;
  padding: 0;
  font-family: "Forum", serif;
  font-style: normal;
  background-color: #beb5ac;
  color: #000000;
  box-sizing: border-box;
  width: auto;
}

.texturina-november {
  font-family: "Forum", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

header {
  background: #000000;
}
.headline {
  position: static;
  height: 800px;
  color: #000000;
  font-family:  "Forum", serif;
  font-style: normal;
  text-align: center;
  background-color: #beb5ac;
  background:url("https://miertnovember.hu/kepek/fejleckapcsolat.png") no-repeat center center;
  background-size: cover;
}
.headline:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
.inner {
  position: absolute;
  width: auto;
  top: 20%;
  left: 50%;
  opacity: 0;
  z-index: 10;
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: fade-in 0.75s 0.25s ease-in forwards;
          animation: fade-in 0.75s 0.25s ease-in forwards;
}
.inner h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
  font-family:  "Forum", serif;
}
.inner p {
  margin: 0;
  font-size: 1.4em;
  font-style: italic;
  font-family: "Forum", serif;
}
nav {
  position: fixed;
  top: 20px;
  width: 100%;
  z-index: 10;
}
nav.scrolled {
  background: #000000
}
.menu1 ul {
  float: inline-start;
  list-style: none;
  padding: 0;
  margin: 1%;
}
.menu1 li {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  margin: 5px 0 0 20px;
  display: inline-block;
}
.menu1 a {
  color: #000000;
  font-family: "Forum", serif;
}
.menu1 a:hover {
  color: #ededed;
  font-family: "Forum", serif;
}

.menu2 ul {
  float: inline-end;
  list-style: none;
  padding: 0;
  margin: 1%;
}
.menu2  li{
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  margin: 5px 0 0 20px;
  display: inline-block;
}
.menu2 a {
  color: #000000;
  font-family: "Forum", serif;
}
.menu2 a:hover {
  color: #ededed;
  font-family: "Forum", serif;
}

section {
  width: auto;
  height: auto;
  margin: 25px auto;
  padding: 20px;
  max-width: 100%;
  max-height: 100%;
  font-size: 1.2em;
  line-height: 1.6em;
  background-color: #beb5ac;
  text-align: center;
}
section ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.fit-picture {
  width: 300px;
  height: 300px;
}
footer {
  float:none;
  display: block;
  box-sizing: border-box;
  width: auto;
  justify-content: center;
  position: relative;
  top: 0%;
  padding: 5px;
  background-color: #beb5ac;
  color: #fff;
  text-align: center;
}

.footer-suti {
  float: none;
  font-size: 1.4em;
  font-style: normal;
  font-family: "Forum", serif;
  text-align: bottom , center;
  left: 50%;
}

a {
  color: #000000;
  font-family: "Forum", serif;
}
a:hover {
  color: #ededed;
  font-family: "Forum", serif;
}

.footer-jog {
  float: none;
  font-size: 1.4em;
  font-style: normal;
  font-family: "Forum", serif;
  text-align: bottom , center; 
  left: 50%;
}

a {
  color: #000000;
  font-family: "Forum", serif;
}
a:hover {
  color: #ededed;
  font-family: "Forum", serif;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}