/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
  height: 90%;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#description {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

input {
	outline-color: #D31E1E;
  }

#title {
  color: #fff;
  background-color: #D31E1E;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}

#legend {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 16px;
  	font-weight: 400;
	background: #fff;
	padding: 10px;
	margin: 10px;
	border: 3px solid #000;
	z-index: 0;
    position: absolute;
    top: 50px;
	height: 132px;
	width: 148px;
    left: 0px;
	border-width: 0px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }
  
  #legend h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	padding-left: 6px;
	padding-top: 6px;
  }
  
  #legend img {
	vertical-align: middle;
  }

  /* basic positioning */
  .legendContent {
    float: left;
    padding-left: 6px;
    list-style: none;
}
.legendContent li { margin-bottom: 5px; padding: 0xp; }
.legendContent span { border: 0px solid #ccc; float: left; width: 16px; height: 16px; margin-right: 12px; }
/* your colors */
.legendContent .green { background-color: #69A855;}
.legendContent .yellow { background-color: #FFFF39;}
.legendContent .orange { background-color: #FF991E;}
.legendContent .red { background-color: #FF0000;}

  .header {
	font-family: 'Roboto';
	font-weight: 600;
	overflow: hidden;
	background-color: #181818;
	padding: 20px 10px;
  }
  
  .header a {
	float: left;
	color: #fff;
	text-align: center;
	padding: 12px;
	text-decoration: none;
	font-size: 18px; 
	font-weight: 500;
	line-height: 25px;
  }
  
  .header a.logo {
	font-size: 28px;
	font-weight: bold;
  }

  .header a.logo:hover {
	background-color: #181818;
	color: #fff;
  }
  
  .header a:hover {
	background-color: #D31E1E;
	color: black;
  }
  
  .header-right {
	float: right;
  }
  
  @media screen and (max-width: 500px) {
	.header a {
	  float: none;
	  display: block;
	  text-align: left;
	}
	
	.header-right {
	  float: none;
	}
  }
  
  #myOverlay {
	  display: block;
  }
  
  .openBtn {
	background: #f1f1f1;
	border: none;
	padding: 10px 15px;
	font-size: 20px;
	cursor: pointer;
  }
  
  .openBtn:hover {
	background: #D31E1E;
  }
  
  .overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
  	background-image: linear-gradient(black, rgba(0,0,0, 0.6));
  }
  
  .overlay-content {
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
  }
  
  .overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
  }
  
  .overlay .closebtn:hover {
	color: #D31E1E;
  }
  
  .overlay .seach-input {
	padding: 15px;
    font-size: 17px;
    border: none;
    width: 80%;
    background: white;
    box-sizing: border-box;
    float: left;
  }
  
  .overlay .seach-input:hover {
	background: #f1f1f1;
  }
  
  .overlay button {
	float: left;
	width: 20%;
	padding: 15px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
  }
  
  .overlay button:hover {
	background: #D31E1E;
	color: white;
  }
  
  .row {
	margin-left:-5px;
	margin-right:-5px;
  }
	
  .column {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 5px;
  }
  
  /* Clearfix (clear floats) */
  .row::after {
	content: "";
	clear: both;
	display: table;
  }
  
  table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
  }
  
  th {
	background-color: #D31E1E;
	text-align: left;
	padding: 8px;
	color: #fff;
	font-family: 'Roboto';
  }
  
  td {
	background-color: #fff;
	color: #000;
	text-align: left;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
  }

.tableContainer {
	margin-top: 10%;
    width: 80%;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  h2 {
	font-family: 'Roboto';
	font-weight: 600;
	text-align: center;
	font-size: 32px;
	color: #fff;
  }

p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

  

  /*.tableContainer {
	height: 10%;
	width: 80%;
    margin-bottom: 152px;
	margin-left: auto;
	margin-right: auto;
  }

  h2 {
	text-align: center;
	font-size: 32px;
	color: #fff;
  }

	p {
		color: #fff;
	}

  table {
	border-collapse: collapse;
	width: 100%;
  }
  
  th {
	background-color: #D6EEEE;
	text-align: left;
	padding: 8px;
  }
  
  td {
	color: #fff;
	text-align: left;
	padding: 8px;
  }
  */
