/* Text Elements */

h1 {
  margin-top: 30px;
  color: #a8813e;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 22px;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

/* Layout Elements */

body > .row > [class*='col-xs-'].white-column {
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: #fff;
}

body.main-grid {
  background-color: #fff;
}

body > .row.green-pattern-row {
  width: 100%;
  background-image: url('../images/background-pattern-0.jpg');
  background-attachment: fixed;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;
}

div.responsive-picture.gallery-image {
  margin: 15px auto;
  min-width: 14auto;
  max-width: none;
}

@media screen and (min-width: 36rem) {
  /* Text Elements */

  h1 {
    font-size: 26px;
  }

  h1 span.heading-text-1 {
    text-transform: capitalize;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h1 {
    font-size: 32px;
  }
}

@media screen and (min-width: 62rem) {
  /* Text Elements */

  h1 {
    font-size: 42px;
  }

  /* Layout Elements */

  body > .row.green-pattern-row {
    width: 100%;
  }

  div.responsive-picture.gallery-image {
    max-height: none;
  }
}