/* lightblue	#66b3e6	rgb(102,179,230)
blue	#0078c8	rgb(0,120,200)
grey	#78777a	rgb(120,119,122)
dark	#1d1d1d	rgb(29,29,29)
darkblue	#0a1633	rgb(10,22,51)
lightgrey #f2f2f2 */

:root {
  font-size: 1em;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
html, body {
  background: white;
  /* overflow: hidden; */
}
html, body, h1, p {
  margin: 0;
  padding: 0;
}
#container {
  max-width: 610px;
}
#header {
  border-top: 2px solid #0078c8;
}
#title {
  color: #1d1d1d;
  font-size: 1.75rem;
  padding-top: 15px;
  font-weight: bold;
}
#description {
  color: #78777a;
  padding-bottom: 10px;
  font-weight: bold;
}
select {
  border-radius: 10px;
  text-transform: uppercase;
  padding: 5px;
  outline: none;
  margin-bottom: 10px;
  font-weight: bold;
  background-color: #0a1633;
  color: white;
}
#tip {
  position: absolute;
  color: white;
  background-color: #0078c8;
  padding: 5px;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  text-align: center;
  -webkit-box-shadow: 0.1rem 0.1rem 1rem black;
          box-shadow: 0.1rem 0.1rem 1rem black;
  font-size: .8rem;
}
#tip h1 {
  font-size: .9rem;
  font-weight: bold;
}
#footer {
  border-bottom: 2px solid #0078c8;
  padding: 15px;
  background: #f2f2f2;
  font-size: .9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.water {
  fill: #0078c8;
  pointer-events: none;
}
.border {
  fill: none;
  stroke: #78777a;
  stroke-width: 2;
  stroke-dasharray: 3 3;
}
#mapContainer {
 background-color: #0a1633;
}
.cell {
  fill: rgba(0, 0, 0, 0);
}
.suburbMark {
  opacity: 0;
  pointer-events: none;
}

#legend {
  background: #0A1633;
}
#legend line, #legend path {
  stroke: white;
}
#legend text {
  fill: white;
  font-size: .7rem;
}
