@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/Lato-700.woff2') format('woff2');
}


@font-face {
    font-family: 'Funnel';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/Funnel-Sans-Regular.woff2') format('woff2');

}
@font-face {
    font-family: 'Funnel';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/Funnel-Sans-300.woff2') format('woff2');

}
@font-face {
    font-family: 'Funnel';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/Funnel-Sans-500.woff2') format('woff2');

}
@font-face {
    font-family: 'Funnel';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/Funnel-Sans-Italic.woff2') format('woff2');

}

html, body {
    overflow-x: hidden;
}

body{
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Funnel';
    position: relative;
    background: #E7E7E7;
    color: #002C4B;

}

h1{
    font-family: 'Funnel';
}
#CenterPage{
    width: 530px;
    text-align: center;
    max-width: 92%;
    max-height: 88vh;
    z-index: 90;

}
#Logo{
    user-select: none;
}
#Logo img{
    width: 100%; height: auto;
}
#Main{
    padding-top: 50px;

    font-size: 25px;
    line-height: 36px;


}
#Main p{
    margin-bottom: 40px;
}

#Craker{

    left: 0px;
    top: 0px;
}

#Schoko{

    right: 0px; left: auto;
    top: 0px;
}

#Bottle{

    left: 0px;
    bottom: 0px;
}

#Cheese{

    right: 0px; left: auto;
    bottom: 0px;
}

.corner-svg{
    position: fixed;
}
.corner-svg img{
    width: clamp(130px,25vw,500px);
}

#CommingSoon,#SwissFood{

    left: -250px;
    position: absolute;
    text-transform: uppercase;
    font-size: 90px;
    font-weight: 500;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center;
    text-align: center;

}
#CommingSoon{

}
#SwissFood{
    left: auto;
    right: -100px;
    font-size: 50px;
}


#BottomCenter{
    position: absolute;
    left: 50%; bottom: 20px;
    text-align: center;
    transform: translateX(-50%);
}
#Instagram{
    background:  #002C4B;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    margin-bottom: 20px;
    width: 60px; height: 60px;
}
#Instagram img{
    width: 100%;
}
#Address{
    text-align: center;
    text-transform: uppercase;
    color:  #002C4B;
    font-family: 'Lato';
    font-size: 14px;
}

@media (max-width: 992px) {
    #CenterPage{
        width: 400px;
    }
    #CommingSoon{
        font-size: 60px;
        left: -150px;
        
    }
    #SwissFood{
        font-size: 30px;
        right: -50px;
    }
}

@media (max-width: 670px) {
    #CenterPage{
        width: 300px;
    }
    #CommingSoon{
        font-size: 38px;
        left: -125px;

    }
    #SwissFood{
        font-size: 20px;
        right: -125px;
    }
    #SwissFood br{
        display: none;
    }
    #BottomCenter {
        bottom: 5px;
    }

    #Instagram{
        width: 35px; height: 35px;
        margin-bottom: 5px;
    }
}

@media (max-height: 900px) {
    #BottomCenter {
        position: relative;
        bottom: auto;
        padding-bottom: 20px;
    }
}



