h1 {
  color: #333;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Abril Fatface, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 41px;
  display: block;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Abril Fatface, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Abril Fatface, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

h4 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Abril Fatface, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
}

h5 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Abril Fatface, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

h6 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Abril Fatface, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}

p {
  color: #212121;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

a {
  color: #0098ff;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
  font-style: italic;
}

.content-section {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.content-section.intro {
  text-align: center;
  background-color: #f7f1eb;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: forma-djr-micro, sans-serif;
  font-weight: 300;
  overflow: visible;
}

.content-section.gray {
  height: 1050px;
  color: #212121;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bg-1.svg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: space-around;
  margin-top: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.content-section.dark {
  background-color: #ebfdff;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.content-section.no-top-padding {
  padding-top: 0;
}

.content-section.no-top-border {
  background-color: #f7f1eb;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.content-section.footer {
  background-color: #fff;
  padding-top: 5%;
  padding-bottom: 0%;
}

.content-section.footer.dark {
  background-color: #242424;
  padding-bottom: 40px;
}

.content-section.no-bottom-padding {
  padding-bottom: 60px;
}

.content-section.image-background {
  background-image: url('../images/sofa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.content-section.split {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.content-section.iphone {
  background-color: #3a4761;
  padding-top: 0;
  padding-bottom: 0;
}

.content-wrapper {
  width: 80%;
  max-width: none;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5% auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: forma-djr-micro, sans-serif;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.content-wrapper.narrow {
  width: 80%;
  max-width: 1120px;
  padding-left: 3%;
  padding-right: 3%;
}

.content-wrapper.narrow.gray {
  background-color: #f8faff;
  margin-top: 60px;
  padding-top: 15px;
  padding-bottom: 24px;
}

.content-wrapper.hero {
  color: #fff;
  text-align: center;
  font-family: Abril Fatface, sans-serif;
}

.content-wrapper.white {
  background-color: #fff;
}

.content-wrapper.overlapping {
  max-width: none;
  background-color: #fff;
  border-radius: 25px;
  margin-top: -210px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.content-wrapper.wide {
  max-width: 1140px;
}

.burger-line-1 {
  width: 24px;
  height: 2px;
  background-color: #2e2e2e;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.burger-line-1.white {
  background-color: #fff;
}

.burger-line-2 {
  width: 18px;
  height: 2px;
  background-color: #2e2e2e;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.burger-line-2.white {
  background-color: #fff;
}

.burger-line-3 {
  width: 24px;
  height: 2px;
  background-color: #2e2e2e;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.burger-line-3.white {
  background-color: #fff;
}

.title {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.title.medium {
  color: #fff;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.title.medium.dark {
  color: #212121;
  font-weight: 700;
}

.arrow {
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s;
  display: block;
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
}

.arrow.more-bottom-border {
  margin-bottom: 60px;
}

.primary-button {
  min-width: 170px;
  float: left;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #3a4761;
  background-clip: border-box;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  align-self: flex-start;
  margin-top: 10px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 15px;
  font-family: p22-underground, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .4s, color .2s;
  display: block;
}

.primary-button:hover {
  color: #3a4761;
  background-color: #f7f1eb;
  border: 3px solid #3a4761;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  text-decoration: none;
}

.primary-button.top-border {
  margin-top: 15px;
}

.primary-button.login {
  width: 100%;
}

.strikethrough {
  width: 100%;
  height: 3px;
  background-color: #0098ff;
  position: relative;
  top: 11px;
}

.strikethrough.purple {
  background-color: #8c6de7;
}

.title-box {
  display: inline-block;
}

.title-box.small {
  font-size: 13px;
  line-height: 16px;
}

.title-box.small.no-bottom-border {
  margin-bottom: 0;
}

.title-box.small.buy-template {
  margin-bottom: 10px;
  display: block;
}

.title-box.yellow {
  background-color: #fdff39;
}

.title-box.in-multicolumn {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
}

.title-box.gray {
  color: #909090;
}

.title-box.gray.no-bottom-padding {
  margin-bottom: 0;
}

.title-box.more-bottom-border {
  margin-bottom: 10px;
}

.title-box.bottom-border {
  margin-bottom: 15px;
}

.intro {
  font-size: 36px;
}

.column {
  padding-left: 0;
  padding-right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.column.narrow {
  height: 20px;
}

.paragraph {
  font-family: forma-djr-micro, sans-serif;
}

.paragraph.gray {
  color: #212121;
  font-family: forma-djr-micro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.small {
  font-size: 21px;
  line-height: 30px;
}

.paragraph.medium {
  color: #212121;
  margin-top: 3%;
  margin-bottom: 0;
  font-family: p22-underground, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph.big {
  text-align: right;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: forma-djr-micro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  position: static;
}

.paragraph.big.gray {
  color: #212121;
  text-align: center;
}

.left-side-lines {
  width: 6px;
  height: 95%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.feature-content {
  text-align: center;
  padding-top: 30px;
}

.feature-content.left-justify {
  text-align: left;
}

.top-side-lines {
  height: 11px;
  margin-top: -10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.top-line-1 {
  width: 89%;
  height: 3px;
  background-color: #212121;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-line-2 {
  width: 96%;
  height: 3px;
  background-color: #212121;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.right-side-lines {
  width: 6px;
  height: 98%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.bottom-side-lines {
  width: 95%;
  height: 11px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottom-line-horizontal-1 {
  width: 96%;
  height: 3px;
  background-color: #212121;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bottom-line-horizontal-2 {
  width: 92%;
  height: 3px;
  background-color: #212121;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.right-bottom-corner-box {
  width: 28px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.h1 {
  font-family: Abril Fatface, sans-serif;
}

.h1.big {
  letter-spacing: 5px;
  font-size: 150px;
  line-height: 155px;
}

.h1.big.blue {
  color: #198ef7;
}

.features-box {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
  display: flex;
}

.left-column {
  width: 45%;
  text-align: right;
  order: 0;
  align-self: center;
  margin-bottom: 60px;
  padding-bottom: 30px;
  padding-right: 40px;
  position: relative;
}

.left-column.top-padding {
  padding-top: 40px;
}

.left-column.large {
  width: 60%;
}

.other-features {
  margin-bottom: 110px;
}

.right-column {
  width: 45%;
  text-align: left;
  align-self: center;
  padding-bottom: 30px;
  padding-left: 45px;
  position: relative;
}

.right-column.how-i-work {
  padding-right: 0;
}

.right-column.left-justify {
  text-align: left;
}

.right-column.large {
  width: 60%;
  padding-left: 20px;
}

.iphone-6-left, .iphone-6-right {
  width: 50%;
}

.frame-picture-box {
  max-width: 530px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.frame-picture {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white {
  color: #212121;
  text-align: left;
  line-height: 30px;
}

.double-color-icons-box {
  width: 50%;
  align-self: center;
  padding-bottom: 29px;
}

.link {
  color: #0098ff;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #0098ff;
  text-decoration: none;
}

.link.testimonial {
  color: #212121;
  border-bottom: 2px solid #0098ff;
  font-weight: 700;
  text-decoration: none;
  transition-property: opacity;
}

.link.testimonial:hover {
  opacity: .8;
}

.link.blue-and-underline {
  color: #0098ff;
  border-bottom: 1px solid #0098ff;
}

.link.underline {
  color: #a3abb1;
  border-bottom: 2px solid #0098ff;
}

.testimonial-box {
  width: 458px;
  height: 465px;
  float: left;
  text-align: center;
  background-color: #f8faff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: 16%;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonials-box {
  margin-top: 40px;
}

.video-box {
  width: 50%;
  height: 100%;
  min-height: 410px;
  background-image: url('../images/canes.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 650px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 16px 16px 35px -7px rgba(33, 33, 33, .3);
}

.play-button {
  width: 95px;
  height: 95px;
  transition: opacity .3s;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.play-button:hover {
  opacity: .65;
}

.text-content-box {
  width: 50%;
  height: 100%;
  min-height: 410px;
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: relative;
}

.text-content-box.left-column {
  text-align: right;
  background-color: #f8faff;
  align-items: flex-end;
  margin-bottom: 0;
}

.client-logo-box {
  width: 21%;
  margin: 55px auto;
  padding-right: 10px;
  display: block;
}

.social-icons-box {
  margin-top: 35px;
  display: inline-block;
}

.strikethrough-big {
  width: 100%;
  height: 4px;
  background-color: #0098ff;
  position: relative;
  top: -26px;
}

.social-icon {
  width: 70px;
  height: 70px;
  background-color: #212121;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-right: 15px;
  transition: background-color .2s;
  display: inline-block;
}

.social-icon:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #000;
}

.social-icon.instagram {
  background-image: url('../images/instagram-outline.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-icon.linkedin {
  background-image: url('../images/linkedin-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.social-icon.linkedin:hover {
  background-image: url('../images/linkedin.svg');
}

.social-icon.twitter {
  background-image: url('../images/Twitter-outline.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-icon.fb {
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.social-icon.fb:hover {
  background-image: url('../images/logo-de-facebook.svg');
}

.social-icon.twitter {
  background-image: url('../images/gorjeo-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.social-icon.twitter:hover {
  background-image: url('../images/gorjeo.svg');
}

.social-icon.instagram {
  background-image: url('../images/logo-de-instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.social-icon.instagram:hover {
  background-image: url('../images/logo-de-instagram.svg');
}

.menu-item {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero-section {
  object-fit: fill;
  background-image: url('../images/hero_mayaWebsite-01.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20%;
  padding-bottom: 20%;
  display: flex;
  position: relative;
}

.hero-section.me {
  height: 870px;
  min-height: 735px;
  text-align: center;
  background-color: #3a4761;
  background-image: none;
  justify-content: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section.horses {
  min-height: 900px;
  background-image: url('../images/Mustang.png');
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 15%;
}

.hero-section.guy {
  height: 900px;
  background-image: url('../images/Guy.jpg');
  background-size: cover;
  padding-top: 17%;
  padding-bottom: 23%;
}

.hero-section.girl {
  min-height: 900px;
  background-image: url('../images/Girl-subway.png');
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 15%;
}

.hero-section.short {
  background-image: url('../images/Men-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 17%;
  padding-bottom: 23%;
}

.left-top-corner-box {
  width: 33px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
}

.left-top-horizontal-line-1 {
  width: 30px;
  height: 3px;
  background-color: #212121;
  margin-top: -9px;
  margin-left: 9px;
}

.left-top-horizontal-line-2 {
  width: 35px;
  height: 3px;
  background-color: #212121;
  margin-top: -1px;
  position: absolute;
  top: 0;
  left: 0;
}

.top-left-vertical-line-1 {
  width: 3px;
  height: 30px;
  background-color: #212121;
  position: absolute;
  top: 0;
  left: 0;
}

.top-left-vertical-line-2 {
  width: 3px;
  height: 35px;
  background-color: #212121;
  margin-top: -9px;
  margin-left: 9px;
  position: absolute;
  top: 0;
  left: 0;
}

.right-top-corner-box {
  width: 33px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
}

.right-top-horizontal-line-1 {
  width: 30px;
  height: 3px;
  background-color: #212121;
  margin-top: -9px;
  margin-right: 9px;
  position: absolute;
  top: 0;
  right: 0;
}

.right-top-horizontal-line-2 {
  width: 35px;
  height: 3px;
  background-color: #212121;
  margin-top: -1px;
  position: absolute;
  top: 0;
  right: 0;
}

.right-top-vertical-line-1 {
  width: 3px;
  height: 30px;
  background-color: #212121;
  position: absolute;
  top: 0;
  right: 0;
}

.right-top-vertical-line-2 {
  width: 3px;
  height: 35px;
  background-color: #212121;
  margin-top: -9px;
  margin-right: 9px;
  position: absolute;
  top: 0;
  right: 0;
}

.service-feature-box {
  width: 32%;
  margin-bottom: 50px;
  margin-right: 10px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: relative;
}

.service-feature-box.shadow {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .18);
}

.left-bottom-corner-box {
  width: 35px;
  height: 27px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.left-bottom-horizontal-line-1 {
  width: 35px;
  height: 3px;
  background-color: #212121;
  margin-left: 9px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.left-bottom-horizontal-line-2 {
  width: 30px;
  height: 3px;
  background-color: #212121;
  margin-top: 18px;
  position: absolute;
}

.left-bottom-vertical-line-1 {
  width: 3px;
  height: 40px;
  background-color: #212121;
  margin-left: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.left-bottom-vertical-line-2 {
  width: 3px;
  height: 35px;
  background-color: #212121;
  position: absolute;
  bottom: 8px;
  left: 0;
}

.right-bottom-horizontal-line-1 {
  width: 35px;
  height: 3px;
  background-color: #212121;
  margin-right: 9px;
  position: absolute;
  bottom: -2px;
  right: 0;
}

.right-bottom-horizontal-line-2 {
  width: 35px;
  height: 3px;
  background-color: #212121;
  position: absolute;
  top: 26px;
  bottom: 0;
  right: 0;
}

.right-bottom-vertical-line-1 {
  width: 3px;
  height: 35px;
  background-color: #212121;
  margin-right: 9px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.right-bottom-vertical-line-2 {
  width: 3px;
  height: 35px;
  background-color: #212121;
  position: absolute;
  bottom: 7px;
  right: 0;
}

.top-line-horizontal-1 {
  width: 89%;
  height: 3px;
  background-color: #212121;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-horizontal-line-2 {
  width: 96%;
  height: 3px;
  background-color: #212121;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.side-left-line-vertical-1 {
  width: 3px;
  height: 100%;
  background-color: #212121;
  margin-left: 9px;
  position: absolute;
}

.side-left-line-vertical-2 {
  width: 3px;
  height: 100%;
  background-color: #212121;
  position: absolute;
}

.side-right-line-vertical-2 {
  width: 3px;
  height: 100%;
  background-color: #212121;
  margin-left: 3px;
}

.side-right-line-vertical-1 {
  width: 3px;
  height: 100%;
  background-color: #212121;
  margin-left: -6px;
  position: absolute;
}

.experience-box {
  width: 49%;
  text-align: center;
  flex: 0 auto;
  margin-bottom: 0;
  padding-right: 0%;
  display: block;
}

.experience-title-box {
  border-bottom: 1px solid #c3cbe9;
  margin-bottom: 20px;
  padding-top: 20px;
}

.call-to-action-content-box {
  width: 33%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 65px;
  padding-bottom: 30px;
  display: flex;
}

.imac_checkoutmywork {
  width: 550px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-title {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 47px;
  font-weight: 200;
  line-height: 50px;
}

.credit-box {
  width: 100%;
  float: left;
  outline-offset: 0px;
  color: #3a4761;
  text-align: left;
  -webkit-text-stroke-color: #3a4761;
  border-top: 1px solid #000;
  border-bottom: 0 #000;
  outline: 3px #3a4761;
  padding-top: 24px;
  padding-bottom: 24px;
}

.credits-box {
  width: 50%;
  color: #cc3f0c;
  letter-spacing: 3px;
  -webkit-text-stroke-color: #3a4761;
  text-transform: uppercase;
  border: 0 solid #cc3f0c;
  border-top: 2px solid #3a4761;
  border-bottom: 3px solid #3a4761;
  margin: 100px auto 40px 0;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  display: block;
  position: static;
}

.credits-box.less-padding, .credits-box.less-padd, .credits-box.less-pa {
  margin-top: 40px;
}

.apple-devices-box {
  margin-top: 80px;
  position: relative;
}

.ipad-box {
  position: absolute;
  bottom: -5%;
  right: 0;
}

.iphone-box {
  position: absolute;
  bottom: -5%;
  right: 18%;
}

.image-sample-box {
  width: 90%;
  background-color: rgba(0, 0, 0, 0);
  border: 25px #000;
  border-radius: 25px;
  margin-bottom: 3%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.work-brief-box {
  max-width: 1120px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.work-brief-title-box {
  padding-top: 25px;
  padding-bottom: 25px;
}

.service-description-box {
  width: 70%;
  text-align: left;
  padding-bottom: 20px;
  padding-left: 10px;
}

.icon-service-box {
  width: 30%;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 42px;
  padding-right: 10px;
  display: flex;
}

.services-box {
  margin-top: 70px;
  margin-bottom: 50px;
}

.text-field {
  border: 1px #000;
  border-bottom: 2px solid #111;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 72px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  transition: border .2s;
}

.text-field:hover {
  border-bottom-color: #198ef7;
}

.text-field:focus {
  border-bottom-width: 2px;
  border-bottom-color: #198ef7;
}

.text-field.box {
  width: 33%;
  border: 2px solid #2e2e2e;
  margin-right: 2%;
  padding-left: 20px;
  font-size: 17px;
  position: relative;
}

.text-field.box:hover {
  border-color: #0098ff;
}

.text-field.box:focus {
  border-color: #198ef7;
}

.input-text {
  float: left;
  color: #111;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  top: 34px;
  bottom: 0;
  left: 15px;
  right: 0;
}

.input-text.your-message {
  float: none;
  letter-spacing: 1px;
  top: 0;
  left: 15px;
}

.input-box.your-message {
  text-align: left;
  margin-top: 34px;
  margin-bottom: 40px;
}

.form-wrapper {
  padding-left: 9%;
  padding-right: 9%;
}

.form-wrapper.sign-up {
  padding-left: 0%;
  padding-right: 0%;
}

.contact-form-box {
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.submit-button {
  width: 215px;
  height: 67px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #2e2e2e;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  transition: background-color .2s;
}

.submit-button:hover {
  color: #111;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #2e2e2e;
  font-weight: 800;
}

.submit-button.on-sign-up {
  width: 30%;
  height: 52px;
}

.text-area {
  color: #111;
  border: 2px solid #2e2e2e;
  font-family: Raleway, sans-serif;
  font-size: 13px;
}

.text-area.message {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 37px;
  font-family: Lato, sans-serif;
}

.text-area.message:hover {
  border-color: #198ef7;
}

.contact-details-box {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: 3px #2e2e2e;
  border-radius: 15px;
  margin: 10% auto;
  padding: 8% 10%;
  display: block;
  position: relative;
}

.address-box {
  width: 70%;
  margin-top: 20px;
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
}

.top-left-vertical-line {
  width: 3px;
  height: 12px;
  background-color: #2e2e2e;
  margin-top: -12px;
  margin-left: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.top-right-vertical-line {
  width: 3px;
  height: 11px;
  background-color: #2e2e2e;
  margin-top: -12px;
  margin-right: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.top-right-vertical-2 {
  width: 3px;
  height: 10px;
  background-color: #2e2e2e;
  margin-top: -21px;
  margin-right: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.top-right-horizontal-line {
  width: 50%;
  height: 3px;
  background-color: #2e2e2e;
  margin-top: -12px;
  margin-left: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.top-left-horizontal-line {
  width: 50%;
  height: 3px;
  background-color: #2e2e2e;
  margin-top: -12px;
  margin-right: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.top-left-vertical-2 {
  width: 3px;
  height: 10px;
  background-color: #2e2e2e;
  margin-top: -21px;
  margin-left: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.top-right-horizontal-line-2 {
  width: 50%;
  height: 3px;
  background-color: #2e2e2e;
  margin-top: -21px;
  margin-left: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.top-right-horizontal-2 {
  width: 52%;
  height: 3px;
  background-color: #2e2e2e;
  margin-top: -21px;
  margin-right: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.social-icons-small {
  display: inline-block;
}

.body {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.success-message {
  background-color: #f5f5f5;
  padding-bottom: 10px;
}

.error-message {
  background-color: #deffe6;
  padding-top: 17px;
  padding-bottom: 5px;
}

.image-box {
  width: 50%;
  height: 100%;
  min-height: 410px;
  background-image: url('../images/Feets.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 650px;
  display: block;
  box-shadow: 16px 16px 35px -7px rgba(33, 33, 33, .32);
}

.pointing-down-arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.features-section {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.features-section.expanded {
  text-align: center;
  background-color: #f8faff;
  padding-top: 290px;
}

.other-features-2, .other-features-3 {
  margin-bottom: 110px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.other-features-3.last-row {
  margin-bottom: 0;
}

.other-features-section {
  padding-top: 110px;
  position: relative;
  overflow: hidden;
}

.imac-display-box {
  flex: 1;
  display: block;
}

.iphones-6-box {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  display: flex;
  position: static;
}

.feature-icon, .feature-icon-2, .feature-icon-3, .feature-icon-4, .feature-icon-5, .feature-icon-6 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.hero-box-2 {
  margin-top: 10px;
}

.hero-header-box {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.hero-header-box.absolute {
  z-index: 10;
  position: absolute;
  bottom: 214px;
  left: 0;
  right: 0;
}

.header-box {
  text-align: right;
}

.header-box.left-justify {
  text-align: left;
}

.header-box.centered {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-box.medium {
  width: 80%;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.paragraph-box {
  text-align: right;
  margin-top: 0;
}

.paragraph-box.left-justify {
  text-align: left;
}

.title-box-2 {
  width: auto;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.paragraph-box-2 {
  text-align: left;
}

.title-box-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.how-i-work-row {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.chat-icon {
  justify-content: center;
  align-items: center;
  padding-bottom: 29px;
  display: flex;
}

.display-icon, .diamond-icon {
  width: 50%;
  justify-content: center;
  align-items: center;
  padding-bottom: 29px;
  display: flex;
}

.how-i-work-row-2 {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.how-i-work-row-3 {
  flex-wrap: wrap;
  margin-top: 50px;
  display: flex;
}

.testimonial-box-3 {
  width: 458px;
  height: 458px;
  float: left;
  text-align: center;
  background-color: #f8faff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 16%;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonial-box-2 {
  width: 458px;
  height: 456px;
  float: right;
  background-color: #f8f8f8;
  border-radius: 50%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 450px;
  padding-top: 0;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
}

.testimonial-box-2.yellow {
  text-align: center;
  background-color: #fdff39;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 45%;
  display: flex;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav {
  position: relative;
}

.left-arrow {
  width: 18%;
  height: 67%;
  margin-left: 2%;
}

.right-arrow {
  width: 18%;
  height: 67%;
  margin-right: 2%;
}

.vertical-divider {
  width: 3px;
  height: 109px;
  background-color: #a3abb1;
  margin-top: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.vertical-divider.right {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}

.video-element-box, .image-element-box {
  flex-wrap: wrap;
  margin-bottom: 50px;
  display: flex;
}

.hero-box {
  width: 100%;
}

.service-1, .service-2, .service-3, .service-4 {
  border-bottom: 1px solid #c3cbe9;
  padding-top: 40px;
  padding-bottom: 20px;
}

.multicolumn-image {
  width: 100%;
  height: 100%;
  min-height: 410px;
  color: #333;
  background-image: url('../images/Mustang.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
  margin-right: 15px;
  position: relative;
}

.multicolumn-image.small {
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/preview.png');
  background-size: cover;
  margin-left: 15px;
  margin-right: 15px;
}

.multicolumn-image.medium {
  width: 49%;
}

.multicolumn-image-2 {
  width: 100%;
  height: 100%;
  min-height: 410px;
  color: #333;
  background-image: url('../images/Food.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
  display: inline-block;
  position: relative;
}

.multicolumn-image-2.small {
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/preview_cat.png');
  background-position: 50%;
  margin-left: 0;
  margin-right: 0;
}

.multicolumn-image-2.medium {
  width: 49%;
}

.multicolumn-image-3 {
  width: 100%;
  height: 100%;
  min-height: 410px;
  color: #333;
  background-image: url('../images/photo-1441906363162-903afd0d3d52.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
  margin-right: 15px;
  position: relative;
}

.multicolumn-image-3.small {
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/preview_ahh.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 0;
}

.multicolumn-image-3.medium {
  width: 49%;
}

.multicolumn-image-4 {
  width: 100%;
  height: 100%;
  min-height: 410px;
  color: #333;
  background-image: url('../images/photo-1445251836269-d158eaa028a6-4.22.41-p.m..jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
  position: relative;
}

.multicolumn-image-4.small {
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/iMac-psd-mockup-template-1-COPY-WITH-BG.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
}

.multicolumn-image-4.medium {
  width: 49%;
  margin-right: 0;
}

.multicolumn-image-5 {
  width: 100%;
  height: 100%;
  min-height: 410px;
  color: #333;
  background-image: url('../images/photo-1443527216320-7e744084f5a7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.multicolumn-image-5.small {
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/iMac-psd-mockup-template-1-COPY-WITH-BG_1.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-left: 15px;
  margin-right: 15px;
}

.multicolumn-image-5.medium {
  width: 49%;
}

.multicolumn-image-6 {
  width: 100%;
  height: 100%;
  min-height: 410px;
  color: #333;
  background-image: url('../images/photo-1438201743149-3cc16cd4cddd.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
  margin-bottom: 0;
  position: relative;
}

.multicolumn-image-6.small {
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/Grey_BG_Template_RHO.png');
  background-size: cover;
  margin-left: 15px;
  margin-right: 15px;
}

.multicolumn-image-6.medium {
  width: 49%;
}

.multicolumn-image-7 {
  width: 100%;
  height: 100%;
  min-height: 410px;
  color: #333;
  background-image: url('../images/photo-1442406964439-e46ab8eff7c4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.multicolumn-image-7.small {
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/Grey_BG_Template_Sourcepoint.png');
  margin-left: 0;
  margin-right: 0;
}

.multicolumn-image-7.medium {
  width: 49%;
}

.multicolumn-image-8 {
  width: 100%;
  height: 100%;
  min-height: 410px;
  color: #333;
  background-image: url('../images/rueda.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.multicolumn-image-8.small {
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/Grey_BG_Template_otterSpotters.png');
  background-size: cover;
  margin-right: 0;
}

.multicolumn-image-8.medium {
  width: 49%;
  margin-right: 0;
}

.multicolumn-image-9 {
  width: 100%;
  height: 100%;
  min-height: 410px;
  color: #333;
  background-image: url('../images/Window.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.multicolumn-image-9.small {
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/Grey_BG_Template_eggsplorers.png');
  background-size: cover;
  margin-right: 0;
}

.multicolumn-image-9.small:visited {
  opacity: 1;
}

.multicolumn-image-9.medium {
  width: 49%;
}

.multicolumn-hover {
  text-align: center;
  background-color: rgba(255, 255, 255, .93);
  justify-content: center;
  align-items: center;
  margin: 25px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.multicolumn-hover.medium {
  opacity: 1;
  background-color: rgba(255, 255, 255, .8);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 0;
  display: flex;
}

.multicolumn-hover.small {
  padding-top: 83px;
}

.multicolumn-image-10 {
  width: 100%;
  height: 100%;
  min-height: 410px;
  color: #333;
  background-image: url('../images/Mountains.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.multicolumn-image-10.small {
  width: 31.7%;
  min-height: 300px;
}

.multicolumn-image-10.medium {
  width: 49%;
  margin-right: 0;
}

.multicolumn-image-11 {
  width: 100%;
  height: 100%;
  min-height: 410px;
  color: #333;
  background-image: url('../images/Hands.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.multicolumn-image-11.small {
  width: 31.7%;
  min-height: 300px;
}

.multicolumn-image-11.medium {
  width: 49%;
}

.multicolumn-image-12 {
  width: 100%;
  height: 100%;
  min-height: 410px;
  color: #333;
  background-image: url('../images/Swings.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
  margin-right: 15px;
  position: relative;
}

.multicolumn-image-12.small {
  width: 31.7%;
  min-height: 300px;
  margin-right: 0;
}

.multicolumn-image-12.medium {
  width: 49%;
  margin-right: 0;
}

.other-features-4, .other-features-5 {
  margin-bottom: 110px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tree-box {
  text-align: right;
  flex: 1;
  margin-bottom: 30px;
}

.quote-box {
  text-align: center;
  padding-bottom: 120px;
}

.quote-marks-box {
  margin-bottom: 25px;
  font-family: Abril Fatface, sans-serif;
}

.bottle-box, .subscribe-right-column {
  text-align: left;
  flex: 1;
}

.subscribe-image-box {
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 29px;
}

.team-members-box {
  margin-top: 70px;
}

.team-member-box {
  width: 30%;
  min-height: 365px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .28);
}

.social-icons-mini {
  margin-top: 10px;
}

.service-feature-image, .service-feature-image-2, .service-feature-image-3, .service-feature-image-4, .service-feature-image-5, .service-feature-image-6 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.service-feature-box-2 {
  width: 32%;
  margin-bottom: 50px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.service-feature-box-2.shadow {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .28);
}

.service-feature-box-3 {
  width: 32%;
  background-color: #fff;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: relative;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .28);
}

.service-feature-box-4, .service-feature-box-5, .service-feature-box-6 {
  width: 32%;
  background-color: #fff;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .28);
}

.other-features-6 {
  width: 80%;
  background-color: #fff;
  margin: 70px auto 110px;
  padding: 40px 30px 40px 11px;
  display: block;
  position: relative;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .22);
}

.figure-box {
  width: 40%;
  position: relative;
  left: -44px;
}

.figure-box.right {
  left: 29px;
}

.title-box-4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.other-features-7 {
  width: 80%;
  background-color: #fff;
  margin: 70px auto 110px;
  padding: 25px 11px 40px 30px;
  display: block;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .28);
}

.other-features-7.no-bottom-border {
  width: 80%;
  margin-bottom: 0;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .22);
}

.dark-frame-box {
  width: 402px;
  height: 500px;
  background-color: #fff;
  border: 32px solid #2e2e2e;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 15px 15px 38px -3px rgba(0, 0, 0, .44);
}

.hero-section-2 {
  z-index: 1;
  text-align: center;
  margin-bottom: -128px;
  padding: 130px 10% 80px;
  position: relative;
}

.left-vertical-blue-line {
  width: 1px;
  min-height: 695px;
  background-color: #198ef7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13%;
}

.blue-lines-box {
  width: 100%;
  height: 100%;
  max-width: 660px;
  min-height: 700px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.right-vertical-blue-line {
  width: 1px;
  height: 100%;
  min-height: 695px;
  background-color: #198ef7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13%;
}

.top-blue-line {
  width: 100%;
  height: 1px;
  background-color: #198ef7;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
}

.bottom-blue-line {
  width: 100%;
  height: 1px;
  background-color: #198ef7;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}

.arrow-black {
  background-color: #0098ff;
  position: absolute;
  bottom: -107px;
  left: 0;
  right: 0;
}

.top-left-stitch {
  width: 11px;
  height: 1px;
  background-color: #198ef7;
  position: absolute;
  top: 45px;
  bottom: 0;
  left: 12.3%;
  transform: rotate(-44deg);
}

.top-right-sitich {
  width: 11px;
  height: 1px;
  background-color: #198ef7;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 12.3%;
  transform: rotate(44deg);
}

.bottom-left-stitch {
  width: 11px;
  height: 1px;
  background-color: #198ef7;
  position: absolute;
  bottom: 45px;
  left: 12.3%;
  transform: rotate(-44deg);
}

.right-bottom-stitch {
  width: 11px;
  height: 1px;
  background-color: #198ef7;
  position: absolute;
  bottom: 45px;
  right: 12.3%;
  transform: rotate(44deg);
}

.hero-title-box-2 {
  position: relative;
}

.image-gallery-box {
  width: 48%;
  height: 325px;
  background-image: url('../images/plants.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 13px solid #fff;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .35);
}

.image-gallery-box-2 {
  width: 48%;
  height: 325px;
  background-image: url('../images/vista.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 13px solid #fff;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .35);
}

.images-gallery-box {
  width: 100%;
  flex-flow: wrap;
  margin-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.images-gallery-box.space-between {
  justify-content: space-between;
}

.image-gallery-box-3 {
  width: 48%;
  height: 325px;
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 13px solid #fff;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .35);
}

.image-gallery-box-4 {
  width: 48%;
  height: 325px;
  background-image: url('../images/Mustang.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 13px solid #fff;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .35);
}

.image-gallery-box-5 {
  width: 48%;
  height: 325px;
  background-image: url('../images/girl-4.36.31-p.m..jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 13px solid #fff;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .35);
}

.image-gallery-box-6 {
  width: 48%;
  height: 325px;
  background-image: url('../images/Girl-subway.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 13px solid #fff;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, .35);
}

.lightbox-link {
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: zoom-in;
}

.image-description-box {
  width: auto;
  text-align: left;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 26px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.work-background-box {
  width: 100%;
  min-height: 250px;
  background-image: url('../images/photo-1443527216320-7e744084f5a7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.work-background-box.big {
  width: 100%;
  min-height: 500px;
  background-image: url('../images/Girl-subway.png');
}

.work-background-box._2 {
  background-image: url('../images/Food.jpg');
}

.work-background-box._3 {
  background-image: url('../images/photo-1441906363162-903afd0d3d52.jpg');
}

.work-background-box._4 {
  background-image: url('../images/photo-1445251836269-d158eaa028a6-4.22.41-p.m..jpg');
}

.work-background-box._6 {
  background-image: url('../images/photo-1438201743149-3cc16cd4cddd.jpg');
}

.work-background-box._7 {
  background-image: url('../images/photo-1442406964439-e46ab8eff7c4.jpg');
}

.work-background-box._8 {
  background-image: url('../images/rueda.jpg');
}

.work-background-box._9 {
  background-image: url('../images/Window.jpg');
}

.work-sample-content-box {
  text-align: left;
  padding-top: 15px;
  padding-left: 10px;
  position: relative;
}

.work-background-box-2 {
  width: 100%;
  min-height: 250px;
  background-image: url('../images/Food.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.work-background-box-2.big {
  min-height: 500px;
}

.work-background-box-3 {
  width: 100%;
  min-height: 250px;
  background-image: url('../images/photo-1441906363162-903afd0d3d52.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 600px;
  position: relative;
}

.work-background-box-3.big {
  min-height: 500px;
  background-size: cover;
}

.work-background-box-4 {
  width: 100%;
  min-height: 250px;
  background-image: url('../images/photo-1445251836269-d158eaa028a6-4.22.41-p.m..jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.work-background-box-4.big {
  min-height: 500px;
  background-size: cover;
}

.work-background-box-5 {
  width: 100%;
  min-height: 250px;
  background-image: url('../images/photo-1443527216320-7e744084f5a7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 600px;
  position: relative;
}

.work-background-box-5.big {
  min-height: 500px;
  background-size: cover;
}

.work-background-box-6 {
  width: 100%;
  min-height: 250px;
  background-image: url('../images/photo-1438201743149-3cc16cd4cddd.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 600px;
  position: relative;
}

.work-background-box-7 {
  width: 100%;
  min-height: 250px;
  background-image: url('../images/photo-1442406964439-e46ab8eff7c4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 600px;
  position: relative;
}

.work-background-box-8 {
  width: 100%;
  min-height: 250px;
  background-image: url('../images/rueda.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.work-background-box-9 {
  width: 100%;
  min-height: 250px;
  background-image: url('../images/Window.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 600px;
  position: relative;
}

.text-box {
  text-align: left;
  margin-top: 30px;
}

.text-box.no-top-border {
  margin-top: 0;
}

.image-source-and-license-box {
  margin-top: 10px;
}

.title-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.title-text.small {
  text-align: left;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 17px;
}

.titles-box {
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-container {
  text-align: left;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-top: 20px;
  padding: 16px 24px;
}

.heading-container.first {
  margin-top: 60px;
}

.heading-box {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-box.center {
  text-align: center;
}

.heading-box.dark {
  background-color: #000;
}

.paragraph-container {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: 20px;
  padding: 16px 24px;
}

.paragraph-sample-box {
  text-align: left;
}

.invitation {
  margin-bottom: 30px;
}

.quote {
  color: #fff;
  text-align: center;
  background-color: #111;
  line-height: 78px;
}

.heading-2.big {
  color: #ee4e34;
  text-align: left;
  -webkit-text-stroke-color: #cc3f0c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: p22-underground, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
}

.heading-1.big {
  color: #006d77;
  font-family: p22-underground, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 130px;
}

.heading-1.medium {
  color: #ee4e34;
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 100px;
}

.hero-subtitle {
  color: #006d77;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: forma-djr-micro, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 50px;
}

.hero-subtitle.medium {
  color: #fff;
  text-align: left;
  border: 1px #006d77;
  font-size: 32px;
  line-height: 38px;
}

.mini-title {
  direction: ltr;
  color: #3a4761;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px #000;
  font-family: p22-underground-pc, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 19px;
  position: relative;
}

.mini-title.white {
  color: #3a4761;
  text-align: left;
  font-family: p22-underground, sans-serif;
}

.mini-title.footer {
  font-size: 11.5px;
}

.mini-title-box {
  display: inline-block;
}

.heading-3.big {
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 48px;
}

.heading-3.big.right-justified {
  color: #212121;
  text-align: right;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
}

.heading-3.big.left-justified {
  color: #212121;
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
}

.heading-3.big.white {
  color: #212121;
  text-align: center;
  margin-bottom: 0;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
  line-height: 45px;
}

.heading-3.big.centered {
  color: #212121;
  text-align: center;
  font-family: p22-underground, sans-serif;
  font-weight: 500;
}

.heading-3.white-center {
  color: #f8faff;
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.heading-3.big-center {
  text-align: center;
  font-size: 45px;
  line-height: 48px;
}

.heading-4.big-center {
  text-align: center;
  margin-top: 0;
  font-size: 36px;
  line-height: 44px;
}

.heading-4.left {
  text-align: left;
  font-size: 36px;
  line-height: 44px;
}

.button-white-outline {
  min-width: 170px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 3px solid #fff;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.button-white-outline:hover {
  color: #333;
  background-color: #fff;
  font-weight: 700;
}

.button-white-outline.top-border {
  min-width: 170px;
  float: left;
  color: #fff;
  border-width: 2px;
  border-color: #fff;
  margin-top: 15px;
  margin-right: 0;
  padding: 15px;
  font-family: p22-underground, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-white-outline.top-border:hover {
  color: #3a4761;
  background-color: #ebfdff;
}

.center-box {
  text-align: center;
}

.flex-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0%;
  margin-bottom: 0%;
  display: flex;
}

.flex-wrapper.top-border {
  margin-top: 30px;
}

.team-member-image {
  width: 100%;
  height: 270px;
  background-image: url('../images/Team-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-image._2 {
  background-image: url('../images/photo-1424470535838-79a00dc41aa5-4.22.41-p.m..jpg');
}

.team-member-image._3 {
  background-image: url('../images/Team-3.png');
}

.work-sample-item {
  width: 31%;
  margin-bottom: 60px;
  margin-right: 16.5px;
}

.work-sample-item._50-percent {
  width: 47.5%;
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.work-sample-item.full-width {
  width: 100%;
}

.mini-title-link {
  color: #333;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 1px;
  font-family: forma-djr-micro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.mini-title-link:hover {
  color: #0098ff;
}

.heading-link-box {
  text-decoration: none;
  transition: border .2s;
  display: inline-block;
}

.heading-link-box:hover {
  text-decoration: underline;
}

.heading-3-hover {
  color: #333;
  font-family: p22-underground, sans-serif;
  font-size: 22px;
}

.team-description {
  padding: 20px 20px 10px;
}

.update {
  z-index: 10000;
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #fdff39;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 30px;
  padding-top: 6px;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.update-text {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

._50-percent-column {
  width: 50%;
}

._50-percent-column.center {
  min-height: 550px;
  background-color: #3a4761;
  border: 1px #e15c50;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 131px;
  padding-bottom: 131px;
  display: flex;
}

._50-percent-column.image {
  background-image: url('../images/20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.philosophy-text-box {
  width: 70%;
}

.hide {
  display: none;
}

.flex-space {
  width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: center;
  display: grid;
}

.footer-box {
  text-align: center;
}

.bottom-white {
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-white {
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.social-icon-small {
  width: 50px;
  height: 50px;
  background-color: #212121;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-right: 15px;
  transition: background-color .2s;
  display: inline-block;
}

.social-icon-small:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
}

.social-icon-small.fb {
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.social-icon-small.fb:hover {
  background-image: url('../images/logo-de-facebook.svg');
}

.social-icon-small.instagram {
  background-image: url('../images/logo-de-instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.social-icon-small.instagram:hover {
  background-image: url('../images/logo-de-instagram.svg');
}

.social-icon-small.twitter {
  background-image: url('../images/gorjeo-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.social-icon-small.twitter:hover {
  background-image: url('../images/gorjeo.svg');
}

.social-icon-small.linkedin {
  background-image: url('../images/linkedin-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.social-icon-small.linkedin:hover {
  background-image: url('../images/linkedin.svg');
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-margin {
  margin-top: 20px;
  display: block;
}

.social-icon-mini {
  width: 30px;
  height: 30px;
  background-color: #212121;
  border-radius: 50%;
  margin-bottom: 10px;
  margin-right: 7px;
  transition: background-color .2s;
  display: inline-block;
}

.social-icon-mini:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
}

.social-icon-mini.fb {
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-mini.fb:hover {
  background-image: url('../images/logo-de-facebook.svg');
}

.social-icon-mini.twitter {
  background-image: url('../images/gorjeo-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-mini.twitter:hover {
  background-image: url('../images/gorjeo.svg');
}

.social-icon-mini.instagram {
  background-image: url('../images/logo-de-instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-mini.instagram:hover {
  background-image: url('../images/logo-de-instagram.svg');
}

.social-icon-mini.linkedin {
  background-image: url('../images/linkedin-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-mini.linkedin:hover {
  background-image: url('../images/linkedin.svg');
}

.title-small {
  color: #999;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.social-icon-white {
  width: 70px;
  height: 70px;
  background-color: #f8faff;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-right: 15px;
  transition: background-color .2s;
  display: inline-block;
}

.social-icon-white:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #f8faff;
}

.social-icon-white.fb {
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.social-icon-white.fb:hover {
  background-image: url('../images/logo-de-facebook-1.svg');
}

.social-icon-white.twitter {
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.social-icon-white.twitter:hover {
  background-image: url('../images/gorjeo-1.svg');
}

.social-icon-white.instagram {
  background-image: url('../images/logo-de-instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.social-icon-white.instagram:hover {
  background-image: url('../images/logo-de-instagram-1.svg');
}

.social-icon-white.linkedin {
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.social-icon-white.linkedin:hover {
  background-image: url('../images/linkedin-1.svg');
}

.go-up-button-2 {
  z-index: 20;
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: rgba(225, 92, 80, .43);
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button-2.w--current {
  z-index: 100;
}

.brand {
  z-index: 5000;
  height: 90px;
  justify-content: center;
  align-items: center;
  margin-right: 75px;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.menu-title {
  z-index: 1;
  color: #333;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 47px;
  position: relative;
}

.menu-title.white {
  color: #fff;
}

.social-icons-box-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.nav-links-container {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 950px;
  text-align: center;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-links-container.dark {
  background-color: #212121;
  display: none;
}

.social-icon-2 {
  width: 70px;
  height: 70px;
  background-color: #212121;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-right: 15px;
  transition: background-color .2s;
  display: inline-block;
}

.social-icon-2:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #000;
}

.social-icon-2.twitter {
  background-image: url('../images/gorjeo-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.social-icon-2.twitter:hover {
  background-image: url('../images/gorjeo.svg');
}

.social-icon-2.instagram {
  background-image: url('../images/logo-de-instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.social-icon-2.instagram:hover {
  background-image: url('../images/logo-de-instagram.svg');
}

.social-icon-2.linkedin {
  background-image: url('../images/linkedin-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.social-icon-2.linkedin:hover {
  background-image: url('../images/linkedin.svg');
}

.social-icon-2.fb {
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.social-icon-2.fb:hover {
  background-image: url('../images/logo-de-facebook.svg');
}

.nav-link {
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nav-link:hover {
  color: #111;
}

.navbar {
  z-index: 10;
  width: 100%;
  background-color: #fff;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.dark {
  background-color: #212121;
}

.burger-menu {
  z-index: 5000;
  width: 40px;
  height: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 29px;
  padding-top: 12px;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.burger-menu:hover {
  opacity: .8;
}

.burger-menu.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.navigation {
  font-family: forma-djr-micro, sans-serif;
  transition: opacity .2s;
}

.menu-item-2, .menu-item-3, .menu-item-4, .menu-item-5, .menu-item-6, .menu-item-7 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sticky-nav {
  z-index: 1;
  color: #212121;
  object-fit: fill;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-link-2 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: forma-djr-micro, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.nav-link-2:hover {
  color: #cc3f0c;
  text-decoration: none;
}

.div-block {
  text-align: left;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: p22-underground, sans-serif;
}

.link-2, .link-3 {
  color: #cc3f0c;
  font-size: 18px;
}

.button-copy {
  min-width: 170px;
  float: right;
  clear: left;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #e15c50;
  background-clip: border-box;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  margin-left: 5%;
  margin-right: 5%;
  padding: 20px;
  font-family: forma-djr-micro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  text-decoration: none;
  transition: background-color .4s, color .2s;
  display: flex;
}

.button-copy:hover {
  color: #f8faff;
  background-color: #87c2a8;
  border: 3px #2e2e2e;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  text-decoration: none;
}

.button-copy.top-border {
  margin-top: 15px;
}

.button-copy.login {
  width: 100%;
}

.div-block-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: block;
}

.div-block-3 {
  max-width: none;
  min-width: 0;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template: ". . . ." 0
                 ". Area . Area-3"
                 / 1fr 1fr .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.button-copy {
  min-width: 170px;
  float: right;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #3a4761;
  background-clip: border-box;
  border: 3px solid #3a4761;
  border-radius: 0;
  margin-top: 10px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 15px;
  font-family: p22-underground, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .4s, color .2s;
  display: block;
}

.button-copy:hover {
  outline-offset: 0px;
  color: #3a4761;
  background-color: #f7f1eb;
  border: 3px solid #3a4761;
  outline: 2px #3a4761;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  text-decoration: none;
}

.button-copy.top-border {
  margin-top: 15px;
}

.button-copy.login {
  width: 100%;
}

.button-copy.left {
  float: left;
}

.button-copy-2 {
  max-width: 200px;
  min-width: 170px;
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #e15c50;
  background-clip: border-box;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  justify-content: center;
  align-items: stretch;
  margin-left: 5%;
  margin-right: 5%;
  padding: 20px;
  font-family: forma-djr-micro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  text-decoration: none;
  transition: background-color .4s, color .2s;
  display: inline-block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.button-copy-2:hover {
  color: #f8faff;
  background-color: #c3dfd5;
  border: 3px #2e2e2e;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  text-decoration: none;
}

.button-copy-2.top-border {
  margin-top: 15px;
}

.button-copy-2.login {
  width: 100%;
}

.navbar-2 {
  color: #212121;
  text-align: right;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  font-family: forma-djr-micro, sans-serif;
  font-size: 16px;
  display: block;
}

.brand-2 {
  background-image: url('../images/logo_exercise-04.svg');
  background-position: 0 0;
  background-size: contain;
}

.brand-2.w--current {
  color: #e15c50;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: static;
}

.image-3 {
  float: left;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}

.container {
  max-width: none;
  clear: none;
  text-align: right;
  flex-direction: row-reverse;
  order: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  margin: auto 10%;
  display: block;
}

.link-block {
  float: left;
}

.div-block-4 {
  margin-top: 5%;
  margin-bottom: 0%;
}

.link-4 {
  color: #cc3f0c;
  font-size: 18px;
}

.heading-5 {
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.heading-6 {
  font-family: p22-underground, sans-serif;
  font-size: 22px;
}

.heading-7, .heading-8, .heading-9, .heading-10, .heading-11 {
  font-family: p22-underground, sans-serif;
}

.heading-12 {
  text-align: left;
  margin-right: 5%;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
}

.paragraph-2 {
  clear: none;
  color: #212121;
  text-align: left;
  flex: 0 auto;
  order: 1;
  align-self: auto;
  margin-bottom: 0;
  margin-right: 0%;
  font-family: p22-underground, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
}

.image-4 {
  margin-left: 5%;
}

.column-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.column-3 {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.image-5 {
  text-align: center;
  border-radius: 20px;
  display: inline-block;
}

.columns {
  object-fit: fill;
  align-items: center;
  display: flex;
}

.link-5 {
  color: #cc3f0c;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-6 {
  font-family: forma-djr-micro, sans-serif;
  font-size: 18px;
}

.cards-section {
  padding-top: 1%;
  padding-bottom: 5%;
  font-family: forma-djr-micro, sans-serif;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  text-align: center;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 180px;
  height: 100%;
  max-width: none;
  text-align: center;
  object-fit: contain;
  object-position: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-6 {
  object-fit: cover;
}

.heading-13 {
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.paragraph-7 {
  text-align: left;
  font-family: forma-djr-micro, sans-serif;
  font-size: 16px;
}

.heading-14 {
  text-align: center;
  font-family: p22-underground, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.paragraph-8 {
  font-family: forma-djr-micro, sans-serif;
  font-size: 16px;
}

.paragraph-9 {
  text-align: left;
  font-family: forma-djr-micro, sans-serif;
  font-size: 16px;
}

.heading-15 {
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
  font-family: forma-djr-micro, sans-serif;
  font-size: 18px;
}

.paragraph-16, .paragraph-17, .paragraph-18 {
  font-size: 18px;
}

.text-block {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: p22-underground, sans-serif;
  font-size: 25px;
  display: flex;
}

.nav-link-3 {
  color: #212121;
}

.nav-link-3:hover {
  color: #cc3f0c;
}

.nav-link-3.w--current {
  color: #212121;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-3.w--current:hover {
  color: #cc3f0c;
}

.nav-link-4 {
  color: #212121;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-4:hover {
  color: #cc3f0c;
}

.nav-link-4.w--current {
  color: #212121;
}

.nav-link-4.w--current:hover {
  color: #cc3f0c;
}

.nav-link-5 {
  color: #212121;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-5:hover {
  color: #cc3f0c;
}

.nav-link-5.w--current {
  color: #212121;
}

.nav-link-5.w--current:hover {
  color: #cc3f0c;
}

.icon {
  color: #212121;
  position: relative;
  left: 0;
  right: 70px;
}

.icon-2 {
  color: #212121;
  position: relative;
  left: 60px;
}

.mini-title-copy {
  color: #212121;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  position: relative;
}

.mini-title-copy.white {
  color: #006d77;
  text-align: right;
  font-family: p22-underground, sans-serif;
}

.mini-title-copy.footer {
  font-size: 11.5px;
}

.mini-title-copy {
  color: #3a4761;
  letter-spacing: 1.5px;
  -webkit-text-stroke-color: #3a4761;
  text-transform: uppercase;
  font-family: p22-underground, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  position: relative;
}

.mini-title-copy.white {
  color: #cc3f0c;
  text-align: right;
  font-family: p22-underground, sans-serif;
}

.mini-title-copy.footer {
  font-size: 11.5px;
}

.paragraph-copy {
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy.gray {
  color: #212121;
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy.small {
  font-size: 21px;
  line-height: 30px;
}

.paragraph-copy.medium {
  color: #212121;
  margin-top: 3%;
  font-family: p22-underground, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-copy.big {
  text-align: left;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: forma-djr-micro, sans-serif;
  font-size: 24px;
  line-height: 42px;
  position: static;
}

.paragraph-copy.big.gray {
  color: #212121;
  text-align: center;
}

.div-block-5, .div-block-6, .div-block-7, .div-block-8, .div-block-9, .div-block-10, .div-block-11, .div-block-12 {
  text-align: left;
}

.portfolio-section {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 500px;
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  margin-right: 30px;
}

.feature-image {
  width: 275px;
  height: auto;
  max-width: none;
  min-width: 200px;
  color: #ee4e34;
  object-fit: contain;
  object-position: 50% 50%;
  transition: opacity .2s;
}

.feature-image.small {
  width: 200px;
}

.heading-16 {
  color: #ee4e34;
  font-family: p22-underground, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.column-4 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.column-5 {
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.columns-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.paragraph-copy {
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy.gray {
  color: #212121;
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy.small {
  font-size: 21px;
  line-height: 30px;
}

.paragraph-copy.medium {
  color: #212121;
  margin-top: 3%;
  font-family: p22-underground, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-copy.big {
  text-align: left;
  margin-top: 0%;
  margin-bottom: 0%;
  font-family: forma-djr-micro, sans-serif;
  font-size: 30px;
  line-height: 42px;
  position: static;
}

.paragraph-copy.big.gray {
  color: #212121;
  text-align: center;
}

.paragraph-19 {
  width: 600px;
  max-width: none;
  min-width: auto;
  font-family: forma-djr-micro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-20 {
  max-width: none;
  min-width: 500px;
}

.image-7 {
  width: 580px;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  opacity: 1;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 15%;
  padding-top: 0;
  padding-right: 0;
  position: relative;
}

.nav-menu {
  float: right;
  clear: right;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  display: block;
}

.button-2 {
  background-color: #e15c50;
}

.container-2 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
}

.nav-link-6 {
  color: #212121;
  font-family: forma-djr-micro, sans-serif;
  font-size: 16px;
}

.nav-link-6:hover {
  color: #ee4e34;
  border: 1px #000;
  text-decoration: underline;
}

.nav-link-6.w--current {
  color: #212121;
  text-decoration: underline;
}

.nav-link-7 {
  color: #212121;
  font-family: forma-djr-micro, sans-serif;
}

.nav-link-7:hover {
  color: #ee4e34;
  -webkit-text-stroke-color: #ee4e34;
  text-decoration: underline;
}

.nav-link-7.w--current {
  color: #212121;
  text-decoration: underline;
}

.nav-link-7.w--current:hover, .nav-link-7.w--current:focus {
  color: #cc3f0c;
}

.nav-link-8 {
  color: #212121;
  font-family: forma-djr-micro, sans-serif;
}

.nav-link-8:hover {
  color: #ee4e34;
  text-decoration: underline;
}

.nav-link-8.w--current {
  color: #212121;
  text-decoration: underline;
}

.navbar-3 {
  z-index: 10000000;
  float: none;
  clear: none;
  opacity: 1;
  color: #3a4761;
  object-fit: fill;
  background-color: rgba(255, 255, 255, .8);
  font-family: p22-underground, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: opacity 1s;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-3:hover {
  opacity: 1;
  background-color: #fff;
}

.brand-3 {
  background-image: url('../images/logo_exercise-05.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.container-3 {
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.image-8 {
  width: 75px;
}

.div-block-13, .div-block-14 {
  background-color: #fff;
}

.div-block-15 {
  width: auto;
  height: auto;
  max-height: 400px;
  max-width: 400px;
  min-height: 275px;
  min-width: 275px;
  text-align: center;
  background-color: #f7f1eb;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5%;
  padding: 10% 3%;
  display: flex;
  position: static;
  box-shadow: 14px 14px 8px rgba(58, 71, 97, .24);
}

.image-9 {
  width: auto;
  max-width: 60%;
  min-width: 40%;
  text-align: center;
  padding-bottom: 20px;
}

.paragraph-copy {
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy.gray {
  color: #212121;
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy.small {
  font-size: 21px;
  line-height: 30px;
}

.paragraph-copy.medium {
  color: #212121;
  margin-top: 3%;
  font-family: p22-underground, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-copy.big {
  text-align: left;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: forma-djr-micro, sans-serif;
  font-size: 30px;
  line-height: 42px;
  position: static;
}

.paragraph-copy.big.gray {
  color: #212121;
  text-align: center;
}

.column-6 {
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.column-7 {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
}

.content-section-copy {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.content-section-copy.intro {
  text-align: center;
  background-color: #ebfdff;
  margin-top: 0%;
  margin-bottom: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: forma-djr-micro, sans-serif;
  font-weight: 300;
  overflow: visible;
}

.content-section-copy.gray {
  height: auto;
  color: #212121;
  background-color: #ebfdff;
  background-image: url('../images/hero_mayaWebsite-01.svg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
}

.content-section-copy.dark {
  background-color: #ebfdff;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.content-section-copy.no-top-padding {
  padding-top: 0;
}

.content-section-copy.no-top-border {
  background-color: #fff;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.content-section-copy.footer {
  background-color: #fff;
  padding-top: 5%;
  padding-bottom: 0%;
}

.content-section-copy.footer.dark {
  background-color: #242424;
  padding-bottom: 40px;
}

.content-section-copy.no-bottom-padding {
  padding-bottom: 60px;
}

.content-section-copy.image-background {
  background-image: url('../images/sofa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.content-section-copy.split {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.content-section-copy.iphone {
  background-color: #006d77;
  padding-top: 0;
  padding-bottom: 0;
}

.button-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.resume_button {
  max-width: 200px;
  min-width: 170px;
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #e15c50;
  background-clip: border-box;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 20px;
  font-family: forma-djr-micro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  text-decoration: none;
  transition: background-color .4s, color .2s;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.resume_button:hover {
  color: #f8faff;
  background-color: #c3dfd5;
  border: 3px #2e2e2e;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  text-decoration: none;
}

.resume_button.w--current {
  margin: 20px 0%;
}

.resume_button.top-border {
  margin-top: 15px;
}

.resume_button.login {
  width: 100%;
}

.heading-1-copy.big {
  color: #006d77;
  font-family: p22-underground, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 130px;
}

.heading-1-copy.medium {
  color: #fff;
  text-align: left;
  margin-right: 10%;
  font-family: p22-underground, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 100px;
}

.paragraph-21 {
  color: #fff;
  margin-right: 10%;
  font-family: p22-underground, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.hero-section-copy {
  object-fit: fill;
  background-image: url('../images/hero_mayaWebsite-01.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20%;
  padding-bottom: 20%;
  display: flex;
  position: relative;
}

.hero-section-copy.me {
  min-height: 700px;
  text-align: center;
  background-color: #fff;
  background-image: none;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-section-copy.horses {
  min-height: 900px;
  background-image: url('../images/Mustang.png');
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 15%;
}

.hero-section-copy.guy {
  height: 900px;
  background-image: url('../images/Guy.jpg');
  background-size: cover;
  padding-top: 17%;
  padding-bottom: 23%;
}

.hero-section-copy.girl {
  min-height: 900px;
  background-image: url('../images/Girl-subway.png');
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 15%;
}

.hero-section-copy.short {
  background-image: url('../images/Men-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 17%;
  padding-bottom: 23%;
}

.column-4-copy {
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.experience_hero_img {
  opacity: 1;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  position: relative;
}

.paragraph-copy {
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy.gray {
  color: #212121;
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy.small {
  font-size: 21px;
  line-height: 30px;
}

.paragraph-copy.medium {
  color: #212121;
  margin-top: 3%;
  font-family: p22-underground, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-copy.big {
  text-align: right;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: forma-djr-micro, sans-serif;
  font-size: 30px;
  line-height: 42px;
  position: static;
}

.paragraph-copy.big.gray {
  color: #212121;
  text-align: center;
}

.paragraph-copy {
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy.gray {
  color: #212121;
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy.small {
  font-size: 21px;
  line-height: 30px;
}

.paragraph-copy.medium {
  color: #212121;
  margin-top: 3%;
  font-family: p22-underground, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-copy.big {
  text-align: right;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: forma-djr-micro, sans-serif;
  font-size: 30px;
  line-height: 42px;
  position: static;
}

.paragraph-copy.big.gray {
  color: #212121;
  text-align: center;
}

.heading-3-copy.big {
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 48px;
}

.heading-3-copy.big.right-justified {
  color: #212121;
  text-align: right;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: p22-underground, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.heading-3-copy.big.left-justified {
  color: #212121;
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
}

.heading-3-copy.big.white {
  color: #212121;
  text-align: center;
  margin-bottom: 0;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
  line-height: 45px;
}

.heading-3-copy.big.centered {
  color: #212121;
  text-align: center;
  font-family: p22-underground, sans-serif;
  font-weight: 500;
}

.heading-3-copy.white-center {
  color: #f8faff;
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 48px;
}

.heading-3-copy.big-center {
  text-align: center;
  font-size: 45px;
  line-height: 48px;
}

.heading-3-copy.big {
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 48px;
}

.heading-3-copy.big.right-justified {
  color: #212121;
  text-align: right;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
}

.heading-3-copy.big.left-justified {
  color: #212121;
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
}

.heading-3-copy.big.white {
  color: #212121;
  text-align: center;
  margin-bottom: 0;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
  line-height: 45px;
}

.heading-3-copy.big.centered {
  color: #212121;
  text-align: center;
  font-family: p22-underground, sans-serif;
  font-weight: 500;
}

.heading-3-copy.white-center {
  color: #f8faff;
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 48px;
}

.heading-3-copy.big-center {
  text-align: center;
  font-size: 45px;
  line-height: 48px;
}

.heading-3-copy.big {
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 48px;
}

.heading-3-copy.big.right-justified {
  color: #ee4e34;
  text-align: right;
  margin-bottom: 0;
  font-family: p22-underground, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.heading-3-copy.big.left-justified {
  color: #212121;
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
}

.heading-3-copy.big.white {
  color: #212121;
  text-align: center;
  margin-bottom: 0;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
  line-height: 45px;
}

.heading-3-copy.big.centered {
  color: #212121;
  text-align: center;
  font-family: p22-underground, sans-serif;
  font-weight: 500;
}

.heading-3-copy.white-center {
  color: #f8faff;
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 48px;
}

.heading-3-copy.big-center {
  text-align: center;
  font-size: 45px;
  line-height: 48px;
}

.heading-3-copy-copy.big {
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 48px;
}

.heading-3-copy-copy.big.right-justified {
  color: #212121;
  text-align: right;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
}

.heading-3-copy-copy.big.left-justified {
  color: #ee4e34;
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.heading-3-copy-copy.big.white {
  color: #212121;
  text-align: center;
  margin-bottom: 0;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
  line-height: 45px;
}

.heading-3-copy-copy.big.centered {
  color: #212121;
  text-align: center;
  font-family: p22-underground, sans-serif;
  font-weight: 500;
}

.heading-3-copy-copy.white-center {
  color: #f8faff;
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 48px;
}

.heading-3-copy-copy.big-center {
  text-align: center;
  font-size: 45px;
  line-height: 48px;
}

.paragraph-copy-copy {
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy-copy.gray {
  color: #212121;
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy-copy.small {
  font-size: 21px;
  line-height: 30px;
}

.paragraph-copy-copy.medium {
  color: #212121;
  margin-top: 3%;
  font-family: p22-underground, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-copy-copy.big {
  text-align: left;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: forma-djr-micro, sans-serif;
  font-size: 30px;
  line-height: 42px;
  position: static;
}

.paragraph-copy-copy.big.gray {
  color: #212121;
  text-align: center;
}

.paragraph-copy-copy {
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy-copy.gray {
  color: #212121;
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy-copy.small {
  font-size: 21px;
  line-height: 30px;
}

.paragraph-copy-copy.medium {
  color: #212121;
  margin-top: 3%;
  font-family: p22-underground, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-copy-copy.big {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: forma-djr-micro, sans-serif;
  font-size: 30px;
  line-height: 42px;
  position: static;
}

.paragraph-copy-copy.big.gray {
  color: #212121;
  text-align: center;
}

.column-5-copy {
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.flex-wrapper-copy {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 5%;
  margin-bottom: 0%;
  display: flex;
}

.flex-wrapper-copy.top-border {
  margin-top: 30px;
}

.flex-wrapper-copy {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 5%;
  margin-bottom: 0%;
  display: flex;
}

.flex-wrapper-copy.top-border {
  margin-top: 30px;
}

.paragraph-copy-copy-copy {
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy-copy-copy.gray {
  color: #212121;
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy-copy-copy.small {
  font-size: 21px;
  line-height: 30px;
}

.paragraph-copy-copy-copy.medium {
  color: #212121;
  margin-top: 3%;
  font-family: p22-underground, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-copy-copy-copy.big {
  text-align: left;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: forma-djr-micro, sans-serif;
  font-size: 30px;
  line-height: 42px;
  position: static;
}

.paragraph-copy-copy-copy.big.gray {
  color: #212121;
  text-align: center;
}

.paragraph-copy-copy {
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy-copy.gray {
  color: #212121;
  font-family: forma-djr-micro, sans-serif;
  font-weight: 400;
}

.paragraph-copy-copy.small {
  font-size: 21px;
  line-height: 30px;
}

.paragraph-copy-copy.medium {
  color: #212121;
  margin-top: 3%;
  font-family: p22-underground, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-copy-copy.big {
  text-align: right;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: forma-djr-micro, sans-serif;
  font-size: 30px;
  line-height: 42px;
  position: static;
}

.paragraph-copy-copy.big.gray {
  color: #212121;
  text-align: center;
}

.paragraph-copy-copy {
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy-copy.gray {
  color: #212121;
  font-family: forma-djr-micro, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-copy-copy.small {
  font-size: 21px;
  line-height: 30px;
}

.paragraph-copy-copy.medium {
  color: #212121;
  margin-top: 3%;
  font-family: p22-underground, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-copy-copy.big {
  text-align: right;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: forma-djr-micro, sans-serif;
  font-size: 30px;
  line-height: 42px;
  position: static;
}

.paragraph-copy-copy.big.gray {
  color: #212121;
  text-align: center;
}

.column-10 {
  flex: 0 auto;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.columns-3-copy {
  justify-content: space-around;
  display: flex;
}

.content-wrapper-copy {
  max-width: none;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: 220px auto auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: forma-djr-micro, sans-serif;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.content-wrapper-copy.narrow {
  width: 70%;
  max-width: 1120px;
  padding-left: 3%;
  padding-right: 3%;
}

.content-wrapper-copy.narrow.gray {
  background-color: #f8faff;
  margin-top: 60px;
  padding-top: 15px;
  padding-bottom: 24px;
}

.content-wrapper-copy.hero {
  color: #fff;
  text-align: center;
  font-family: Abril Fatface, sans-serif;
}

.content-wrapper-copy.white {
  background-color: #fff;
}

.content-wrapper-copy.overlapping {
  background-color: #fff;
  margin-top: -210px;
  padding-top: 45px;
}

.content-wrapper-copy.wide {
  max-width: 1140px;
}

.paragraph-copy-copy-copy {
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy-copy-copy.gray {
  color: #212121;
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy-copy-copy.small {
  font-size: 21px;
  line-height: 30px;
}

.paragraph-copy-copy-copy.medium {
  color: #212121;
  margin-top: 3%;
  font-family: p22-underground, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-copy-copy-copy.big {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: forma-djr-micro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  position: static;
}

.paragraph-copy-copy-copy.big.gray {
  color: #212121;
  text-align: center;
}

.paragraph-copy {
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy.gray {
  color: #212121;
  font-family: forma-djr-micro, sans-serif;
}

.paragraph-copy.small {
  font-size: 21px;
  line-height: 30px;
}

.paragraph-copy.medium {
  color: #212121;
  margin-top: 3%;
  font-family: p22-underground, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-copy.big {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: forma-djr-micro, sans-serif;
  font-size: 30px;
  line-height: 42px;
  position: static;
}

.paragraph-copy.big.gray {
  color: #212121;
  text-align: center;
}

.intro_paragraph {
  font-family: forma-djr-micro, sans-serif;
}

.intro_paragraph.gray {
  color: #212121;
  font-family: forma-djr-micro, sans-serif;
}

.intro_paragraph.small {
  font-size: 21px;
  line-height: 30px;
}

.intro_paragraph.medium {
  color: #212121;
  margin-top: 3%;
  font-family: p22-underground, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.intro_paragraph.big {
  text-align: left;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: forma-djr-micro, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  position: static;
}

.intro_paragraph.big.gray {
  color: #212121;
  text-align: center;
}

.experience_hero_column {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.experience_hero_img-copy {
  opacity: 1;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  position: relative;
}

.portfolio_hero_img {
  max-width: 25%;
  flex: 0 auto;
  align-self: center;
  margin-right: 0;
  padding-right: 0;
}

.portfolio_section {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.portfolio_section.intro {
  text-align: center;
  background-color: #f7f1eb;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: forma-djr-micro, sans-serif;
  font-weight: 300;
  overflow: visible;
}

.portfolio_section.gray {
  height: auto;
  color: #212121;
  background-color: #ebfdff;
  background-image: url('../images/hero_mayaWebsite-01.svg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
}

.portfolio_section.dark {
  background-color: #ebfdff;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.portfolio_section.no-top-padding {
  padding-top: 0;
}

.portfolio_section.no-top-border {
  background-color: #fff;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.portfolio_section.footer {
  background-color: #fff;
  padding-top: 5%;
  padding-bottom: 0%;
}

.portfolio_section.footer.dark {
  background-color: #242424;
  padding-bottom: 40px;
}

.portfolio_section.no-bottom-padding {
  padding-bottom: 60px;
}

.portfolio_section.image-background {
  background-image: url('../images/sofa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.portfolio_section.split {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio_section.iphone {
  background-color: #006d77;
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio_smalll_headings {
  color: #212121;
  font-family: p22-underground-pc, sans-serif;
}

.portfolio_description {
  text-align: left;
  padding-top: 20px;
  font-family: forma-djr-micro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.button-4 {
  color: #212121;
}

.homepage_button {
  max-width: 200px;
  min-width: 170px;
  float: left;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #3a4761;
  background-clip: border-box;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  margin-left: 0%;
  margin-right: 0%;
  padding: 15px;
  font-family: p22-underground, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .4s, color .2s;
  display: inline-block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.homepage_button:hover {
  color: #3a4761;
  background-color: #f7f1eb;
  border: 2px solid #3a4761;
  margin-left: 0%;
  margin-right: 0%;
  padding: 15px;
  font-weight: 500;
  text-decoration: none;
  position: static;
}

.homepage_button.top-border {
  margin-top: 15px;
}

.homepage_button.login {
  width: 100%;
}

.contact_page_button {
  max-width: 200px;
  min-width: 60px;
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #ee4e34;
  background-clip: border-box;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 10px 15px;
  font-family: forma-djr-micro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
  transition: background-color .4s, color .2s;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.contact_page_button:hover {
  color: #ee4e34;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ee4e34;
  background-color: #fff;
  border: 3px solid #ee4e34;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
}

.contact_page_button:active {
  padding: 10px 15px;
}

.contact_page_button.top-border {
  margin-top: 15px;
}

.contact_page_button.login {
  width: 100%;
}

.contact_page_button.small {
  font-size: 12px;
}

.what_inspires_me_heading.big {
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 48px;
}

.what_inspires_me_heading.big.right-justified {
  color: #212121;
  text-align: right;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
}

.what_inspires_me_heading.big.left-justified {
  color: #212121;
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
}

.what_inspires_me_heading.big.white {
  max-width: 600px;
  float: none;
  color: #ee4e34;
  text-align: center;
  margin: 3% auto;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
  line-height: 45px;
  display: block;
}

.what_inspires_me_heading.big.centered {
  color: #212121;
  text-align: center;
  font-family: p22-underground, sans-serif;
  font-weight: 500;
}

.what_inspires_me_heading.white-center {
  color: #f8faff;
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 48px;
}

.what_inspires_me_heading.big-center {
  text-align: center;
  font-size: 45px;
  line-height: 48px;
}

.why_i_started_designing_box {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.why_i_started_designing_box.center {
  text-align: center;
}

.why_i_started_designing_box.dark {
  background-color: #000;
}

.what_inspires_me_box {
  text-align: right;
}

.what_inspires_me_box.left-justify {
  text-align: left;
}

.what_inspires_me_box.centered, .what_inspires_me_box.medium {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.what_inspires_me_wrapper {
  width: 80%;
  max-width: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5% auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: forma-djr-micro, sans-serif;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.what_inspires_me_wrapper.narrow {
  width: 70%;
  max-width: 1120px;
  padding-left: 3%;
  padding-right: 3%;
}

.what_inspires_me_wrapper.narrow.gray {
  background-color: #f8faff;
  margin-top: 60px;
  padding-top: 15px;
  padding-bottom: 24px;
}

.what_inspires_me_wrapper.hero {
  color: #fff;
  text-align: center;
  font-family: Abril Fatface, sans-serif;
}

.what_inspires_me_wrapper.white {
  background-color: #fff;
}

.what_inspires_me_wrapper.overlapping {
  background-color: #fff;
  margin-top: -210px;
  padding-top: 45px;
}

.what_inspires_me_wrapper.wide {
  max-width: 1140px;
}

.what_inspires_me_section_wrapper {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.what_inspires_me_section_wrapper.intro {
  text-align: center;
  background-color: #ebfdff;
  margin-top: 0%;
  margin-bottom: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: forma-djr-micro, sans-serif;
  font-weight: 300;
  overflow: visible;
}

.what_inspires_me_section_wrapper.gray {
  height: auto;
  color: #212121;
  background-color: #ebfdff;
  background-image: url('../images/hero_mayaWebsite-01.svg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: space-around;
  margin-top: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.what_inspires_me_section_wrapper.dark {
  background-color: #f7f1eb;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.what_inspires_me_section_wrapper.no-top-padding {
  padding-top: 0;
}

.what_inspires_me_section_wrapper.no-top-border {
  background-color: #fff;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.what_inspires_me_section_wrapper.footer {
  background-color: #fff;
  padding-top: 5%;
  padding-bottom: 0%;
}

.what_inspires_me_section_wrapper.footer.dark {
  background-color: #242424;
  padding-bottom: 40px;
}

.what_inspires_me_section_wrapper.no-bottom-padding {
  padding-bottom: 60px;
}

.what_inspires_me_section_wrapper.image-background {
  background-image: url('../images/sofa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.what_inspires_me_section_wrapper.split {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.what_inspires_me_section_wrapper.iphone {
  background-color: #006d77;
  padding-top: 0;
  padding-bottom: 0;
}

.bottom_of_home {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.bottom_of_home.intro {
  text-align: center;
  background-color: #ebfdff;
  margin-top: 0%;
  margin-bottom: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: forma-djr-micro, sans-serif;
  font-weight: 300;
  overflow: visible;
}

.bottom_of_home.gray {
  height: auto;
  color: #212121;
  background-color: #ebfdff;
  background-image: url('../images/hero_mayaWebsite-01.svg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: space-around;
  margin-top: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.bottom_of_home.dark {
  background-color: #ebfdff;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.bottom_of_home.no-top-padding {
  padding-top: 0;
}

.bottom_of_home.no-top-border {
  background-color: #fff;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.bottom_of_home.footer {
  background-color: #fff;
  padding-top: 5%;
  padding-bottom: 0%;
}

.bottom_of_home.footer.dark {
  background-color: #242424;
  padding-bottom: 40px;
}

.bottom_of_home.no-bottom-padding {
  padding-bottom: 60px;
}

.bottom_of_home.image-background {
  background-image: url('../images/sofa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bottom_of_home.split {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.bottom_of_home.iphone {
  background-color: #006d77;
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio_hero_inner {
  object-fit: fill;
  background-image: url('../images/hero_mayaWebsite-01.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20%;
  padding-bottom: 20%;
  display: flex;
  position: relative;
}

.portfolio_hero_inner.me {
  min-height: 600px;
  text-align: center;
  background-color: #f7f1eb;
  background-image: none;
  justify-content: center;
  padding: 60px 0 0;
  display: flex;
}

.portfolio_hero_inner.horses {
  min-height: 900px;
  background-image: url('../images/Mustang.png');
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 15%;
}

.portfolio_hero_inner.guy {
  height: 900px;
  background-image: url('../images/Guy.jpg');
  background-size: cover;
  padding-top: 17%;
  padding-bottom: 23%;
}

.portfolio_hero_inner.girl {
  min-height: 900px;
  background-image: url('../images/Girl-subway.png');
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 15%;
}

.portfolio_hero_inner.short {
  background-image: url('../images/Men-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 17%;
  padding-bottom: 23%;
}

.check_out_my_work {
  min-width: 170px;
  float: left;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #e15c50;
  background-clip: border-box;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  align-self: flex-start;
  margin-top: 10px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 20px;
  font-family: forma-djr-micro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  text-decoration: none;
  transition: background-color .4s, color .2s;
  display: block;
}

.check_out_my_work:hover {
  color: #f8faff;
  background-color: #c3dfd5;
  border: 3px #2e2e2e;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  text-decoration: none;
}

.check_out_my_work.top-border {
  margin-top: 15px;
}

.check_out_my_work.login {
  width: 100%;
}

.checkoutmyworkbutton {
  max-width: 200px;
  min-width: 170px;
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #e15c50;
  background-clip: border-box;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  justify-content: center;
  align-items: stretch;
  margin-left: 0%;
  margin-right: 0%;
  padding: 20px;
  font-family: forma-djr-micro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  text-decoration: none;
  transition: background-color .4s, color .2s;
  display: inline-block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.checkoutmyworkbutton:hover {
  color: #f8faff;
  background-color: #c3dfd5;
  border: 3px #2e2e2e;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  text-decoration: none;
}

.checkoutmyworkbutton.top-border {
  margin-top: 15px;
}

.checkoutmyworkbutton.login {
  width: 100%;
}

.work_bg {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.work_bg.intro {
  text-align: center;
  background-color: #ebfdff;
  margin-top: 0%;
  margin-bottom: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: forma-djr-micro, sans-serif;
  font-weight: 300;
  overflow: visible;
}

.work_bg.gray {
  height: auto;
  color: #212121;
  background-color: #f7f1eb;
  justify-content: space-around;
  margin-top: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.work_bg.dark {
  background-color: #ebfdff;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.work_bg.no-top-padding {
  padding-top: 0;
}

.work_bg.no-top-border {
  background-color: #fff;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.work_bg.footer {
  background-color: #fff;
  padding-top: 5%;
  padding-bottom: 0%;
}

.work_bg.footer.dark {
  background-color: #242424;
  padding-bottom: 40px;
}

.work_bg.no-bottom-padding {
  padding-bottom: 60px;
}

.work_bg.image-background {
  background-image: url('../images/sofa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.work_bg.split {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.work_bg.iphone {
  background-color: #006d77;
  padding-top: 0;
  padding-bottom: 0;
}

.workhero {
  object-fit: fill;
  background-image: url('../images/hero_mayaWebsite-01.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20%;
  padding-bottom: 20%;
  display: flex;
  position: relative;
}

.workhero.me {
  height: 800px;
  min-height: 735px;
  text-align: center;
  background-color: rgba(225, 92, 80, .43);
  background-image: none;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.workhero.horses {
  min-height: 600px;
  background-image: linear-gradient(#3a4761, #3a4761);
  padding-top: 0%;
  padding-bottom: 5%;
}

.workhero.guy {
  height: 900px;
  background-image: url('../images/Guy.jpg');
  background-size: cover;
  padding-top: 17%;
  padding-bottom: 23%;
}

.workhero.girl {
  min-height: 900px;
  background-image: url('../images/Girl-subway.png');
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 15%;
}

.workhero.short {
  background-image: url('../images/Men-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 17%;
  padding-bottom: 23%;
}

.content-wrapper-work-page {
  width: 80%;
  max-width: none;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5% auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: forma-djr-micro, sans-serif;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.content-wrapper-work-page.narrow {
  width: 70%;
  max-width: 1120px;
  padding-left: 3%;
  padding-right: 3%;
}

.content-wrapper-work-page.narrow.gray {
  background-color: #f8faff;
  margin-top: 60px;
  padding-top: 15px;
  padding-bottom: 24px;
}

.content-wrapper-work-page.hero {
  color: #fff;
  text-align: center;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-left: 0;
  padding-right: 0;
  font-family: Abril Fatface, sans-serif;
}

.content-wrapper-work-page.white {
  background-color: #fff;
}

.content-wrapper-work-page.overlapping {
  background-color: #fff;
  margin-top: -210px;
  padding-top: 45px;
  padding-left: 40px;
  padding-right: 40px;
}

.content-wrapper-work-page.wide {
  max-width: 1140px;
}

.worksheading.big {
  color: #006d77;
  font-family: p22-underground, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 130px;
}

.worksheading.medium {
  color: #fff;
  text-align: left;
  font-family: p22-underground, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 100px;
}

.work_description {
  font-family: forma-djr-micro, sans-serif;
}

.work_description.gray {
  color: #212121;
  font-family: forma-djr-micro, sans-serif;
}

.work_description.small {
  font-size: 21px;
  line-height: 30px;
}

.work_description.medium {
  color: #212121;
  margin-top: 3%;
  margin-bottom: 0;
  font-family: p22-underground, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.work_description.big {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: forma-djr-micro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  position: static;
}

.work_description.big.gray {
  color: #212121;
  text-align: center;
}

.work_paragraph, .text-block-2, .text-block-3 {
  text-align: left;
}

.link-6 {
  color: #e15c50;
  font-size: 22px;
}

.image-sample-box-copy {
  width: 95%;
  width: 95%;
  width: 95%;
  margin-bottom: 3%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.image-10 {
  text-align: center;
}

.image-11 {
  max-width: 100%;
  border-radius: 0;
}

.content-wrapper-graphic-design-project {
  width: 80%;
  max-width: none;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5% auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: forma-djr-micro, sans-serif;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.content-wrapper-graphic-design-project.narrow {
  width: 70%;
  max-width: 1120px;
  padding-left: 3%;
  padding-right: 3%;
}

.content-wrapper-graphic-design-project.narrow.gray {
  background-color: #f8faff;
  margin-top: 60px;
  padding-top: 15px;
  padding-bottom: 24px;
}

.content-wrapper-graphic-design-project.hero {
  color: #fff;
  text-align: center;
  font-family: Abril Fatface, sans-serif;
}

.content-wrapper-graphic-design-project.white {
  background-color: #fff;
}

.content-wrapper-graphic-design-project.overlapping {
  max-width: none;
  background-color: #fff;
  border-radius: 25px;
  margin-top: -210px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.content-wrapper-graphic-design-project.wide {
  max-width: 1140px;
}

.monthy-mystery-wrapper {
  width: 80%;
  max-width: none;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5% auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: forma-djr-micro, sans-serif;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.monthy-mystery-wrapper.narrow {
  width: 70%;
  max-width: 1120px;
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
}

.monthy-mystery-wrapper.narrow.gray {
  background-color: #f8faff;
  margin-top: 60px;
  padding-top: 15px;
  padding-bottom: 24px;
}

.monthy-mystery-wrapper.hero {
  color: #fff;
  text-align: center;
  font-family: Abril Fatface, sans-serif;
}

.monthy-mystery-wrapper.white {
  background-color: #fff;
}

.monthy-mystery-wrapper.overlapping {
  max-width: none;
  background-color: #fff;
  border-radius: 25px;
  margin-top: -210px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.monthy-mystery-wrapper.wide {
  max-width: 1140px;
}

.small-box {
  width: 60%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 25px #000;
  border-radius: 25px;
  margin-bottom: 3%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.heading-17 {
  font-family: p22-underground-pc, sans-serif;
}

._404button {
  min-width: 170px;
  float: left;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #e15c50;
  background-clip: border-box;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  align-self: flex-start;
  margin-top: 10px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 20px;
  font-family: forma-djr-micro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  text-decoration: none;
  transition: background-color .4s, color .2s;
  display: block;
}

._404button:hover {
  color: #f8faff;
  background-color: #c3dfd5;
  border: 3px #2e2e2e;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  text-decoration: none;
}

._404button.top-border {
  margin-top: 15px;
}

._404button.login {
  width: 100%;
}

.multicolumn-image-7-copy {
  width: 100%;
  height: 100%;
  min-height: 410px;
  color: #333;
  background-image: url('../images/photo-1442406964439-e46ab8eff7c4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.multicolumn-image-7-copy.small {
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/Grey_BG_Template_eggsplorers.png');
  margin-left: 0;
  margin-right: 0;
}

.multicolumn-image-7-copy.medium {
  width: 49%;
}

.gallery {
  background-color: #ebfdff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "." 1fr
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.gallery-2 {
  background-color: #ebfdff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-grid-container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.rhorho {
  max-width: 100%;
}

.rhorhoshirt {
  max-width: 100%;
  border-radius: 15px;
  margin-top: 5%;
}

.image-12 {
  border-radius: 15px;
}

.talentshow {
  max-width: 100%;
}

.image-sample-box_afa {
  width: 60%;
  background-color: rgba(0, 0, 0, 0);
  border: 25px #000;
  border-radius: 25px;
  margin-bottom: 3%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.talent_show {
  max-width: 100%;
  border-radius: 15px;
}

.image-13 {
  display: inline-block;
}

.section-2 {
  padding-top: 140px;
}

.div-block-16 {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.div-block-17 {
  float: right;
  flex-wrap: wrap;
  align-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.div-block-18 {
  margin-left: 30px;
  padding-left: 0;
}

.button-5 {
  float: left;
}

.image-15 {
  max-width: 26%;
  flex: 1;
}

.portfolio-block {
  margin-top: 5%;
  margin-bottom: 5%;
  padding-bottom: 5%;
}

.div-block-19 {
  margin-bottom: 7%;
  margin-left: 7%;
  margin-right: 7%;
}

.image-16 {
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .content-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-section.gray {
    height: auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .content-section.dark {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-wrapper {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    line-height: 36px;
    display: block;
  }

  .content-wrapper.narrow {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .content-wrapper.overlapping {
    width: 90%;
  }

  .title {
    font-size: 42px;
  }

  .arrow.more-bottom-border {
    margin-bottom: 20px;
    bottom: 0%;
  }

  .paragraph.gray {
    text-align: left;
  }

  .paragraph.big {
    font-size: 22px;
  }

  .top-line-1 {
    width: 93%;
  }

  .bottom-line-horizontal-1 {
    width: 100%;
  }

  .bottom-line-horizontal-2 {
    width: 99%;
  }

  .h1 {
    letter-spacing: 9px;
    font-size: 147px;
  }

  .left-column {
    text-align: center;
  }

  .right-column {
    padding-top: 0;
  }

  .right-column.how-i-work {
    text-align: left;
  }

  .right-column.left-justify {
    text-align: center;
  }

  .frame-picture-box {
    width: 70%;
  }

  .video-box {
    background-size: cover;
  }

  .text-content-box {
    margin-left: auto;
    margin-right: auto;
  }

  .text-content-box.left-column {
    padding-left: 35px;
    padding-right: 35px;
  }

  .client-logo-box {
    display: block;
  }

  .hero-section.me {
    height: 450px;
    min-height: 400px;
  }

  .service-feature-box {
    width: 48%;
  }

  .call-to-action-content-box {
    text-align: center;
    padding-top: 67px;
  }

  .hero-title {
    font-size: 40px;
    line-height: 43px;
  }

  .credits-box {
    width: 90%;
  }

  .apple-devices-box {
    overflow: hidden;
  }

  .iphone-box {
    bottom: -6%;
  }

  .form-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  .text-area.message {
    width: 100%;
  }

  .contact-details-box {
    padding-left: 4%;
    padding-right: 4%;
  }

  .image-box {
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .imac-display-box, .iphones-6-box, .header-box {
    text-align: center;
  }

  .header-box.medium {
    width: 90%;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .paragraph-box, .paragraph-box.left-justify {
    text-align: center;
  }

  .slide-nav {
    top: 45px;
  }

  .vertical-divider.right {
    display: block;
  }

  .multicolumn-image {
    min-height: 296px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .multicolumn-image.small {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .multicolumn-image.medium {
    width: 48%;
    margin-right: 15px;
  }

  .multicolumn-image-2 {
    min-height: 296px;
    margin-right: 15px;
  }

  .multicolumn-image-2.small {
    margin: 10px 5px;
  }

  .multicolumn-image-2.medium {
    width: 48%;
    margin-right: 0;
  }

  .multicolumn-image-3 {
    height: 100%;
    min-height: 296px;
    float: left;
    margin-top: 25px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .multicolumn-image-3.small {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .multicolumn-image-3.medium {
    width: 48%;
    margin-top: 10px;
    margin-right: 15px;
  }

  .multicolumn-image-4 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .multicolumn-image-4.small {
    margin-left: 5px;
    margin-right: 5px;
  }

  .multicolumn-image-4.medium {
    width: 48%;
  }

  .multicolumn-image-5 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
  }

  .multicolumn-image-5.small {
    margin-left: 5px;
    margin-right: 5px;
  }

  .multicolumn-image-5.medium {
    width: 48%;
  }

  .multicolumn-image-6 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
  }

  .multicolumn-image-6.small {
    margin-left: 5px;
    margin-right: 5px;
  }

  .multicolumn-image-6.medium {
    width: 48%;
    margin-right: 0;
  }

  .multicolumn-image-7 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .multicolumn-image-7.small {
    margin-left: 5px;
    margin-right: 5px;
  }

  .multicolumn-image-7.medium {
    width: 48%;
  }

  .multicolumn-image-8 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
  }

  .multicolumn-image-8.small {
    margin-left: 5px;
    margin-right: 5px;
  }

  .multicolumn-image-8.medium {
    width: 48%;
  }

  .multicolumn-image-9 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .multicolumn-image-9.small {
    margin-right: 0;
  }

  .multicolumn-image-9.medium {
    width: 48%;
  }

  .multicolumn-hover.medium {
    background-color: rgba(255, 255, 255, .8);
    margin: 0;
  }

  .multicolumn-image-10 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
  }

  .multicolumn-image-10.medium {
    width: 48%;
  }

  .multicolumn-image-11 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .multicolumn-image-11.medium {
    width: 48%;
  }

  .multicolumn-image-12 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .multicolumn-image-12.small {
    margin-right: 0;
  }

  .multicolumn-image-12.medium {
    width: 48%;
  }

  .tree-box {
    text-align: center;
  }

  .bottle-box {
    text-align: center;
    margin-top: 30px;
  }

  .subscribe-image-box {
    text-align: center;
  }

  .team-member-box {
    background-position: 30%;
    background-size: cover;
  }

  .service-feature-box-2, .service-feature-box-3, .service-feature-box-4, .service-feature-box-5, .service-feature-box-6 {
    width: 48%;
  }

  .other-features-6 {
    width: 90%;
  }

  .other-features-7 {
    width: 96%;
  }

  .other-features-7.no-bottom-border {
    width: 90%;
  }

  .left-vertical-blue-line {
    top: 0;
    bottom: 0;
    left: 13%;
  }

  .right-vertical-blue-line {
    top: 0;
    bottom: 0;
    right: 13%;
  }

  .top-right-sitich {
    right: 12.4%;
  }

  .heading-box {
    margin-bottom: 0;
  }

  .heading-2.big {
    margin-bottom: 0;
    font-size: 42px;
  }

  .heading-1.medium {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 42px;
  }

  .mini-title {
    font-family: p22-underground, sans-serif;
  }

  .heading-3.big.right-justified, .heading-3.big.left-justified {
    text-align: center;
  }

  .heading-3.white-center {
    font-size: 36px;
    line-height: 38px;
  }

  ._50-percent-column.center {
    width: 100%;
    min-height: 325px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ._50-percent-column.image {
    width: 100%;
    height: 550px;
  }

  .footer-box {
    text-align: center;
  }

  .social-icons-box-2 {
    padding-left: 11%;
    padding-right: 11%;
  }

  .burger-menu {
    margin-right: 20px;
  }

  .button-copy-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .mini-title-copy {
    text-align: right;
  }

  .flex-container {
    max-width: 600px;
  }

  .heading-16 {
    font-size: 22px;
  }

  .column-4 {
    padding-left: 40px;
    padding-right: 60px;
  }

  .column-5 {
    clear: right;
    text-align: right;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-content: center;
    align-items: baseline;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 60px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: visible;
  }

  .paragraph-copy.big {
    text-align: left;
    font-size: 22px;
  }

  .paragraph-19 {
    width: auto;
    font-size: 16px;
  }

  .image-7 {
    width: auto;
    display: block;
  }

  .div-block-15 {
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 5%;
  }

  .image-9 {
    max-width: 75%;
    padding-bottom: 30px;
  }

  .columns-3 {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .column-6, .column-7 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .column-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    display: flex;
  }

  .column-9 {
    justify-content: flex-start;
    display: flex;
  }

  .heading-1-copy.medium {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 42px;
  }

  .hero-section-copy.me {
    height: 500px;
    min-height: 400px;
  }

  .column-4-copy {
    padding-left: 60px;
    padding-right: 10px;
  }

  .experience_hero_img {
    width: 1000px;
    display: block;
  }

  .paragraph-copy.gray {
    text-align: right;
    text-align: right;
  }

  .heading-3-copy.big.right-justified {
    text-align: right;
  }

  .heading-3-copy.big.left-justified, .heading-3-copy.big.right-justified {
    text-align: center;
  }

  .heading-3-copy.big.left-justified {
    text-align: left;
  }

  .heading-3-copy.big.right-justified {
    text-align: right;
    font-size: 42px;
  }

  .heading-3-copy.big.left-justified, .heading-3-copy-copy.big.right-justified {
    text-align: center;
  }

  .heading-3-copy-copy.big.left-justified {
    text-align: left;
    font-size: 42px;
  }

  .paragraph-copy-copy.big {
    text-align: left;
    font-size: 22px;
  }

  .column-5-copy {
    clear: right;
    text-align: right;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-content: center;
    align-items: baseline;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 20px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: visible;
  }

  .paragraph-copy-copy.gray {
    text-align: right;
    text-align: right;
  }

  .column-10 {
    justify-content: center;
    display: flex;
  }

  .columns-3-copy {
    float: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .content-wrapper-copy {
    width: 100%;
    text-align: center;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .content-wrapper-copy.narrow {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .content-wrapper-copy.overlapping {
    width: 90%;
  }

  .paragraph-copy-copy-copy.big {
    text-align: left;
    font-size: 22px;
  }

  .paragraph-copy.gray {
    text-align: left;
  }

  .paragraph-copy.big {
    font-size: 22px;
  }

  .experience_hero_column {
    padding-left: 40px;
    padding-right: 60px;
  }

  .experience_hero_img-copy {
    width: 1000px;
    display: block;
  }

  .portfolio_hero_img {
    max-width: 75%;
  }

  .portfolio_hero_img.big {
    max-width: 50%;
  }

  .portfolio_section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .portfolio_section.intro {
    background-color: #ebfdff;
  }

  .portfolio_section.dark {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .portfolio_smalll_headings {
    color: #212121;
    font-family: p22-underground-pc, sans-serif;
  }

  .homepage_button, .contact_page_button {
    margin-left: 0%;
    margin-right: 0%;
  }

  .what_inspires_me_heading.big.right-justified, .what_inspires_me_heading.big.left-justified {
    text-align: center;
  }

  .what_inspires_me_heading.white-center {
    font-size: 36px;
    line-height: 38px;
  }

  .why_i_started_designing_box {
    margin-bottom: 0;
  }

  .what_inspires_me_box {
    text-align: center;
  }

  .what_inspires_me_box.medium {
    width: 90%;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    display: flex;
  }

  .what_inspires_me_wrapper {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    line-height: 36px;
    display: block;
  }

  .what_inspires_me_wrapper.narrow {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .what_inspires_me_wrapper.overlapping {
    width: 90%;
  }

  .what_inspires_me_section_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .what_inspires_me_section_wrapper.gray {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .what_inspires_me_section_wrapper.dark {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom_of_home {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom_of_home.gray {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .bottom_of_home.dark {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom_of_home.split {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio_hero_inner.me {
    height: 500px;
    min-height: 400px;
  }

  .checkoutmyworkbutton {
    margin-left: 0%;
    margin-right: 0%;
  }

  .work_bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .work_bg.gray {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .work_bg.dark {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .workhero.me {
    height: 500px;
    min-height: 400px;
  }

  .workhero.horses {
    min-height: 500px;
  }

  .content-wrapper-work-page {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    line-height: 36px;
    display: block;
  }

  .content-wrapper-work-page.narrow {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .content-wrapper-work-page.overlapping {
    width: 90%;
  }

  .worksheading.medium {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 60px;
    font-size: 48px;
    line-height: 42px;
  }

  .work_description.gray {
    text-align: left;
  }

  .work_description.big {
    font-size: 22px;
  }

  .work_paragraph {
    text-align: left;
    font-family: forma-djr-micro, sans-serif;
  }

  .content-wrapper-graphic-design-project {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    line-height: 36px;
    display: block;
  }

  .content-wrapper-graphic-design-project.narrow {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .content-wrapper-graphic-design-project.overlapping {
    width: 90%;
  }

  .monthy-mystery-wrapper {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    line-height: 36px;
    display: block;
  }

  .monthy-mystery-wrapper.narrow {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .monthy-mystery-wrapper.overlapping {
    width: 90%;
  }

  .multicolumn-image-7-copy {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .multicolumn-image-7-copy.small {
    margin-left: 5px;
    margin-right: 5px;
  }

  .multicolumn-image-7-copy.medium {
    width: 48%;
  }

  .gallery-grid-container, .gallery-grid-container-2 {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  .content-section.gray {
    height: auto;
  }

  .content-wrapper.hero {
    width: 90%;
  }

  .content-wrapper.overlapping {
    margin-top: -190px;
    padding: 20px 20px 0;
  }

  .title {
    font-size: 38px;
  }

  .primary-button {
    margin-left: 0%;
    margin-right: 0%;
  }

  .paragraph.big {
    text-align: left;
    font-size: 22px;
    line-height: 25px;
  }

  .h1 {
    font-size: 137px;
  }

  .h1.big.blue {
    font-size: 150px;
  }

  .features-box {
    justify-content: center;
    align-items: center;
  }

  .left-column {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .left-column.top-padding {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .right-column {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .right-column.how-i-work {
    text-align: center;
  }

  .frame-picture-box {
    width: 90%;
    flex: 0 auto;
  }

  .double-color-icons-box {
    width: 100%;
  }

  .testimonial-box {
    margin-left: 0%;
  }

  .video-box {
    width: 100%;
    margin-right: 0;
  }

  .text-content-box {
    width: 100%;
  }

  .client-logo-box {
    float: none;
  }

  .hero-section.me {
    height: 600px;
    display: block;
  }

  .service-feature-box {
    width: 80%;
  }

  .experience-box {
    width: 100%;
  }

  .call-to-action-content-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .imac_checkoutmywork {
    justify-content: center;
    align-items: center;
  }

  .hero-title {
    font-size: 32px;
    line-height: 35px;
  }

  .credit-box {
    width: 31%;
  }

  .credits-box {
    width: 100%;
  }

  .ipad-box {
    width: 38%;
  }

  .iphone-box {
    width: 24%;
    bottom: -6%;
  }

  .service-description-box {
    width: 100%;
    padding-left: 0;
  }

  .icon-service-box {
    width: 100%;
  }

  .text-field.box {
    width: 100%;
    margin-right: 0%;
  }

  .contact-form-box, .submit-button.on-sign-up, .address-box {
    width: 100%;
  }

  .image-box {
    width: 100%;
    margin-left: 0;
  }

  .other-features-2 {
    display: block;
  }

  .imac-display-box, .iphones-6-box {
    flex: 0 auto;
  }

  .paragraph-box {
    text-align: left;
    margin-top: 0;
    line-height: 14px;
  }

  .paragraph-box-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .display-icon, .diamond-icon {
    width: 100%;
  }

  .how-i-work-row-2 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .testimonial-box-3, .left-arrow {
    margin-left: 0%;
  }

  .right-arrow {
    margin-right: 0%;
  }

  .vertical-divider, .vertical-divider.right {
    display: none;
  }

  .multicolumn-image {
    min-height: 221px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .multicolumn-image.small {
    width: 100%;
    margin: 5px;
  }

  .multicolumn-image.medium {
    width: 100%;
    min-height: 300px;
    margin-right: 0;
  }

  .multicolumn-image-2 {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .multicolumn-image-2.small {
    width: 100%;
    margin: 5px;
  }

  .multicolumn-image-2.medium {
    width: 100%;
    min-height: 300px;
    margin-top: 25px;
  }

  .multicolumn-image-3 {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .multicolumn-image-3.small {
    width: 100%;
    margin: 5px;
  }

  .multicolumn-image-3.medium {
    width: 100%;
    min-height: 300px;
    margin-right: 0;
  }

  .multicolumn-image-4 {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .multicolumn-image-4.small {
    width: 100%;
    margin: 5px;
  }

  .multicolumn-image-4.medium {
    width: 100%;
    min-height: 300px;
  }

  .multicolumn-image-5 {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .multicolumn-image-5.small {
    width: 100%;
    margin: 5px;
  }

  .multicolumn-image-5.medium {
    width: 100%;
    min-height: 300px;
    margin-right: 0;
  }

  .multicolumn-image-6 {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .multicolumn-image-6.small {
    width: 100%;
    margin: 5px;
  }

  .multicolumn-image-6.medium {
    width: 100%;
    min-height: 300px;
  }

  .multicolumn-image-7 {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .multicolumn-image-7.small {
    width: 100%;
    margin: 5px;
  }

  .multicolumn-image-7.medium {
    width: 100%;
    min-height: 300px;
    margin-right: 0;
  }

  .multicolumn-image-8 {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .multicolumn-image-8.small {
    width: 100%;
    margin: 5px;
  }

  .multicolumn-image-8.medium {
    width: 100%;
    min-height: 300px;
  }

  .multicolumn-image-9 {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .multicolumn-image-9.small {
    width: 100%;
    margin: 5px;
  }

  .multicolumn-image-9.medium {
    width: 100%;
    min-height: 300px;
  }

  .multicolumn-image-10 {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .multicolumn-image-10.small {
    width: 47%;
    margin: 5px;
  }

  .multicolumn-image-10.medium {
    width: 100%;
    min-height: 300px;
  }

  .multicolumn-image-11 {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .multicolumn-image-11.small {
    width: 48%;
    margin: 5px;
  }

  .multicolumn-image-11.medium {
    width: 100%;
    min-height: 300px;
    margin-right: 0;
  }

  .multicolumn-image-12 {
    min-height: 221px;
  }

  .multicolumn-image-12.small {
    width: 47%;
    margin: 5px;
  }

  .multicolumn-image-12.medium {
    width: 100%;
    min-height: 300px;
  }

  .team-member-box {
    padding-bottom: 0;
  }

  .service-feature-box-2.shadow, .service-feature-box-3, .service-feature-box-4, .service-feature-box-5, .service-feature-box-6 {
    width: 80%;
  }

  .figure-box {
    left: -25px;
    right: 22px;
  }

  .left-vertical-blue-line {
    top: 0;
    bottom: 0;
    left: 6%;
  }

  .right-vertical-blue-line {
    top: 0;
    bottom: 0;
    right: 5%;
  }

  .top-left-stitch {
    left: 5.1%;
  }

  .top-right-sitich {
    right: 4.4%;
  }

  .bottom-left-stitch {
    left: 5.1%;
  }

  .right-bottom-stitch {
    right: 4.4%;
  }

  .image-gallery-box, .image-gallery-box-2, .image-gallery-box-3, .image-gallery-box-4, .image-gallery-box-5, .image-gallery-box-6 {
    width: 100%;
  }

  .heading-2.big {
    font-size: 36px;
  }

  .heading-1.big {
    font-size: 90px;
    line-height: 90px;
  }

  .hero-subtitle {
    font-size: 30px;
    line-height: 43px;
  }

  .heading-3.big {
    text-align: center;
  }

  .heading-3.big.right-justified, .heading-3.big.left-justified {
    font-size: 42px;
    line-height: 42px;
  }

  .heading-3.white-center {
    text-align: left;
    font-size: 22px;
    line-height: 25px;
  }

  .heading-3.big-center {
    text-align: center;
  }

  .button-white-outline.top-border {
    padding: 20px;
  }

  .flex-wrapper {
    flex-direction: row-reverse;
  }

  .flex-wrapper.mobile {
    flex-direction: column;
  }

  .work-sample-item {
    width: 48%;
    margin-right: 10px;
  }

  .work-sample-item._50-percent {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._50-percent-column.center {
    min-height: 200px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .philosophy-text-box {
    width: 80%;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .social-icons-box-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .button-copy {
    margin-left: 0%;
    margin-right: 0%;
  }

  .paragraph-2 {
    margin-right: 0%;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .text-block {
    text-align: left;
    padding-bottom: 0;
    line-height: 25px;
  }

  .paragraph-copy.big {
    text-align: center;
  }

  .portfolio-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-image-mask {
    text-align: left;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .feature-image {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .column-4 {
    text-align: center;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .column-5 {
    text-align: right;
    justify-content: space-around;
    align-items: center;
    margin-top: 100px;
    padding: 20px 40px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .paragraph-copy.big {
    text-align: center;
    font-size: 22px;
  }

  .image-7 {
    max-width: 300px;
    margin-left: 0%;
  }

  .div-block-15 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .paragraph-copy.big {
    text-align: left;
    font-size: 22px;
    line-height: 25px;
  }

  .column-8 {
    justify-content: center;
    margin-bottom: 10px;
    display: flex;
  }

  .column-9 {
    justify-content: center;
    display: flex;
  }

  .heading-1-copy.big {
    font-size: 90px;
    line-height: 90px;
  }

  .heading-1-copy.medium {
    margin-right: 0%;
  }

  .paragraph-21 {
    margin-right: 0%;
    font-size: 22px;
  }

  .hero-section-copy.me {
    height: 500px;
    display: block;
  }

  .column-4-copy {
    text-align: center;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .experience_hero_img {
    max-width: 300px;
  }

  .paragraph-copy.big {
    text-align: center;
    text-align: center;
  }

  .heading-3-copy.big {
    text-align: center;
  }

  .heading-3-copy.big.right-justified {
    text-align: left;
    font-size: 42px;
    line-height: 42px;
  }

  .heading-3-copy.big.left-justified {
    font-size: 42px;
    line-height: 42px;
  }

  .heading-3-copy.white-center {
    text-align: left;
    font-size: 42px;
    line-height: 45px;
  }

  .heading-3-copy.big-center, .heading-3-copy.big {
    text-align: center;
  }

  .heading-3-copy.big.right-justified, .heading-3-copy.big.left-justified {
    font-size: 42px;
    line-height: 42px;
  }

  .heading-3-copy.white-center {
    text-align: left;
    font-size: 42px;
    line-height: 45px;
  }

  .heading-3-copy.big-center, .heading-3-copy.big {
    text-align: center;
  }

  .heading-3-copy.big.right-justified, .heading-3-copy.big.left-justified {
    font-size: 42px;
    line-height: 42px;
  }

  .heading-3-copy.white-center {
    text-align: left;
    font-size: 42px;
    line-height: 45px;
  }

  .heading-3-copy.big-center, .heading-3-copy-copy.big {
    text-align: center;
  }

  .heading-3-copy-copy.big.right-justified, .heading-3-copy-copy.big.left-justified {
    font-size: 42px;
    line-height: 42px;
  }

  .heading-3-copy-copy.white-center {
    text-align: left;
    font-size: 42px;
    line-height: 45px;
  }

  .heading-3-copy-copy.big-center {
    text-align: center;
  }

  .paragraph-copy-copy.big {
    text-align: left;
    text-align: center;
    font-size: 22px;
    line-height: 25px;
  }

  .column-5-copy {
    text-align: right;
    flex: 1;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    padding: 20px 40px;
    display: flex;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .flex-wrapper-copy {
    flex-direction: column-reverse;
  }

  .flex-wrapper-copy.mobile {
    flex-direction: column;
  }

  .flex-wrapper-copy {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-wrapper-copy.mobile {
    flex-direction: column;
  }

  .paragraph-copy-copy-copy.big {
    text-align: left;
    font-size: 22px;
    line-height: 25px;
  }

  .paragraph-copy-copy.gray {
    text-align: left;
  }

  .paragraph-copy-copy.big {
    text-align: center;
    text-align: center;
  }

  .content-wrapper-copy {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .content-wrapper-copy.hero {
    width: 90%;
  }

  .paragraph-copy-copy-copy.big {
    text-align: center;
    font-size: 22px;
  }

  .paragraph-copy.big, .intro_paragraph.big {
    text-align: left;
    font-size: 22px;
    line-height: 25px;
  }

  .experience_hero_column {
    text-align: center;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .experience_hero_img-copy {
    max-width: 300px;
  }

  .portfolio_hero_img {
    max-width: 40%;
    padding-top: 40px;
  }

  .portfolio_hero_img.big {
    max-width: 40%;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .what_inspires_me_heading.big {
    text-align: center;
  }

  .what_inspires_me_heading.big.right-justified, .what_inspires_me_heading.big.left-justified {
    font-size: 42px;
    line-height: 42px;
  }

  .what_inspires_me_heading.white-center {
    text-align: left;
    font-size: 42px;
    line-height: 45px;
  }

  .what_inspires_me_heading.big-center {
    text-align: center;
  }

  .what_inspires_me_box.medium {
    margin-left: auto;
  }

  .what_inspires_me_wrapper.hero {
    width: 90%;
  }

  .bottom_of_home.split {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio_hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .portfolio_hero_inner.me {
    height: 400px;
    padding-top: 0;
    display: flex;
  }

  .check_out_my_work {
    margin-left: 0%;
    margin-right: 0%;
  }

  .workhero.me {
    height: 500px;
    display: block;
  }

  .workhero.horses {
    min-height: 475px;
  }

  .content-wrapper-work-page.hero {
    width: 90%;
  }

  .worksheading.big {
    font-size: 90px;
    line-height: 90px;
  }

  .worksheading.medium {
    padding-left: 20px;
  }

  .work_description.big {
    text-align: left;
    font-size: 22px;
    line-height: 25px;
  }

  .content-wrapper-graphic-design-project.hero {
    width: 90%;
  }

  .content-wrapper-graphic-design-project.overlapping {
    margin-top: -190px;
    padding: 20px 20px 0;
  }

  .monthy-mystery-wrapper.hero {
    width: 90%;
  }

  .monthy-mystery-wrapper.overlapping {
    margin-top: -190px;
    padding: 20px 20px 0;
  }

  ._404button {
    margin-left: 0%;
    margin-right: 0%;
  }

  .multicolumn-image-7-copy {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .multicolumn-image-7-copy.small {
    width: 100%;
    margin: 5px;
  }

  .multicolumn-image-7-copy.medium {
    width: 100%;
    min-height: 300px;
    margin-right: 0;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-2 {
    padding: 40px 20px;
  }

  .gallery-grid-container-2 {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .content-section.split {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper {
    padding-right: 0;
  }

  .content-wrapper.hero {
    width: 100%;
  }

  .content-wrapper.overlapping {
    margin-top: -170px;
    margin-bottom: 0%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title {
    letter-spacing: 4px;
    font-size: 34px;
  }

  .primary-button {
    margin-bottom: 5%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .title-box.white {
    text-align: left;
  }

  .paragraph.gray {
    text-align: left;
    font-size: 18px;
  }

  .paragraph.medium {
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph.big {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .top-line-1 {
    width: 89%;
  }

  .bottom-line-horizontal-2 {
    width: 92%;
  }

  .h1 {
    letter-spacing: 7px;
    font-size: 92px;
  }

  .h1.big.blue {
    letter-spacing: 1px;
    font-size: 104px;
  }

  .left-column {
    margin-bottom: 0;
  }

  .left-column.top-padding {
    text-align: left;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .left-column.large {
    width: 100%;
  }

  .other-features {
    margin-bottom: 60px;
  }

  .right-column {
    padding: 0;
  }

  .right-column.how-i-work {
    text-align: left;
  }

  .right-column.large {
    width: 100%;
    padding-left: 0;
  }

  .frame-picture {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-box {
    width: 100%;
    height: 100%;
    float: none;
    background-color: #f8f8f8;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 40px 8%;
    display: block;
  }

  .client-logo-box {
    width: 48%;
    margin-bottom: 20px;
  }

  .client-logo-box.last {
    margin-bottom: 0;
  }

  .menu-item {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .hero-section {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .hero-section.me {
    height: 600px;
    min-height: 500px;
    display: block;
  }

  .hero-section.guy {
    min-height: 550px;
  }

  .hero-section.short {
    min-height: 400px;
  }

  .service-feature-box {
    width: 100%;
    margin-right: 0;
  }

  .call-to-action-content-box {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .imac_checkoutmywork {
    width: 100%;
    flex: 0 auto;
  }

  .hero-title {
    font-size: 29px;
  }

  .credit-box {
    width: 90%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .credits-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .services-box {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-details-box {
    width: 100%;
  }

  .other-features-2 {
    margin-bottom: 60px;
  }

  .other-features-3.last-row {
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 60px;
    display: flex;
  }

  .hero-header-box.absolute {
    bottom: 132px;
  }

  .header-box {
    text-align: left;
    line-height: 14px;
  }

  .header-box.medium {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-left: 0;
    display: flex;
  }

  .testimonial-box-3 {
    width: 100%;
    height: auto;
    border-radius: 0%;
    padding: 40px 26px 40px 20px;
    display: block;
  }

  .testimonial-box-2.yellow {
    width: 100%;
    height: auto;
    float: none;
    border-radius: 0%;
    margin-bottom: 30px;
    margin-left: 0;
    padding: 40px 20px;
  }

  .left-arrow {
    width: 16%;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .right-arrow {
    width: 16%;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .multicolumn-image.small {
    width: 100%;
    align-self: auto;
    margin-right: 5px;
  }

  .multicolumn-image-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .multicolumn-image-2.small {
    width: 100%;
    margin-right: 5px;
  }

  .multicolumn-image-3 {
    margin-bottom: 10px;
  }

  .multicolumn-image-3.small, .multicolumn-image-4.small {
    width: 100%;
    margin-right: 5px;
  }

  .multicolumn-image-5 {
    margin-top: 10px;
  }

  .multicolumn-image-5.small {
    width: 100%;
    margin-right: 5px;
  }

  .multicolumn-image-6 {
    margin-bottom: 10px;
  }

  .multicolumn-image-6.small {
    width: 100%;
    margin-right: 5px;
  }

  .multicolumn-image-7 {
    width: 100%;
  }

  .multicolumn-image-7.small, .multicolumn-image-8.small {
    width: 100%;
    margin-right: 5px;
  }

  .multicolumn-image-9 {
    width: 100%;
    margin-bottom: 10px;
  }

  .multicolumn-image-9.small {
    width: 100%;
    margin-right: 5px;
  }

  .multicolumn-hover.medium {
    align-items: center;
  }

  .multicolumn-image-10 {
    width: 100%;
  }

  .multicolumn-image-10.small, .multicolumn-image-11.small, .multicolumn-image-12.small {
    width: 100%;
    margin-right: 0;
  }

  .subscribe-image-box {
    margin-right: 0;
  }

  .team-member-box, .service-feature-box-2.shadow, .service-feature-box-3, .service-feature-box-4, .service-feature-box-5, .service-feature-box-6 {
    width: 100%;
  }

  .other-features-6 {
    height: 100%;
  }

  .figure-box {
    width: 100%;
    margin-bottom: 70px;
    display: block;
    position: relative;
    left: 0;
    right: 0;
  }

  .figure-box.right {
    top: 70px;
    left: 0;
  }

  .other-features-7.no-bottom-border {
    height: 100%;
    padding-left: 10px;
  }

  .dark-frame-box {
    width: 90%;
    height: 100%;
    min-height: 330px;
  }

  .left-vertical-blue-line {
    min-height: 350px;
    top: 0;
    bottom: 0;
    left: 7%;
  }

  .blue-lines-box {
    min-height: 310px;
    top: 33px;
  }

  .right-vertical-blue-line {
    height: 100%;
    min-height: 350px;
    top: 0;
    bottom: 0;
    right: 7%;
  }

  .top-left-stitch {
    left: 5.2%;
  }

  .top-right-sitich {
    right: 5.4%;
  }

  .bottom-left-stitch {
    left: 5.2%;
  }

  .right-bottom-stitch {
    right: 5.2%;
  }

  .image-gallery-box {
    width: 100%;
  }

  .image-gallery-box-2, .image-gallery-box-3, .image-gallery-box-4, .image-gallery-box-5, .image-gallery-box-6 {
    width: 100%;
    min-height: auto;
    min-width: auto;
  }

  .lightbox-link {
    min-width: auto;
  }

  .work-background-box.big, .work-background-box-2.big, .work-background-box-3.big, .work-background-box-4.big, .work-background-box-5.big {
    min-height: 300px;
  }

  .heading-box {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0;
    line-height: 0;
  }

  .heading-2.big {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-1.big {
    font-size: 60px;
    line-height: 90px;
  }

  .heading-1.medium {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }

  .hero-subtitle.medium {
    font-size: 25px;
    line-height: 31px;
  }

  .mini-title {
    margin-bottom: 5px;
  }

  .heading-3.big.right-justified, .heading-3.big.left-justified {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-3.big.white {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-3.mobile {
    text-align: right;
  }

  .heading-3.white-center {
    font-size: 22px;
    line-height: 25px;
  }

  .button-white-outline.top-border {
    align-self: flex-start;
    line-height: 13px;
  }

  .flex-wrapper {
    text-align: left;
    flex-flow: wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .work-sample-item {
    width: 100%;
    margin-right: 0;
  }

  ._50-percent-column.center {
    min-height: 300px;
    text-align: center;
    border-width: 0;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  ._50-percent-column.image {
    height: 300px;
  }

  .philosophy-text-box {
    width: 90%;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .top-white {
    display: none;
  }

  .menu-title {
    font-size: 33px;
  }

  .social-icons-box-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-links-container {
    padding-top: 60px;
  }

  .social-icon-2 {
    width: 50px;
    height: 50px;
  }

  .social-icon-2.twitter, .social-icon-2.instagram, .social-icon-2.linkedin, .social-icon-2.fb {
    background-size: 20px;
  }

  .menu-item-2 {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .menu-item-3, .menu-item-4, .menu-item-5, .menu-item-6, .menu-item-7 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-2, .link-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .button-copy.center {
    object-fit: fill;
    flex-direction: column;
    display: flex;
  }

  .div-block-3 {
    display: flex;
  }

  .button-copy {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .button-copy-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .link-4 {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-2 {
    text-align: center;
    margin-right: 0%;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon {
    display: none;
  }

  .mini-title-copy {
    text-align: left;
  }

  .flex-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-image-mask {
    width: auto;
    align-self: flex-start;
  }

  .feature-image {
    display: block;
  }

  .column-4 {
    top: 60px;
  }

  .column-5 {
    align-items: center;
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-2 {
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-around;
  }

  .paragraph-copy.big {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
  }

  .image-7 {
    margin-top: auto;
  }

  .nav-menu {
    background-color: #212121;
  }

  .list-item {
    list-style-type: disc;
  }

  .navbar-3 {
    z-index: 1;
    background-color: #fff;
  }

  .div-block-15 {
    width: 250px;
    height: 250px;
    min-width: 200px;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 3%;
  }

  .image-9 {
    max-width: 65%;
  }

  .paragraph-copy.big {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-1-copy.big {
    font-size: 60px;
    line-height: 90px;
  }

  .heading-1-copy.medium {
    font-size: 32px;
    line-height: 32px;
  }

  .paragraph-21 {
    text-align: left;
    font-size: 22px;
  }

  .hero-section-copy {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .hero-section-copy.me {
    height: 500px;
    min-height: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-section-copy.guy {
    min-height: 550px;
  }

  .hero-section-copy.short {
    min-height: 400px;
  }

  .column-4-copy {
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph-copy.gray {
    text-align: left;
    font-size: 18px;
  }

  .paragraph-copy.medium {
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph-copy.big {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-copy.gray {
    text-align: left;
    font-size: 18px;
  }

  .paragraph-copy.medium {
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph-copy.big {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .heading-3-copy.big.right-justified, .heading-3-copy.big.left-justified {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-3-copy.big.white {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-3-copy.mobile {
    text-align: right;
  }

  .heading-3-copy.white-center {
    font-size: 25px;
    line-height: 27px;
  }

  .heading-3-copy.big.right-justified, .heading-3-copy.big.left-justified {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-3-copy.big.white {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-3-copy.mobile {
    text-align: right;
  }

  .heading-3-copy.white-center {
    font-size: 25px;
    line-height: 27px;
  }

  .heading-3-copy.big.right-justified, .heading-3-copy.big.left-justified {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-3-copy.big.white {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-3-copy.mobile {
    text-align: right;
  }

  .heading-3-copy.white-center {
    font-size: 25px;
    line-height: 27px;
  }

  .heading-3-copy-copy.big.right-justified, .heading-3-copy-copy.big.left-justified {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-3-copy-copy.big.white {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-3-copy-copy.mobile {
    text-align: right;
  }

  .heading-3-copy-copy.white-center {
    font-size: 25px;
    line-height: 27px;
  }

  .paragraph-copy-copy.big {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
  }

  .column-5-copy {
    flex: 0 auto;
    order: -1;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-wrapper-copy {
    text-align: left;
    text-align: left;
    flex-flow: column-reverse wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-copy-copy-copy.big {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-copy-copy.gray {
    text-align: left;
    font-size: 18px;
  }

  .paragraph-copy-copy.medium {
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph-copy-copy.big {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-copy-copy.gray {
    text-align: left;
    font-size: 18px;
  }

  .paragraph-copy-copy.medium {
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph-copy-copy.big {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .content-wrapper-copy {
    margin-top: 220px;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-wrapper-copy.hero {
    width: 100%;
  }

  .paragraph-copy-copy-copy.big {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
  }

  .paragraph-copy.gray {
    text-align: left;
    font-size: 18px;
  }

  .paragraph-copy.medium {
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph-copy.big {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .intro_paragraph.big {
    font-size: 18px;
    line-height: 20px;
  }

  .portfolio_hero_img {
    max-width: 60%;
    padding-top: 20px;
  }

  .portfolio_hero_img.big {
    max-width: 100%;
  }

  .section {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .portfolio_section.intro {
    margin-left: 0;
  }

  .portfolio_section.split {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio_description {
    font-size: 16px;
    line-height: 22px;
  }

  .homepage_button {
    margin-left: 0%;
    margin-right: 0%;
  }

  .contact_page_button {
    margin-left: auto;
    margin-right: auto;
    font-family: p22-underground, sans-serif;
  }

  .what_inspires_me_heading.big.right-justified, .what_inspires_me_heading.big.left-justified {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }

  .what_inspires_me_heading.big.white {
    font-size: 25px;
    line-height: 30px;
  }

  .what_inspires_me_heading.mobile {
    text-align: right;
  }

  .what_inspires_me_heading.white-center {
    font-size: 25px;
    line-height: 27px;
  }

  .why_i_started_designing_box {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0;
    line-height: 0;
  }

  .what_inspires_me_box {
    text-align: left;
    line-height: 14px;
  }

  .what_inspires_me_box.medium {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-left: auto;
    display: flex;
  }

  .what_inspires_me_wrapper {
    padding-right: 0;
  }

  .what_inspires_me_wrapper.hero {
    width: 100%;
  }

  .what_inspires_me_section_wrapper.split, .bottom_of_home.split {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2, .menu-button, .menu-button.w--open {
    background-color: #fff;
  }

  .icon-3 {
    color: #cc3f0c;
    background-color: #fff;
  }

  .portfolio_hero {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .portfolio_hero_inner {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .portfolio_hero_inner.me {
    height: 0;
    min-height: 475px;
    padding-top: 100px;
    padding-bottom: 40px;
    display: block;
  }

  .portfolio_hero_inner.guy {
    min-height: 550px;
  }

  .portfolio_hero_inner.short {
    min-height: 400px;
  }

  .check_out_my_work {
    margin-bottom: 5%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .checkoutmyworkbutton {
    margin-left: 0%;
    margin-right: 0%;
  }

  .work_bg.split {
    padding-left: 0;
    padding-right: 0;
  }

  .workhero {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .workhero.me {
    height: 550px;
  }

  .workhero.horses {
    min-height: 400px;
  }

  .workhero.guy {
    min-height: 550px;
  }

  .workhero.short {
    min-height: 400px;
  }

  .content-wrapper-work-page {
    padding-right: 0;
  }

  .content-wrapper-work-page.hero {
    width: 100%;
  }

  .worksheading.big {
    font-size: 60px;
    line-height: 90px;
  }

  .worksheading.medium {
    font-size: 32px;
    line-height: 32px;
  }

  .work_description.gray {
    text-align: left;
    font-size: 18px;
  }

  .work_description.medium {
    font-size: 16px;
    line-height: 16px;
  }

  .work_description.big {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .content-wrapper-graphic-design-project {
    padding-right: 0;
  }

  .content-wrapper-graphic-design-project.hero {
    width: 100%;
  }

  .content-wrapper-graphic-design-project.overlapping {
    margin-top: -170px;
    margin-bottom: 0%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .monthy-mystery-wrapper {
    padding-right: 0;
  }

  .monthy-mystery-wrapper.hero {
    width: 100%;
  }

  .monthy-mystery-wrapper.overlapping {
    margin-top: -170px;
    margin-bottom: 0%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._404button {
    margin-bottom: 5%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .multicolumn-image-7-copy {
    width: 100%;
  }

  .multicolumn-image-7-copy.small {
    width: 100%;
    margin-right: 5px;
  }

  .gallery-grid-container, .gallery-grid-container-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .image-14 {
    float: none;
  }

  .div-block-18 {
    margin-left: 0;
  }
}

#w-node-ad312663-502a-7286-dd0d-119e2c4a86a9-57f1ee30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80aa503c-defd-261d-af18-c7a5eeefff52-a4bacb2f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_80aa503c-defd-261d-af18-c7a5eeefff52-a4bacb2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


