/* Style the Image Used to Trigger the Modal */


#map {
    display: block;
    cursor: pointer;
    transition: 0.8s;
}
.avatar {
    border-radius: 50%;
    order: 1;
}
.map-label {
    position: absolute;
    bottom: -25px;left: -25px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.close2 {
    position: absolute;
    top: 25px;
    right: 30px;
    color: #f1f1f1;
    font-size: 60px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 1;
}
.close2:hover, .close2:focus{
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* Modal Content (Image) */
.modal-content2 {
    margin: auto;
    display: block;
    max-width: 800px;
    vertical-align: middle;
}




/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.8s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,1); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 2px 0;
    height: 15px;
}
#text {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 2px 0;
    height: 15px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.75s;
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #f1f1f1;
    font-size: 50px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 1;
}

.close:hover, .close:focus, .previous:focus, .previous:hover, .next:focus, .next:hover{
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.next {
    position: absolute;
    top: 250px;
    right: 0px;
    color: #f1f1f1;
    font-size: 50px;
    font-weight: bold;
    transition: 0.3s ease;
    z-index: 1;
    user-select: none;
    -webkit-user-select: none;
    padding: 16px;
}
.previous {
    position: absolute;
    top: 250px;
    left: 0px;
    color: #f1f1f1;
    font-size: 50px;
    font-weight: bold;
    transition: 0.3s ease;
    z-index: 1;
    user-select: none;
    -webkit-user-select: none;
    padding: 16px;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
