body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
}

p {
    font-size: 2em;
    color: rgb(255, 255, 255);
    font-family: "helvetica";
    text-align: center;
}

.header {
    width: 100vw;
    height: 5%;
    display: inline-flex;
    align-items: center;
    margin-top: 2em;
    justify-content: space-around;
    justify-items: right;
    z-index: 1;
    position: fixed;
    animation: fade-down 0.5s;
}

#logo {
    min-width: none;
    max-width: 80%;
    height: 63px;
    position: absolute;
    left:20px;
    cursor: pointer;
    shape-rendering: crispEdges;
}

#logo_mobile {
    display: none;
    min-width: none;
    max-width: 80%;
    position: absolute;
    left:20px;
    shape-rendering: crispEdges;
}

#menuside {
    height: inherit;
    display:inline-flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    justify-content: space-evenly;
    position: fixed;
    right: 20px;
}

#menuside p, img {
    font-weight: bold;
    margin: 5px;
}

#burger {
    display: none;
}

#booknow {
    height: 28px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: white;
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 40%;
    font-family: "helvetica";
    font-weight: bold;
    text-decoration: none;
}

ul li {
    text-decoration: none;
    color: inherit;
    font-size: 1.2em;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "helvetica";
    font-weight: bold;
}

ul li:link, li:visited  {
    color: inherit;
    text-decoration: none;
    color: white;
    font-size: 1.2em;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "helvetica";
    font-weight: bold;
}

a {
    color: inherit;
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    cursor: pointer;
    font-family: "helvetica";
    font-weight: bold;
}

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin:0;
}

#flavor {
    font-size: 1.5em;
    font-family: "helvetica";
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

#text {
    margin-top: 0.1%;
    font-size: 5em;
    font-family: "beaufort-title";
    color: rgb(255, 255, 255);
    text-align: center;
}

.content-2 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.content-3 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}


#flavor-2 {
    margin-left: 9%;
    margin-right: 5%;
    font-size: 2.5em;
    font-family: "helvetica";
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: left;
    text-transform: uppercase;
}

#flavor-3 {
    margin-left: 9%;
    margin-right: 5%;
    font-size: 2.5em;
    font-family: "helvetica";
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: left;
    text-transform: uppercase;
}

#text-2 {
    margin-right: 5%;
    margin-top: 9%;
    margin-left: 5%;
    margin-bottom: 0.5%;
    font-size: 5em;
    font-family: "beaufort-title";
    color: rgb(255, 255, 255);
    text-align: left;
}

#text-3 {
    margin-right: 5%;
    margin-top: 9%;
    margin-left: 5%;
    margin-bottom: 0.5%;
    font-size: 5em;
    font-family: "beaufort-title";
    color: rgb(255, 255, 255);
    text-align: left;
}

.smalltext{
    margin-right: 5%;
    margin-left: 9%;
    font-size: 1em;
    font-family: "calibri";
    font-style: italic;
    color: rgb(255, 255, 255);
    text-align: left;
    text-wrap: wrap;
    width: 40%;
    font-kerning: auto;

}

#button-wrapper2 {
    display:block;
    flex-direction: row;
    align-items: last baseline;
    position: absolute;
    bottom: 10%;
    right: 20%;
}

#button-wrapper3{
    display:block;
    flex-direction: row;
    align-items: last baseline;
    position: absolute;
    bottom: 10%;
    right: 20%;
    width: 230px;
}

#buttontext-2{
    text-align: left;
    font-family: "helvetica";
    font-weight: bold;
    text-transform: uppercase;
    line-height: 150%;
}
#buttontext-3{
    text-align: left;
    font-family: "helvetica";
    font-weight: bold;
    text-transform: uppercase;
    line-height: 150%;
}

.main-button {
    background-color: rgba(177, 177, 177, 0.9);
    border: none;
    color: rgba(0, 0, 0, 0.8);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 180px;
    cursor: pointer;
    font-family: "intervogue";
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.15);
}

.two-button {
    background-color: rgba(177, 177, 177, 0.9);
    border: none;
    color: rgba(0, 0, 0, 0.8);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    width: 180px;
    cursor: pointer;
    font-family: "intervogue";
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    position:relative;
    bottom:80px;
    left:58px;
}

.three-button {
    background-color: rgba(177, 177, 177, 0.9);
    border: none;
    color: rgba(0, 0, 0, 0.8);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    width: 180px;
    cursor: pointer;
    font-family: "intervogue";
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    position:relative;
    bottom:80px;
    left:76px;
}

/* MOBILE */

@media screen and (max-width: 900px) {
    ul, #booknow, #lang {
        display: none;
    }
    #logo{
        display: none;
    }
    #logo_mobile, #burger {
        height: 57px;
        display: block;
    }
    #burger{
        height: 28px;
        margin-right: 10px;
        margin-top: 20px;
    }
    #flavor{
        font-size: 1.2em;
        margin-left: 5%;
        margin-right: 5%;
    }
    #text{
        font-size: 3em;
        margin-left: 5%;
        margin-right: 5%;
    }
    #text-2{
        font-size: 2.5em;
        margin-top: 120px;
        margin-left: 5%;
        margin-right: 5%;
    }
    #text-3{
        font-size: 2.5em;
        margin-top: 120px;
        margin-left: 5%;
        margin-right: 5%;
    }
    .smalltext{
        font-size: 12pt;
        margin-left: 5%;
        margin-right: 5%;
        min-width: 300px;
    }
    #flavor-2, #flavor-3{
        display: none;
    }
    #button-wrapper2{
        position:absolute;
        bottom: 10%;
        left: 13%;
    }
    #button-wrapper3{
        position:absolute;
        bottom: 8%;
        left: 13%;
    }
    #buttontext-3{
        position:relative;
        right:13px;
    }
    .three-button{
        position:relative;
        left:62px;
    }
    
}

@font-face {
    font-family: "beaufort-title";
    src: url("fonts/Beafort/Beaufort-Italic.ttf");
}
@font-face {
    font-family: "intervogue";
    src: url("fonts/Intervogue/intervoguealt-med.otf");
}
@font-face {
    font-family: "smalltext";
    src: url("fonts/Intervogue/regoblique.otf");
}
@font-face {
    font-family: "smallertext";
    src: url("fonts/Intervogue/intervoguealt-light.otf");
}
.section {
    display:block;
    height: 100vh;
    width: 100vw;
    position:absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    /*
    background-image: url("img/Main.webp");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.1)), url("img/Main.webp"); */
    background-size: cover;
    z-index: 0;
    scroll-snap-align: start;
}

#bg-video {
    position:absolute;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    object-fit:cover;
    z-index:-1;
}

.section-2 {
    display: block;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 100vh;
    left: 0;
    margin: 0;
    padding: 0; 
    background-image: url("img/Main2.webp");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.1)), url("img/Main2.webp");
    background-size: cover;
    z-index: 0;
    scroll-snap-align: start;
}

.section-3 {
    display: block;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 200vh;
    left: 0;
    margin: 0;
    padding: 0; 
    background-image: url("img/Main3.webp");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.1)), url("img/Main3.webp");
    background-size: cover;
    background-position-x: center;
    z-index: 0;
    scroll-snap-align: start;
}

/* ANIMATION */

@keyframes fade-down {
    0%{
        opacity: 0;
        transform: translateY(-30px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fade-up {
    0%{
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }
    100%{
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
}

.fade-in {
    opacity: 0;
    transition: opacity 650ms ease-in;
}

.fade-in.appear {
    opacity: 1;
}

@media screen and (max-height: 700px) {
    .smalltext{
        display: none;
    }
}