h2.title {
  direction:ltr;
  font-family:"Fjalla One","Fjalla One Fallback";
  font-weight:700;
  font-size:24px;
  font-style:normal;
  text-decoration:none;
  color: #194467;
  text-shadow: none;
  /* text-transform: uppercase; */
}

h3 {
  text-transform: uppercase;
  color:#fff;
  direction:ltr;
  font-family:"Fjalla One","Fjalla One Fallback";
  font-weight:700;
  font-style:normal;
  text-decoration:none
}

.caption-inner h3 {
  margin: 0;
}

.map-section, .container {
  height: 92%;
}

#map {
  min-height: 600px;
}

.caption-inner {
  background-color:rgba(0,0,0,0) !important;
}

.caption-title {
  color:rgba(0,0,0,1) !important;
  font-size:24px !important;
}
.caption-text {
  font-size:12px !important;
}

.popup-bubble {
  /* Position the bubble centered-above its parent. */
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  /* Style the bubble. */
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  /*
  font-family: "Roboto Slab", "Roboto Slab Fallback", sans-serif;
  font-size:24px;
  */
  overflow-y: auto;
  /* max-height: 60px; */
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  display: flex;
}

.popup-team-content {
  width: 140px;
}

.popup-bubble figure {
  height: 128px;
  width: 128px;
  margin: auto;
}

.popup-bubble figure img {
  display: block;
  height: auto;
  width: 100%;
}

/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
  /* Position the div a fixed distance above the tip. */
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}

/* This element draws the tip. */
.popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* Center the tip horizontally. */
  transform: translate(-50%, 0);
  /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
  width: 0;
  height: 0;
  /* The tip is 8px high, and 12px wide. */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid white;
}

/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  max-width: 300px;

}

#nomads-logo {
  height: 300px;
  width: 300px;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
