/* Text Elements */

h1.big-quote-text {
  max-width: 1200px;
  text-align: left;
  font-size: 34px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  line-height: 1.4;
}

h1.big-text-name-project {
  max-width: 1200px;
  text-align: left;
  font-size: 48px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h2.centered {
  color: #e2a884;
  text-align: center;
}

h2.turquoise {
  color: #50b1a9;
}

h2.centered.turquoise {
  max-width: 1200px;
  color: #fcca1d;
  font-style: normal;
  font-size: 28px;
  font-family: 'Bowlby One', cursive;
}

h2#lime {
  color: #74bc57;
}

h3.skills-title {
  margin-top: 1rem;
  font-size: 20px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h3.contact-title {
  font-size: 20px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h3.brand-title {
  text-align: center;
  font-size: 20px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h5.skills_name {
  text-transform: uppercase;
  font-size: 16px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h5.footer-name {
  margin-bottom: 1rem;
  color: #fefefe;
  text-align: center;
  text-transform: uppercase;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h5.tag-footer {
  margin-top: 1rem;
  margin-bottom: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #fefefe;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h5 span.heading-text-1 {
  color: #5c5c5c;
}

h5 span.heading-text-2 {
  color: #9a9a9a;
}

p.paragraph.body-text {
  margin-bottom: 4rem;
  max-width: 800px;
  color: #a7a7a7;
  text-align: left;
  font-weight: 300;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

p.paragraph.centered {
  color: #383838;
  text-align: center;
}

p.paragraph.light {
  color: #898989;
}

p.paragraph.centered.light {
  color: #898989;
  text-align: center;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

p.paragraph span.uppercase-p-1 {
  text-transform: uppercase;
  letter-spacing: .0625rem;
}

p.paragraph.body-text.skill {
  margin-bottom: 1rem;
}

p.paragraph.about-me {
  max-width: 1200px;
  color: #181818;
  font-size: 28px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

p.paragraph.project-description {
  max-width: 1200px;
  color: #181818;
  font-size: 28px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

a.link-text.menu-item {
  display: block;
  margin-right: 8px;
  margin-left: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: .125rem solid transparent;
  color: #000;
  text-align: center;
  font-size: 26px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

a.link-text.home-item-menu {
  margin: .5rem 0;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

a.link-text.project-name-link {
  color: #fefefe;
  text-align: center;
  font-size: 28px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

a.link-text span.text-link-text-1 {
  text-transform: uppercase;
}

a.link-text span.text-link-text-2 {
  text-transform: uppercase;
}

a.link-text span.text-link-text-3 {
  text-transform: uppercase;
}

a.link-text span.text-link-text-4 {
  text-transform: uppercase;
}

a.link-text span.text-link-text-5 {
  text-transform: uppercase;
}

a.link-text span.text-link-text-6 {
  text-transform: uppercase;
}

a.link-text.menu-item:hover {
  border-bottom: .125rem none #181818;
  text-decoration: none;
}

a.link-text.home-item-menu:hover {
  color: #fcca1d;
}

/* Interaction Elements */

form.form-container.contact-form {
  margin-top: 1rem;
  min-width: 0;
}

textarea.message {
  min-height: 150px;
}

label.label.field-label {
  background-color: #373737;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

/* Layout Elements */

body.body-1 {
  background-color: #f8f8f8;
}

.container.project-1 {
  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;
  min-height: 40vh;
  background-color: #fc65a6;
  background-image: url('../images/ezekiel-elin-LNG1mPyJ8rg-unsplash%20%281%29.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;
  -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;

  -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;
  background-blend-mode: normal;
}

.container.project-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 40vh;
  background-color: #e59100;
  background-image: url('../images/ilnur-kalimullin-kP1AxmCyEXM-unsplash.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: 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;
  background-blend-mode: normal;
}

.container.project-4 {
  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;
  min-height: 40vh;
  background-color: #ff4630;
  background-image: url('../images/eugene-lim-LG3mnOs359g-unsplash.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  -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;
  background-blend-mode: normal;
}

.container.project-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 40vh;
  background-color: #0087d4;
  background-image: url('../images/davisco-2FdIvx7sy3U-unsplash.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: 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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: normal;
}

.container.project-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 40vh;
  background-color: #fbd536;
  background-image: url('../images/georgie-cobbs-muOHbrFGEQY-unsplash.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  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;
  background-blend-mode: normal;
}

.container.transversal-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 4rem;
  min-height: 50vh;
  max-width: none;

  -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;
  background-color: #ff4630;
  background-image: url('../images/eugene-lim-LG3mnOs359g-unsplash.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  -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;
  background-blend-mode: soft-light;
}

.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;
  background-color: #0087d4;
  background-image: url('../images/davisco-2FdIvx7sy3U-unsplash.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: 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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: soft-light;
}

.container.about-me-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: 2rem;
  min-height: 30vh;
  background-color: #fefefe;

  -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.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: 2rem;
  min-height: 70vh;
  background-color: #fefefe;

  -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.orbit {
  margin: 2rem auto;
  padding-right: 0;
  padding-left: 0;
  max-width: 1200px;
}

.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.featured-projects.surrounding-padding-col-1 {
  -ms-flex-align: center;
  padding-right: 1rem;
  padding-left: 1rem;
  min-height: 50vh;
  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;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.six-hundred-centered-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;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 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;
}

.container.project-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 40vh;
  background-color: #4d705f;
  background-image: -webkit-linear-gradient(top, rgba(24, 24, 24, .42) 0%, rgba(29, 30, 33, .5) 100%), url('../images/boxed-water-is-better-IG4hajNkbvM-unsplash.jpg');
  background-image:    -moz-linear-gradient(top, rgba(24, 24, 24, .42) 0%, rgba(29, 30, 33, .5) 100%), url('../images/boxed-water-is-better-IG4hajNkbvM-unsplash.jpg');
  background-image:      -o-linear-gradient(top, rgba(24, 24, 24, .42) 0%, rgba(29, 30, 33, .5) 100%), url('../images/boxed-water-is-better-IG4hajNkbvM-unsplash.jpg');
  background-image:         linear-gradient(180deg, rgba(24, 24, 24, .42) 0%, rgba(29, 30, 33, .5) 100%), url('../images/boxed-water-is-better-IG4hajNkbvM-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, cover;
  background-repeat: repeat, 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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: normal, normal;
}

.container.container-get_in_touch {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 1rem;
  min-width: 0;
  max-width: none;
  width: 100%;
}

.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;
  min-height: 250px;
  background-color: #181818;
  background-image: -webkit-linear-gradient(75deg, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, 0) 50%);
  background-image:    -moz-linear-gradient(75deg, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, 0) 50%);
  background-image:      -o-linear-gradient(75deg, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, 0) 50%);
  background-image:         linear-gradient(15deg, rgba(0, 0, 0, 1) 0%, rgba(29, 30, 33, 0) 50%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: 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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: 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: #fff;

  -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-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.big-quote-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;
  padding: 2rem 1rem;
  min-height: 50vh;
  background-color: #fefefe;
  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.projects-row {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  min-height: 50vh;
  max-width: none;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.big-project-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;
  padding: 2rem 1rem;
  min-height: 50vh;
  background-color: #fefefe;
  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.big-description-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.container.skills-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 1rem;
  min-width: 0;
  max-width: none;
  width: auto;
}

.container.brand-row {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 2.5rem;
  margin-bottom: 8rem;

  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.brand-column {
  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.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.projects-row:after {
  display: none;
}

.container.projects-row:before {
  display: none;
}

.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: #fff;

  -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.project-6:hover {
  background-color: #f8d232;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;

  background-blend-mode: soft-light;
}

.container.project-1:hover {
  background-color: #ee8896;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -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: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;

  background-blend-mode: soft-light;
}

.container.project-2:hover {
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;

  background-blend-mode: soft-light;
}

.container.project-3:hover {
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;

  background-blend-mode: soft-light;
}

.container.project-4:hover {
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;

  background-blend-mode: soft-light;
}

.container.project-5:hover {
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;

  background-blend-mode: soft-light;
}

button.send-button {
  margin-top: 1rem;
  padding: 1rem 2.5rem;
  border-radius: 32px;
  background-color: #373737;
  color: #fefefe;
  letter-spacing: 2px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

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;
}

button.slide-indicator {
  margin: .18rem 2.5%;
  width: 1rem;
  height: 1rem;
  border-radius: 100px;
}

button.is-active.slide-indicator {
  width: 1rem;
  height: 1rem;
  border-radius: 100px;
  font-size: 16px;
}

div.responsive-picture {
  padding-top: 0;
  max-width: none;
}

div.responsive-picture.picture-brand {
  width: 150px;
}

span.glyph.skills-icon {
  color: #fcca1d;
  font-size: 24px;
}

.rule.rule-2 {
  margin-bottom: 1rem;
}

a.social-image.social-icon {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #000;
}

div.responsive-picture.big-picture {
  margin-right: auto;
  margin-left: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  max-width: 1200px;
}

span.glyph.font-icon {
  color: #fcca1d;
  font-size: 26px;
  line-height: 32px;
}

.rule.rule-contact {
  max-width: 800px;
  width: 100%;
}

.rule.rule-contact hr {
  border-top-width: 2px;
}

a.glyph.menu-toggler {
  color: #181818;
  font-size: 28px;
}

a.social-image.social-icon:hover {
  background-color: #fcca1d;
}

div.responsive-picture.big-picture:hover {
  -webkit-filter: saturate(1) sepia(0) invert(.07) hue-rotate(0deg) blur(0px) contrast(1);
          filter: saturate(1) sepia(0) invert(.07) hue-rotate(0deg) blur(0px) contrast(1);
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -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: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}

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

  h2.centered.turquoise {
    font-size: 28px;
  }

  /* Layout Elements */

  .container.six-hundred-centered-cont {
    max-width: 90%;
  }
}

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

  h1.big-quote-text {
    font-size: 38px;
  }

  h1.big-text-name-project {
    text-align: center;
  }

  h2.centered.turquoise {
    color: #fcca1d;
    font-size: 28px;
  }

  p.paragraph.body-text {
    max-width: 1200px;
  }

  p.paragraph.about-me {
    text-align: center;
  }

  p.paragraph.project-description {
    text-align: center;
  }

  /* Layout Elements */

  .container.six-hundred-centered-cont {
    max-width: 90%;
  }

  .container.container-get_in_touch {
    max-width: 800px;
  }

  .container.skills-wrapper {
    max-width: 800px;
  }

  .container.brand-row {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }
}

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

  h1.big-quote-text {
    text-align: center;
    font-size: 48px;
  }

  h2.centered.turquoise {
    font-size: 38px;
  }

  p.paragraph.about-me {
    font-size: 38px;
  }

  p.paragraph.project-description {
    font-size: 38px;
  }

  a.link-text.menu-item {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  a.link-text.home-item-menu {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 28px;
  }

  a.link-text.menu-item:hover {
    border-bottom-style: dotted;
  }

  /* Layout Elements */

  .container.surrounding-padding-col-1 {
    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.six-hundred-centered-cont {
    max-width: 90%;
  }

  .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.menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-bottom: 0;
  }

  .container.header {
    position: relative;
  }

  .container.project-2 {
    min-height: 0;
  }

  .container.project-1 {
    min-height: 0;
  }

  .container.project-3 {
    min-height: 50vh;
  }

  .container.project-5 {
    min-height: 0;
  }

  .container.project-4 {
    min-height: 0;
  }

  button.slide-indicator {
    margin-right: .1%;
    margin-left: .1%;
  }

  a.glyph.menu-toggler {
    display: none;
  }
}

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

  h2.centered.turquoise {
    color: #fcca1d;
    font-variant: normal;
  }

  p.paragraph span.uppercase-p-1 {
    text-transform: uppercase;
    letter-spacing: .0625rem;
  }

  /* Layout Elements */

  .container.about-me-header {
    background-color: #fefefe;
  }

  .container.contact-header {
    background-color: #fefefe;
  }

  .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.container-get_in_touch {
    max-width: 800px;
  }

  .container.six-hundred-centered-cont {
    max-width: 1200px;
  }

  .container.project-6 {
    background-image: url('../images/georgie-cobbs-muOHbrFGEQY-unsplash.jpg');
  }

  .container.big-quote-wrapper {
    background-color: #fefefe;
  }

  .container.big-project-wrapper {
    background-color: #fefefe;
  }

  .container.skills-wrapper {
    max-width: 800px;
  }

  .container.brand-row {
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -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.project-1 {
    min-height: 50vh;
  }

  .container.project-2 {
    min-height: 4.07vh;
  }

  .container.project-4 {
    min-height: 50vh;
  }

  .container.project-5 {
    min-height: 50vh;
  }

  .container.project-1:hover {
    background-image: url('../images/ezekiel-elin-LNG1mPyJ8rg-unsplash%20%281%29.jpg');
  }

  button.send-button:hover {
    background-color: #fcca1d;
  }
}