body {
    font-family: "Courier", monospace;
}

.FoursquareText {
  background-color: black;
  color: white;
}

.foursquareImage {
  width: 2%;
}

.topNavbar {
    border-radius: 0px;
    margin-bottom: 0;
}

.topNavbarTitle {
    font-size: 30px;
    text-transform: uppercase;
    color: black;
    background: white;
}

#map {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.sideNavBar {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.magnifyingGlassIcon {
  width: 20px;
  height: 20px;
}
