#button{
    position: fixed;
    left: 20px;
    bottom: 50px;
    border-radius: 5px;
    background-color: #b91f1f;
    color: white;
    border: none;
}

.dropdown{
    cursor: pointer;
}

#overlay {
    position: absolute;
    display: none;
    width: 300px;
    height: 300px;
    left: 20px;
    bottom: 50px;
    border: 5px solid rgb(1,86,149);
    background-color: rgba(224,224,224,0.85);
    z-index: 2;
}

#text, #conservationText{
    font-size: 14px;
    color: black;
    text-align: center;
    padding: 10px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    justify-content: center;
}

#overlay-lang {
    position:absolute;
    top: 0px;
    width: 300px;
    height: 20px;
    text-align: center;
}

#overlay-body {
    position:absolute;
    top: 22px;
    height: 480px;
    text-align: center;
    overflow-y: scroll;
}

.resourcesavaiable{
    padding-bottom: 40px;
}

#overlay-resources {
    position:absolute;
    bottom: 0px;
    height: 55px;
    width: 300px;
    text-align: center;
    background-color: rgb(255,255,255);
}

#textNA{
    font-size: 14px;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

ul {
    text-align: left;
}

body {font-family: Arial, Helvetica, sans-serif;}

#photo {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#photo:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* 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,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.mapmodal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.mapmodal-content {
    color: #414242;
    margin: 5% auto;
    padding: 10px 10px;
    width: 900px;
    max-width: 80%;
    height: 750px;
    max-height: 80%;
    font-size: 16px;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: antialiased;
    background: #FFFFFF;
    border: 1px solid #9B9C9D;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.20);
    border-radius: 6px;
}

#mapBtn{
    border-radius: 5px;
    background-color: #EF9B1F;
    color: black;
    border: none;
}

#conservationBtn, #returnBtn{
    border-radius: 5px;
    background-color: green;
    color: black;
    border: none;
}

#returnBtn, #conservationEfforts  {display: none;}

#conservation {
    display: flex ;
    align-items: center;
    justify-content: center;
}

button#accept {
    margin: 30px auto;
    display: block;
    border: 1px solid #fc4c02;
    border-radius: 3px;
    background: #fff;
    color: #fc4c02;
    font-size: 16px;
    height: 30px;
    cursor: pointer;
}