/* CSS for "events.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 */

#page1 {
    padding-top: 120px;
    min-height: 10vh;
    width: 100%;
    position: relative;
    background-color: rgb(0, 0, 0);
    padding-left: 4vw;
    padding-right: 4vw;
}

#page1 img {
    object-fit: cover;
    height: 30vh;
    width: 92vw;
    border-radius: 10px;
}

#page1 #text {
    color: #fff;
}

#page1 #text h2 {
    font-size: 16px;
    font-weight: 900;
    margin-top: 3vh;
    color: #0da9f1;
    margin-bottom: 1vh;
}

#page1 #text h1 {
    font-size: 45px;
    font-weight: 900;
    position: relative;
    z-index: 2;
    margin-bottom: 3vh;
}

#page1 #text h1::before {
    content: "EVENTS";
    position: absolute;
    color: #000;
    top: -4px;
    left: -4px;
    -webkit-text-stroke:  2px #0da9f1;
    z-index: -1;
}

#page1 #text p {
    font-weight: 200;
    word-spacing: 1px;
    font-size: 15.5px;
    line-height: 30px;
}

/* Arrow */

#arrow {
    display: none;
    z-index: 5;
    height: 200px;
    width: 200px;
    background-color: transparent;
    border: 2px solid #0da9f1 ;
    position: absolute;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: -40px;
    bottom: -10px;
    transition: all ease 0.5s;
}

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

#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 {
    padding-top: 8vh;
    padding-bottom: 2vh;
    min-height: 10vh;
    width: 100%;
    position: relative;
    background-color: black;
    color: #fff;
}

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

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

#about-us-info {
    align-items: left;
    text-align: left;
    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;
    font-size: 15.5px;
}

/* #about-us-info a {
    text-decoration: none;
    color: #fff;
} */

#page2 #about-us-info button {
    margin-top: 4vh;
    margin-right: 1vw;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: black;
    color: white;
    padding: 13px 33px;
    font-size: 13px;
    transition: 0.25s ease-in;
}

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

/* 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: 10vh;
    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: 10vh;
    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 .footer-deco {
    display: block;
    opacity: 0.6;
    margin-left: -4vw;
    z-index: 1;
    height: 40vh;
    margin-top: -40vh;
    position: relative;
    bottom: 0px;
}

#impressum {
    color: #000;
}


@media only screen and (min-width: 430px) {
    #page1 img {
        height: 40vh;
    }
}

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

    .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: 600px) {
    #page1 img {
        height: 40vh;
    }
}

@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;
    }

    #page1 {
        padding-left: 12vw;
        padding-right: 12vw;
    }
    #page1 img {
        width: 76vw;
        height: 40vh;
    }
    #page1 #text h2 {
        font-size: 18px;
    }
    #page1 #text h1 {
        font-size: 58px;
        margin-bottom: 2.5vh;
    }
    #page1 #text p {
        font-size: 17.5px;
    }

    .img-container {
        padding-left: 12vw;
        padding-right: 12vw;
        margin-bottom: 6vh;
    }
    .img-container img {
        min-width: 36.5vw;
        min-height: 36.5vw;
        border-radius: 15px;
        box-shadow: 0 0 50px 10px #0da9f161;
    }
    #about-us-info {
        padding-left: 12vw;
        padding-right: 12vw;
    }
    #about-us-info h3 {
        font-size: 36px;
        margin-bottom: 3vh;
    }
    #about-us-info p {
        font-weight: 200;
        word-spacing: 1px;
        font-size: 17.5px;
    }

    #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 .footer-deco {
        display: block;
        opacity: 0.6;
        margin-left: -12vw;
        z-index: 1;
        height: 50vh;
        margin-top: -50vh;
        position: relative;
        bottom: 0px;
    }
    #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: 0px;
    }    
}

@media only screen and (min-width: 900px) {
    #page1 img {
        height: 55vh;
    }
}

@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 {
        padding-top: 0vh;
        padding-left: 0vw;
        padding-right: 0vw;
        padding-bottom: 0vh;
    }
    #page1-flex {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
        padding-top: 15vh;
        padding-left: 12vw;
        padding-right: 0vw;
        padding-bottom: 5vh;
    }
    #page1 img {
        height: 45vw;
        width: 50vw;
        border-top-right-radius: 0;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 0;
    }
    #page1 #text {
        padding-top: 0vh;
        width: 50%;    
        padding-right: 3vw;
    }
    #page1 #text h1 {
        font-size: 68px;
        font-weight: 900;
        position: relative;
        z-index: 2;
        margin-bottom: 3vh;
    }

    #arrow {
        display: flex;
    }

    #about-us {
        display: flex;
        padding-left: 8vw;
    }
    .img-container {
        width: 30%;
        gap: 0vw;
        padding-left: 4vw;
        padding-right: 6vw;
        margin-bottom: 9vh;
    }
    .img-container img:first-of-type {
        margin-top: -100px;
        min-width: 23.5vw;
        min-height: 13.5vw;
    }
    .img-container img:last-of-type {
        margin-top: 150px;
        margin-left: -150px;
        min-width: 18vw;
        max-height: 1.5vw;
    }
    .img-container img {
        min-width: 15vw;
        min-height: 15vw;
    }
    #about-us-info {
        padding-top: 5vh;
        padding-left: 7vw;
        padding-right: 4vw;
        width: 100vw;
    }
    #about-us-info h3 {
        margin-bottom: 5vh;
    }

    #ot-container {
        padding-bottom: 10vh;
    }
    #opening-times {
        margin-left: -1.5vw;
        overflow: hidden;
        rotate: -2deg;
        max-height: 25vh;
    }
    #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;
    }
}


@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;
    }

    #page1 #text h1 {
        font-size: 90px;
    }
    #page1 #text h2 {
        font-size: 20px;
    }
    #page1 #text p {
        font-size: 19.5px;
        line-height: 40px;
    }

    #about-us-info h3 {
        font-size: 50px;
        margin-bottom: 7vh;
    }
    #about-us-info p {
        word-spacing: 1px;
        font-size: 19.5px;
        line-height: 35px;
    }

    #page2 #about-us #about-us-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;
    }
    #page2 #about-us #about-us-info button:hover {
        scale: 0.96;
        border: 2px solid #0da9f1;
        color: #0da9f1;
    }

    #ot-container {
        padding-bottom: 13vh;
    }
    #opening-times {
        max-height: 30vh;
    }
    #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: 350px;
    }
    #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;
    }
}