body
{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: aliceblue;
    zoom: 80%;
}

 header {
  background-image: url(kepek/Történetünk/hatter.jpg);
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: 50% 40%;
}

header h1{
    color: white;
    text-align: center;
    padding-top: 100px;
    font-size: 35px;
}

nav
{
    justify-content: center;
    display: flex;
}

.Menü
{
    margin: 20px;
    width: 180px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    transition: background-color 0.3s ease-in;
}

.Menü:hover
{
    background-color: rgba(227, 227, 227, 0.866);
}




.regisztracio-wrapper
{
    animation: berepules 1.5s ease-out forwards;
}

#regisztracio
{
    border-radius: 20px;
    height: 50px;
    width: 175px;
    background-color: orange;
    border: none;
    font-weight: bold;
    margin-top: 20px;
    transition: transform 0.3s ease-in;
    font-size: 17px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#regisztracio:hover
{
    cursor: pointer;
    transform: scale(1.2);
}

@keyframes berepules
{
  0%
  {
    transform: translateY(-100px);
    opacity: 0;
  }

  100%
  {
    transform: translateY(0);
    opacity: 1;
  }
}

a{
    font-size: 25px;   
    text-decoration: none;
    color: black;
}

main{
    height: 3550px;
}
h2{
    text-align: center;
    padding-top: 50px;
    color: gray;
    font-size: 40px;
}

p{
    text-align: center;
    font-size: 23px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h3{
    padding-left: 950px;
    font-size: 25px;
}

.szoveg{
  white-space: pre-line;
  text-align: justify;
  padding-left: 80px;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif
}

.kepek{
    height: 340px;
    border-radius: 15px;
    width: 500px;
    transition: transform 0.7s ease; 
}

.kepek:hover{
    transform: scale(1.10);
}

#rend{
    display: flex;
    gap:10px;
    padding-left: 350px;
}

#rendi{
    display: flex;
    gap:70px;
    padding-left: 370px;
}

.sorok{
  white-space: pre-line;
  text-align: justify;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif
}

h4{
    padding-left: 370px;
    font-size: 25px;
}

footer{
  background-image: url(kepek/Történetünk/veghatter.jpg);
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
}

footer h1{
    color: white;
    text-align: center;
    font-size: 35px;
    padding: 20px;
}

.Menüke{
    border: 3px solid white;
    border-radius: 20px;
    margin: 15px;
    
    color: white;
    background-color: rgb(60, 175, 60);
    transition: transform 0.3s ease-in;
}

.Menüke:hover
{
    transform: scale(1.2);
}

footer
{
    display: flex;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

#FooterLogo
{
    width: 300px;
}

#FooterCaption
{
    display: flex;
}

#footerfigure
{
    transition: none;
    transform: none;
    margin-right: 130px;
}

.FooterMenu
{
    padding-top: 10px;
    display: block;
    margin-right: 130px;
}


.FooterMenu a:hover
{
    text-decoration: underline;
}

.FooterMenu h2
{
    margin: 0;
    padding: 0;
    color: black;
}

#FooterBG
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15.5%;
    width: 70%;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 28px;
}

.Menü a
{
    font-size: 30px;
}