body {
    background-color: #FFF;
    background-image: url('2023-bg-desktop.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    margin: 0;
}
.container-fluid {
    padding: 0;
    margin: 0;
}
#main-row {
    height: 80vh;
}
#footer-copyright {
    text-align: center;
}
#footer-copyright img {
    margin-top: 20px;
    height: 30px;
}
#header-box {
    text-align: center;
    background-color: #FFF;
}
#header-logo {
    height: 70px;
    margin: -5px auto 0;
}

/* Door animation */
.doorBack
{
    position:relative;
    width:222px;
    height:231px;
    display: inline-block;
}

@keyframes slightlyopeningdoor {
    from {
        transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(0deg);
    }
    to {
        transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-25deg);
        background-color: #FFF;
    }
}
@keyframes edgingdoor {
    from {
        transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-20deg) scale(1.01);
    }
    to {
        transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-23deg) scale(1.02);
    }
}
.centering {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}
.door
{
    position:absolute;
    top:0px;
    left:0px;
    width:222px;
    height:231px;
    transform-origin: left;
    transition: all 0.5s ease-in-out;
    animation-duration: 2s;
    animation-name: slightlyopeningdoor;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.door img {
    width: 100%;
    height: 100%;
}
#door-lolland {
    animation-delay: 0.4s;
}
#door-falster {
    animation-delay: 0.7s;
}
.door:hover {
    animation-name: edgingdoor;
    animation-duration: 0.3s;
    animation-delay: 0s;
    background-color: #FFF;
    transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-20deg) scale(1.01);
}

.door-locked, .door-locked:hover {
    animation-name: none !important;
    transform: none !important;
    cursor: not-allowed;
}

#waitbox {
    z-index: 9999;
    position: relative;
    margin-top: -50px;
    background-color: #eee7d4;
    border-radius: 20px;
    width: 800px;
    height: 620px;
    padding: 30px;
    font-family: 'Roboto Slab', serif;
}
#waitbox h1 {
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-size: 2.8em;
    font-weight: 700;
}
#waitbox h1 span {
    color: #c75c5c;
}
#countdown {
    margin-top: -20px;
    display: flex;
    flex-grow: 1;
    width: 100%;
}
.countdown-box {
    text-align: center;
    width: 100%;
    font-family: 'Roboto Slab', serif;
}
#days, #hours, #minutes, #seconds {
    font-size: 6em;
    font-weight: 800;
    color: #000;
    padding: 0;
    margin: 0;
}
.countdown-text {
    margin-top: -20px;
    font-size: 1.5em;
    color: #c75c5c;
    font-weight: 500;
}
.countdown-subscribe {
    padding: 30px 10px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    width: 700px;
    margin: 0 auto;
}
.countdown-subscribe h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.2em;
    font-weight: 600;
    color: #000;
}
.countdown-subscribe p {
    font-family: 'Roboto Slab', serif;
    font-size: 1.1em;
    color: #000;
}
.countdown-subscribe input {
    margin-top: -20px;
    width: 80%;
    background-color: transparent;
    padding: 5px 12px;
    border: 0;
    color: #000;
    border-bottom: 2px solid #FFF;
    font-family: 'Roboto Slab', serif;
    font-size: 1.2em;
}
.countdown-subscribe input:focus {
    border-radius: 20px;
    outline-color: #FFF;
    border: 2px solid #FFF;
    padding: 5px 10px;
}
.countdown-subscribe button {
    font-size: 1.2em;
    font-family: 'Roboto Slab', serif;
    color: #FFF;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 20px;
    border: 0;
    background: #72a4a0;
    padding: 10px 40px;
}

/* All phones */
@media (max-width: 768px) {

    #waitbox {
        width: 450px;
        padding-left: 0px;
        padding-right: 0px;
    }
    #days, #hours, #minutes, #seconds {
        font-size: 3em;
    }
    .countdown-text {
        margin-top: -10px;
        font-size: 0.8em;
    }
    .countdown-subscribe {
        width: 400px;
    }
    .countdown-subscribe button {
        font-size: 1em;
    }

    .door, .doorBack {
        width:calc(222px*0.75);
        height:calc(231px*0.75);
    }
    .centering {
        gap: 40px;
    }
    #header-logo {
        width: 90%;
    }
}


/** Small phones **/
@media (max-width: 450px) {

    #main-row {
        margin-top: -10px;
    }
    #logoSliderRow {
        margin-top: -30px;
    }

    #waitbox {
        width: 340px;
        height: 520px;
    }
    #days, #hours, #minutes, #seconds {
        font-size: 2em;
    }
    .countdown-text {
        margin-top: -10px;
        font-size: 0.8em;
    }
    .countdown-subscribe {
        width: 300px;
    }
    .countdown-subscribe button {
        font-size: 1em;
        padding: 5px 10px;
    }
    #waitbox h1 {
        font-size: 1.8em;
    }
    .countdown-subscribe h2 {
        font-size: 1em;
    }
    .countdown-subscribe p {
        font-size: 0.8em;
    }


    body {
        background-image: url('2023-bg-mobile.png');
    }
    .door, .doorBack {
        width:calc(222px*0.75);
        height:calc(231px*0.75);
    }
    .centering {
        gap: 10px;
    }
    #header-logo {
        width: 90%;
    }
}

/** Tiny tiny phones **/
@media (max-width: 340px) {
    body {
        background-image: url('2023-bg-mobile.png');
    }
    .door, .doorBack {
        width:calc(222px*0.5);
        height:calc(231px*0.5);
    }
    .centering {
        gap: 10px;
    }
    #header-logo {
        width: 90%;
    }
    #footer-copyright img {
        width: 90%;
    }
}

/* Iphones that are short bois */
@media (max-height: 700px) {
    #main-row {
        margin-top: 20px;
    }
}


/* Iphones that are longbois */
@media (max-width: 450px) and (min-height: 801px) {
    #main-row {
        height: 70vh;
    }
    #logoSliderRow {
        margin-top: -40px;
    }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1600px) {

}


#logoSliderRow {
    z-index: 1;
    position: relative;
}

.lSSlideOuter  {
    width: 100%;
    background: white;
}
