@import url("https://fonts.googleapis.com/css?family=Raleway:200,100,400");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300&display=swap');

.documentation-choose3d {
    padding: 2vh;
    width: 100%;
    height: 87vh;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

header .navbar .navbar-list .navbar-list-element:hover .navbar-list-element-absolute {
    color: #186EA7 !important;
}

header .navbar .navbar-list .navbar-list-element:hover .navbar-list-element-link-select {
    color: #186EA7 !important;
}

.navbar-list-element-link-select {
    background-color: transparent;
    outline: none;
    overflow: hidden !important;
    border:0px;
    outline:0px;
    cursor: pointer;
    padding-right: 0vh !important;
    padding-left: 2vh !important;
    text-align: center;
    display: block;
    padding: 2vh 1.2vh;
    color: #F2F8FC;
    font-size: 1.7vh;
}

@media screen and (max-width: 1805px) {
    .website-event-decoration-right {
        display: none !important;
    }
    .website-event-decoration-left {
        display: none !important;
    }
}

.website-event-decoration-left {
    position: absolute;
    background-size: cover;
    height: 87.2%;
    width: 27.25vh;
    z-index: 3;
    left: 0;
    background-position: left;
    background-repeat: no-repeat;
}

.website-event-decoration-right {
    position: absolute;
    background-size: cover;
    height: 87.2%;
    width: 27.25vh;
    z-index: 3;
    right: 1vh;
    background-position: right;
    background-repeat: no-repeat;
}

.navbar-list-element-link-select select {
    outline: none; /* remove the outline shown on focus */
    cursor: pointer; /* change the mouse cursor icon */
    color: white;  /* text color */
    height: 100%;
    font-size: 1.7vh;
    text-align: center;
    z-index: 10;
}

.navbar-list-element-link-select option {
    background: black;
    color: white;
    outline: none;
}

.navbar-list-element-absolute {
    position: absolute;
    right: 8.3vh;
    top: 2%;
    font-size: 2.5vh;
    z-index: 0;
    pointer-events: none;
}

.content-choose3d {
    display: grid;
    width: 80%;
    height: 100%;
    grid-template-columns: repeat(3, 36.5vh);
    grid-template-rows: 100%;
    grid-column-gap: 1.5vh;
    grid-row-gap: 0vh;
    justify-items: center;
    justify-content: center;
}

.choose3dmap {
    height: 100%;
    width: 100%;
    background-image: url(map_streetview.webp);
    background-size: cover;
    background-position: center;
}

.choose3dvehicles {
    height: 100%;
    width: 100%;
    background-image: url(vehicles_soon.webp);
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
}

.choose3dclothes {
    height: 100%;
    width: 100%;
    background-image: url(clothes_soon.webp);
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
}

.choose3dmap:hover {
    color: #5BA4D5;
    -webkit-box-shadow: 0px 0px 0.8vh 0.3vh rgba(40, 136, 199, 0.7);
    -moz-box-shadow: 0px 0px 0.8vh 0.3vh rgba(40, 136, 199, 0.7);
    box-shadow: 0px 0px 0.8vh 0.3vh rgba(40, 136, 199, 0.7);  
    transition: box-shadow 0.5s ease-in-out;
    cursor: pointer;
}

.content-choose3d-label {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2vh;
    background-color: rgb(0, 69, 73);
}

@media screen and (max-width: 1470px) {
    .navbar-list-element-absolute {
        top:25%;
    }
}