body {
  background-color: #2c2f34;
}

/* Heading */

.heading {
  text-align: center;
  color: white;
  background-image: radial-gradient(circle, #30526c47, #2c2f34);
}

.heading img {
  width: 100%;
  height: auto;
  margin-top: 6%;
}

.heading h2 {
  margin: 3rem 0;
}

@media (min-width: 550px) {
  .heading img {
    width: 66%;
  }
}

/* Error */
.error {
  padding: 4rem 0;
  color: #e6eae1;
}

/* Alert */
.alert-wrapper {
  overflow: hidden;
}
.alert {
  margin-top: 3rem;
  background-color: #30526c;
  border: solid 1px white;
  border-radius: 5px;
  padding: 1rem;
}
.alert p {
  margin: 0;
}


/* Content */

.about {
  background-color: #1f2225;
  color: #e6eae1;
}
.about .row {
  position: relative;
}
.about-details {
  padding: 4rem 0;
}

.about-image {
  background: url('/images/mop.png') center no-repeat;
  background-size: contain;
  height: 50vw;
  clear: both;
  margin-bottom: 4rem;
}

@media (min-width: 550px) {
  .about-image {
    background-size: 80%;
    background-position: center right;
    margin-bottom: unset;
    width: 50%;
    height: 100%;
    position: absolute;
    left:  50%;
    top: 0;
    bottom: 0;
    height: unset;
  }
}



#map {
  height: 80vh;
  max-height: 500px;
}

#map {
  background: #101009;
}
#map .leaflet-tile-pane, #map .leaflet-control-zoom {
  filter: invert(1) hue-rotate(200deg);
  -webkit-filter: invert(1) hue-rotate(200deg);
}

.contact {
  background-color: #1f2225;
  color: #e6eae1;
  padding: 4rem 0;
}

.contact form, .contact input[type='submit'] {
  margin-bottom: 0;
}

.contact textarea, .contact input, .contact select {
  color: black;
}

#captcha-image {
  background-color: wheat;
  text-align: center;
  margin-bottom: 0.5rem;
}