/* .container-fluid {
  background: linear-gradient( rgba(0, 0, 0, 0.800), rgba(0, 0, 0, 0.800) ), url('../images/mauritius_island.jpg');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff !important;
} */
section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px;
  margin: 0px;
  min-height: 100vh;
}
a.btn {
  padding: 1em !important;
  margin: 2em 0;
  background-color: transparent;
  border-radius: 0px !important;
  transition: all .5s;
  color: #000;
}
.map-position {
  width: 100%;
  height: 100vh;
}
#map {
  height: 100vh;
  width: 100%;
}
input.form-control, select.form-control {
  border: 1px solid #000;
  border-radius: 0px;
  transition: all .5s;
}
label {
  margin: 1em 0;
}
input.form-control:focus, select.form-control:focus {
  border-color: transparent;
  box-shadow: none;
  border-left: 2px solid #000;
  font-weight: bold;
}
.title-strips-over {
  width: 230px;
  height: 1px;
  padding: 0 !important;
  background-color: rgba(255,255,255,0.4);
  position: relative;
  margin: 14px 0px 20px 0px;
}
.title-strips-over.dark {
  background-color: rgba(0,0,0,0.2);
}
.dark, .dark-hover:hover {
  color: #333 !important;
}
.poiret {
  font-family: 'Poiret One', cursive;
}
.raleway {
  font-family: 'Raleway', sans-serif;
}