/* CSS for "index.html" */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'montserrat';
    color: #ffffff;
    text-decoration: none;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body button:hover {
    cursor: pointer;
}

#cursor {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #0da9f1;
    position: fixed;
    z-index: 99;
    cursor: none;
}

/* All standard code for size 370px */
.header-overlay #menu {
    display: flex;
    gap: 20px;
    margin-left: 4vw;
    display: none;
    padding-top: 25vh;
    /* background: linear-gradient(to bottom left, #52c8ff, #0099ff); */
    padding-left: 10vw;
}

.header-overlay #menu h3 {
    font-size: 30px;
    font-weight: 900;
    transition: all 0.2s ease;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.header-overlay #menu #keg::before {
    content: "KEGELBAHN";
    position: absolute;
    color: #000;
    top: -2px;
    left: -2px;
    -webkit-text-stroke:  2px #000000;
    z-index: -1;
}

.header-overlay #menu #spei::before {
    content: "SPEISEKARTE";
    position: absolute;
    color: #000;
    top: -2px;
    left: -2px;
    -webkit-text-stroke:  2px #000000;
    z-index: -1;
}

.header-overlay #menu #lief::before {
    content: "LIEFERSERVICE";
    position: absolute;
    color: #000;
    top: -2px;
    left: -2px;
    -webkit-text-stroke:  2px #000000;
    z-index: -1;
}

.header-overlay #menu #ev::before {
    content: "EVENTS";
    position: absolute;
    color: #000;
    top: -2px;
    left: -2px;
    -webkit-text-stroke:  2px #000000;
    z-index: -1;
}

.header-overlay #menu #kont::before {
    content: "KONTAKT";
    position: absolute;
    color: #000;
    top: -2px;
    left: -2px;
    -webkit-text-stroke:  2px #000000;
    z-index: -1;
}

.header-overlay #menu h3:hover {
    color: #6acef6
}

.header-overlay button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 20px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 13px 33px;
    font-size: 13px;
    transition: 0.2s all ease;
}

.header-overlay button:hover {
    scale: 0.96;
    color: #0da9f1;
    border: 2px solid #0da9f1;
}

.header-overlay {
    height: 120px;
    z-index: 100;
    position: fixed;
    width: 100vw;
    display: flex;
    align-items: center;
    /* z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    padding-left: 2vw;
    padding-right: 2vw;
    top: 0%;
    width: 100vw; add width to the header-overlay */
}

.header-overlay img {
    scale: 0.7;
    transition: all ease 0.5s;
}

.header-overlay img:hover {
    scale: 0.6;
}

.header-overlay i {
    transition: all 0.2s ease;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 28px;
    margin-top: -12px;
    margin-right: 4vw;
    transition: 0.2 all ease;
}

/* .header-overlay input {
    display: none;
} */

.header-overlay i:hover {
    color: #0da9f1;
    scale: 0.96;
}

/* Page 1 */

#main {
    position: absolute;
    overflow-x: hidden;
    top: 0;
    z-index: 1;
    background-color: #00aeff81;
}

#page1 {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 1;
}

#intro-txt {
    /* text-align: center; */
    padding-left: 2vw;
    padding-right: 2vw;
}

#page1 h1 {
    font-size: 50px;
    font-weight: 900;
    position: relative;
}

#page1 h1::before {
    content: "EAT. DRINK. PLAY.";
    position: absolute;
    color: #000000;
    top: -5px;
    left: -5px;
    -webkit-text-stroke:  2px #0da9f1;
    z-index: -1;
}

#page1 h2 {
    font-size: 20px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 20px;
}
#page1 p {
    font-size: 16px;
    font-weight: 400;
    /* width: 65%; */
    /* margin-left: 7.5%; */
    width: 85%;
}

#page1 #arrow {
    height: 150px;
    width: 150px;
    background-color: transparent;
    border: 2px solid #0da9f1 ;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    left: -40px;
    bottom: 0%;
    transition: all ease 0.5s;
}

#page1 #arrow i {
    font-size: 35px;
    font-weight: 0;
}

#page1 #center-of-arrow {
    height: 1px;
    width: 150px;
    background-color: transparent;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -14%;
    bottom: 100px;
}


/* Checks if port view is not mobile */
@media (-moz-touch-enabled: 0), (pointer: fine) {
    #page1 #arrow:hover {
        background-color: #0da9f1;
        scale: 0.5;
    }
}


/* Page 2 */

#page2 {
    /* position: relative; */
    padding-top: 2vh;
    min-height: 200vh;
    max-width: 100vw;
    overflow-x: hidden;    
    z-index: 10;
}

#scroller {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    z-index: 10 ;
    padding-top: 20px;
    margin-bottom: 7vh;
}

#scroller::-webkit-scrollbar {
    display: none;
}

#scroller-in {
    display: inline-block;
    white-space: nowrap;
    animation-name: scroll;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#scroller h4 {
    font-family: Montserrat,sans-serif;
    display: inline-block;
    font-size: 50px;
    font-weight: 900;
    margin-right: 20px;
    /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
    color: black;
    transition: all linear 0.2s;
    text-shadow: -1px -1px 0 #0da9f1, 1px -1px 0 #0da9f1, -1px 1px 0 #0da9f1, 1px 1px 0 #0da9f1;
}

#scroller h4:hover {
    color: #0da9f1;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

#about-us-desktop {
    display: none;
}

@media (max-width: 1025px) {
    #about-us-desktop {
        display: none;
    }
}

.img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: fit-content;
    gap: 3vw;
    padding-left: 4vw;
    padding-right: 4vw;
    margin-bottom: 5vh;
}

.img-container img {
    min-width: 43.5vw;
    min-height: 43.5vw;
    scale: 1;
    border-radius: 5px;
    object-fit: cover;
}

#about-us-info {
    align-items: center;
    text-align: center;
    padding-left: 4vw;
    padding-right: 4vw;
    line-height: 30px;
    margin-bottom: 7vh;
}

#about-us-info h3 {
    font-size: 31px;
    font-weight: 800;
    margin-bottom: 3vh;
}

#about-us-info p {
    font-weight: 200;
    word-spacing: 1px;
}

#cards-container {
    /* margin-top: 5vh; */
    /* background-color: rgb(0, 4, 255); */
    min-height: 60vh;
    display: inline-block;
    align-items: center;
    justify-content: center;
    gap: 70px;
    position: relative;
    z-index: 10;
    /* margin-bottom: 50px; */
    padding-left: 4vw;
}

#card-deco {
    display: none;
}

.card {
    height: 35vh;
    width: 92vw;
    margin-bottom: 3vh;
    /* background-color: #27c5ff; */
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: all ease 0.6s;
}

#card1 {
    background-image: url(img/home_kegel2.jpg);
}

#card2 {
    background-image: url(img/home_events.jpg);
}

#card3 {
    background-image: url(img/home_bg.png);
    margin-bottom: 8vh;
}


.overlay {
    height: 100%;
    width: 100%;
    background-color: #0da9f1;
    padding-left: 4vw;
    padding-top: 12vh;
    border-radius: 20px;
    /* padding-top: 100px; */
    opacity: 0;
    transition: all ease 0.6s;
    -webkit-user-select: none;
    user-select: none;
}

@media (max-height:667px) {
    .overlay {
        height: 100%;
        width: 100%;
        background-color: #0da9f1;
        padding-left: 4vw;
        padding-top: 8vh;
        border-radius: 20px;
        opacity: 0;
        transition: all ease 0.6s;
        -webkit-user-select: none;
        user-select: none;
    }
}

.overlay h4 {
    color: #000;
    font-size: 24px;
    font-weight: 800;
    white-space: nowrap;    /* does not allow text to spead out lines, stays in 1 */
    margin-bottom: 20px ;
}

.overlay p {
    color: black;
    font-size: 15px;
}

.card:hover {
    transition-delay:0s;
    transform: rotate3d(-1, 1, 0, 13deg);
}

.card:hover .overlay {
    transition-delay:0s;
    opacity: 1;
}

#green-div {
    margin-left: -1.5vw;
    overflow: hidden;
    rotate: 3deg;
    width: 103vw;
    background: linear-gradient(to bottom left, #0099ff, #2dbdff);
    position: relative;
    max-height: 20vh;
    display: flex;
    align-items: center; 
    justify-content: space-between;
    margin-bottom: 9vh;
}

#green-div h4 {
    padding-top: 2vh;
    padding-bottom: 2vh;
    width: 100%;
    text-align: center;
    line-height: 20px;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 900;
    z-index: 2;
}

#green-div img {
    margin-top: 5px;
    margin-left: -18px;
    margin-right: -18px;
    position: relative;
    height: 30vh;
    width: 100px;
    object-fit: cover;
}

#green-div img:nth-child(1) {
    transform: scaleX(-1);
}

/* Page 3 */

#page3 {
    min-height: 10vh;
    /* margin-bottom: 5vh; */
    width: 100vw;
    z-index: 10;
}

#page3-img-container #deco {
    display: none;
}

.wrapper .carousel {
    padding-left: 4vw;
    padding-right: 4vw;
    overflow: auto;
    display: flex;
    scroll-snap-type: x mandatory;
    margin-bottom: 2vh;
}

.wrapper .carousel::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.carousel img {
    flex-shrink: 0;
    /* margin-left: 4vw; */
    scroll-snap-align: center;
    border-radius: 10px;
    z-index: 3;
    height: 29vh;
    width: 92vw;
    object-fit: cover;
}

.carousel img:not(:first-of-type) {
    margin-left: 4vw;
}

#deco {
    display: none;
}

.dots {
    height: fit-content;
    margin-top: 5vh;
    margin: 5px;
    display: flex;
    justify-content: center;
}

.dots label {
    height: 7px;
    width: 7px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    margin: 5px;
    transition: all 0.2s ease;
}

#food-info {
    /* align-items: center;
    text-align: center; */
    margin-top: 4vh;
    padding-left: 4vw;
    padding-right: 4vw;
    line-height: 30px;
    margin-bottom: 7vh;
}

#food-info img {
    position: absolute;
    margin-top: -11vh;
    margin-left: -2vw;
    z-index: 1;
    height: 8vh;
    width: 25%;
    border-radius: 10px;
    object-fit: cover;
}

#food-info h2 {
    font-size: 31px;
    font-weight: 900;
    margin-bottom: 3vh;
}

#food-info-text p:nth-child(2) {
    margin-top: 3vh;
    margin-bottom: 3vh;
}

#food-info p {
    font-weight: 200;
    word-spacing: 1px;
}

#food-info-button {
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: black;
    color: white;
    padding: 13px 33px;
    font-size: 13px;
    transition: 0.2s ease;
    margin-bottom: 20px;
}

#food-info-button:hover {
    cursor: pointer;
    scale: 0.96;
    border: 2px solid #0da9f1;
    color: #0da9f1;
}


/* Page 4 */

#page4 {
    min-height: 5vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
    width: 100vw;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* margin-bottom: 5vh; */
}

#page4 p:hover {
    scale: 0.95;
}

#page4 p {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    width: 80%;
    line-height: 33px;
    text-align: center;
    transition: all 0.3s ease;
}

#page4 p a {
    text-decoration: none;
}

#page4 img {
    position: absolute;
    height: 30px ;
}

#page4 #colon1  {
    left: 5%;
    top: 10%;
}

#page4 #colon2 {
    bottom: 10%;
    right: 5%;
}

/* opening-times */

#ot-container {
    background-color: #000;
    width: 100vw;
    height: fit-content;
    /* margin-bottom: 0vh; */
    padding-top: 5vh;
    padding-bottom: 6vh;
}

#opening-times {
    padding-top: 5vh;
    padding-bottom: 3vh;
    margin-left: -1.5vw;
    overflow: hidden;
    rotate: -4deg;
    width: 103vw;
    background: linear-gradient(to bottom left, #0099ff, #2dbdff);
    position: relative;
    max-height: 25vh;
    display: flex;
    align-items: center; 
    justify-content: space-between;
}

#opening-times #opening-times-info {
    overflow-x: hidden;
    width: 100%;
    min-height: 5vh;
    margin-left: -2vw;
    padding-top: 1vh;
    padding-bottom: 2vh;
    text-align: center;
    z-index: 2;
}

#opening-times h1 {
    font-size: 25px;
    font-weight: 900;
    position: relative;
    margin-bottom: 1vh;
    color: #0da9f1;
    text-shadow: -1.5px -1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px 1.5px 0 #000, 1.5px 1.5px 0 #000;
}

#opening-times #opening-times-info h2 {
    color: #000;
    font-size: 16px;
    font-weight: 800;
}

#opening-times #opening-times-info #cut {
    margin-bottom: 1vh;
}

#opening-times #opening-times-info h3 {
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

#opening-times img {
    /* display: none; */
    margin-top: -30px;
    margin-left: -18px;
    margin-right: -18px;
    position: relative;
    height: 30vh;
    width: 100px;
    object-fit: cover;
}

#opening-times img:nth-child(1) {
    transform: scaleX(-1);
}

/* Page 5 */

#page5 {
    padding-top: 5vh;
    padding-bottom: 5vh;
    width: 100vw;
    min-height: 70vh;
    background-color: black;
    display: inline-block;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    padding-left: 4vw;
    padding-right: 4vw;
}

.page-header {
    margin-bottom: -1vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -4vw;
}

#page5 h1 {
    margin-left: 0.4vw;
    font-size: 5.5vw;
    position: absolute;
    text-align: center;
    font-weight: 900;
    text-shadow: -1.5px -1.5px 0 #0da9f1, 1.5px -1.5px 0 #0da9f1, -1.5px 1.5px 0 #0da9f1, 1.5px 1.5px 0 #0da9f1;
    color: #000;
}

.elem {
    height: 19vh;
    width: 92vw;
    overflow: hidden;
    position: relative;
    margin-top: 2vh;
    border-radius: 10px;
}

.elem h2 {
    height: 100%;
    width: 100%;
    color: #ffffff;
    background-color: #0da9f139;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 900;
    position: absolute;
    z-index: 10;
    border-radius: 10px;
    transition: all ease 0.5s;
}

.elem img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    scale: 1.1;
    transition: all ease 0.4s;
    z-index: 9;
}

.elem:hover h2 {
    color: white; 
    z-index: 10;
    /* background-color: transparent; */
}

.elem:hover img {
    scale: 1;
}

/* Footer */

#footer-dtp {
    display: none;
}

#credits-wrapper {
    display: none;
}

#footer {
    min-height: 50vh;
    width: 100vw;
    background: linear-gradient(to bottom left, #0099ff, #2dbdff);
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 4vw;
    padding-right: 4vw;
    z-index: 10;
}

#footer-content {
    z-index: 10;
}

#footer-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3vh;
}

#footer-header-flex img {
    scale: 0.9;
    transition: all ease 0.5s;
}

#footer-header-flex img:hover {
    scale: 0.8;
}

#social-media {
    display: flex;
    flex-direction: column;
    align-items:center;
}

#social-media i {
    font-size: 25px;
    margin-bottom: 10px;
    color: #000;
    transition: all ease 0.5s;
}

#social-media i:hover {
    color: #fff;
    cursor: pointer;
}

#f2 {
    z-index: 5;
    position: relative;
}

#f2 #kegel-div, #speisen-div, #liefer-div, #event-div, #reserve-div, #kontakt-div {
    width: fit-content;
    height: fit-content;
}

#f2 #kegel-div a, #speisen-div a, #liefer-div a, #event-div a, #reserve-div a, #kontakt-div a {
    color: #000;
    text-decoration: none;
}

#f2 h3{
    color: #000;
    font-size: 20px;
    font-weight: 900;
    line-height: 35px;
    letter-spacing: 0.6px;
    transition: all ease 0.5s;
}

#f2 h3:hover {
    color: #fff;
    cursor: pointer;
}

#f3 {
    margin-top: 3vh;
}

#f3 h4 {
    font-size: 14px;
    white-space: nowrap;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
    z-index: 5;
    transition: all ease 0.5s;
    text-decoration: none;
}

#f3 h4 a {
    text-decoration: none;
    color: #000;
}

#f3 {
    z-index: 5;
    position: relative;
}

#f3 h5 {
    font-size: 16px;
    white-space: nowrap;
    color: #000;
    font-weight: 900;
}

#f3 h5 a {
    text-decoration: none;
    color: #000;
}

.copyright-credits {
    margin-top: 4vh;
    position: relative;
    z-index: 5;
}

.copyright {
    font-size: 11px;
    color: #000;
}

@media (max-width:433px) {
    .copyright {
        width: 300px;
    }
}

.copyright2 {
    margin-top: 1.5vh;
    font-size: 11px;
    color: #000;
    font-weight: 500;
}

.copyright3 {
    margin-top: 4vh;
    font-size: 11.5px;
    color: #000;
    z-index: 5;
    margin-bottom: 1.5vh;
}

.copyright3 a {
    color: #000;
}

.copyright2-dtp a {
    color: #000;
}

#number {
    color: #000;
}

.footer-deco {
    opacity: 0.6;
    margin-left: -4vw;
    z-index: 1;
    height: 40vh;
    position: absolute;
    bottom: 5px;
}

#impressum {
    color: #000;
}

/* code for screen sizes up to 400px */

@media only screen and (min-width: 430px) {
    #scroller h4 {
        font-size: 55px;
    }
    #about-us-desktop {
        display: none;
    }
    #food-info h2 {
        font-size: 35px;
        font-weight: 900;
        margin-bottom: 3vh;
    }
    #page4 p {
        font-size: 20px;
        width: 80%;
        line-height: 33px;
    }
}


@media only screen and (min-width: 520px) {
    .header-overlay #menu {
        padding-top: 30vh;
    }
    .header-overlay #menu h3 {
        font-size: 40px;
    }

    #page1 #arrow {
        height: 200px;
        width: 200px;
    }
    #about-us-desktop {
        display: none;
    }
    #green-div h4 {
        line-height: 30px;
        font-size: 20px;
        width: 100%;
    }
    .carousel img {
        height: 40vh;
        width: 92vw;
        object-fit: cover;
    }
    .elem {
        height: 25vh;
        width: 92vw;
        overflow: hidden;
        position: relative;
        margin-top: 2vh;
        border-radius: 10px;
    }
    .elem h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .header-overlay #menu {
        padding-top: 30vh;
    }
    .header-overlay #menu h3 {
        font-size: 50px;
    }
    .header-overlay button {
        margin-left: 0px;
    }
    .header-overlay img {
        margin-left: 6.5vw;
    }
    .header-overlay i {
        margin-right: 8vw;
    }

    .img-container {
        width: 100vw;
        gap: 3vw;
        padding-left: 12vw;
        padding-right: 12vw;
    }
    .img-container img {
        min-width: 36.5vw;
        min-height: 36.5vw;
        scale: 1;
        border-radius: 5px;
        object-fit: cover;
    }
    
    #about-us-desktop {
        display: none;
    }
    #about-us-info {
        padding-left: 12vw;
        padding-right: 12vw;
        line-height: 30px;
        margin-bottom: 5vh;
    }
    #about-us-info p {
        font-size: 17.5px;
    }

    #cards-container {
        min-height: 60vh;
        padding-left: 12vw;
    }
    .overlay {
        height: 100%;
        width: 100%;
        background-color: #0da9f1;
        padding-left: 4vw;
        padding-top: 12vh;
        border-radius: 20px;
        /* padding-top: 100px; */
        opacity: 0;
        transition: all ease 0.6s;
        -webkit-user-select: none;
        user-select: none;
    }
    .card {
        height: 35vh;
        width: 76vw;
        margin-bottom: 3vh;
        /* background-color: #27c5ff; */
        border-radius: 20px;
        background-size: cover;
        background-position: center;
        overflow: hidden;
        transition: all ease 0.6s;
    }
    .overlay h4 {
        font-size: 30px;
    }
    .overlay p {
        font-size: 17px;
    }

    #green-div {
        max-height: 18vh;
    }

    .wrapper .carousel {
        padding-left: 12vw;
        padding-right: 12vw;
        overflow: auto;
        display: flex;
        scroll-snap-type: x mandatory;
        margin-bottom: 2vh;
    }
    .carousel img {
        flex-shrink: 0;
        /* margin-left: 4vw; */
        scroll-snap-align: center;
        border-radius: 10px;
        z-index: 3;
        height: 45vh;
        width: 76vw;
        object-fit: cover;
    }
    .carousel img:not(:first-of-type) {
        margin-left: 12vw;
    }
    #food-info {
        padding-left: 12vw;
        padding-right: 12vw;
    }
    #food-info img {
        position: absolute;
        margin-top: -11vh;
        margin-left: -2vw;
        z-index: 1;
        height: 8vh;
        width: 25%;
        border-radius: 10px;
        object-fit: cover;
    }
    #food-info p {
        font-size: 17.5px;
    }

    #page4 p {
        font-size: 22px;
        width: 50%;
    }
    #page4 #colon1  {
        left: 12vw;
        top: 10%;
    }
    #page4 #colon2 {
        bottom: 10%;
        right: 12vw;
    }

    #opening-times {
        max-height: 20vh;
    }

    #page5 {
        padding-left: 12vw;
        padding-right: 12vw;
    }
    .page-header {
        margin-left: -12vw;
    }
    #page5 h1 {
        margin-left: 0.4vw;
        font-size: 4.6vw;
    }
    .elem {
        height: 30vh;
        width: 76vw;
    }

    #footer {
        padding-top: 5vh;
        padding-bottom: 2vh;
        padding-left: 12vw;
        padding-right: 12vw;
    }
    #footer-header-flex img {
        scale: 1;
    }
    #social-media i {
        font-size: 30px;
        margin-bottom: 10px;
    }
    #f2 h3{
        font-size: 22px;
    }
    #f3 h4 {
        font-size: 16px;
    }
    #f3 h5 {
        font-size: 18px;
    }
    .copyright {
        font-size: 12.5px;
    }
    .copyright2 {
        font-size: 12.5px;
    }
    .copyright3 {
        font-size: 12.5px;
    }
    .footer-deco {
        opacity: 0.6;
        margin-left: -12vw;
        z-index: 1;
        height: 50vh;
        position: absolute;
        bottom: 5px;
    }    
}

@media only screen and (min-width: 900px) {
    .img-container {
        margin-bottom: 8vh;
    }
    #about-us-desktop {
        display: none;
    }
    #about-us-info {
        margin-bottom: 9vh;
    }
    #green-div h4 {
        font-size: 24px;
    }
    #green-div {
        max-height: 20vh;
    }
    #food-info {
        margin-top: 6vh;
    }
    #food-info img {
        margin-top: -11vh;
    }
}


/* Huge change, adapt from prev project */
@media only screen and (min-width: 1025px) {
    .header-overlay #menu h3:hover {
        color: #0da9f1
    }
    .header-overlay #menu {
        display: flex;
        gap: 20px;
        margin-left: 4vw;
        display: none;
        padding-top: 0vh;
        padding-left: 0vw;
    }
    .header-overlay #menu {
        display: flex;    
    }
    .header-overlay i {
        display: none;
    }
    .header-overlay button {
        font-size: 14px;
        top: 50%;
        left: 50%;
        margin-left: 35%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-right: 10vw;
    }
    .header-overlay #menu {
        display: flex;
        width: 45vw;
        justify-content: space-between;
        /* gap: 15%; */
    }
    .header-overlay #menu h3 {
        font-size: 14px;
        font-weight: 400;
        transition: all 0.2s ease;        
        margin-bottom: 0px;
    }
    .header-overlay #menu #keg::before {
        content: "";
    }
    .header-overlay #menu #spei::before {
        content: "";
    }
    .header-overlay #menu #lief::before {
        content: "";
    }
    .header-overlay #menu #ev::before {
        content: "";
    }
    .header-overlay #menu #kont::before {
        content: "";
    }
    .header-overlay {
        height: 130px;
    }

    #page1 h1 {
        font-size: 90px;
        line-height: 90px;
    }
    #page1 h2 {
        margin-top: 30px;
        font-size: 24px
    }
    #page1 p {
        font-size: 18px;
        width: 60%;
    }

    #scroller h4 {
        font-size: 90px;
    }
    #about-us {
        display: none;
    }
    #about-us-desktop {
        min-height: 10vh;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 50px;
        margin-top: 90px;
        margin-bottom: 40px;
        position: relative;
        z-index: 10;
        justify-content: space-around;
    }
    #about-us-desktop img {
        height: 11vw;
        width: 11vw;
        border-radius: 10px;
        object-fit: cover;
    }
    #about-us-desktop #about-us-in {
        width: 50%;
        text-align: center;
        line-height: 30px;
    }
    #about-us-desktop #about-us-in h3 {
        font-size: 38px;
        font-weight: 800;
        margin-bottom: 30px;
    }
    #about-us-desktop #about-us-in p {
        font-size: 18px;
        line-height: 30px;
        font-weight: 200;
        word-spacing: 1px;
    }
    #card-deco-wrapper {
        position: relative;
    }
    #card-deco {
        display: block;    
        position: absolute;
        height: 15vh;
        left: 4vw;
        top: 3.5vh;
    }
    #cards-container {
        margin-top: 10vh;
        margin-bottom: 10vh;
        height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 70px;
        position: relative;
        z-index: 10;
        padding-left: 0;
    }
    .card {
        height: 85%;
        width: 24%;
        border-radius: 15px;
        background-size: cover;
        background-position: center;
        overflow: hidden;
        transition: all ease 0.2s;
        transition-delay:0s;
    }
    #card3 {
        margin-bottom: 2vh;
    }
    .card:hover {
        transition-delay:0s;
        transform: rotate3d(-1, 1, 0, 13deg);
    }
    .card:hover .overlay {
        transition-delay:0s;
        opacity: 1;
    }
    .overlay {
        height: 100%;
        width: 100%;
        background-color: #0da9f1;
        padding: 30px;
        border-radius: 20px;
        padding-top: 22vh;
        opacity: 0;
        transition: all ease 0.6s;
    }
    .overlay h4 {
        color: #000;
        font-size: 30px;
        font-weight: 800;
        white-space: nowrap;    /* does not allow text to spead out lines, stays in 1 */
        margin-bottom: 20px ;
    }
    .overlay p {
        color: black;
        font-size: 18px;
    }

    #green-div {
        margin-left: -1.5vw;
        overflow: hidden;
        rotate: 1deg;
        min-height: 25vh;
        margin-bottom: 0;
    }
    #green-div h4 {
        width: 40%;
        font-size: 25px;
    }
    #green-div img {
        margin-left: 0;
        margin-right: 0;
        height: 60vh;
        width: 250px;
        object-fit: cover;
    }

    #page3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 7.2vw;
        padding-right: 7.2vw;
        margin-top: -12vh;
    }
    #page3-img-container {
        width: 50%;
    }
    #page3-img-container #deco {
        margin-top: -7.5vh;
        margin-left: -1vw;
        width: 12vw;
        position: absolute;
        display: block;
        /* z-index: -1; */
    }
    .wrapper .carousel {
        padding-left: 4vw;
        padding-right: 4vw;
        overflow: auto;
        display: flex;
        scroll-snap-type: x mandatory;
        margin-bottom: 2vh;
    }
    .carousel img {
        flex-shrink: 0;
        scroll-snap-align: center;
        border-radius: 10px;
        z-index: 3;
        height: 37vh;
        width: 40vw;
        object-fit: cover;
    }
    .carousel img:not(:first-of-type) {
        margin-left: 2vw;
    }
    .dots label {
        height: 10px;
        width: 10px;
    }
    #food-info {
        width: 50%;
    }
    #food-info img {
        display: none;
    }
    #food-info {
        margin-top: 4vh;
        padding-left: 4vw;
        padding-right: 4vw;
        line-height: 30px;
        margin-bottom: 7vh;
    }
    #food-info h2 {
        font-size: 38px;
        line-height: 45px;
        font-weight: 900;
        margin-bottom: 3vh;
    }
    #food-info-text p:nth-child(2) {
        margin-top: 3vh;
        margin-bottom: 3vh;
    }
    #food-info p {
        font-size: 18px;
        font-weight: 200;
        word-spacing: 1px;
    }

    #page4 {
        min-height: 5vh;
        margin-top: 8vh;
        padding-bottom: 10vh;
        width: 100vw;
        background-color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        /* margin-bottom: 5vh; */
    }
    #page4 p {
        color: #fff;
        font-size: 22px;
        font-weight: 900;
        width: 60%;
        line-height: 33px;
        text-align: center;
        transition: all 0.3s ease;
    }
    #page4 img {
        position: absolute;
        height: 40px ;
    }
    #page4 #colon1  {
        left: 18%;
        top: 0%;
    }
    
    #page4 #colon2 {
        bottom: 0%;
        right: 18%;
    }

    #ot-container {
        padding-top: 15vh;
        padding-bottom: 10vh;
    }
    #opening-times {
        margin-left: -1.5vw;
        overflow: hidden;
        rotate: -2deg;
        max-height: 25vh;
        /* margin-bottom: 0; */
    }
    #opening-times #opening-times-info {
        padding-bottom: 3vh;
    }
    #opening-times h1 {
        font-size: 35px;
    }
    #opening-times #opening-times-info h2 {
        font-size: 20px;
    }
    #opening-times #opening-times-info h3 {
        font-size: 18px;
    }
    #opening-times img {
        margin-top: 40px;
        margin-left: 0;
        margin-right: 0;
        height: 60vh;
        width: 250px;
        object-fit: cover;
    }

    #page5 {
        width: 100vw;
        padding-left: 7.2vw;
        padding-right: 7.2vw;
        min-height: 5vh;
        padding-bottom: 8vh;
    }
    #page5 #content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .page-header {
        margin-bottom: -0.4vh;
        margin-left: -7vw;
    }
    #page5 h1 {
        margin-left: 0.5vw;
        font-size: 5.2vw;
    }
    .elem {
        height: 15vh;
        width: 27vw;
    }
    .elem h2 {
        height: 100%;
        width: 100%;
        color: #000;
        background-color: #0da9f1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        font-weight: 900;
        position: absolute;
        z-index: 10;
        border-radius: 10px;
        transition: all ease 0.5s;
    }
    .elem img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        scale: 1.1;
        transition: all ease 0.4s;
        z-index: 9;
    }
    .elem:hover h2 {
        color: white; 
        z-index: 10;
        background-color: transparent;
    }
    .elem:hover img {
        scale: 1;
    }

    #footer {
        display: none;
    }

    #footer-dtp {
        overflow: hidden;
        padding-top: 100px;
        padding-bottom: 10px;
        width: 100vw;
        background: linear-gradient(to bottom left, #0099ff, #2dbdff);
        position: relative;
        display: block;
    }
    #foooter-w {
        display: flex;
        columns: 4;
        align-items: center;
        justify-content: space-between;
        padding-left: 7.2vw;
        padding-right: 7.2vw;
        margin-bottom: 5vh;
    }
    #footer-dtp .deco {
        height: 330px;
        position: absolute;
        bottom: 10px;
        opacity: 0.6;
        left: 0;
        z-index: 1;
    }
    #f1-dtp img {
        position: relative;
        margin-bottom: 2vh;
        z-index: 2;
        transition: all 0.5s ease;
    }
    #f1-dtp img:hover {
        scale: 0.9;
    }
    #social-media-dtp {
        z-index: 5;
        display: flex;
        gap: 15px;
        align-items:center;
    }
    #social-media-dtp i {
        position: relative;
        z-index: 5;
        font-size: 28px;
        color: #000;
        transition: all 0.5s ease;
    }
    #social-media-dtp i:hover {
        color: #fff;
        cursor: pointer;
    }
    #f2-dtp {
        margin-top: -60px;
        z-index: 2;
    }
    #f2-dtp h3 {
        color: #000;
        line-height: 45px;
        font-weight: 900;
        font-size: 24px;
        transition: all 0.5s ease;
    }
    #f2-dtp h3:hover {
        color: #fff;
        cursor: pointer;
    }
    #f3-dtp {
        margin-top: -60px;
    }
    #f3-dtp h3 {
        color: #000;
        line-height: 45px;
        font-weight: 900;
        font-size: 24px;
        transition: all 0.5s ease;
    }
    #f3-dtp h3:hover {
        color: #fff;
        cursor: pointer;
    }
    #f4-dtp {
        margin-top: -55px;
        z-index: 2;
    }
    #f4-dtp h4 {
        color: #000;
        line-height: 24px;
        font-weight: 600;
        font-size: 16px;
    }
    #f4-dtp #directions {
        color: black; 
        font-size: 19px; 
        font-weight: 800;
        transition: 0.5s all ease;
    }
    #f4-dtp #directions:hover {
        color: #fff;
        cursor: pointer;
    }
    #credits-wrapper {
        position: relative;
        bottom: 0;
        z-index: 10;
        height: 50px;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 7.2vw;
        padding-right: 7.2vw;
    }
    #credits-wrapper p {
        font-weight: 400;
        font-size: 12px;
        color: #000;
    }
}

/* Scale up text and images */
@media only screen and (min-width: 1536px) {
    .header-overlay #menu {
        display: flex;
        width: 38vw;
        justify-content: space-between;
    }
    .header-overlay #menu h3 {
        font-size: 15px;
        font-weight: 400;
        transition: all 0.2s ease;
    }
    .header-overlay {
        height: 150px;
    }
    .header-overlay button {
        padding: 15px 40px;
        font-size: 15px;
        top: 50%;
        left: 50%;
        margin-left: 37.5%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-right: 10vw;
    }
    .header-overlay img {
        scale: 0.8;
        transition: all ease 0.5s;
    }
    .header-overlay img:hover {
        scale: 0.7;
    }
    

    /* #page-header button {
        scale: 1.2;
        border: 3px solid #fff;
    }
    #page-header button:hover {
        scale: 1.15;
        color: #0da9f1;
        border: 3px solid #0da9f1;
    }
    .header-overlay {
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        padding-left: 2vw;
        padding-right: 2vw;
        top: 0%;
        width: 100vw;
    }
    .header-overlay img {
        scale: 0.7;
        transition: all ease 0.5s;
    }
    .header-overlay img:hover {
        scale: 0.6;
    }
    .header-overlay .checkbox-container {
        position: absolute;
        right: 0;
    }
    .header-overlay input {
        display: none;
    }
    .header-overlay label i {
        color: #fff;
        font-size: 28px;
        margin-right: 4vw;
        transition: 0.2 all ease;
    }
    .header-overlay label:hover {
        color: #0da9f1;
    } */

    #page1 h1 {
        font-size: 135px;
        line-height: 90px;
        margin-bottom: 3vh;
    }
    #page1 h2 {
        /* margin-top: 30px; */
        font-size: 29px
    }
    #page1 p {
        font-size: 20px;
        width: 40%;
    }

    #scroller h4 {
        font-size: 120px;
    }
    #about-us-desktop {
        margin-top: 120px;
    }
    #about-us-desktop img {
        height: 11vw;
        width: 11vw;
        border-radius: 10px;
        object-fit: cover;
    }
    #about-us-desktop #about-us-in {
        width: 50%;
    }
    #about-us-desktop #about-us-in h3 {
        font-size: 47px;
        margin-bottom: 50px;
    }
    #about-us-desktop #about-us-in p {
        font-size: 20px;
    }
    #card-deco {
        display: block;    
        position: absolute;
        height: 20vh;
        left: 4vw;
        top: 8vh;
    }
    #cards-container {
        margin-top: 13vh;
        margin-bottom: 5vh;
        height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 50px;
        position: relative;
        z-index: 10;
        padding-left: 0;
    }
    .card {
        height: 75%;
        width: 25.4%;
    }
    #card3 {
        margin-bottom: 2vh;
    }
    .overlay {
        padding-top: 20vh;
    }
    .overlay h4 {
        font-size: 40px;
    }

    #green-div {
        min-height: 30vh;
        margin-bottom: 10vh;
    }
    #green-div h4 {
        line-height: 50px;
        width: 45%;
        font-size: 33px;
    }

    #page3 {
        margin-top: 0vh;
    }
    #page3-img-container #deco {
        margin-top: -9vh;
        margin-left: -3vw;
        width: 14vw;
    }
    #page3-img-container {
        width: 53%;
    }
    .carousel img {
        height: 55vh;
        width: 43vw;
        object-fit: cover;
    }
    .dots label {
        margin: 15px;
        height: 12px;
        width: 12px;
    }
    #food-info h2 {
        font-size: 47px;
        line-height: 45px;
        font-weight: 900;
        margin-bottom: 5vh;
    }
    #food-info-text p:nth-child(2) {
        margin-top: 4vh;
        margin-bottom: 4vh;
    }
    #food-info p {
        font-size: 20px;
        font-weight: 200;
        word-spacing: 1px;
    }
    #food-info-button {
        text-decoration: none;
        border: 2px solid #fff;
        border-radius: 50px;
        background-color: black;
        color: white;
        padding: 15px 40px;
        font-size: 14px;
        transition: 0.2s ease;
        margin-bottom: 20px;
    }
    #food-info-button:hover {
        scale: 0.96;
        border: 2px solid #0da9f1;
        color: #0da9f1;
    }

    #page4 {
        min-height: 5vh;
        margin-top: 25vh;
        padding-bottom: 30vh;
    }
    #page4 p {
        color: #fff;
        font-size: 30px;
        font-weight: 900;
        width: 55%;
        line-height: 50px;
        text-align: center;
        transition: all 0.3s ease;
    }
    #page4 img {
        position: absolute;
        height: 70px ;
    }
    #page4 #colon1  {
        left: 18%;
        top: -10%;
    }
    #page4 #colon2 {
        bottom: 25%;
        right: 18%;
    }

    #opening-times {
        max-height: 30vh;
    }
    #ot-container {
        padding-bottom: 18vh;
    }
    #opening-times h1 {
        font-size: 40px;
        font-weight: 900;
        position: relative;
        margin-bottom: 2vh;
    }
    #opening-times #opening-times-info h2 {
        color: #000;
        font-size: 22px;
        font-weight: 800;
    }
    #opening-times #opening-times-info #cut {
        margin-bottom: 2vh;
    }
    #opening-times #opening-times-info h3 {
        color: #000;
        font-size: 18px;
        font-weight: 300;
    }

    #page5 {
        padding-bottom: 12vh;
    }
    .page-header {
        margin-left: -7vw;
    }
    #page5 h1 {
        margin-left: 0.5vw;
        font-size: 5.2vw;
        margin-bottom: 2vh;
    }
    .elem {
        height: 20vh;
        width: 27vw;
    }
    .elem h2 {
        font-size: 40px;
        background-color: #0da9f1;
    }

    #footer-dtp .deco {
        height: 380px;
    }
    #f1-dtp img {
        margin-bottom: 4vh;
        scale: 1.2;
    }
    #f1-dtp img:hover {
        scale: 1.1;
    }
    #social-media-dtp i {
        font-size: 33px;
    }
    #f2-dtp {
        margin-top: -65px;
    }
    #f2-dtp h3 {
        line-height: 60px;
        font-size: 30px;
    }
    #f3-dtp {
        margin-top: -65px;
    }
    #f3-dtp h3 {
        line-height: 60px;
        font-size: 30px;
    }
    #f4-dtp {
        margin-top: -90px;
    }
    #f4-dtp h4 {
        line-height: 25px;
        font-size: 17px;
    }
    #credits-wrapper p {
        font-weight: 400;
        font-size: 14px;
    }
}
