body {
  margin: 0;
  padding: 0;
  background-color: #2c2c2c;
  height: 100px;
}

.invisible {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

.text-truncate {
  overflow: hidden;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

#mapViewOptions {
  position: absolute;
  background: #fff;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
}

ul {
  margin: 1px;
}

.topRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.openbtn {
  font-size: 25px;
  cursor: pointer;
  background-color: rgba(51, 51, 51, 0.95);
  color: white;
  padding: 10px;
  padding-top: 8px;
  border: none;
  border-radius: 25%;
  margin: 1vh;
  text-align: start;
}

.censusInfo {
  width: 100%;
  position: absolute;
  z-index: 100;
  font-family: sans-serif;
  padding: 10px;
  padding-top: 3px;
  padding-bottom: 2px;
  border: 2px solid black;
  font-size: 14px;
  color: black;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
}

.title-wrapper #areaName {
  width: 300px;
  display: inline-block;
  max-width: 80%;
  text-decoration: underline;
  text-align: center;
  white-space: normal;
  margin-bottom: 3px;
}

.expandDataMSG,
.hideDataMSG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.expandDataMSG {
  margin-top: 3px;
}

li {
  margin-left: 0;
}

.flex-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.right-align {
  display: inline-block;
  width: 130px;
}

.sidenav {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  background-color: #111111;
  overflow-x: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 3px 2px black;
  color: #ffffff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  color: white;
  top: 0;
  right: 25px;
  font-size: 50px;
  margin-left: 50px;
}

.link a {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.link a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  z-index: -100;
}

.buttons-container {
  position: absolute;
  margin: auto;
  top: 80%;
  right: 70%;
  bottom: 0;
  left: 0;
  width: 290px;
  height: 100px;
  border-radius: 40px;
  background: transparent;
  -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.5);
}

.selector ul {
  list-style: none;
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.selector li.mapView {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1px;
  height: 90px;
  width: 100px;
  background: #202020;
  border-top: 1px solid #353535;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.selector li:nth-of-type(1).mapView {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.selector li:last-of-type.mapView {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.selector li:hover.mapView {
  cursor: pointer;
}

.selector a {
  display: inline-block;
  color: gray;
  text-decoration: none;
  font-size: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.active {
  background: #ebe9e9 !important;
  border-top: none !important;
  border-bottom: 1px solid #252525 !important;
  -webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.8) !important;
          box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.8) !important;
}

a.active-text {
  color: #2906c2 !important;
  text-shadow: 0 0 15px rgba(91, 148, 194, 0.5) !important;
}

.bottomnav {
  width: 100%;
  position: fixed;
  z-index: 200;
  bottom: 0;
  background-color: #111111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bottomnav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 3px 2px black;
  color: #ffffff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bottomnav a:hover {
  color: #f1f1f1;
}

.bottomnav .closebtn {
  color: white;
  top: 0;
  right: 25px;
  font-size: 50px;
  margin-left: 50px;
}

.bottomnav .openBottomBar {
  color: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
}

.bottomnav .bottomNavWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}

.bottomnav .closeBottomBar {
  color: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
}

@media all and (min-width: 600px) and (max-width: 799px) {
  .data-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .left-data,
  .right-data {
    width: 45%;
  }
  .right-align {
    display: inline-block;
    width: 115px;
  }
}

@media all and (min-width: 800px) {
  .censusInfo {
    position: absolute;
    font-family: sans-serif;
    margin-top: 1px;
    margin-right: 1px;
    padding: 5px;
    width: 40%;
    border: 2px solid black;
    font-size: 14px;
    color: black;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 2rem;
    display: inline-block;
    right: 0px;
  }
  .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .title-wrapper #areaName {
    width: 300px;
    display: inline-block;
    min-height: 50px;
    max-width: 80%;
    text-decoration: underline;
    text-align: center;
    white-space: normal;
    margin-bottom: 10px;
  }
  .flex-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .right-align {
    display: inline-block;
    width: 110px;
  }
  .inactive {
    display: none !important;
  }
}

@media all and (min-width: 1400px) {
  .censusInfo {
    position: absolute;
    font-family: sans-serif;
    margin-top: 1px;
    margin-right: 1px;
    padding: 5px;
    width: 25%;
    border: 2px solid black;
    font-size: 14px;
    color: black;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 2rem;
    display: inline-block;
    right: 0px;
  }
  .right-align {
    display: inline-block;
    width: 140px;
  }
}

#toggle-map {
  display: inline-block;
  border-radius: 4px;
  background-color: #4684e7;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 220px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.sideNavWrapper {
  margin-top: 150px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button {
  margin: auto;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
