html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Inter", sans-serif;
    scroll-behavior: smooth;
    scroll-padding-top: 115.5px;
    overflow-x: hidden;
}

section {
    max-width: 100%;
    max-height: 100%;
    width: max(1786px, 10vw);
    height: max(905px);
}

a {
    text-decoration: none;
    color: #7E7C7C;
}

li {
    list-style-type: none;
}

button {
    background-color: #563D39;
    color: #F3F3F3;
    width: 226px;
    height: 61px;
    border-radius: 10px;
    border: none;
    text-align: center;
    cursor: pointer;
    font-size: Medium;
}

/* nav */

nav {
    width: 100%;
    height: 116px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
}

#logo {
    position: fixed;
	font-weight: 300;
	font-size: 18px;
	font-style: light;
	line-height: 26px;
	letter-spacing: -0.2px;
    color: #6C6969;
    left: 65px;
    top: 32px;
}

#logo span {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.2px;
}

.nav-links {
    position: relative;
    float: right;
    margin: 0.62rem 3.1rem 0 0;
    top: 2.8rem;
}

.nav-links ul li {
    float: left;
    margin-right: 8.4rem;
}

.nav-links ul li a {
    font-size: 18px;
    font-weight: 300;
    font-style: semi-bold;
    line-height: 26px;
    letter-spacing: -0,2;
    color: #6C6969;
}

.sidebar{
    position: fixed;
    top: 0; 
    right: 0;
    height: 100vh;
    width: 250px;
    background-color: #fff;
    list-style: none;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1;
    gap: 2em;
}

.sidebar li {
    width: 100%;
}

.sidebar a {
    width: 100%;
}

.menu-button {
    display: none;
}

@media(max-width: 1050px) {
    .hideOnMobile{
        display: none;
    }
    .menu-button {
        display: flex;
        margin-right: 0 !important;
    }
}
@media(max-width: 830px) {
    .sidebar{
        width: 50%;
    }
}
@media(max-width: 500px) {
    .sidebar{
        width: 50%;
    }
}

@media (max-width: 1500px) {

    .nav-links ul li {
        float: left;
        margin-right: 4.4rem;
    }

    .nav-links ul li a {
        font-size: 18px;
        font-weight: 300;
        font-style: semi-bold;
        line-height: 26px;
        letter-spacing: -0,2;
        color: #6C6969;
    }
}

@media (max-width: 1200px) {
    .nav-links ul li {
        float: left;
        margin-right: 2.4rem;
    }

    .nav-links ul li a {
        font-size: 18px;
        font-weight: 300;
        font-style: semi-bold;
        line-height: 26px;
        letter-spacing: -0,2;
        color: #6C6969;
    }
}

/* home */

#home {
    background-color: #E1DAC899;
    color: #7E7C7C;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -42.5%);
    text-align: center;
}

#home h1 {
    font-size: 54px;
    font-weight: 300;
    line-height: 74px;
    letter-spacing: -0.33px;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
}

#home span {
    font-weight: 600;
	line-height: 26px;
	letter-spacing: -0.2px;
}

#home button {
    position: relative;
    top: 10rem;
}

.home-content {
    position: fixed;
    top: 340px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
}

@media (max-width: 830px),
(max-height: 740px) {
     #home h1 {
        font-size: 38px;
        font-weight: 300;
        line-height: 44px;
        letter-spacing: -0.33px;
    }
    .home-content {
        font-weight: 500;
        line-height: 24px;
        font-size: 15px;
        width: auto;
    }
    
    #home button {
        width: 151px;
        height: 50px;
        top: 5rem;
    }
}

@media (max-width: 500px),
(max-height: 580px) {
    #home h1 {
        font-size: 32px;
        font-weight: 300;
        line-height: 44px;
        letter-spacing: -0.33px;
    }
    .home-content {
        font-weight: 500;
        line-height: 24px;
        font-size: 12px;
        width: 341px;
    }
    #home button {
        width: 151px;
        height: 50px;
        top: 2rem;
    }
}

/* about */

#about {
    color: #7E7C7C;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -42.5%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.about-content {
    width: 550px;
    height: auto;
}

@media (max-width: 900px) {
    .about-content {
        width: 320px;
        height: auto;
    }

    .about-content p {
        font-size: 13px;
    }
}

@media (max-width: 700px),
(max-height: 610px) {
    #about {
        color: #7E7C7C;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -38.5%);
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 0;
    }

    .about-content {
        width: 340px;
        height: auto;
        padding-bottom: 30px;
    }

    .about-content p {
        font-size: 15px;
    }

    #about img {
        width: auto;
        height: 300px;
    }
}

/* price */

#price-list {
    background-color: #E1DAC899;
    color: #7E7C7C;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    justify-content: center;
    align-items: center;
}

.price-content h1 {
    text-align: center;
    font-size: 54px;
    font-weight: 300;
    line-height: 74px;
    letter-spacing: -0.33px;
}

.price-content {
    height: 550px;
}

#price-list button {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

details {
    width: 805px;
    color: #6C6969;
    border: none;
    border-top: 1px solid #7B6C3C;
    padding: 16px;
    font-size: 16px;
    cursor: pointer;
}

details:last-child {
    border-bottom: 1px solid #7B6C3C;
}

details a {
    text-decoration: underline;
}

summary {
    list-style: none;
    &::after {
        content: "+";
        font-weight: bold;
        padding: 0 5px;
        float: right;
        margin-inline-start: 5px;
    }
    [open] &::after {
        content: "−";
    } 
}

@media (max-width: 850px),
(max-height: 760px) {
    #price-list {
        color: #7E7C7C;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -38.5%);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #price-list h1 {
        font-size: 38px;
        font-weight: 300;
        line-height: 44px;
        letter-spacing: -0.33px;
    }

    #price-list button {
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    details {
        width: 500px;
        color: #6C6969;
        border: none;
        border-top: 1px solid #7B6C3C;
        padding: 16px;
        font-size: 14px;
        cursor: pointer;
    }
}

@media (max-width: 550px),
(max-height: 610px) {
    #price-list {
        color: #7E7C7C;
        position: relative;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -38.5%);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #price-content h1 {
        font-size: 38px;
        font-weight: 300;
        line-height: 44px;
        letter-spacing: -0.33px;
    }

    #price-list button {
       display: none;
    }

    details {
        width: 320px;
        color: #6C6969;
        border: none;
        border-top: 1px solid #7B6C3C;
        padding: 16px;
        font-size: 14px;
        cursor: pointer;
   }
}

/* reservation */

/* #reservation {
    color: #6C6969;
    position: relative;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -38.5%);
    width: auto;
    height: auto;
}

#reservation h1 {
    font-size: 54px;
    font-weight: 300;
    line-height: 74px;
    letter-spacing: -0.33px;
    position: absolute;
    top: 91px;
    left: 50%;
    transform: translate(-50%, -50%);
} */

/* footer */

footer {
    color: #6C6969;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1786px;
    height: 533px;
}

footer h1 {
    font-size: 54px;
    font-weight: 300;
    line-height: 74px;
    letter-spacing: -0.33px;
}

#omavalvonta {
    display: flex;
    justify-content: center;
    padding-top: 20%;
    color: #6C6969;
    font-weight: 600;
    font-size: 24px;
    text-decoration: underline;
}

#tietosuoja {
    display: flex;
    justify-content: center;
    padding-top: 10%;
    color: #6C6969;
    font-weight: 600;
    font-size: 24px;
    text-decoration: underline;
}

footer ul {
    padding: 0;
}

.contact-content {
    position: absolute;
    left: 39%;
    font-weight: 400;
    line-height: 100%;
    font-size: 16px;
}

.contact-content li {
    padding: 3px;
}

@media (max-width: 570px),
(max-height: 620px) {
    footer {
        color: #6C6969;
        position: relative;
        top: 110%;
        left: 50%;
        transform: translate(-47%, -50%);
        width: 1786px;
        height: 533px;
    }

    footer h1 {
        font-size: 38px;
        font-weight: 300;
        line-height: 44px;
        letter-spacing: -0.33px;
    }

    #omavalvonta {
    display: flex;
    justify-content: center;
    padding-top: 20%;
    color: #6C6969;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    }

    #tietosuoja {
        display: flex;
        justify-content: center;
        padding-top: 10%;
        color: #6C6969;
        font-weight: 600;
        font-size: 16px;
        text-decoration: underline;
    }
}

@media (max-width: 400px),
(max-height: 520px) {

    #omavalvonta {
    display: flex;
    justify-content: center;
    padding-top: 20%;
    color: #6C6969;
    font-weight: 600;
    font-size: 12px;
    text-decoration: underline;
    }
    
    #tietosuoja {
        display: flex;
        justify-content: center;
        padding-top: 10%;
        color: #6C6969;
        font-weight: 600;
        font-size: 12px;
        text-decoration: underline;
    }
}