html,
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

#displayed-list {
  display: none;
}

#map {
width: 100%;
height: 800px;
}

.leaflet-bottom.leaflet-left {
  width: 100%;
}

.leaflet-control-container .leaflet-timeline-controls {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
}

#dd {
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 0px;
}

#dt {
  font-family: Arial, Helvetica, sans-serif;

}

/* -------------------------------------------- */
/* NM BYR CSS */

#title {
  /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
  font-family: 'Copperplate';
  /* color: #0F8C62; */
  /* text-align: center; */
  /* color:rgb(203, 220, 235); */
  color: #f6eff7;
  margin-left: 2%;
  font-size: 2.5em;
}

/* #logo {
  width: 40%;
} */

.logo{
  width: 25%;
  /* height: 80%; */
  margin-left: 2%;
  margin-right: 2%;
  margin-top: .5%;
  margin-bottom: .5%
}



#header-row {
  /* background-color:#e3fff6; */
  /* background-color: #f4fbf1; */
  background-color: #82b180;
}

#birdImg {
  width: 75%;
  margin: auto;
  /* text-align: center; */
}

#beeImg {
  width: 75%;
  margin: auto;
  text-align: center;
}

#nestingImg {
  width:75%;
  margin: auto;
}

.imgCaption{
  font-size: small;
  text-align: center;
}



/* TEST */

/* The main container box for the layer control */
.leaflet-control-layers {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: none !important;
}

/* The icon/button used to expand the control when collapsed */
.leaflet-control-layers-toggle {
    /* background-image: url('your-custom-icon.png') !important; */
    background-size: 20px 20px;
    width: 36px;
    height: 36px;
}

/* The wrapper surrounding the layer lists when expanded */
.leaflet-control-layers-list {
    padding: 5px;
    color: #333333;
}

/* The actual form container holding the radio buttons and checkboxes */
.leaflet-control-layers-expanded {
    padding: 10px 14px;
    background: #ffffff;
}

/* Section headings for Base Layers and Overlays */
.leaflet-control-layers-base, 
.leaflet-control-layers-overlays {
    margin-bottom: 5px;
}

/* Individual layer rows (label wrapping the input and text) */



.modal-title{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#modal-button1 {
  width: 75%;
  border: none;
  background-color:#154813;
  color: rgb(229, 251, 255);
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 1.5px;
}

#modal-button2 {
  width: 75%;
  border: none;
  background-color:#154813;
  color: rgb(229, 251, 255);
  padding: 5px 10px;
  border-radius: 4px;
  margin: 1.5px;
}

#modal-button3 {
  width: 75%;
  border: none;
  background-color:#154813;
  color: rgb(229, 251, 255);
  padding: 5px 10px;
  border-radius: 4px;
  margin: 1.5px;
}

.modal-body{
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1em;
}