#map {
    width : 100%;
    height : 300px;
    margin: auto;
  }

body {
background: #fff;
}

h3 {
  color: #eee;
  font-weight: bold;
}

a {
  color: #42C0FB;
}

a:hover {
  color: #0BB5FF;
}

p {
  margin-right: 8px;
}

.all {
  max-width: 620px;
  margin: auto;
}

.artnote {
  font: 10pt Helvetica;
  color: #333;
}

.bufferpopup {
  font: 10pt Helvetica;
  color: #666;
}

#header {
  width: 95%;
  margin: auto;
  height: auto;
} 

#header p{
  font-size: 10.5pt;
  font-weight: lighter;
  line-height: 14pt;
}

.leaflet-popup-content {
  color: #333;
  border: none;
}

.leaflet-control-layers-expanded {
  height: 150px;
  width: 200px;
}

.leaflet-control-attribution {
  height: 0px;
  opacity: 0.5;
}

.leaflet-control-layers-list span {
  font-size: 10pt;
}

.leaflet-control-zoom {
  height: auto;
}

.leaflet-control-latlng input {
  width: 55px;
  display: block;
  color: black;
  padding: 1px 4px;
  border: 0px;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.8);
  margin: 4px;
}
.leaflet-control-latlng input:hover{
  background-color: white;
}

.info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  opacity: .85;
  /*background: rgba(255,255,255,0.8);*/
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
  width: 150px;
  height: auto;
  z-index: 99999;
  color: #333;
}

#legend {
  width : 95%;
  margin: auto;
}

.legend-box {
  float: left;
/*  width: 33%;
*/  font: 10pt Helvetica;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #ccc;
}

.legend-row {
  width: 100%;
  margin: 0.5%;
  margin-bottom: 1em;
}


.landslide {
  float: left;
  width: 20px;
  height: 15px;
  margin-right: 4px;
  background-color: red;
  opacity: .75;
}

.tsunami {
  float: left;
  width: 20px;
  height: 15px;
  margin-right: 4px;
  background-color: #F2DA00;
  opacity: .75;
}

.goldbeach {
  float: left;
  margin-right: 4px;
  margin-top: .5em;
  width: 20px;
  border-bottom: 3px dashed #ccc;
}

#coast-map {
  margin-left: 8px;
  width : 250px;
  height : 300px;
  margin: auto;
  /*-webkit-transform: rotate(-2deg);*/
}

#coast-map-container {
  float: right;
  margin-left: 8px;
  width : 45%;
  height : 4000px;
  margin: auto;
  overflow: hidden;
  border: 1px solid red;
}


#footnotes {
  width : 95%;
  margin: 2.5%;
  margin-top: 0px;
  padding: 10px;
  /*background-color: #fafafa;*/
  /*border: 1px solid #ccc;*/
  cursor: pointer;
  color: #eee;

}

#nerdbox {
  position: absolute;
  width : 90%;
  height: 300px;
  margin: 5%;
  margin-top: 125px;
  padding: 10px;
  background-color: #fafafa;
  /*border: 1px solid #ccc;*/
  cursor: pointer;
  color: #000;
  opacity: 0.98;
  z-index: 9999;
  /*box-shadow: 3px 4px 4px #666;*/
  border: 2px solid #333;
  border-radius: 2px;
}

#nerdbox-text {
  position: relative;
  height: 100%;
  overflow: scroll;
}

#nerdbox h3 {
  color: #333;
}

#ex-out {
  position: absolute;
  left: 92%;
  padding-top: 1px;
  padding-left: 1px;
  width: 25px;
  height: 25px;
  border-radius: 12px;
  background-color: #fff;
  border: 3px solid #333;
  color: #333;
  text-align: center;
  font-weight: bold;
  z-index: 99999;
  /*box-shadow: 1px 1px 1px #ccc;*/

}

#footnotes p {
  margin: auto;
  font: 9pt Helvetica;
  font-weight: lighter;
  font-style: italic;
}

/*#nerdbox:hover{
  background-color: #eee;
}*/

#footnotes h3 {
  font: 11pt Helvetica;
  font-weight: bold;
}

select {
  margin-top: 1em;
}

p {
  font: 10pt Helvetica;
}

@media (max-width:500px) {

  h3 {
    font-size: 14pt;
  }

  

}



