* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  padding: 0;
}
.map-container {
  height: calc(100vh - 90px);
}

.map{
  height: 100%;
}

.side-content {
  margin-left: 70%;
  overflow-y: auto;
  max-height: calc(100vh - 90px);
}

.header {
  background-color: #f1f1f1;
  padding: 20px 10px;
  position: sticky;
  height: 90px;
  overflow-y: hidden;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 20px;
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a.active {
  background-color: rgb(84, 155, 48);
  color: white;
}

.header-right {
  float: right;
}

.navbar-header-font{
  font-size: 2rem;
    }

    .navbar-menu-font{
      font-size: 1.5rem;
    }


@media screen and (max-width: 768px) {
  .map{
    height: 70%;
  }

  .navbar-header-font{
font-size: 1rem;
  }

  .navbar-menu-font{
    font-size: 1rem;
  }
}

.location-content {
  font-size: 16px;
}

.location-container {
  margin: 5px;
}

.image-style {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.summary-style {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}


.firstHeading
{
  font-size: large  ;
  font-weight: bold;
}
