/* Text Elements */

h3.contact-heading {
  padding-top: 0;
  color: #e3e1d8;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
}

h3 span.heading-text-1 {
  font-family: 'Anton', sans-serif;
}

h3 span.heading-text-2 {
  font-family: 'Anton', sans-serif;
}

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;
}

p.paragraph span.paragraph-text-1 {
  color: #e3e1d8;
}

p.paragraph.paragraph-1 {
  margin-top: 30px;
  margin-bottom: 0;
  min-width: 40%;
  width: 40%;
}

p.paragraph span.paragraph-text-2 {
  color: #e7e7e5;
}

p.paragraph span.paragraph-text-3 {
  color: #e7e7e5;
}

p.paragraph.paragraph-2 {
  margin-top: 24px;
  margin-bottom: 5px;
}

p.paragraph span.paragraph-text-4 {
  color: #e3e1d8;
}

p.paragraph span.paragraph-text-5 {
  color: #e3e1d8;
  font-weight: 700;
}

p.paragraph span.paragraph-text-6 {
  font-weight: 700;
}

p.paragraph.paragraph-3 {
  float: right;
  margin-top: 16px;
  margin-right: 0;
  padding-right: 0;
  background-color: transparent;
  color: #e3e1d8;

  -webkit-text-stroke-color: #e3e1d8;
}

p.paragraph span.paragraph-text-7 {
  color: #e3e1d8;
}

p.paragraph span.paragraph-text-8 {
  background-color: #161616;
  color: #e7e7e5;
}

p.paragraph span.paragraph-text-9 {
  background-color: #161616;
  color: #e7e7e5;
}

a.link-text.menu-item {
  display: block;
  margin-right: 3rem;
  margin-left: 3rem;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: .125rem solid transparent;
  color: #e3e1d8;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
}

a.link-text.text-link-1 {
  margin-top: 5px;
  padding: 1px 2px;
  border-width: .125rem;
  border-style: solid;
  border-radius: 10px;
  color: #fecda3;
}

a.link-text.link-home {
  margin: .5rem 0;
  color: #fecda3;
  text-align: center;
  text-transform: capitalize;
  font-size: 22px;
  font-family: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
}

a.link-text span.text-link-text-27 {
  color: #fecda3;
  font-weight: 700;
}

a.link-text span.text-link-text-28 {
  color: #fecda3;
}

a.link-text span.text-link-text-1 {
  color: #fecda3;
  font-size: 1.125rem;
}

a.link-text span.text-link-text-2 {
  color: #fecda3;
}

a.link-text.menu-item:hover {
  border-bottom: .125rem none #181818;
  text-decoration: none;
}

a.link-text.link-home:hover {
  color: #e68b5a;
}

/* Interaction Elements */

a.link-button.button {
  margin-top: 10px;
  margin-bottom: 0;
  border-width: .125rem;
  border-color: #c9987d;
  border-radius: 10px;
  background-color: #161616;
}

/* Layout Elements */

body.body-1 {
  background-color: #161616;
}

.container.contact-header {
  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: 4rem 2rem 2rem;
  min-height: 50vh;
  background-color: #161616;
  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-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-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  background-blend-mode: normal;
}

.container.menu-wrapper {
  display: none;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2rem;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.container.header {
  position: -webkit-sticky;
  position:         sticky;
  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;
  min-height: 50px;
  background-color: #0e0e0e;

  -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;
}

.container.menu-bar {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-right: 3%;
  margin-left: 3%;
  width: 94%;

  -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.hero-container {
  position: static;
  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-width: 100%;
  min-height: auto;
  max-width: none;
  width: auto;
  background-color: transparent;
  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;
  opacity: 1;

  -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;
  grid-area: elementArea;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1;
     -moz-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  background-blend-mode: normal;
}

.container.desktop-menu.menu-wrapper {
  display: none;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2rem;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.container.container-projects {
  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;
  float: none;
  clear: none;
  -ms-flex-align: center;
  min-width: 50%;
  min-height: auto;
  background-color: #161616;

  -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: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  grid-area: elementArea;
}

.container.container-3 {
  margin-right: 303px;
  margin-left: 303px;
  border: .125rem inset #e3e1d8;
  border-radius: 10px;
}

.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;
}

.container.desktop-menu.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;
}

.rule.rule-contact hr {
  border-top-width: 2px;
}

.rule.rule-contact {
  margin-top: 2rem;
  margin-bottom: 0;
  max-width: 800px;
  width: 100%;
}

a.glyph.menu-toggler {
  color: #e3e1d8;
  font-size: 28px;
}

div.responsive-picture.picture-1 {
  position: static;
  -ms-flex-order: 0;
  float: left;
  clear: left;
  margin-bottom: 5px;
  max-width: 40%;
  width: 40%;
  vertical-align: baseline;

  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  grid-area: elementArea;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1;
     -moz-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
}

div.responsive-picture.picture-2 {
  float: none;
  clear: none;
  max-width: 40%;
  width: 40%;
}

a.responsive-picture.picture-link-3 {
  position: static;
  display: block;
  -ms-flex-order: 3;
  float: left;
  clear: left;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-width: 25%;
  max-width: 25%;
  width: 50%;
  vertical-align: baseline;

  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
          order: 3;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  grid-area: elementArea;
  justify-self: center;
}

a.responsive-picture.picture-link-2 {
  position: static;
  -ms-flex-order: 2;
  float: left;
  clear: left;
  margin-right: 0;
  margin-bottom: 5px;
  min-width: 25%;
  max-width: 25%;
  width: 50%;

  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}

a.responsive-picture.picture-link-1 {
  position: static;
  -ms-flex-order: 1;
  float: left;
  clear: left;
  margin-right: 0;
  margin-bottom: 4px;
  padding-right: 0;
  min-width: 0;
  max-width: 25%;
  width: 50%;
  height: auto;
  -webkit-column-rule-color: #161616;
     -moz-column-rule-color: #161616;
          column-rule-color: #161616;

  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
  grid-area: elementArea;
}

a.responsive-picture.picture-link-1 > picture {
  height: auto;
}

div.responsive-picture.picture-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  min-width: 300px;
  min-height: 0;
  max-width: 300px;
  width: 200%;
}

.html-element.html-element-1 {
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  a.link-text.menu-item {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 14px;
  }

  a.link-text.link-home {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 28px;
  }

  a.link-text.menu-item:hover {
    border-bottom-style: dotted;
  }

  /* Layout Elements */

  .container.menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-bottom: 0;
  }

  .container.header {
    position: relative;
  }

  .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.desktop-menu.menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-bottom: 0;
  }

  .container.menu-wrapper.mobile-menu {
    display: none;
  }

  a.glyph.menu-toggler {
    display: none;
  }
}

@media screen and (min-width: 64rem) {
  /* Layout Elements */

  .container.contact-header {
    background-color: #161616;
  }

  .container.hero-container {
    background-color: #0e0e0e;
  }
}