* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mapcontainer {
    /* background: url("Untitled.png"); */
    background-color: white;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#mapmap {
    box-shadow:  rgb(0 0 0 / 50%) 0px 4px 16px 0px, rgb(0 0 0 / 19%) 0px 6px 20px 0px;

}

.mapcontainer1 {
    width: 50%;
    height: 100%;
    float: left;
    flex-shrink: 3;
    flex-grow: 2;
}

.mapcontainer2 {
    width: 50%;
    height: 100%;
    float: right;

}

.mapcontainer2 .mapsmallcontainer {

    display: flex;
    width: 90%;
    height: 60%;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative;
    /* left: 10%; */
    background: transparent;
    top: 21%;
    z-index: 1;
    float: right
}

.mapcontainer2 .mapredbox {
    width: 28%;
    height: 80%;
    background-color: #ffd8a9;
    position: relative;
    /* left: 72%; */
    bottom: 50%;
    border-radius: 25px 0px 0px 25px;
    z-index: 0;
    float: right;
}



#mapitem1 {
    background-color: rgb(40, 40, 40);
    color: white;
    flex-basis: auto;
    position: relative;
    border-radius: 20px 0 0 20px;
    margin-bottom: 1%;
    float: right
}

#mapitem1 .mapitem1text {
    position: relative;
    padding: 15%;
    /* padding-left:10%; */
    padding-bottom: 5%;
    padding-top: 5%;
    /* margin-bottom:5%; */
    font-size: 30px;
}

.mapsmallcontainer img {
    width: 30px;
    height: 30px;
    /* size: */
}

#mapitem2 button {

    position: relative;
    left: 15%;
    border: 2px white solid;
    background-color: #5c2e0c;
    padding: 15px;
    border-radius: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    color: white;
    font-weight: bold;



}

#mapitem2 button:hover {
    background-color:#a3876f;
}

@media only screen and (max-width: 430px) {
    #mapmap {
        width: 90% !important;
        position: relative !important;
        top: 10% !important;
        left: 5% !important;
        height: 90% !important;
        border-radius: 20px !important;
        display: block !important;
        box-shadow:  rgb(0 0 0 / 50%) 0px 4px 8px 0px, rgb(0 0 0 / 19%) 0px 6px 20px 0px;
    }

    .mapcontainer1 {
        width: 100%;
        height: 50% !important;
        display: block !important;
    }

    .mapcontainer2 {
        width: 100%;
        height: 50% !important;
        display: block !important;
    }

    #mapitem1 {
        position: relative !important;
        top: 45% !important;
    }

    .mapitem1text {
        font-size: 18px !important;
    }

    #mapitem2 {
        position: relative !important;
        top: 45% !important ;
        width: 60% !important;
        font-size: 10.5px !important;
    }

    .mapsmallcontainer {
        position: relative !important;
        top: 4% !important;
    }
    .mapsmallcontainer img {
        width: 20px;
        height: 20px;
        /* size: */
    }
    #mapspan2mobile{
        font-size:12px !important;
    }
    #mapspan1mobile{
        font-size:14px !important;
    }
    #mapspan3mobile{
        font-size:13px !important;
    }
}