
body{
    padding:0;
    margin: 0;
    
}
html, body, #mapid {
    height: 100%;
    width: 100vw;
    font-family: 'Montserrat', sans-serif !important;
}
.modal-header h3{
    font-family: 'Lora', serif;
    font-weight: 600;
    text-decoration-line: underline !important;
}


.leaflet-popup-pane{ 
    position: absolute;
    z-index: 1000 !important;
}
#mapid{
    position:relative;
}

#more, #loading, ul{
    position: absolute;
    z-index: 401;
}
ul li{
    list-style-type: none;
    padding: 10px; 
}
ul{
    padding: 3px !important;
    bottom: 0;
    left: 2vh;
}

#content{
    margin: 10px;
    height: 100%;
}
li{
    cursor: pointer;
}

.modal-content{
    background-color: rgba(245, 244, 244, 0.9);
}

.leaflet-popup-content-wrapper,.leaflet-popup-content-wrapper a{
    text-align: center !important;
    
}
.leaflet-popup-content-wrapper p {
    text-align: left !important;
}

#loading{
    top:50% !important;
}

ul{
    background-color:  rgba(245, 244, 244, 0.6);
    border-radius: 0.25rem;
    box-shadow: 7px 7px 5px grey;
}

#image{
    position: absolute;
    z-index:401;
    height: auto;
    visibility: hidden;
    right: 2vh;
    top: 10vh;
    box-shadow: 7px 7px 5px grey;
}


.custom-select, .custom-select:focus{
    position: absolute;
    z-index: 401;
    right: 2vh;
    box-shadow: 7px 7px 5px grey;
}

#newsCarousel, #stats{
    display: none !important;
}

#noNews{
    display: none;
}

#weather{
    width:70%;
    margin: 0 auto;
}


.carousel-item img {
    height: 30vh !important;
    opacity: 0.4 !important;
}

.newslink:visited{
    text-decoration: none;
}

a.newslink {
    color: rgb(11, 11, 29) !important;
}


thead {
    font-family: 'Lora', serif;
    border-bottom-color: #b5bbc2;
    background: transparent;
    font-size:larger;
    text-align: center;
}


#thumb{
    max-width: 200px;
    max-height:80px !important;
}

td{
    font-size: 15px !important;
    padding: 0.5rem !important;
}

.figure, figcaption.figure-caption.text-left{
    width: 200px !important;
    font-family: 'Montserrat';
}


@media screen and (min-width: 601px) {
    #accordion {
      width: 50%
    }

    div.card.text-left{
        font-size: 15px;
    }
    #image{
        width: 12vw;
    }
    .custom-select{
        width: 30vw !important;
    }
} 
  /* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
  @media screen and (max-width: 600px) {
    #accordion {
        width: 80vw;
        height: 70vh;
    }

    div.card.text-left{
        font-size: 3.2vw;
    }
    p{
        margin-bottom: 5px !important;
    }
    #image{
        width: 20vw;
    }
    .custom-select{
        width: 93%;
        float: center;
    }
    .poiDesc{
        width: 50vw;
    }
  }

  @media screen and (max-height:600px){
      .modal-header{
          padding: 4px !important;
      }
      .modal-body{
          padding: 4px;
      }
  }


  