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

.callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  p:last-child {
    margin-bottom: 0;
  }
  code {
    border-radius: 3px;
  }
  & + .bs-callout { 
    margin-top: -5px;
  }
}

.callout-info {
  border-left-color: #5bc0de;
}

.nav-title {
  color: white ;
  text-align: right;
  margin-right: 10%;
  margin-top: 1%;
}

.card {
  width: 20rem;
}

.container {
  display: flex;
  flex-direction: column;
}
.container section:first-child {
  display: flex;
  align-items: flex-start; /* new */
  margin-bottom: 25px;
}
.container img {
  width: 125px;
  height: auto;
}

.btn {
  margin-bottom: 2%;
}


#map {
  height: 500px;
}


#floating-panel {
  /* position: absolute; */
  top: 10px;
  left: 25%;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  /* border: 1px solid #999; */
  text-align: center;
  font-family: "Roboto", "sans-serif";
  line-height: 30px;
  padding-left: 10px;
}

.input-group{
  padding-left: 15px;
}