/* Text Elements */

h1.project-title {
  margin-bottom: 1.5rem;
  color: #efeee6;
  text-align: center;
  font-size: 70px;
  font-family: 'Abril Fatface', Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  line-height: .8;
}

h2.quote-company {
  margin-top: 1rem;
  margin-bottom: 0;
  max-width: 1200px;
  color: #cac8c1;
  text-align: left;
  font-weight: 100;
  font-size: 32px;
  font-family: 'Abril Fatface', cursive;
  line-height: 1;
}

h3.project-photos-heading {
  padding-top: 4rem;
  color: #efeee6;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
}

h3.contact-heading {
  margin-top: 0;
  padding-top: 0;
  color: #e3e1d8;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
}

h3#company-heading {
  color: #0e0e0e;
}

h4.card-title {
  margin-top: 1rem;
  color: #efeee6;
  font-size: 24px;
  font-family: 'Abril Fatface', cursive;
  line-height: 1;
}

h4.feedback-title {
  margin-top: 1rem;
  color: #efeee6;
  text-align: center;
  font-size: 24px;
  font-family: 'Abril Fatface', cursive;
  line-height: 1;
}

h6.city {
  color: #e68b5a;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}

h6.heading-phone {
  margin-top: .5rem;
  color: #ededed;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}

h6.heading-address {
  color: #ededed;
  text-align: center;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}

p.paragraph.paragraph-hero-project {
  color: #efeee6;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}

p.paragraph.card-text {
  margin-top: 0;
  margin-bottom: 22px;
  min-height: 7em;
  color: #efeee6;
  font-family: 'Raleway', sans-serif;
}

p.paragraph.about-paragraph {
  margin-bottom: 2rem;
  max-width: 1200px;
  font-family: 'Raleway', sans-serif;
}

p.paragraph.card-border {
  padding-top: 10px;
}

p.paragraph.card-border.card-text {
  padding-top: 0;
}

p.paragraph.feedback-text {
  color: #fff;
  text-align: center;
  font-style: italic;
  font-size: 16px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-text.link-home {
  margin-bottom: .5rem;
  color: #fff;
  font-size: 36px;
  font-family: 'Abril Fatface', cursive;
}

a.link-text.footer-link {
  color: #e68b5a;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}

a.link-text.menu-item {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 19px;
  padding-bottom: 20px;
  width: 100%;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: .125rem solid transparent;
  color: #fff;
  text-align: center;
  text-indent: 0;
  text-transform: capitalize;
  word-spacing: 0;
  letter-spacing: 0;
  font-weight: 600;
  font-variant: small-caps;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;

  -webkit-text-stroke-color: #000;
}

a.link-text.topbar-responsive-logo {
  margin-right: 0;
  margin-left: 2px;
  color: #fefefe;
  vertical-align: middle;
  font-size: 31px;
  font-family: 'Petit Formal Script', Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;

  -webkit-text-stroke-color: #f5f5f5;
}

a.link-text.menu-item:hover {
  border-bottom: .125rem none #181818;
  text-decoration: none;
}

/* Interaction Elements */

a.link-button.button-visit-project {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 32px;
  height: auto;
  border: .125rem solid rgba(239, 238, 230, .2);
  border-radius: 50px;
  color: #efeee6;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
}

a.link-button.previous-project {
  margin: 0 1rem;
  padding: 16px 28px;
  min-width: 320auto;
  width: 250px;
  border: .125rem solid rgba(239, 238, 230, .2);
  border-radius: 50px;
  color: #efeee6;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
}

a.link-button.next-project {
  margin: 0 1rem;
  padding: 16px 28px;
  min-width: 320auto;
  width: 250px;
  border: .125rem solid rgba(239, 238, 230, .2);
  border-radius: 50px;
  color: #efeee6;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
}

a.link-button.button-visit-project:hover {
  border-color: #efeee6;
}

a.link-button.previous-project:hover {
  border-color: #efeee6;
}

a.link-button.next-project:hover {
  border-color: #efeee6;
}

/* Layout Elements */

body.body-1 {
  background-color: #161616;
}

body.body-2 {
  background-color: #161616;
}

body.body-3 {
  background-color: #0f0a07;
}

body.body-4 {
  background-color: #0f0a07;
}

body.body-5 {
  background-color: #0f0a07;
}

.container.orbit {
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  min-width: 0;
  max-width: 1200px;
  width: 100%;
}

.container.container-about {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 10px;
  padding-right: 1rem;
  padding-left: 1rem;
  min-height: 110vh;
  background-color: #efeee6;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.container-get_in_touch {
  display: block;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  padding: 0;
  min-width: 40%;
  max-width: none;
  width: 0;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container#art-museum {
  background-image: url('../images/lake-museum.jpg');
}

.container.custom-sd-two-cols {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.container.container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  min-height: 350px;
  background-color: #0a0a0a;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 400px;
  border-top: 0 solid #181818;
  border-bottom: 0 solid #181818;
  background-color: #101010;
  background-image: url('../images/subpage_header_background.jpg');
  background-attachment: fixed;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal;
}

.container.card-content {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  min-width: 10px;
  min-height: 1em;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.company-section {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 0;
  padding-right: 1rem;
  padding-bottom: 10px;
  padding-left: 1rem;
  min-height: 100vh;
  background-color: #efeee6;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: .5rem;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.picture-about-wrapper {
  margin-bottom: .5rem;
}

.container.project-section {
  display: block;
  -ms-flex-pack: center;
  -ms-flex-align: end;
  min-height: 10vh;
  background-color: #161616;

  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.project-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 250px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.hero-content-wrapper {
  padding-right: 16px;
  padding-left: 16px;
  max-width: 800px;
}

.container.container-1 {
  padding-right: 0;
  padding-left: 0;
  min-height: 720px;
  max-width: none;
}

.container.card-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-right: 5px;
  padding-left: 5px;
  min-width: 10px;
  min-height: 10px;
  max-width: none;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.container.card-used {
  -webkit-filter: brightness(.7) contrast(1.05) grayscale(1) saturate(1) opacity(.42) blur(0px) hue-rotate(-72deg);
          filter: brightness(.7) contrast(1.05) grayscale(1) saturate(1) opacity(.42) blur(0px) hue-rotate(-72deg);
  -webkit-transform: scaleX(1) scaleY(1);
     -moz-transform: scaleX(1) scaleY(1);
       -o-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
}

.container.books-section {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 20px;
  padding-right: 1rem;
  padding-left: 1rem;
  min-width: 90px;
  min-height: 10px;
  background-color: transparent;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  float: none;
  -ms-flex-align: center;
  margin-right: 0;
  margin-bottom: 14px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  max-width: none;
  background-color: transparent;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
}

.container.books_container {
  margin-top: 0;
  padding-top: 2px;
  padding-right: 1rem;
  padding-left: 1rem;
  min-height: 800px;
  background-color: #101010;
  box-shadow: none;
}

.container.bookcontent-container {
  min-width: 90%;
  min-height: 0;
  background-color: transparent;
  box-shadow: none;
}

.container.bookcontent_section {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 1rem;
  padding-left: 1rem;
  min-height: 85vh;
  background-color: transparent;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.header-sun {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 20px;
  padding-right: 1rem;
  padding-left: 1rem;
  min-width: 90px;
  min-height: 750px;
  max-width: 1190px;
  max-height: 775px;
  width: auto;
  background-color: transparent;
  background-image: url('../images/Images/sun_00.jpg');
  background-attachment: local;
  background-position: left 45px;
  background-clip: padding-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: no-repeat;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  background-blend-mode: normal;
}

.container.menu-wrapper {
  display: none;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  min-height: 3.1%;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.container.menu-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  margin-right: 0;
  margin-left: 0;
  width: 170px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
}

.container.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  min-width: 10px;
  max-width: none;
  width: 1095px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
}

.container.header-container {
  background-color: #101010;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.form_container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 10px;
  padding-right: 1rem;
  padding-left: 1rem;
  min-height: 50vh;
  background-color: #101010;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.form_section {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 90px;
  margin-bottom: 90px;
  padding: 0;
  min-width: 90%;
  min-height: 10px;
  max-width: 0;
  background-color: transparent;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  background-color: #0a0a0a;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.subpage-header {
  position: static;
  top: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px 0 20px;
  min-width: 10px;
  min-height: 30px;
  max-width: none;
  background-color: transparent;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
          align-content: flex-end;
}

.container.subpage-bookcontent-container {
  box-shadow: none;
}

.container.feedback-section {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 26px 1rem 45px;
  min-width: 90px;
  min-height: 10px;
  background-color: transparent;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.feedback-wrapper {
  box-shadow: none;
}

.container.bookpageimage-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  border-left: .1875rem solid #222;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.bookpagerightinner-section {
  width: 100%;
  height: 100%;
}

.container.menu-wrapper.show-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 100vh;
  background-color: rgba(14, 14, 14, .9);

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

ul.list-container.orbit-container {
  height: auto;
}

li.list-item-container.orbit-slide {
  opacity: 0;
}

li.list-item-container.is-active.orbit-slide {
  display: block;
  opacity: 1;
}

div.responsive-picture.orbit-image {
  max-width: none;
  width: 100%;
}

button.slide-indicator {
  margin: 0 .6% 1rem;
  padding-right: 0;
  width: 1rem;
  height: 1rem;
}

button.orbit-previous {
  color: #efeee6;
}

div.responsive-picture.card-picture {
  display: table-row;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  -webkit-filter: sepia(.63) grayscale(1);
          filter: sepia(.63) grayscale(1);
  -webkit-transform: scaleX(1) scaleY(1);
     -moz-transform: scaleX(1) scaleY(1);
       -o-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);

  background-blend-mode: normal;
}

.rule.black-separator hr {
  border-top-color: #161616;
}

a.social-image.social-icon {
  margin-right: 5px;
  margin-left: 5px;
  background-color: #e68b5a;
}

div.responsive-picture.picture-about {
  max-width: 1200px;
}

div.responsive-picture.card_current {
  -webkit-filter: sepia(.63) grayscale(1);
          filter: sepia(.63) grayscale(1);
  -webkit-transform: scaleX(1.06) scaleY(1.06);
     -moz-transform: scaleX(1.06) scaleY(1.06);
       -o-transform: scaleX(1.06) scaleY(1.06);
          transform: scaleX(1.06) scaleY(1.06);
}

div.responsive-picture.card-picture.card_current {
  -webkit-transform: scaleX(1) scaleY(1);
     -moz-transform: scaleX(1) scaleY(1);
       -o-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
}

.rule.rule-1 {
  margin-top: 7px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.html-element.html-element-1 {
  margin-top: 30px;
  margin-bottom: 0;
  min-width: 0;
  width: 100%;
}

a.glyph.menu-toggler {
  float: none;
  clear: none;
  margin-right: 2px;
  color: #fff;
  font-size: 35px;
}

.rule.rule-2 {
  margin-top: 10px;
}

.rule.rule-2 hr {
  border-top-width: 1px;
}

div.responsive-picture.picture-2 {
  float: none;
  margin-top: 0;
  padding-top: 0;
  max-width: 105px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

div.responsive-picture.picture-1 {
  min-height: 350px;
  max-width: 264px;
}

div.responsive-picture.card-picture:hover {
  -webkit-filter: sepia(0) grayscale(0) brightness(1);
          filter: sepia(0) grayscale(0) brightness(1);
  -webkit-transition-delay: 0s, 0s;
     -moz-transition-delay: 0s, 0s;
       -o-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-transition-timing-function: ease, linear;
     -moz-transition-timing-function: ease, linear;
       -o-transition-timing-function: ease, linear;
          transition-timing-function: ease, linear;
  -webkit-transition-duration: 0s, .6s;
     -moz-transition-duration: 0s, .6s;
       -o-transition-duration: 0s, .6s;
          transition-duration: 0s, .6s;
  -webkit-transition-property: all, all;
     -moz-transition-property: all, all;
       -o-transition-property: all, all;
          transition-property: all, all;
  -webkit-transform: scaleX(1.02) scaleY(1.02) scaleZ(1);
     -moz-transform: scaleX(1.02) scaleY(1.02) scaleZ(1);
          transform: scaleX(1.02) scaleY(1.02) scaleZ(1);
}

div.responsive-picture.card-picture.card_current:hover {
  -webkit-transform: scaleX(1.02) scaleY(1.02) scaleZ(1.02);
     -moz-transform: scaleX(1.02) scaleY(1.02) scaleZ(1.02);
          transform: scaleX(1.02) scaleY(1.02) scaleZ(1.02);
}

@media screen and (min-width: 22.5rem) {
  /* Interaction Elements */

  a.link-button.next-project {
    margin-top: 0;
  }

  a.link-button.previous-project {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h2.quote-company {
    font-size: 42px;
  }

  a.link-text.menu-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  a.link-text.menu-item:hover {
    border-bottom-style: dotted;
  }

  /* Layout Elements */

  .container.picture-about-wrapper {
    margin-bottom: 0;
  }

  .container.menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-bottom: 0;
  }

  .container.menu-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.subpage-header {
    position: relative;
  }

  button.slide-indicator {
    margin-right: .6%;
    margin-left: .6%;
  }

  a.glyph.menu-toggler {
    display: none;
  }
}

@media screen and (min-width: 64rem) {
  /* Layout Elements */

  .container.orbit {
    max-width: 1200px;
    width: auto;
  }

  .container.container-get_in_touch {
    max-width: 800px;
  }

  .container#art-museum {
    background-image: url('../images/lake-museum.jpg');
  }

  .container.container-about {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .container.hero-container {
    background-color: #0e0e0e;
  }

  .container.form_container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}