/* Text Elements */

h1.title-project-page {
  width: 80vw;
  box-shadow: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 12px;
  font-weight: 900;
  font-size: 20px;
  font-family: 'Archivo', cursive;

  mix-blend-mode: normal;
}

h1 {
  margin-bottom: 1rem;
  color: #0067ff;
  font-weight: 300;
  font-size: 22px;
  font-family: 'Montserrat', cursive;
  line-height: 1.2;
}

h2 {
  margin-bottom: 1.5rem;
  margin-left: 0;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  font-family: 'Archivo', cursive;
  line-height: 1.1;
}

h2.centered {
  margin-left: auto;
  color: #e2a884;
  text-align: left;
}

h2.heading-dark-section {
  margin-bottom: 40px;
  width: 100%;
  color: #fff;
}

h2 span.heading-text-7 {
  color: #e2a884;
}

h2 span.heading-text-2 {
  color: #e2a884;
  font-size: 1.25rem;
}

h4 {
  color: #404040;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Archivo', cursive;
  line-height: 1.25;
}

h4.light {
  color: #aecfea;
}

h4 span.heading-text-8 {
  color: #e2a884;
}

h6.project-title-box {
  color: #e2a884;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Archivo', cursive;
}

h6 {
  font-family: 'Montserrat', cursive;
}

h6 span.heading-text-1 {
  color: #00ff74;
}

h6 span.heading-text-3 {
  color: #00ff74;
}

h6 span.heading-text-4 {
  color: #00ff74;
}

h6 span.heading-text-5 {
  color: #00ff74;
}

p.paragraph {
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  max-width: 800px;
  color: #e1e1e1;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Archivo', cursive;
  line-height: 1.7;
}

p.paragraph.centered {
  color: #383838;
  text-align: left;
}

p.paragraph.light {
  color: #898989;
  text-align: left;
}

p.paragraph span.uppercase-p-1 {
  text-transform: uppercase;
  letter-spacing: .0625rem;
}

p.paragraph.centered.light {
  float: none;
  color: #898989;
  text-align: left;
}

p.paragraph.footer-copyright-text {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  color: #5d5d5d;
}

p.paragraph.paragraph-1 {
  color: #bebebe;
}

p.paragraph.contact-paragraph {
  color: #bebebe;
}

p.paragraph span.paragraph-text-1 {
  color: #f9fdff;
  font-size: 1rem;
  line-height: 1;
}

p.paragraph span.paragraph-text-2 {
  font-size: 1rem;
  line-height: 1.32;
}

blockquote {
  border-left-width: 0;
  border-left-style: none;
  color: #404040;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

blockquote.contact-large-quote-text {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  color: #404040;
  text-indent: -15px;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Anton', cursive;
  line-height: 1;
}

blockquote.contact-large-quote-text.light {
  max-width: 600px;
  color: #fff;
  text-indent: -14px;
  text-transform: capitalize;
  font-family: 'Archivo', cursive;
  line-height: 1.2;
}

a.link-text {
  color: #e1e1e1;
  text-decoration: underline;
  font-size: 22px;
  font-family: 'Archivo', cursive;
}

a.link-text.footer-contact-info {
  color: #808080;
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: color;
     -moz-transition-property: color;
       -o-transition-property: color;
          transition-property: color;
}

a.link-text.link-previous-next-project {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 20px;
}

a.link-text.topbar-responsive-logo {
  color: #fefefe;
  vertical-align: middle;
}

a.link-text.footer-contact-info:hover {
  color: #ababab;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: color;
     -moz-transition-property: color;
       -o-transition-property: color;
          transition-property: color;
}

ul.link-list.menu {
  background-color: #2c3840;
}

ul.link-list.medium-horizontal.menu.simple.vertical {
  background-color: #15161a;
}

/* Interaction Elements */

a.link-button.button {
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 1.7em;
  padding-left: 1.7em;
  border-color: rgba(60, 60, 60, .25);
  background-color: transparent;
  color: #3c3c3c;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-button {
  padding: 12px 20px;
  border-color: #0067ff;
  border-radius: 0;
  background-color: transparent;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: 'Montserrat', cursive;
}

a.link-button.button.newsletter-bt {
  margin-right: 0;
  margin-bottom: 0;
}

input[type=text] {
  margin-bottom: 0;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  color: #3c3c3c;
  font-size: 14px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

select.select {
  color: #3c3c3c;
  font-size: 14px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

textarea {
  height: 10rem;
  color: #3c3c3c;
  font-size: 14px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

label.label {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
  background-color: transparent;
  color: #3c3c3c;
  font-size: 14px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

/* Layout Elements */

body.project-body {
  display: block;
  background-color: #e1e1e1;
}

body.body-1 {
  background-color: #15161a;
}

.container.one-thousand-centered-cont {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.container.six-hundred-centered-cont {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;

  -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;
}

.container.surrounding-padding-col {
  -ms-flex-pack: center;
  padding: 10vw 40px;
  background-color: #f2f2f2;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.sample-11-content-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-right: 40px;
  margin-left: 40px;
  max-width: none;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.sample-11-feature-cont {
  margin-right: 0;
  margin-bottom: 4%;
  width: 100%;
}

.container.twelve-hundred-centered-cont {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.container.one-thousand-centered-cont.sample-47-content-cont {
  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;

  -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;
}

.container.surrounding-padding-col-low {
  -ms-flex-pack: center;
  padding: 7vw 40px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.sample-11-left-col {
  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;
  width: 100%;
  -webkit-filter: invert(.58);
          filter: invert(.58);

  -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-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.surrounding-padding-col-1 {
  -ms-flex-pack: center;
  padding: 10vw 40px;
  background-color: #15161a;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal;
}

.container.sample-60-buttons-cont.twelve-hundred-centered-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  opacity: .99;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.surrounding-padding-col.turquoise-breaker {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  min-height: 40vh;
  background-color: #15161a;
  background-image: -webkit-linear-gradient(right, rgba(21, 22, 26, .66) 0%, rgba(29, 30, 33, 0) 30%), -webkit-linear-gradient(left, rgba(21, 22, 26, .66) 0%, rgba(29, 30, 33, 0) 30%), url('../images/gif-2.gif');
  background-image:    -moz-linear-gradient(right, rgba(21, 22, 26, .66) 0%, rgba(29, 30, 33, 0) 30%), -moz-linear-gradient(left, rgba(21, 22, 26, .66) 0%, rgba(29, 30, 33, 0) 30%), url('../images/gif-2.gif');
  background-image:      -o-linear-gradient(right, rgba(21, 22, 26, .66) 0%, rgba(29, 30, 33, 0) 30%), -o-linear-gradient(left, rgba(21, 22, 26, .66) 0%, rgba(29, 30, 33, 0) 30%), url('../images/gif-2.gif');
  background-image:         linear-gradient(-90deg, rgba(21, 22, 26, .66) 0%, rgba(29, 30, 33, 0) 30%), linear-gradient(90deg, rgba(21, 22, 26, .66) 0%, rgba(29, 30, 33, 0) 30%), url('../images/gif-2.gif');
  background-attachment: scroll, scroll, scroll;
  background-position: left top, left top, center center;
  background-clip: border-box, border-box, border-box;
  background-origin: padding-box, padding-box, padding-box;
  background-size: auto auto, auto auto, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;

  background-blend-mode: multiply, multiply, overlay;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.newsletter-form-content-cont.one-thousand-centered-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container.surrounding-padding-col-low.turquoise-breaker {
  background-color: #e2a884;
}

.container.footer-copyright.surrounding-padding-col-low {
  background-color: transparent;
}

.container.footer-contact-info.surrounding-padding-col {
  background-color: #1e1e1e;
  opacity: .92;
  -webkit-column-rule-color: #0a0a0a;
     -moz-column-rule-color: #0a0a0a;
          column-rule-color: #0a0a0a;
}

.container.footer-contact-info-cont {
  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;
  margin-bottom: 20px;
  padding-right: 20px;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.contact-large-quote.surrounding-padding-col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  min-height: 100vh;
  background-color: #15161a;
  background-image: url('../images/gif-2.gif');
  background-attachment: fixed;
  background-position: right center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: overlay;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.team-lets-talk-cont {
  margin-bottom: 20px;
  width: 100%;
}

.container.headquarters-cont.one-thousand-centered-cont {
  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;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.container.headquarters-text-cont {
  width: 100%;
}

.container.headquarters-gallery-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  width: 100%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.team-social-content-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.contact-large-quote-cont.six-hundred-centered-cont {
  -ms-flex-align: start;
  margin-right: auto;
  margin-left: 0vw;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.nav-container {
  display: grid;
  max-width: none;
  background-color: #15161a;

  grid-area: auto;
}

.container.columbus-bike.sample-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-color: rgba(21, 22, 26, .31);
  background-image: -webkit-linear-gradient(261deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 59%), url('../images/jakob-owens-205635-unsplash.jpg');
  background-image:    -moz-linear-gradient(261deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 59%), url('../images/jakob-owens-205635-unsplash.jpg');
  background-image:      -o-linear-gradient(261deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 59%), url('../images/jakob-owens-205635-unsplash.jpg');
  background-image:         linear-gradient(189deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 59%), url('../images/jakob-owens-205635-unsplash.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, auto auto;
  background-repeat: no-repeat, no-repeat;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: normal, color-dodge;
}

.container.featured-projects.surrounding-padding-col-1 {
  padding-top: 3vw;
  padding-bottom: 3vw;
  background-color: rgba(21, 22, 26, .3);
  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.sd-two-cols {
  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: 0;

  -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-align-content: space-between;
  -ms-flex-line-pack: justify;
          align-content: space-between;
  -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;
  grid-template-columns: repeat(3 , auto);
  grid-template-rows: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.container.hero-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;
  height: 60vh;
  background-image: url('../images/jakob-owens-168415-unsplash.jpg');
  background-attachment: fixed;
  background-position: center -250px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.previous-project {
  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: .25rem;
  padding-bottom: 0;
  min-height: 400px;
  background-color: #ffbc95;
  background-image: url('../images/car-background.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: normal;
  -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.next-project {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: .25rem;
  min-height: 400px;
  background-color: #ffbc95;
  background-image: url('../images/picture-7-1.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: 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;
}

.container.projects-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;
  min-height: 60vh;
  height: auto;
  background-image: url('../images/alexandr-bormotin-1391847-unsplash-%281%29.jpg');
  background-attachment: fixed;
  background-position: center -250px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.projects-wrapper {
  display: grid;
  width: auto;
  height: auto;
  background-color: #e1e1e1;
}

.container.project-nav-row {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  padding-bottom: 4rem;
  min-height: 600px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.top-bar-responsive {
  padding: .75rem;
  background-color: #2c3840;
}

.container.top-bar-title {
  position: relative;
  width: 100%;
}

.container.icon-container {
  position: absolute;
  top: 50%;
  right: 7px;
  padding: .25rem .45rem;
  border: .0625rem solid #fefefe;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container#topbar-responsive {
  display: none;
}

.container.topbar-responsive-links {
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}

.container.column-type.top-bar.top-bar-responsive {
  padding: .85rem;
  background-color: #15161a;
  opacity: .59;
}

.container.top-bar-right {
  background-color: #000;
}

.container.sample-20.surrounding-padding-col {
  padding-top: 5vw;
  padding-bottom: 5vw;
  min-height: 300px;
  max-height: 350px;
  height: 350px;
}

.container.container-3 {
  margin-bottom: 0;
  background-color: #000;
  vertical-align: middle;
}

.container.sample-60-buttons-cont.twelve-hundred-centered-cont.outofview {
  position: relative;
}

.container.previous-project:hover {
  background-blend-mode: multiply;
}

.container.next-project:hover {
  background-blend-mode: multiply;
}

.link-container.sample-60-advanced-bt {
  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;
  margin-top: 20px;
  padding: 20px 20px 13px;
  width: 100%;
  background-color: #212229;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: -webkit-transform;
     -moz-transition-property:         transform, -moz-transform;
       -o-transition-property:      -o-transform;
          transition-property: -webkit-transform;
          transition-property:         transform;
          transition-property:         transform, -webkit-transform, -moz-transform, -o-transform;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.link-container.sample-60-advanced-bt:hover {
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: -webkit-transform;
     -moz-transition-property:         transform, -moz-transform;
       -o-transition-property:      -o-transform;
          transition-property: -webkit-transform;
          transition-property:         transform;
          transition-property:         transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transform: translateY(0px) scaleX(1.05) scaleY(1.05);
     -moz-transform: translateY(0px) scaleX(1.05) scaleY(1.05);
       -o-transform: translateY(0px) scaleX(1.05) scaleY(1.05);
          transform: translateY(0px) scaleX(1.05) scaleY(1.05);
}

span.glyph {
  color: #3c3c3c;
}

div.responsive-picture.sample-60-img {
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: none;
  background-color: #e2a884;
}

span.glyph.sample-60-arrow-icon {
  width: 100%;
  color: #e2a884;
  text-align: right;
  font-size: 24px;
  line-height: 36px;
}

a.social-image.lets-talk-social-icon {
  margin-left: 10px;
  max-width: 48px;
  background-color: #e2a884;
}

div.responsive-picture.headquarters-gallery-img {
  display: block;
  margin-bottom: 4%;
  max-width: none;
  width: 100%;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}

button.button {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: .95em 1.7em .7em;
  border-color: rgba(60, 60, 60, .25);
  background-color: transparent;
  color: #3c3c3c;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

div.responsive-picture {
  padding-top: 0;
  max-width: none;
}

div.responsive-picture.photo-interior-project {
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  padding-right: .5rem;
  padding-left: .5rem;
  max-width: 600px;
  width: auto;
}

span.glyph.menu-icon-toggle {
  position: static;
  display: inline-block;
  margin: 2px auto;
  width: auto;
  color: #fefefe;
  font-size: 20px;
  line-height: 1;
}

li.list-item-link.menu-link > a {
  color: #fefefe;
}

li.list-item-link.menu-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  -webkit-transition-timing-function: ease-in;
     -moz-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
}

div.responsive-picture.picture-2 {
  position: relative;
  clear: none;
  width: 600px;
}

video.full-screen-video {
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center center;
     object-position: center center;
}

li.list-item-link span.list-item-link-text-1 {
  color: #00ff74;
}

li.list-item-link span.list-item-link-text-2 {
  color: #00ff74;
}

li.list-item-link span.list-item-link-text-3 {
  color: #00ff74;
}

li.list-item-link span.list-item-link-text-4 {
  color: #00ff74;
}

li.list-item-link span.list-item-link-text-5 {
  color: #00ff74;
}

div.responsive-picture.picture-3 {
  position: static;
  clear: right;
  margin-right: auto;
  margin-left: auto;
  width: 200px;
  background-color: transparent;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-left: auto;
  width: 25%;
}

button.button:hover {
  padding-bottom: .7em;
  border-color: rgba(60, 60, 60, .25);
  background-color: transparent;
  color: #3c3c3c;
}

div.responsive-picture.sample-60-img:hover {
  mix-blend-mode: normal;
}

div.responsive-picture.photo-interior-project:hover {
  -webkit-filter: grayscale(1) brightness(.64);
          filter: grayscale(1) brightness(.64);
}

a.social-image.lets-talk-social-icon:hover {
  background-color: #15161a;
}

li.list-item-link.menu-link:hover > a {
  color: #c7c7c7;
}

@media screen and (min-width: 22.5rem) {
  /* Text Elements */

  h1.title-project-page {
    font-size: 26px;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 32px;
  }

  h4 {
    font-size: 20px;
  }

  p.paragraph {
    text-align: left;
    font-size: 15px;
  }

  p.paragraph.footer-copyright-text {
    margin-top: 0;
    margin-bottom: 0;
    width: 48%;
    text-align: left;
  }

  blockquote.contact-large-quote-text {
    text-indent: -26px;
    font-size: 28px;
  }

  blockquote.contact-large-quote-text.light {
    font-size: 50px;
  }

  a.link-text.footer-contact-info {
    font-size: 24px;
  }

  ul.link-list.menu.simple.vertical {
    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: start;
    -ms-flex-align: start;
    width: auto;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  ul.link-list.medium-horizontal.menu.simple.vertical {
    -ms-flex-pack: start;
    -ms-flex-align: center;

    -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: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  /* Interaction Elements */

  a.link-button {
    font-size: 18px;
  }

  select.select {
    font-size: 15px;
  }

  textarea {
    font-size: 15px;
  }

  label.label {
    font-size: 15px;
  }

  /* Layout Elements */

  .container.sample-11-content-cont {
    max-width: 600px;
  }

  .container.sample-11-feature-cont {
    margin-right: 8%;
    width: 42%;
  }

  .container.surrounding-padding-col-low {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .container.sample-11-left-col {
    display: block;
    -ms-flex-align: end;
    min-height: 0;
    max-width: 1200px;
    width: 70%;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  .container.footer-contact-info-cont {
    margin-bottom: 0;
    width: 48%;
  }

  .container.team-lets-talk-cont {
    margin-right: 3%;
    width: 60%;
  }

  .container.headquarters-cont.one-thousand-centered-cont {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: justify;

    -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.headquarters-text-cont {
    width: 48%;
  }

  .container.headquarters-gallery-cont {
    width: 48%;

    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.team-social-content-cont {
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.surrounding-padding-col-1 {
    min-height: 100vh;
    background-color: #15161a;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
  }

  .container.columbus-bike.sample-11 {
    display: block;
    background-position: center center;
  }

  .container.featured-projects.surrounding-padding-col-1 {
    min-height: 100vh;
  }

  .container.previous-project {
    margin-right: 0;
    margin-bottom: 0;
  }

  .container.next-project {
    margin-top: 0;
  }

  .container.project-nav-row {
    min-height: 400px;
  }

  .container.top-bar.top-bar-responsive {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -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;
  }

  .container.top-bar-title {
    position: static;
    width: auto;
  }

  .container.icon-container {
    display: none;
  }

  .container.topbar-responsive-links {
    display: block;
    width: auto;
  }

  .container#topbar-responsive {
    display: block;
  }

  .container.top-bar-right {
    max-width: none;
  }

  .link-container.sample-60-advanced-bt {
    margin-bottom: 0;
    padding-bottom: 10px;
    width: 32%;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: box-shadow;
       -moz-transition-property: box-shadow;
         -o-transition-property: box-shadow;
            transition-property: box-shadow;
  }

  li.list-item-link.menu-link {
    max-width: none;
    width: auto;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.title-project-page {
    font-size: 46px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 36px;
  }

  h4 {
    font-size: 24px;
  }

  p.paragraph span.uppercase-p-1 {
    text-transform: uppercase;
    letter-spacing: .0625rem;
  }

  p.paragraph {
    font-size: 16px;
  }

  blockquote.contact-large-quote-text {
    text-indent: -30px;
    font-size: 2.5vw;
  }

  blockquote.contact-large-quote-text.light {
    font-size: 60px;
  }

  a.link-text.footer-contact-info {
    font-size: 30px;
  }

  /* Interaction Elements */

  a.link-button {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  select.select {
    font-size: 16px;
  }

  textarea {
    font-size: 16px;
  }

  label.label {
    font-size: 16px;
  }

  /* Layout Elements */

  .container.surrounding-padding-col {
    margin-top: 0vh;
    padding-top: 8vw;
    padding-bottom: 8vw;
    background-color: #fff;
  }

  .container.sample-20.surrounding-padding-col {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .container.twelve-hundred-centered-cont {
    float: none;
  }

  .container.surrounding-padding-col-low {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .container.sample-11-left-col {
    width: 60%;
  }

  .container.surrounding-padding-col-1 {
    padding-top: 8vw;
    padding-bottom: 8vw;
    background-color: #15161a;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(29, 30, 33, 0) 20%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(29, 30, 33, 0) 20%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(29, 30, 33, 0) 20%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(29, 30, 33, 0) 20%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.surrounding-padding-col.turquoise-breaker {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .container.footer-copyright.surrounding-padding-col-low {
    border-top: .0625rem dotted #272727;
  }

  .container.contact-large-quote-cont.six-hundred-centered-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-left: 10vw;
    max-width: 50vw;
  }

  .container.sample-11-content-cont {
    max-width: 800px;
  }

  .container.footer-contact-info.surrounding-padding-col {
    background-color: #1e1e1e;
  }

  .container.columbus-bike.sample-11 {
    background-size: cover;
  }

  .link-container.sample-60-advanced-bt {
    width: 23.5%;
    -webkit-transition-duration: .25s;
       -moz-transition-duration: .25s;
         -o-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-property: -webkit-transform;
       -moz-transition-property:         transform, -moz-transform;
         -o-transition-property:      -o-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform, -moz-transform, -o-transform;
  }

  .link-container.sample-60-advanced-bt:hover {
    -webkit-transform: translateY(0px) scaleX(1.03) scaleY(1.02);
       -moz-transform: translateY(0px) scaleX(1.03) scaleY(1.02);
         -o-transform: translateY(0px) scaleX(1.03) scaleY(1.02);
            transform: translateY(0px) scaleX(1.03) scaleY(1.02);
  }
}