@charset "UTF-8";
.parallax-mirror {
  z-index: 0 !important;
}

img[src="images/gallery/image27.jpg"] {
  filter: brightness(70%);
}

#image-gap {
  height: 700px;
}

body > [data-parallax] {
  max-height: 90vh;
}

#services img {
  float: left;
  margin-right: 10px;
  margin-top: 18px;
  width: 150px;
}

header {
  height: 700px;
  position: relative;
}
header nav.navbar {
  margin-bottom: 10px;
}
header nav a {
  text-shadow: #333 0px 0px 10px;
}
header nav .navbar-brand {
  display: none;
}

.jumbotron {
  background: none;
  font-weight: normal;
  color: white;
  margin-top: 130px;
  padding: 0 !important;
  white-space: nowrap;
  text-shadow: #333 5px 5px 10px;
}
.jumbotron h1 {
  font-family: "Didot", serif;
  font-size: max(29pt, 7vw);
  text-transform: none;
  font-weight: normal;
}
.jumbotron h1 .cap {
  font-size: 1.5em;
}
.jumbotron h1 small {
  text-align: right;
  font-size: 0.833em;
  font-family: "Didot", serif;
  color: white;
  display: block;
}

.card {
  padding: 70px 0;
  background-color: #222;
  font-family: "Minion Pro", serif;
}
.card blockquote {
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 0;
  color: lightgray;
  border: none;
}
.card blockquote p {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 40px;
}
.card blockquote p:before {
  content: "“";
}
.card blockquote p:after {
  content: "”";
}
.card blockquote cite {
  text-transform: uppercase;
  font-style: normal;
  font-size: 14px;
}
.card blockquote cite:before {
  content: "— ";
}