body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
}

main {
  flex: 1 0 auto;
}

.textalign {
  vertical-align: middle;
}

blockquote {
  text-align: justify;
  border-color: #039be5;
}

.a_inherit {
  color: inherit;
}

.map {
  height: 500px;
  width: 100%;
}

#marker {
  width: 50px;
  height: 50px;
  border: 1px solid #088;
  border-radius: 10px;
  background-color: #0FF;
  opacity: 0.5;
}
#mondry {
  text-decoration: none;
  color: white;
  font-size: 11pt;
  font-weight: bold;
  text-shadow: black 0.1em 0.1em 0.2em;
}
.popover-body {
  min-width: 276px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact {
  padding-top: -10px;
}

.carousel .carousel-item {
height:100% !important;
width: 100%;
}

.img-responsive {
    max-height: 100%;
    width: auto;
    object-fit: cover;
}

.brand-logo {
    font-size: 18px !important;
    font-family: 'Montserrat', sans-serif;
}

.monserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
