html, body
{
    margin: 0;
    overflow-x: hidden;
}

body
{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.BG
{
    background-image: url(Kepek/Főoldal/hatter.jpg);
    background-size: cover;
    background-position: 10% 10%;
    height: 900px;
}

.Content
{
    background-color: white;
}

nav
{
    justify-content: center;
    display: flex;
}

.Menü
{
    margin: 20px;
    width: 150px;
    height: 50px;
    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);
}

a
{
    font-size: 25px;   
    text-decoration: none;
    color: black;
}


.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;
  }
}


h1
{
    text-align: center;
    font-size: 60px;
    text-shadow: 5.5px 5.5px 5.5px rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

p
{
    font-size: 24px;
    color: white;
    text-shadow: 3px 3px 3px rgb(0, 0, 0);
    text-align: center;
    display: block;
    margin-top: -32px;
}

.Gombok
{
    display: flex;
    justify-content: center;
    gap: 60px;
}

#keresek
{
    width: 150px;
    height: 45px;
    border-radius: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 17px;
    background-color: lightblue;
    border: 3px solid black;
    transition: transform 0.3s ease-in;
}

#keresek:hover
{
    cursor: pointer;
    transform: scale(1.2);
}

#szallasvan:hover
{
    cursor: pointer;
    transform: scale(1.2);
}

#szallasvan
{
    width: 150px;
    height: 45px;
    border-radius: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 17px;
    background-color: orange;
    border: 3px solid black;
    transition: transform 0.3s ease-in;
    margin-bottom: 50px;
}

.Utazom
{
    margin-top: 100px;
    display: flex;
    margin: 0 auto;
    background-color: whitesmoke;
    height: 150px;
    width: 40%;
    border-radius: 30px;
    justify-content: center;
    gap: 50px;
    box-shadow: 4px 4px 4px black;
}

#uticel
{
    height: 30px;
    width: 150px;
    margin-top: -10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#szemelyekszama
{
    height: 30px;
    width: 40px;
    margin-top: -10px;
}

#inputdiv
{
    margin-left: 50px;
    margin-right: 80px;
}

#Logo
{
    display: block;
    margin: 20px auto;
    width: 380px;
    border-radius: 15px;
}


.ContentH2
{
    padding-top: 10px;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}

.ContentP
{
    font-size: 18px;
    color: black;
    text-align: center;
    display: block;
    margin-top: -20px;
    text-shadow: none;
}

.kepek
{
    width: 150px;
    border-radius: 30px;
    border: 2px solid black;
}

figure
{
    transition: transform 0.3s ease-in;
}

figure:hover
{
    transform: scale(1.15);
}

#kategoria
{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 1400px;
    gap: 10px;
    margin-left: 125px;
}

#elhelyezkedes
{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin-left: 500px;
    gap: 10px;
}

figcaption
{
    text-align: center;
}


#keresem
{
    width: 110px;
    height: 30px;
    border-radius: 20px;
    background-color: orange;
    font-weight: bold;
    margin-top: 50px;
    transition: transform 0.3s ease-in;
    margin-right: 45px;
    font-size: 16px;
    border: 3px solid black;
}


#keresem:hover
{
   cursor: pointer;
   transform: scale(1.2);
}

footer
{
    display: flex;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

#FooterLogo
{
    margin-left: 300px;
    width: 200px;
}

#FooterCaption
{
    display: flex;
    margin-left: 315px;
}

#footerfigure
{
    transition: none;
    transform: none;
}

.FooterMenu
{
    padding-top: 10px;
    display: block;
    padding-right: 200px;
}

.FooterMenu a:hover
{
    text-decoration: underline;
}

.FooterMenu h2
{
    margin: 0;
}

#keresem
{
    position: relative;
    z-index: 9999;
}
