.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Zilla Slab';
  color: #2b2733;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rotunda, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rotunda, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rotunda, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rotunda, sans-serif;
  color: #bfbcd1;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}

a {
  border: 0px none #000;
  color: #2b2733;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  border: 0px none transparent;
  background-color: transparent;
  color: #ffb700;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin: 16px 42px;
  color: #585a66;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

img {
  display: inline-block;
  -o-object-fit: fill;
  object-fit: fill;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 16px;
  margin-bottom: 24px;
  color: #585a66;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.container-1200 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.container-1200.navcontainer {
  max-width: 1280px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-1200.wireframes-wrapper {
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container-1200.white-smoke-bg {
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: #f0f1f5;
}

.container-1200.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-1200.hero {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-1200.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-intro-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand {
  width: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border: 1px none #000;
}

.brand:hover {
  border-style: none;
  background-color: transparent;
}

.navbar {
  z-index: 9999;
  width: 100%;
  height: 100px;
  padding: 24px 40px;
  background-color: #3c1d8a;
  color: #fff;
}

.body {
  border-radius: 0px;
  font-family: Rotunda, sans-serif;
  line-height: 28px;
}

.navlink {
  position: static;
  margin: 16px;
  padding: 0px;
  border-style: none none solid;
  border-width: 2px;
  border-color: transparent;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  font-family: Rotunda, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}

.navlink:hover {
  border-bottom: 2px solid #ffb700;
  color: #ffb700;
  font-weight: 600;
}

.navlink.w--current {
  color: #ffb700;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.navlink.w--current:hover {
  font-weight: 700;
}

.navlink.hero-link {
  margin: 0px;
  color: #fff;
}

.navlink.hero-link:hover {
  color: #ffb700;
}

.navlink.bottom-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0px 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
}

.navmenu {
  padding-top: 9px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.logo-image {
  display: inline-block;
}

.section {
  width: auto;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 60px;
  padding-bottom: 0px;
  background-color: transparent;
  font-weight: 300;
  text-align: left;
}

.section.hero {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/dotted-pattern.png');
  background-position: 50% 0%;
  background-repeat: repeat;
  background-attachment: scroll;
}

.section.section-cover {
  margin: 0px;
  padding: 40px;
  background-color: #3c1d8a;
  color: #fff;
}

.section.section--grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f1f5;
  text-align: left;
}

.section.section--grey.dark {
  background-color: #3c1d8a;
}

.section.portfolio {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.section.copyright {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 0px;
  padding-left: 0px;
}

.section.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
}

.section.bottom-margin-0 {
  margin-bottom: 0px;
}

.section.top-margin-0 {
  margin-top: 0px;
}

.list-item-portfolio {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #2b2733;
}

.list-item-portfolio.full-width {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.list-item-portfolio.full-width.bluebkg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  background-color: #bdd6ee;
  color: #2b2733;
}

.list-item-portfolio.full-width.greenbkg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  background-color: #b8ecb9;
}

.list-item-portfolio.full-width.orangbkg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  background-color: #fcd194;
}

.list-item-portfolio.full-width.redbkg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  background-color: #fab8b9;
}

.list-item-portfolio.full-width.violetbkg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  background-color: #d8ccf8;
}

.list-item-portfolio.full-width.coldbluebkg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  background-color: #a6d8d6;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Rotunda, sans-serif;
  color: #2b2733;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
}

.portfolio-intro {
  margin-bottom: 40px;
  font-family: Rotunda, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}

.portfolio-intro.black {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: rgba(39, 41, 51, 0.75);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.footer-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 0px none #585a66;
  text-align: left;
}

.title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Rotunda, sans-serif;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.25px;
}

.title.title-center {
  line-height: 36px;
}

.body-text {
  margin-bottom: 0px;
  font-family: 'Zilla Slab';
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: normal;
}

.body-text.body-text--center {
  font-family: Rotunda, sans-serif;
  color: #585a66;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.body-text-bold {
  font-weight: 600;
}

.image-caption {
  max-width: 800px;
  margin: 16px auto 24px;
  color: #585a66;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.wireframe__image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 0px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #c8c9cc;
  border-radius: 16px;
  box-shadow: 0 0 40px 0 rgba(39, 41, 51, 0.14);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -o-object-fit: fill;
  object-fit: fill;
}

.wireframe__image-wrapper:hover {
  border-style: none;
  background-color: transparent;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.wireframe__image-wrapper.no-bkg {
  border: 0px none transparent;
  box-shadow: none;
}

.wireframe__image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.wireframe {
  width: 32%;
  margin-top: 60px;
  margin-bottom: 0px;
}

.wireframe__caption {
  max-width: 800px;
  margin: 24px auto 0px;
  color: #585a66;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.wireframe__caption.no-margin {
  margin-top: 0px;
}

.menu-line {
  background-color: #fff;
}

.hero--heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Rotunda, sans-serif;
  color: #ffb700;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.5px;
}

.container-800 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.container-800.cover {
  height: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-800.text-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.container-800.cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-800.projects-bottom-nav {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content {
  width: 100%;
  max-width: 800px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  text-align: left;
}

.content h2 {
  margin-top: 60px;
  margin-bottom: 8px;
}

.content p {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.content figure {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 100px;
  padding-left: 100px;
  -o-object-fit: fill;
  object-fit: fill;
}

.content a {
  border-bottom: 1px solid #2b2733;
}

.content a:hover {
  border-bottom-color: #ffb700;
}

.content img {
  overflow: visible;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.content.negative-margin {
  margin-top: -60px;
}

.content li {
  margin: 0px 16px 16px;
  color: #2b2733;
  font-weight: 300;
}

.content ul {
  padding-left: 0px;
}

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

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 226px;
  margin: 8px;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b2733;
  color: #f0f1f5;
}

.card__text {
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
}

.intro-p {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0px;
  font-family: Rotunda, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.intro-p.hero {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 32px;
}

.intro-p.black-text {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #2b2733;
  text-align: center;
}

.intro-p.footer {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.intro-p.grey-large {
  margin-top: 48px;
  margin-bottom: 28px;
  color: #585a66;
  font-size: 24px;
  line-height: 38px;
}

.h4 {
  color: hsla(0, 0%, 100%, 0.7);
  letter-spacing: 2px;
}

.h4.category {
  margin-bottom: 32px;
  color: rgba(39, 41, 51, 0.75);
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.h4.category.white {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.list-portfolio {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(50vh, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: minmax(40vh, 1fr);
  grid-template-rows: minmax(40vh, 1fr);
}

.list-portfolio.graphic-design {
  grid-auto-rows: minmax(50vh, 1fr);
  -ms-grid-rows: minmax(40vh, 1fr);
  grid-template-rows: minmax(40vh, 1fr);
}

.portfolio-intro-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-style: none;
  border-width: 1px 1px 0px;
  border-color: #000;
}

.portfolio-intro-wrapper:hover {
  border: 0px none #000;
  background-color: transparent;
}

.tag-text {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  color: #2b2733;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tag-stripe {
  display: block;
  font-family: Rotunda, sans-serif;
  color: #bfbcd1;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: none;
}

.text-link-button {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom-style: none;
  border-bottom-width: 0px;
  opacity: 1;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

.text-link-button:hover {
  background-color: transparent;
  color: #ffb700;
}

.section-title {
  margin-bottom: 32px;
  color: rgba(44, 39, 51, 0.7);
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  text-align: left;
}

.cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-link {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Rotunda, sans-serif;
  color: #585a66;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.text-link:hover {
  color: #ffb700;
}

.text-link.white {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.text-link.white:hover {
  color: #ffb700;
}

.footer-grid {
  margin-bottom: 40px;
  grid-column-gap: 40px;
  grid-row-gap: 41px;
  -ms-grid-columns: 1.75fr 1fr 1fr 1fr;
  grid-template-columns: 1.75fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 0px none #000;
  color: #c8c9cc;
}

.copyright-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-footer {
  margin-top: 60px;
  padding: 40px 40px 24px;
  background-color: #3c1d8a;
}

.back-to-top-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 16px;
  bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(200, 201, 204, 0.8);
  -webkit-transition: background-color 500ms cubic-bezier(.515, .003, .25, 1);
  transition: background-color 500ms cubic-bezier(.515, .003, .25, 1);
}

.back-to-top-button:hover {
  background-color: #2b2733;
  color: #fff;
}

.icon-font {
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

.copyright-text {
  padding-top: 4px;
  padding-bottom: 4px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.portfolio-thumbnail-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image {
  width: 100%;
  height: 100%;
  padding-left: 32px;
}

.project-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-grid._800 {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 80px;
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
}

.image1-2 {
  width: 100%;
  border-style: none;
  border-width: 0px;
  border-color: #c8c9cc;
  border-radius: 1px;
}

.text-block {
  color: #3c1d8a;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.attributes-wrapper {
  margin-bottom: 40px;
  color: #ffb700;
  font-weight: 400;
}

.col-right {
  margin-top: 48px;
}

.h4-grey {
  color: rgba(44, 39, 51, 0.6);
  font-weight: 400;
}

.col-right--separator-line {
  height: 5px;
  margin-top: 8px;
  margin-bottom: 46px;
  background-color: #3c1d8a;
}

.col-right--separator-line.bottom {
  margin-top: 46px;
}

.hero-home {
  position: relative;
  width: 100%;
  background-color: #3c1d8a;
}

.button {
  position: absolute;
  left: 10px;
  top: auto;
  right: auto;
  bottom: 10px;
  z-index: 10;
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 18px 24px 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #3c1d8a;
  border-radius: 4px;
  background-color: #3c1d8a;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.button:hover {
  left: 6px;
  bottom: 6px;
  border-style: solid;
  border-width: 2px;
  background-color: #3c1d8a;
  color: #ffb700;
}

.button:active {
  left: 0px;
  bottom: 0px;
}

.button.invisible-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 9;
  display: block;
  overflow: visible;
  background-color: #fff;
  color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.button.invisible-text:hover {
  border-color: #3c1d8a;
  background-color: #fff;
}

.button-invisibile-text {
  padding: 8px 24px;
  font-size: 18px;
}

.button-invisibile-text:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #2b2733;
  border-radius: 4px;
}

.button-invisibile-text.cta {
  padding-top: 16px;
  padding-bottom: 16px;
  text-transform: uppercase;
}

.button-invisibile-text.cta:hover {
  border-color: #3c1d8a;
  color: transparent;
}

.button-outline {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 0px;
  width: 200px;
  border-style: solid;
  border-width: 2px;
  border-color: #2b2733;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 150ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 150ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 150ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 150ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 150ms cubic-bezier(.55, .085, .68, .53);
  color: transparent;
}

.button-outline:hover {
  border-style: solid;
  border-color: #2b2733;
  -webkit-transform: translate(-8px, 8px);
  -ms-transform: translate(-8px, 8px);
  transform: translate(-8px, 8px);
  color: #2b2733;
}

.button-outline.bottom-layer {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.button-outline.bottom-layer:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-outline.bottom-layer.cta {
  width: 240px;
  border-color: #3c1d8a;
}

.button-outline.top-layer {
  left: 10px;
  bottom: 10px;
  background-color: #bdd6ee;
  -webkit-transition: bottom 100ms ease-in, left 100ms ease-in;
  transition: bottom 100ms ease-in, left 100ms ease-in;
  color: #2b2733;
}

.button-outline.top-layer:hover {
  left: 5px;
  bottom: 5px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-outline.top-layer:active {
  left: 0px;
  bottom: 0px;
}

.button-outline.top-layer.cta {
  display: block;
  width: 240px;
  border-color: #3c1d8a;
  background-color: #3c1d8a;
  color: #fff;
}

.button-text-wrapper {
  position: relative;
  width: 200px;
  height: 68px;
  margin-top: 16px;
}

.button-text-wrapper.cta {
  display: none;
  width: 251px;
}

.hero-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-outline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 60px;
}

.arrow-icon {
  position: absolute;
  margin-left: 0px;
  padding-top: 2px;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
}

.arrow-icon.orange {
  left: 0%;
  top: -50%;
  right: 0%;
  bottom: auto;
  display: none;
  color: #ffb700;
}

.nav-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-cta {
  position: relative;
  width: 268px;
  height: 82px;
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-small {
  position: absolute;
  left: 10px;
  top: auto;
  right: auto;
  bottom: 10px;
  z-index: 10;
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 10px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #2b2733;
  border-radius: 4px;
  background-color: #bdd6ee;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  color: #2b2733;
  font-size: 18px;
  font-weight: 600;
}

.button-small:hover {
  left: 6px;
  bottom: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: #2b2733;
  background-color: #bdd6ee;
  color: #2b2733;
}

.button-small:active {
  left: 0px;
  bottom: 0px;
}

.button-small.invisible-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 9;
  display: block;
  overflow: visible;
  border-color: #2b2733;
  background-color: transparent;
  color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-small.invisible-text:hover {
  border-color: #2b2733;
  background-color: transparent;
}

.button-small.invisible-text.purpleoutline {
  border-color: #3c1d8a;
}

.button-small.lightgreen {
  display: block;
  background-color: #b8ecb9;
}

.button-small.lightorange {
  background-color: #fcd194;
}

.button-small.lightpink {
  background-color: #fab8b9;
}

.button-small.lightpurple {
  background-color: #d8ccf8;
}

.button-small.lightblue {
  background-color: #a6d8d6;
}

.button-small.default {
  border-color: #3c1d8a;
  background-color: #3c1d8a;
  color: #fff;
}

.button-small.default:hover {
  color: #ffb700;
}

.button-cta-small {
  position: relative;
  width: 210px;
  height: 82px;
  margin-top: -8px;
}

.button-cta-small.col-right {
  margin-bottom: 32px;
}

.h1-portfolio-page {
  font-size: 60px;
  line-height: 62px;
  font-weight: 600;
}

.portfolio-page--intro-text {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
}

._3-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block {
  padding-top: 16px;
  padding-bottom: 16px;
}

.col-right-wrapper {
  margin-top: -10px;
  margin-bottom: 40px;
}

.col-right-wrapper h4 {
  margin-bottom: 0px;
  color: rgba(43, 39, 51, 0.6);
  font-weight: 400;
}

.col-right-wrapper ul {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.col-right-wrapper li {
  margin: 8px 0px;
  color: #3c1d8a;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  list-style-type: none;
}

.col-right-wrapper.top-margin {
  margin-top: -9px;
}

.col-right-wrapper a {
  -webkit-transition: color 150ms ease-in;
  transition: color 150ms ease-in;
  color: #3c1d8a;
  font-weight: 600;
}

.col-right-wrapper a:hover {
  color: #ffb700;
}

.experience-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.h4-experience {
  margin-bottom: 0px;
  color: #2b2733;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}

.text-experience {
  color: rgba(88, 90, 102, 0.7);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.experience-wrapper {
  margin-bottom: 16px;
}

.hero-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-art-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span {
  margin-right: 24px;
  margin-left: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}

.profile-img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Ellipse-vector.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.profile-img-wrapper {
  overflow: hidden;
  width: 82%;
  height: 82%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-img {
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-main-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.photo-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-art--circle-bkg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30em;
  height: 30em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/circle-bkg.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrow-vector-wrapper {
  position: absolute;
  left: -10%;
  top: 11%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 11.1em;
}

.circle-vector-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  width: 10em;
}

.triangle-vector-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 10em;
}

.letterb-vector-wrapper {
  display: inline-block;
  width: 12em;
}

.link-block-right {
  color: #fff;
}

.link-text-header {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 24px;
}

.link-block-left {
  color: #fff;
}

.link-text-normal {
  color: #585a66;
  text-align: left;
  text-decoration: underline;
}

.link-text-normal:hover {
  color: #3c1d8a;
}

.link-text-normal:active {
  color: #ffb700;
}

.link-text-normal:focus {
  color: #3c1d8a;
}

.headline-experience {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.banner-stripe-container {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner-stripe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffb700;
  color: #2b2733;
}

.paragraph {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #2b2733;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.link-banner {
  text-decoration: underline;
}

.link-banner:hover {
  color: #3c1d8a;
}

.link-banner:active {
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .container-1200.hero {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero--heading {
    font-size: 70px;
    line-height: 80px;
  }

  .back-to-top-button {
    right: 32px;
    bottom: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .container-1200.wireframes-wrapper {
    max-width: 1280px;
  }

  .list-item-portfolio {
    border-radius: 0px;
  }

  .image-caption {
    margin-bottom: 40px;
  }

  .hero--heading {
    font-size: 76px;
    line-height: 86px;
  }

  .content figure {
    position: relative;
    margin-left: 0px;
  }

  .footer-grid {
    max-width: 1440px;
  }

  .section-footer {
    padding-bottom: 40px;
  }

  .back-to-top-button {
    right: 40px;
    bottom: 40px;
  }

  .copyright-text {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .attributes-wrapper {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .container-1200.hero {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-1200.margin-left-right {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-intro-container {
    position: relative;
    z-index: 10;
    width: 100%;
  }

  .brand.w--current {
    max-width: 240px;
  }

  .navbar {
    height: 80px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .navlink {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }

  .navlink.w--current {
    padding-right: 0px;
    padding-left: 0px;
    letter-spacing: 0px;
  }

  .navlink.hero-link {
    font-size: 16px;
  }

  .section.hero {
    height: auto;
    padding-right: 24px;
    padding-left: 24px;
  }

  .section.section-cover {
    padding: 24px;
  }

  .section.section--grey {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section.portfolio {
    margin-top: 48px;
    margin-bottom: 48px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .section.contact {
    margin: 60px 0px;
    padding-right: 48px;
    padding-left: 48px;
  }

  .section.bottom-margin-0 {
    margin-top: 20px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .section.top-margin-0 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section.padding-left-right {
    padding-right: 24px;
    padding-left: 24px;
  }

  .list-item-portfolio.full-width.bluebkg {
    padding: 24px;
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .list-item-portfolio.full-width.greenbkg {
    padding: 24px;
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .list-item-portfolio.full-width.orangbkg {
    padding: 24px;
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .list-item-portfolio.full-width.redbkg {
    padding: 24px;
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .list-item-portfolio.full-width.violetbkg {
    padding: 24px;
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .list-item-portfolio.full-width.coldbluebkg {
    padding: 24px;
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .h2 {
    width: 100%;
    font-size: 34px;
    line-height: 40px;
  }

  .portfolio-intro {
    width: 100%;
  }

  .portfolio-intro.black {
    font-size: 14px;
    line-height: 24px;
  }

  .hero--heading {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 60px;
  }

  .card {
    margin: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .intro-p.hero {
    margin-top: 16px;
    font-size: 18px;
    line-height: 28px;
  }

  .intro-p.grey-large {
    font-size: 24px;
  }

  .h4.category {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 18px;
  }

  .list-portfolio {
    grid-auto-flow: row;
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    -ms-grid-rows: minmax(40%, 1fr);
    grid-template-rows: minmax(40%, 1fr);
  }

  .list-portfolio.graphic-design {
    grid-row-gap: 24px;
  }

  .portfolio-intro-wrapper {
    padding-right: 12px;
  }

  .tag-text {
    margin-right: 12px;
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
  }

  .text-link-button {
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-title {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 48px;
  }

  .cards-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-grid {
    grid-column-gap: 26px;
    -ms-grid-columns: 3.25fr 1fr 1fr 1fr;
    grid-template-columns: 3.25fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .copyright-text-wrap {
    margin-bottom: 0px;
  }

  .section-footer {
    padding: 24px;
  }

  .image {
    padding-left: 12px;
  }

  .project-grid {
    grid-row-gap: 40px;
  }

  .project-grid._800 {
    grid-column-gap: 48px;
    grid-row-gap: 40px;
  }

  .attributes-wrapper {
    margin-bottom: 32px;
  }

  .hero-home {
    height: auto;
  }

  .hero-nav {
    margin-top: 60px;
  }

  .circle-outline {
    display: none;
    width: 48px;
    height: 48px;
  }

  .h1-portfolio-page {
    font-size: 52px;
  }

  .portfolio-page--intro-text {
    font-size: 22px;
    line-height: 34px;
  }

  .link-block {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-wrapper {
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-span {
    font-size: 16px;
  }

  .profile-img-container {
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .hero-art--circle-bkg {
    width: 360px;
    height: 360px;
  }

  .arrow-vector-wrapper {
    left: -10%;
    top: -17%;
    right: auto;
    bottom: auto;
    width: 124px;
  }

  .circle-vector-wrapper {
    width: 114px;
  }

  .triangle-vector-wrapper {
    right: 14%;
    bottom: -22%;
    width: 114px;
  }

  .letterb-vector-wrapper {
    width: 124px;
  }

  .banner-stripe {
    padding-right: 24px;
    padding-left: 24px;
  }

  .paragraph {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }

  li {
    font-size: 16px;
    line-height: 26px;
  }

  figcaption {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
  }

  .container-1200 {
    text-align: center;
  }

  .container-1200.nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-1200.hero {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brand {
    max-width: 240px;
    padding-left: 0px;
  }

  .navbar {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
    color: #fff;
    text-align: left;
  }

  .navlink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom-style: none;
    color: #ffb700;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.5px;
  }

  .navlink:hover {
    border-bottom-style: none;
  }

  .navlink.w--current {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }

  .navlink.w--current:hover {
    font-weight: 600;
  }

  .navlink.hero-link {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
  }

  .navlink.hero-link:hover {
    color: #ffb700;
  }

  .navlink.bottom-nav {
    margin-top: 0px;
    color: #fff;
    font-size: 30px;
  }

  .navmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90vh;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3c1d8a;
  }

  .section {
    margin: 40px 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.hero {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section.section--grey {
    margin-right: 0px;
    margin-left: 0px;
    padding: 60px 16px;
  }

  .section.section--grey.dark {
    padding: 40px 24px;
  }

  .section.portfolio {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section.copyright {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section.contact {
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .list-item-portfolio {
    text-align: center;
  }

  .list-item-portfolio.full-width.bluebkg {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-item-portfolio.full-width.greenbkg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-item-portfolio.full-width.orangbkg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-item-portfolio.full-width.redbkg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-item-portfolio.full-width.violetbkg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-item-portfolio.full-width.coldbluebkg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .h2 {
    font-size: 36px;
    line-height: 46px;
    text-align: left;
  }

  .portfolio-intro.black {
    font-size: 14px;
  }

  .footer-wraper {
    margin-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .body-text.body-text--center {
    font-size: 16px;
    line-height: 26px;
  }

  .image-caption {
    font-size: 14px;
  }

  .wireframe {
    margin-top: 40px;
  }

  .wireframe__caption {
    font-size: 14px;
  }

  .menu-lines-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-line {
    width: 26px;
    height: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    color: #fff;
  }

  .menu-line.line-mid {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .line-2 {
    width: 40px;
    height: 2px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    background-color: #ffb700;
  }

  .line-3 {
    width: 40px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #ffb700;
  }

  .navmenu__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent;
    color: #fff;
  }

  .navmenu__button.w--open {
    background-color: transparent;
  }

  .container-800 {
    text-align: center;
  }

  .content h2 {
    margin-top: 40px;
    font-size: 28px;
  }

  .content p {
    font-size: 18px;
    line-height: 28px;
  }

  .content figure {
    padding-right: 40px;
    padding-left: 40px;
  }

  .content.negative-margin {
    margin-top: -24px;
  }

  .card__text {
    font-size: 18px;
    line-height: 30px;
  }

  .intro-p.hero {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
  }

  .intro-p.footer {
    width: 70%;
    text-align: center;
  }

  .intro-p.grey-large {
    margin-top: 40px;
    font-size: 22px;
    line-height: 32px;
  }

  .h4.category {
    margin-bottom: 16px;
  }

  .h4.category.white {
    margin-bottom: 8px;
  }

  .list-portfolio {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .portfolio-intro-wrapper {
    width: 100%;
  }

  .tag-text {
    font-size: 14px;
  }

  .section-title {
    font-size: 36px;
  }

  .text-link.white {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .footer-grid {
    max-width: 1100px;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .copyright-text-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .back-to-top-button {
    right: 24px;
    bottom: 24px;
  }

  .portfolio-thumbnail-img {
    width: 100%;
    padding-top: 16px;
  }

  .project-grid._800 {
    grid-row-gap: 40px;
    -ms-grid-columns: 2.5fr;
    grid-template-columns: 2.5fr;
  }

  .col-right {
    margin-top: 0px;
  }

  .col-right--separator-line {
    margin-bottom: 48px;
  }

  .col-right--separator-line.bottom {
    margin-bottom: 40px;
  }

  .hero-nav {
    margin-top: 0px;
  }

  .arrow-icon {
    margin-top: 1px;
    font-size: 28px;
    line-height: 30px;
  }

  .nav-menu-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-cta-small.col-right {
    display: none;
  }

  .h1-portfolio-page {
    font-size: 48px;
    line-height: 58px;
    text-align: left;
  }

  .portfolio-page--intro-text {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }

  .hero-wrapper {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hero-art-wrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .text-span {
    margin-right: 18px;
    margin-left: 18px;
  }

  .profile-img-container {
    position: relative;
    z-index: 10;
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .hero-art--circle-bkg {
    display: none;
  }

  .link-text-header {
    font-size: 20px;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  ul {
    padding-left: 0px;
  }

  li {
    margin-right: 32px;
    margin-left: 32px;
  }

  .container-1200 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .container-1200.wireframes-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-1200.nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-1200.hero {
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-1200.margin-left-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-intro-container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .brand {
    padding-left: 0px;
  }

  .navbar {
    height: 64px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .navlink {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 20px;
  }

  .navlink.w--current {
    padding-top: 24px;
  }

  .navlink.bottom-nav {
    font-size: 20px;
    line-height: 22px;
    text-align: left;
  }

  .navmenu {
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section.hero {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section.section-cover {
    margin-bottom: 0px;
    padding: 16px;
  }

  .section.section--grey {
    padding: 40px 16px;
  }

  .section.section--grey.dark {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section.portfolio {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section.copyright {
    margin: 0px 16px 40px;
  }

  .section.contact {
    margin-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .section.bottom-margin-0 {
    margin-top: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .section.top-margin-0 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section.padding-left-right {
    padding-right: 16px;
    padding-left: 16px;
  }

  .list-item-portfolio {
    margin: 0px;
    padding-right: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .list-item-portfolio.full-width.bluebkg {
    padding: 16px;
    grid-auto-flow: row;
    grid-column-gap: 0px;
  }

  .list-item-portfolio.full-width.greenbkg {
    padding: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-rows: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .list-item-portfolio.full-width.orangbkg {
    padding: 16px;
    grid-auto-rows: 1fr;
    grid-row-gap: 16px;
  }

  .list-item-portfolio.full-width.redbkg {
    padding: 16px;
  }

  .list-item-portfolio.full-width.violetbkg {
    padding: 16px;
  }

  .list-item-portfolio.full-width.coldbluebkg {
    padding: 16px;
  }

  .h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 38px;
  }

  .portfolio-intro {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .portfolio-intro.black {
    width: 100%;
    font-size: 14px;
  }

  .footer-wraper.centered {
    margin-bottom: 0px;
  }

  .title.title-center {
    font-size: 28px;
  }

  .image-caption {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .wireframe {
    width: 100%;
  }

  .menu-lines-wrapper {
    width: 24px;
  }

  .menu-line {
    background-color: #2b2733;
  }

  .menu-line.line-top {
    background-color: #fff;
  }

  .menu-line.line-bottom {
    background-color: #fff;
  }

  .menu-line.line-mid {
    background-color: #fff;
  }

  .line-2 {
    width: 24px;
    height: 2px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #fff;
  }

  .line-3 {
    width: 24px;
    height: 2px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #fff;
  }

  .navmenu__button {
    z-index: 9;
  }

  .hero--heading {
    font-size: 40px;
    line-height: 50px;
  }

  .container-800 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .container-800.cover {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content figure {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .intro-p.hero {
    max-width: 100%;
  }

  .intro-p.black-text {
    text-align: left;
  }

  .intro-p.black-text.centered-text {
    margin-bottom: 32px;
    line-height: 30px;
    text-align: center;
  }

  .intro-p.footer {
    width: 100%;
  }

  .intro-p.grey-large {
    margin-top: 28px;
  }

  .h4.category {
    margin-top: 8px;
    font-size: 15px;
  }

  .list-portfolio {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
  }

  .list-portfolio.graphic-design {
    grid-row-gap: 32px;
  }

  .wrapper {
    margin-bottom: 8px;
  }

  .portfolio-intro-wrapper {
    margin-top: 16px;
    padding: 0px;
  }

  .tag-text {
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .tag-stripe {
    display: none;
  }

  .text-link-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section-title {
    margin-bottom: 0px;
  }

  .section-title.centered-title {
    margin-top: 0px;
    margin-bottom: 18px;
    line-height: 42px;
    text-align: center;
  }

  .text-link.white.small {
    font-size: 14px;
  }

  .footer-grid {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .copyright-text-wrap {
    margin-top: 24px;
  }

  .section-footer {
    margin-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .back-to-top-button {
    right: 8px;
    bottom: 8px;
    width: 40px;
    height: 40px;
  }

  .icon-font {
    font-size: 20px;
    line-height: 28px;
  }

  .copyright-text {
    font-size: 14px;
  }

  .portfolio-thumbnail-img {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-nav {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .circle-outline {
    display: none;
    width: 32px;
    height: 32px;
    margin-top: 0px;
    margin-left: 8px;
  }

  .arrow-icon {
    font-size: 24px;
    line-height: 26px;
  }

  .nav-menu-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-cta-small {
    width: 100%;
    height: 80px;
  }

  .h1-portfolio-page {
    font-size: 40px;
    line-height: 50px;
  }

  ._3-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-wrapper {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-row-gap: 0px;
  }

  .hero-art-wrapper {
    display: none;
  }

  .text-span {
    margin-right: 16px;
    margin-left: 16px;
  }

  .profile-img-container {
    width: 110px;
    height: 110px;
    margin-bottom: 24px;
    background-size: cover;
  }

  .photo-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .link-text-header {
    font-size: 16px;
    line-height: 22px;
  }

  .banner-stripe {
    padding-right: 16px;
    padding-left: 16px;
  }
}

#w-node-_2e990ec7-a3af-aec7-e25d-9665aa2694f3-f744951d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b8a235e1-a336-eadf-2a70-45d4f744951f-f744951d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_23276a1b-8d66-a503-979d-e8e5d27a2460-23203a3d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a2597f4f-c827-af5e-d981-6a8a4ce9dbad-2e435eb2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ce075031-0b41-1f7d-3a78-6e0070c16fd8-2e435eb2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_6c665b8e-d154-f988-da03-d12a19c2985f-2e435eb2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a2597f4f-c827-af5e-d981-6a8a4ce9dbad-1b272bba {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b517f845-2eda-e687-dc9a-9e6df5712688-1b272bba {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_6c665b8e-d154-f988-da03-d12a19c2985f-1b272bba {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a2597f4f-c827-af5e-d981-6a8a4ce9dbad-6fd907d9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b517f845-2eda-e687-dc9a-9e6df5712688-6fd907d9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_6c665b8e-d154-f988-da03-d12a19c2985f-6fd907d9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a2597f4f-c827-af5e-d981-6a8a4ce9dbad-bbe553ba {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ce075031-0b41-1f7d-3a78-6e0070c16fd8-bbe553ba {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_6c665b8e-d154-f988-da03-d12a19c2985f-bbe553ba {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b067678e-7b97-4545-171d-2e6aeac3b4ed-bbe553ba {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_0775b136-2147-f872-1982-a8e9141d3ed9-bbe553ba {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a83ba433-1671-6adf-f68b-7a360895f67a-43fa17ad {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_23276a1b-8d66-a503-979d-e8e5d27a2460-23203a3d {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2e990ec7-a3af-aec7-e25d-9665aa2694f3-f744951d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-b8a235e1-a336-eadf-2a70-45d4f744951f-f744951d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f56f5baf-5573-5eda-3731-29d7721064b2-2e435eb2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_19fbba12-239a-6b00-ef2b-0094f6c74a47-2e435eb2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c502ede6-c646-99cd-32e1-f26c90dfc045-43fa17ad {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b8a235e1-a336-eadf-2a70-45d4f744951f-f744951d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0d2889d7-f7e3-2872-7d81-77a14085732a-23203a3d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Rotunda';
  src: url('../fonts/rotunda-light.woff2') format('woff2'), url('../fonts/rotunda-light.eot') format('embedded-opentype'), url('../fonts/rotunda-light.woff') format('woff'), url('../fonts/rotunda-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Rotunda';
  src: url('../fonts/rotunda-bold.woff2') format('woff2'), url('../fonts/rotunda-bold.eot') format('embedded-opentype'), url('../fonts/rotunda-bold.woff') format('woff'), url('../fonts/rotunda-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Rotunda';
  src: url('../fonts/rotunda-regular.woff2') format('woff2'), url('../fonts/font.woff2') format('woff2'), url('../fonts/rotunda-regular.eot') format('embedded-opentype'), url('../fonts/font.eot') format('embedded-opentype'), url('../fonts/rotunda-regular.woff') format('woff'), url('../fonts/font.woff') format('woff'), url('../fonts/rotunda-regular.ttf') format('truetype'), url('../fonts/font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Rotunda';
  src: url('../fonts/font.woff2') format('woff2'), url('../fonts/font.eot') format('embedded-opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font';
  src: url('../fonts/font.woff') format('woff'), url('../fonts/font.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}