/* Text Elements */

h1.heading-1 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom-width: .25rem;
  border-bottom-style: double;
  text-align: center;
}

h3.heading-2 {
  color: #311d0b;
}

p.paragraph.paragraph-1 {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #311d0b;
}

p.paragraph.paragraph-2 {
  color: #311d0b;
  font-style: italic;
  font-size: 15px;
}

p.paragraph.p-to-be-removed {
  margin-top: 20px;
  margin-right: 8px;
  margin-left: 8px;
  color: #fa0505;
  font-weight: 600;
}

a.link-text.menu-link {
  color: #000;
  font-size: 15px;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}

a.link-text.menu-link:hover {
  font-weight: 600;
  font-size: 16px;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}

/* Layout Elements */

body > .row.row-1 {
  max-width: none;
}

body > .row.row-2 {
  min-height: 1500px;
  max-width: none;
}

body > .row > [class*='small-'].column-2 {
  float: none;
  padding-right: .625rem;
}

body.grid-1 {
  background-color: #f4f3c4;
}

.container.off-canvas-wrapper {
  border-right: .125rem solid #8e8888;
}

.container.container-1 {
  margin-right: auto;
  margin-left: auto;
  min-height: 1500px;
  max-width: 1600px;
}

.container.off-canvas.off-canvas-wrapper {
  margin-left: -10px;
  width: 200px;
  height: 100%;
}

a.glyph.close-button {
  position: static;
  margin-right: 10px;
  margin-left: 0;
  text-align: right;
}

a.glyph.menu-icon-link {
  position: fixed;
  top: 10px;
  left: 20px;
  z-index: 10;
  color: #311d0b;
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
  border: .0625rem solid #ddd;
}

ul.list-container.accordion-menu.menu.vertical {
  margin-top: 10px;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 38px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.heading-1 {
    border-bottom-width: .25rem;
    border-bottom-style: double;
    font-size: 48px;
  }

  p.paragraph.p-to-be-removed {
    margin-top: 15px;
    margin-right: 5px;
    margin-left: 5px;
    color: #cd1010;
    font-weight: 600;
  }

  a.glyph.menu-icon-link {
    background-color: transparent;
  }

  div.responsive-picture.picture-1 {
    display: block;
    border-color: #ddd;
  }
}