.imageStd {
  /* Standard Images */
  max-width: 100%;
  max-height: auto;
  display: block;
}

.overlayBtn {
  font-family: Helvetica, sans-serif;
  color: white;
  background: rgba(195, 16, 16, 1);
  border: 1px solid #FFFFFF;
  margin-right:5px;
  margin-top:5px;
}
.overlayBtn:hover {
  background: rgb(234, 78, 78);
  cursor:pointer;
}
.overlayPanel,
.overlayPanelCenter {
  /* Generic Overlay Font/Style Characteristics */
  font-family: Helvetica, sans-serif;
  color: white;
  background: rgba(15, 13, 13, 0.85);
  border: 3px solid #FFFFFF;
}

a:link,
a:visited {
  color: white;
}

a:hover {
  color: yellow;
}

a:active {
  color: orange;
}

.overlayPanel,
.overlayPanelCenter {
  /* General Overlay panel attributes */
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 1;
  display: none;
  text-align: left;
}

.overlayPanel {
  /* Left-hand overlay pane */
  width: 25em;
  height: 100%;
}

.overlayPanelCenter {
  /* Centered splash panel */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
}

.overlayScrollField {
  overflow: auto;
}

#click-anywhere-image {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.overlayGreyout {
  position: fixed;
  z-index: 2;
  background-color: #33333344;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

#click-anywhere-banner {
  display: none;
}

#infoOverlay {
  /*  */
  position: fixed;
  z-index: 2;
}

#overlayBtns {
  position: fixed;
}

/* General Buttons for Overlay Panels */
#infoButton,
#ctrlButton,
#mapButton,
#homeButton,
#fullButton
{
  /* Overlay buttons */
  display: inline-block;
  text-align: center;
  position: fixed;
  top: 195px;
  height: 6%;
  width: auto;
  right: 20px;
  color: #ddddddcc;
  user-select: none;
}

/* Highlight buttons */
#homeButton:hover,
#infoButton:hover,
#ctrlButton:hover,
#mapButton:hover,
#fullButton:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
  cursor: pointer;
 
}


/* Buttons for closing panels */
#closeInfoWindowButton,
#closeCtrlWindowButton,
#closeMapWindowButton {
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  width: 30px;
}

/* Local navigation bar */
#neighbours {
  position: absolute;
  bottom: 0;
}

/* */
#neighbourRow {
  margin: auto;
}

#neighRightChev {
  text-align: right;
}

#neighLeftDiv {
  font-size: 12px;
}
#neighRightDiv {
  text-align: right;
  font-size: 12px;
}

.container{
  margin-left: 10px;
}
     
.dropbtn { 
  background-image: linear-gradient(to bottom right, rgb(74, 33, 187), rgb(207, 164, 225));
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}