/* Text Elements */

h1.project-title {
  margin-bottom: 1.5rem;
  padding-right: 20px;
  padding-left: 20px;
  color: #e68b5a;
  text-align: center;
  font-size: 56px;
  font-family: 'Abril Fatface', cursive;
  line-height: .8;
}

h3.contact-title {
  color: #e3e1d8;
  font-size: 20px;
  font-family: 'Abril Fatface', cursive;
}

h3.project-photos-heading {
  margin-bottom: 8px;
  padding-top: 0;
  color: #efeee6;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
}

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.about-header {
  color: #e68b5a;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
}

h3.curves-heading {
  padding-top: 0;
  color: #e3e1d8;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
}

p.paragraph.about-text-00 {
  margin-top: 0;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}

p.paragraph.about-text-02 {
  margin: 0 20px 16px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}

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.footer-link {
  color: #e68b5a;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

a.link-text.home-item-menu {
  margin: .5rem 0;
  color: #e3e1d8;
  text-align: center;
  text-transform: lowercase;
  font-variant: normal;
  font-size: 25px;
  font-family: 'Abril Fatface', cursive;
}

a.link-text.title-footer {
  margin: .5rem 0;
  color: #e68b5a;
  text-align: center;
  text-transform: lowercase;
  font-variant: normal;
  font-size: 22px;
  font-family: 'Abril Fatface', cursive;
}

a.link-text.footer_email_identifier_link {
  color: #e68b5a;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

a.link-text.footer_email_link {
  color: #e68b5a;
  font-family: 'Raleway', sans-serif;
}

a.link-text.menu-item:hover {
  border-bottom: .125rem none #181818;
  text-decoration: none;
}

a.link-text.home-item-menu:hover {
  color: #e68b5a;
}

a.link-text.title-footer:hover {
  color: #e68b5a;
}

/* Layout Elements */

body.body-1 {
  min-height: 100vh;
  background-color: #efeee6;
}

.container.container-projects {
  padding-top: 5rem;
  padding-bottom: 4rem;
  min-height: auto;
  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: 5rem 2rem 3rem;
  min-height: auto;
  background-color: #161616;

  -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;
}

.container.container-get_in_touch {
  display: block;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  padding: 0 1rem 2rem;
  min-width: 0;
  max-width: none;
  width: 100%;
}

.container.menu-wrapper {
  display: none;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2rem;
  min-width: 10px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.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: 320px;
  background-color: #efeee6;

  -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.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: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  min-height: 50px;
  background-color: #0e0e0e;

  -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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.menu-bar {
  position: relative;
  z-index: 10;
  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;
  margin-right: 3%;
  margin-left: 3%;
  min-width: 94%;
  width: auto;

  -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;
}

.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;
  min-height: 40vh;
  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-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.card-row {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 16px;
  min-width: 90%;
  max-width: 1200px;
}

.container.hero-picture-wrapper {
  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-bottom: 0;
  padding-bottom: 0;
  min-width: 90vw;
  min-height: 30vh;
  background-color: rgba(22, 22, 22, .5);
  background-image: url('../images/header_01.jpg');
  background-attachment: scroll;
  background-position: center 48%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 91% 80%;
  background-repeat: no-repeat;

  background-blend-mode: 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-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.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: 5rem 2rem 4rem;
  min-height: auto;
  background-color: #efeee6;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -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_about {
  min-width: 90%;
  max-width: 1200px;
}

.container.footer_sub_container {
  min-width: 90%;
  max-width: 1200px;
}

.container.social-footer {
  float: none;
  margin-top: 6px;
  padding-top: 6px;
  padding-bottom: 0;
}

.container.container-2 {
  padding-right: 15px;
  padding-left: 15px;
}

.container.header_social_icons {
  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: end;
  margin-bottom: 0;
  padding-bottom: 0;
  min-width: 90vw;
  min-height: auto;
  background-color: #0e0e0e;
  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-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;
  -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;
}

.container.curves-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: 5rem 2rem 3rem;
  min-height: auto;
  background-color: #161616;

  -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;
}

.container.curve-container {
  display: block;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  padding: 0 1rem 2rem;
  min-width: 0;
  max-width: none;
  width: 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;
}

.rule.rule-contact hr {
  border-top-width: 1px;
}

.rule.rule-contact {
  margin-top: 25px;
  margin-bottom: 30px;
  max-width: 800px;
  width: 100%;
}

a.glyph.menu-toggler {
  color: #e3e1d8;
  font-size: 28px;
}

a.social-image.social-icon {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #e68b5a;
}

.rule.rule_about hr {
  border-top-color: #797979;
}

.rule.rule_about {
  margin-top: 25px;
  margin-bottom: 30px;
  padding-top: 5px;
}

.rule.rule-footer {
  margin-top: 7px;
}

.rule.rule-footer hr {
  border-top-width: 1px;
  border-top-color: #797979;
}

.rule.rule-1 {
  margin-top: 25px;
  margin-bottom: 30px;
  padding-top: 0;
}

.html-element.html-element-1 {
  margin-top: 12px;
  margin-bottom: 4px;
  padding-top: 6px;
}

@media screen and (min-width: 22.5rem) {
  /* Text Elements */

  h1.project-title {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 66px;
  }

  a.link-text.home-item-menu {
    font-size: 30px;
  }

  /* Layout Elements */

  .container.menu-bar {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: justify;
    min-width: 94%;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.hero-picture-wrapper {
    min-height: 40vh;
    background-position: center 50%;
    background-size: 91% 60%;
  }

  .container.hero-container {
    min-height: 40vh;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.project-title {
    padding-top: 0;
    padding-right: 49px;
    padding-left: 40px;
    font-size: 70px;
  }

  a.link-text.menu-item {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 14px;
  }

  a.link-text.home-item-menu {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 30px;
  }

  a.link-text.title-footer {
    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;
    min-width: 10px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.hero-picture-wrapper {
    min-height: 50vh;
    background-attachment: scroll;
    background-position: center 30%;
    background-size: 91% 90%;
  }

  .container.header_social_icons {
    background-attachment: fixed;
  }

  .container.hero-container {
    min-height: 60vh;
  }

  a.glyph.menu-toggler {
    display: none;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.project-title {
    font-size: 75px;
  }

  /* Layout Elements */

  .container.contact-header {
    background-color: #161616;
  }

  .container.container-get_in_touch {
    max-width: 800px;
  }

  .container.hero-container {
    min-height: 65vh;
    background-color: #0e0e0e;
  }

  .container.container-about {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .container.curves-header {
    background-color: #2f2f2f;
  }

  .container.curve-container {
    max-width: 95%;
  }

  .container.hero-picture-wrapper {
    background-attachment: fixed;
    background-position: center -235px;
    background-size: 91% 100%;
  }
}