body
{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

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, h2, p
{
   text-align: center;
   color: white;
}

p
{
    font-size: 18px;
}


#Container 
{
    width: 75%;
    margin: 40px auto;
    background-color: rgba(0, 0, 0, 0.85);
    border: 3px solid gold;
    border-radius: 20px;
    padding: 30px;
}

#Fent 
{
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

#Bal, #Jobb 
{
    flex: 1;
}

#szallaskep 
{
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 20px black;
    margin-bottom: 10px;
}

#Bal p 
{
    text-align: center;
    font-size: 18px;
    opacity: 0.8;
}

#Jobb h1 
{
    margin-top: 0;
    margin-bottom: 5px;
}

#Jobb h2 
{
    margin-top: 20px;
    margin-bottom: 10px;
}


.tulajdonsagok
{
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    color: black;
    font-size: 20px;
    border: 1px solid #ccc;
}

.tulajdonsagok th,
.tulajdonsagok td 
{
    padding: 12px 15px;
    border: 1px solid #ccc;
    text-align: left;
}

.tulajdonsagok tr:nth-child(even) 
{
    background-color: #f2f2f2;
}

.tulajdonsagok th 
{
    background-color: #e6e6e6;
    font-weight: bold;
}


#foglalas
{
    margin-top: 20px;
    margin-left: 190px;
    padding: 12px 25px;
    background-color: gold;
    border: none;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.25s ease-in;
}

#foglalas:hover
{
    transform: scale(1.2);
}



#Lent
{
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px 25px;
    border-radius: 15px;
    line-height: 1.6;
}

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;
    color: black;
}