html {
  height: 100%;
}
body {
  font-family: "Muli","Helvetica Neue","Helvetica","Arial",sans-serif;
  min-height: 100%;
  background: #373a3c;
}

.right {
  float: right;
}

.navigation {
  border-radius: 0;
}
.navigation .nav-item+.nav-item {
  margin-left: 2rem;
}
.navigation .nav-link {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  .navigation .nav-item+.nav-item {
    margin-left: 3rem;
  }
  .navigation .navbar-nav {
    margin-top: 14px;
    margin-right: 10px;
  }
  .navigation .nav-link {
    font-size: 1.1rem;
  }
}

.logo {
  float: left;
}

.title {
  font-family: "El Messiri", serif;
  font-weight: 400;
  float: left;
  margin-top: 13px;
  margin-left: 5px;
}

.subtitle {
  clear: both;
  font-style: italic;
  position: relative;
  top: -8px;
  margin-left: 65px;
  font-size: 1rem;
}

#home-carousel {
  background: #373a3c;
}

#home-carousel .carousel-item img {
  margin: 0 auto;
  min-height: 50vh;
  object-fit: cover;
}
#home-carousel .carousel-caption {
  bottom: auto;
  top: 100px;
}
#home-carousel .carousel-caption h3 {
  font-size: 2.2rem;
  line-height: 1.4;
  text-shadow: 1px 1px 6px #000;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (max-width: 543px) {
  #home-carousel .carousel-caption h3 {
    font-size: 1.4rem;
  }
}


footer {
  height: 40px;
  background: #373a3c;
}
@media (min-width: 768px) {
  footer {
    height: 80px;
  }
}

.default {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('/img/london.jpg');
  background-size: cover;
  color: #fff;
  min-height: 50vh;
}
@media (min-width: 768px) {
  .default > section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.page-title {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 2rem;
}


/* About */
#about p {
  margin-bottom: 2rem;
}

/* Contact */
#contact .form-group {
  margin-bottom: 1.5rem;
}
#contact .form-control,
#contact .btn {
  border-radius: 0;
}

