.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
  color: inherit;
  text-decoration: inherit;
}

.anchor {
  padding-top: 40px;
  margin-top: -40px;
}

.top-single-bkg {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    height: 75vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-single-bkg-top {
    background-position: center top;
}

.top-single-bkg-center {
    background-position: center center;
}

.top-single-bkg-bottom {
    background-position: center bottom;
}

.about-face {
  max-height: 300px;
  max-width: 300px;
}

.book-container {
  max-width: 380px;
}

/*
 * fancy line-on-sides header
 * https://css-tricks.com/line-on-sides-headers/
 */
.fancy {
  line-height: 0.5;
  text-align: center;
}

.fancy h1 {
  color: #c78989;
  font-family: 'Parisienne', cursive;
  display: inline-block;
  position: relative;  
}

.fancy h1:before,
.fancy h1:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #c78989;
  border-top: 1px solid #c78989;
  top: 15px;
  width: 80px;
}

.fancy h1:before {
  right: 100%;
  margin-right: 15px;
}

.fancy h1:after {
  left: 100%;
  margin-left: 15px;
}

.bg-content-box {
  background-color: #fdf2ed;
}

.card-columns {
  column-count: 3;
}

.hero-image {
  /* Position and center the image to scale nicely on all screens */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-image-right {
  background-position: right center;
}

.hero-image-1{
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/hero/hero1.jpg");
}

.hero-image-2{
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/hero/hero2.jpg");
}

.hero-image-3{
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/hero/hero3.jpg");
}

.hero-image-4{
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/hero/hero4.jpg");
}

.hero-image-5{
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/hero/hero5.jpg");
}

.hero-image-6{
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/hero/hero6.jpg");
}

.hero-image-7{
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/hero/hero7.jpg");
}

.hero-image-8{
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/hero/hero8.jpg");
}
