body {
  font-family: "Montserrat", sans-serif;
  color: #707070;
  background-color: rgba(255, 61, 0, 0.5);
}

nav {
  position: absolute !important;
  width: 100%;
  z-index: 3000;
}

.transparent {
  height: 70vh;
  background: transparent;
}

.swiper-container {
  height: 75vh;
  width: 100%;
}

.swiper-slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#done svg {
  fill: #707070;
  display: block;
  margin: auto;
  height: 15rem;
}

.content {
  /*min-height: 85vh;*/
  background: white;
  padding: 2em 0 2em 0;
}

.nav-link {
  filter: drop-shadow(0 0 10px black);
}

.card-body .row div[class^="col"] {
  padding: 0;
}

.card-body .row div[class^="col"] p {
  margin: 0;
}

.col-md-6 {
  border-right: 3px solid #707070;
}

.title {
  font-size: 1.1rem;
}

.title:after {
  content: ""; /* This is necessary for the pseudo element to work. */
  display: block; /* This will put the pseudo element on its own line. */
  width: 50%; /* Change this to whatever width you want. */
  padding-top: 10px; /* This creates some space between the element and the border. */
  border-bottom: 3px solid #707070; /* This creates the border. Replace black with whatever color you want. */
}

.card.map {
  min-height: 20em;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}

.has-shadow {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
}

.card.map,
.desc {
  margin-top: 2em;
}

.card.map iframe {
  height: 20em;
  border: 0;
}

.navbar-nav {
  align-items: center;
  justify-content: center;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.footer {
  min-height: 10vh;
  background: #ececec;
  padding: 1em 0;
}

.footer p {
  margin-bottom: 0;
}

.links a {
  margin-left: 0.75em;
  margin-right: 0.75em;
}

.footer a {
  color: #707070;
}

.form-control {
  border-radius: 0;
  background-color: #f6f6f6;
}

label {
  color: #707070;
}

a.nav-link {
  color: #f6f6f6;
}

.navbar-brand div {
  height: 80px;
  width: 80px;
}

.navbar-brand div img {
  border-radius: 50%;
}

.dropdown-menu .card-body {
  min-width: 25rem;
}

.container .row {
  margin: 0;
}

@media (max-width: 575.98px) {
  .col-md-6 {
    border-right: 0;
  }

  nav .col {
    padding: 0;
  }

  .dropdown-menu .card-body {
    min-width: 18rem;
  }

  .footer p {
    margin-bottom: 1rem;
  }

  .card.map iframe {
    height: 20em;
  }

  #done svg {
    height: 10rem;
  }
}

@media (max-width: 991.98px) {
  .card.map iframe {
    height: 30em;
  }
  .col-md-6 {
    border-right: 0;
  }
}
