* {
    margin: 0px;
    padding: 0px;
    font-family: 'Menlo', monospace;
}

body {
    background-color: #2E353F;
}

.mainContainer {
    position: fixed;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.menu {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.menu-item img {
    width: 24px;
    /* adjust as needed */
    height: 24px;
    /* adjust as needed */
}

.menu-item p {
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    /* adjust as needed */
    font-size: 10px;
    /* adjust as needed */
    color: #2E353F;
    /* adjust as needed */
    background-color: #FCCF3E;
    border-radius: 1vh;
    border: 1px solid #DC711E;
    box-shadow: 0 0 8px 0 #DC711E;
}

.menu-item:hover P {
    background-color: #2E353F;
    color: #FCCF3E;
}

#map {
    width: 100%;
    height: 100%;
    z-index: 0;
}

.mapOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2e353f42;
    top: 0;
    left: 0;
}

.downloadBtnInSloggan:hover {
    background: -webkit-linear-gradient(110deg, #2E353F, #2E353F);
    -webkit-background-clip: box;
    background-clip: box;
    color: #FCCF3E;
    box-shadow: 0 0 20px 3px #FCCF3E;
}


/* FOR MOBILE */

@media (max-width: 915px) {
    /* CSS for mobile devices */
    .topBarPlaceHolder {
        position: sticky;
        width: 100vw;
        height: 3vh;
        background-color: #2E353F;
    }
    .topBar {
        position: fixed;
        width: calc(100vw - 0.3vw);
        height: 8vh;
        background-color: #2E353F;
        border-bottom-left-radius: 5vh;
        border-bottom-right-radius: 5vh;
        border-bottom: 0.2vw solid #FCCF3E;
        border-right: 0.2vw solid #FCCF3E;
        border-left: 0.2vw solid #FCCF3E;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        min-height: 50px;
        max-height: 100px;
        box-shadow: 0 0 3vh 0 #DC711E;
    }
    h1 {
        font-size: calc(70vw * 0.1);
        margin-bottom: 20px;
        background: -webkit-linear-gradient(100deg, #FCCF3E, #DC711E);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        margin-bottom: 0;
    }
    .middleBox {
        position: relative;
        flex-grow: 1;
        background-color: #2E353F;
        max-height: 90vh;
    }
    .Sloggan {
        width: 60%;
        height: 20%;
        background-color: transparent;
        margin-top: 15vh;
        margin-left: 10vw;
    }
    h2 {
        max-width: 100%;
        font-size: 120%;
        text-overflow: ellipsis;
        background: -webkit-linear-gradient(20deg, #FCCF3E, #DC711E);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }
    .downloadBtnInSloggan {
        width: 30vw;
        height: 10vw;
        max-width: 150px;
        max-height: 60px;
        min-width: 100px;
        min-height: 30px;
        font-size: 100%;
        font-weight: bold;
        margin-top: 15px;
        border: 0.3vw solid #FCCF3E;
        border-radius: 2vw;
        background: -webkit-linear-gradient(110deg, #FCCF3E, #DC711E);
        -webkit-background-clip: box;
        background-clip: box;
        color: #2E353F;
        box-shadow: 0 0 10px 2px #DC711E;
    }
    .bottomBar {
        margin-bottom: 0px;
        bottom: 0;
        position: fixed;
        width: calc(100vw - 0.5vw);
        height: 10vh;
        background-color: #2E353F;
        border-top-left-radius: 4vh;
        border-top-right-radius: 4vh;
        border-top: 0.2vw solid #FCCF3E;
        border-right: 0.3vw solid #FCCF3E;
        border-left: 0.3vw solid #FCCF3E;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        min-height: 50px;
        box-shadow: 0 0 3vh 0 #DC711E;
    }
}


/* FOR DESKTOP */

@media (min-width: 915px) {
    /* CSS for desktop */
    .topBarPlaceHolder {
        position: sticky;
        width: 100vw;
        height: 3vh;
        background-color: #2E353F;
    }
    .topBar {
        position: fixed;
        width: calc(100vw - 0.3vw);
        height: 8vh;
        background-color: #2E353F;
        border-bottom-left-radius: 3vw;
        border-bottom-right-radius: 3vw;
        border-bottom: 0.2vw solid #FCCF3E;
        border-right: 0.2vw solid #FCCF3E;
        border-left: 0.2vw solid #FCCF3E;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        min-height: 80px;
        box-shadow: 0 0 5vh 0 #DC711E;
    }
    h1 {
        font-size: calc(40vw * 0.1);
        margin-bottom: 20px;
        background: -webkit-linear-gradient(100deg, #FCCF3E, #DC711E);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        margin-bottom: 0;
    }
    .middleBox {
        position: relative;
        flex-grow: 1;
        background-color: 2E353F;
        max-height: 100vh;
    }
    .Sloggan {
        width: 40%;
        height: 20%;
        background-color: transparent;
        margin-top: 25vh;
        margin-left: 13vw;
    }
    h2 {
        max-width: 100%;
        font-size: 150%;
        text-overflow: ellipsis;
        background: -webkit-linear-gradient(20deg, #FCCF3E, #DC711E);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }
    .downloadBtnInSloggan {
        width: 30vw;
        height: 10vw;
        max-width: 150px;
        max-height: 60px;
        min-width: 100px;
        min-height: 30px;
        font-size: 100%;
        font-weight: bold;
        margin-top: 15px;
        border: 0.1vw solid #FCCF3E;
        border-radius: 1vw;
        background: -webkit-linear-gradient(110deg, #FCCF3E, #DC711E);
        -webkit-background-clip: box;
        background-clip: box;
        color: #2E353F;
        box-shadow: 0 0 20px 3px #DC711E;
    }
    .bottomBar {
        margin-bottom: 0px;
        bottom: 0;
        position: fixed;
        width: calc(100vw - 0.3vw);
        height: 10vh;
        background-color: #2E353F;
        border-top-left-radius: 7vh;
        border-top-right-radius: 7vh;
        border-top: 0.2vw solid #FCCF3E;
        border-right: 0.2vw solid #FCCF3E;
        border-left: 0.2vw solid #FCCF3E;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        max-height: 100px;
        min-height: 70px;
        box-shadow: 0 0 5vh 0 #DC711E;
    }
}