/* -- Colors -------------------------------------------------- */
/* /  Colors -------------------------------------------------- */
/* -- fonts -------------------------------------------------- */
@font-face {
  font-family: 'ullman-serifregular';
  src: url('fonts/ullman-serif-webfont.woff') format('woff'), url('fonts/ullman-serif-webfont.ttf') format('truetype'), url('fonts/ullman-serif-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'serif12_beta_rgregular';
  src: url('fonts/serif12beta-regular.woff2') format('woff2'), url('fonts/serif12beta-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'serif12_beta_rgitalic';
  src: url('fonts/serif12beta-italic-webfont.woff2') format('woff2'), url('fonts/serif12beta-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ullman_lightlight';
  src: url('fonts/ullman_light-webfont.woff2') format('woff2'), url('fonts/ullman_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.opensans {
  font-family: 'Open Sans', helvetica, sans-serif;
}

.default {
  font-family: 'ullman-serifregular', helvetica, arial, sans-serif;
  font-weight: 300;
}

.defaultLight {
  font-family: 'ullman_lightlight', helvetica, arial, sans-serif;
  font-weight: 300;
}

.serif {
  font-family: 'serif12_beta_rgregular', georgia, serif;
  font-weight: 300;
}

.serifItalic {
  font-family: 'serif12_beta_rgitalic', georgia, serif;
  font-weight: 300;
}

.elqouent {
  font-family: "eloquent-jf-pro", georgia, serif;
  font-weight: 400;
}

/* /  fonts -------------------------------------------------- */
body {
  font-family: 'ullman-serifregular', helvetica, arial, sans-serif;
  font-weight: 300;
  color: #58595b;
  padding: 0px;
  margin: 0px;
}

.clear {
  clear: both;
}

.container {
  max-width: 1125px;
  min-width: 1125px;
  margin: 0 auto;
  padding: 40px;
  display: block;
  overflow: hidden;
}

.container img {
  max-width: 100%;
}

.fancy-rule {
  padding: 0px;
  margin: 0 auto;
  height: 80px;
  margin-bottom: 60px;
}

#header {
  max-width: 1200px;
  height: 100%;
  display: block;
  width: 100%;
  background-color: #fff;
  position: relative;
  text-align: center;
  min-height: 835px;
}

#header img {
  display: block;
  max-width: 95%;
  margin: 0 auto;
}

#header a {
  display: block;
  top: 0px;
  left: 0px;
  position: absolute;
  height: 100%;
  width: 100%;
}

.title {
  color: #ad872f;
  font-family: 'serif12_beta_rgregular', georgia, serif;
  font-weight: 300;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: .035em;
  text-align: center;
}

/* -- Drop caps -------------------------------------------------- */
.dropcap {
  position: absolute;
}

.dropcap.cap-w {
  background: url(images/W.png) no-repeat center center;
  background-size: 100%;
  text-indent: -99999px;
}

/* /  Drop caps -------------------------------------------------- */
/* -- General -------------------------------------------------- */
.intro {
  font-family: 'serif12_beta_rgregular', georgia, serif;
  font-weight: 300;
}

.intro strong {
  font-weight: bold;
}

.main-section {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/* /  General -------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* -- Menu -------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
#menu {
  opacity: 0;
  margin-top: -300px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 300;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 0px;
  height: 105px;
  padding-left: 0px;
  padding-right: 0px;
}

#menu #menu-toggle {
  display: none;
  margin-right: 65px;
  position: absolute;
}

#menu.stuck {
  opacity: 1;
  margin-top: 0px;
}

#menu img {
  margin-right: 2.5%;
  margin-left: 6.5%;
  max-width: 265px;
  margin-top: 20px;
}

#menu ul {
  border-bottom: 1px solid #c0c2b0;
  margin-top: 5px;
  position: relative;
  width: 100%;
  max-width: 57%;
  height: 32px;
  padding-left: 4%;
  padding-right: 3%;
  margin-right: 4%;
  padding-top: 38px;
  float: right;
}

#menu ul::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 18px;
  background: url(images/menu-frame.svg) no-repeat left top #ffffff;
  background-size: cover;
  width: 46px;
  height: 58px;
  display: block;
}

#menu ul::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 18px;
  background: url(images/menu-frame.svg) no-repeat left top #ffffff;
  background-size: cover;
  width: 46px;
  height: 58px;
  display: block;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#menu ul li {
  list-style: none;
  text-align: center;
  margin-top: -21px;
  float: left;
  width: 16.35%;
}

#menu ul li a {
  padding-top: 15px;
  width: 100%;
  display: block;
  padding-bottom: 15px;
  color: #7f7f7f;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 14px;
  font-family: 'Open Sans', helvetica, sans-serif;
  font-weight: bold;
}

#menu ul li a:hover {
  color: #ad872f;
}

/* ---------------------------------------------------------------------- */
/* -- / End Menu ----- -------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* -- About Us Section -------------------------------------------------- */
/* ---------------------------------------------------------------------- */
#about-us-section {
  background: url(images/about-us-desktop.svg) no-repeat center top;
  max-width: 1200px;
  height: 717px;
  margin: 0 auto;
  margin-bottom: 100px;
}

#about-us-section h2 {
  padding-top: 27px;
}

#about-us-section .dropcap {
  top: 157px;
  right: 470px;
  height: 90px;
  width: 120px;
}

#about-us-section .intro {
  position: absolute;
  top: 143px;
  left: 527px;
  width: 527px;
}

#about-us-section .intro #text-shape {
  float: left;
  shape-outside: ellipse(80px 40px at 50% 50%);
  -webkit-shape-outside: ellipse(80px 40px at 50% 50%);
  width: 150px;
  height: 120px;
}

#about-us-section .intro p {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.9em;
  text-align: justify;
}

#about-us-section #who-we-are {
  position: absolute;
  top: 420px;
  left: 530px;
  width: 273px;
  font-size: 14px;
  line-height: 1.4em;
  text-align: justify;
}

#about-us-section #our-approach {
  position: absolute;
  top: 420px;
  right: 25px;
  width: 265px;
  font-size: 14px;
  line-height: 1.4 em;
  text-align: justify;
}

/* ---------------------------------------------------------------------- */
/* -- End  About Us Section --------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* -- What We Do Section ------------------------------------------------ */
/* ---------------------------------------------------------------------- */
#what-we-do-section {
  background: url(images/what-we-do-desktop.svg) no-repeat center top;
  max-width: 1200px;
  height: 775px;
  margin: 0 auto;
  margin-bottom: 100px;
}

#what-we-do-section .title {
  position: absolute;
  top: -8px;
  left: 474px;
}

#what-we-do-section .intro {
  position: absolute;
  left: 463px;
  top: 90px;
  font-size: 16px;
  line-height: 1.6em;
}

#what-we-do-section #services-list {
  position: absolute;
  top: 457px;
  width: 93%;
  display: flex;
  justify-content: space-between;
  padding-left: 32px;
  margin: 0px auto;
}

#what-we-do-section #services-list div {
  text-align: center;
  width: 170px;
  margin-right: -17px;
}

#what-we-do-section #services-list div h3 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: 'Open Sans', helvetica, sans-serif;
}

#what-we-do-section #services-list div ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#what-we-do-section #services-list div ul li {
  font-size: 12.5px;
  padding-bottom: 5px;
}

/* ---------------------------------------------------------------------- */
/* -- End What We Do Section -------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* -- Our Team Section -------------------------------------------------- */
/* ---------------------------------------------------------------------- */
#our-team-section {
  background: url(images/our-team-desktop.svg) no-repeat center top;
  height: 775px;
  display: flex;
  padding-top: 145px;
  padding-left: 25px;
  justify-content: space-evenly;
  text-align: left;
}

@media screen and (min-width:767px) {

  #tina,
  #jon {
    padding-right: 6vw;
  }

  #our-team-section #tina {
    background: url(images/our-team-tina.svg) no-repeat right top;
    background-size: 100%;
    position: relative;

  }


  #our-team-section #tina:after {
    content: '';
    border-right: 1px solid #C1C2B0;
    display: block;
    height: calc(100% - 2vw);
    position: absolute;
    right: -4vw;
    top: 0px;
  }


  #our-team-section #jon {
    background: url(images/our-team-jon.svg) no-repeat right top;
    background-size: 100%;
  }
}

#our-team-section h2 {
  font-family: "eloquent-jf-pro", georgia, serif;
  font-weight: 400;
  color: #ad872f;
  font-size: 33px;
  font-weight: normal;
  padding-top: 10px;
  margin-bottom: 0px;
}

#our-team-section h2 small {
  width: 100%;
  font-family: 'ullman-serifregular', helvetica, arial, sans-serif;
  font-weight: 300;
  color: #58595b;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  margin-top: 20px;
  letter-spacing: 1px;
  line-height: 1.5em;
}

#our-team-section div {
  width: 28.5%;
  margin-right: 19px;
}

#our-team-section div header {
  display: flex;
  -webkit-flex: flex;
  line-height: 2.5em;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
}

#our-team-section div header img {
  -webkit-flex: 1 0 150px;
  -webkit-flex-wrap: wrap;
}

#our-team-section div header h2 {
  float: right;
  margin-left: 15px;
}

#our-team-section p {
  font-size: 12px;
  margin-left: -10px;
  margin-right: -10px;
  line-height: 1.45em;
  text-align: left;
}

#our-team-section p strong {
  color: #ad872f;
}

/* ---------------------------------------------------------------------- */
/* -- End  Our Team Section --------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* -- Our Clients Section ------------------------------------------------ */
/* ---------------------------------------------------------------------- */
#our-clients-section {
  background: url(images/our-clients-desktop.svg) no-repeat center top;
  height: 775px;
  margin-bottom: 50px;
}

#our-clients-section .title {
  padding-top: 12px;
}

#our-clients-section .intro {
  font-size: 18px;
  text-align: center;
  padding-top: 5px;
}

#our-clients-section #clients-group {
  margin-top: 75px;
  display: flex;
}

#our-clients-section #clients-group div {
  text-align: center;
  width: 239px;
  margin-right: -17px;
  padding-top: 65px;
}

#our-clients-section #clients-group div h3 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: 'Open Sans', helvetica, sans-serif;
}

#our-clients-section #clients-group div ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-top: 15px;
}

#our-clients-section #clients-group div ul li {
  font-size: 12.5px;
  padding-bottom: 8px;
  text-align: left;
  color: #58595b;
  font-family: 'ullman_lightlight', helvetica, arial, sans-serif;
  font-weight: 300;
  padding-left: 25px;
}

/* ---------------------------------------------------------------------- */
/* -- End Our Clients Section ------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* -- Portfolio Section ------------------------------------------------- */
/* ---------------------------------------------------------------------- */
#portfolio-section {
  background: url(images/portfolio-desktop.svg) no-repeat center top;
  height: 775px;
  padding-top: 6px;
  margin-bottom: 100px;
}

#portfolio-section .intro {
  text-align: center;
  font-size: 18px;
  padding-top: 40px;
}

#portfolio-section #portfolio-cats {
  display: flex;
  flex-wrap: wrap;
  padding-left: 65px;
  padding-right: 60px;
  justify-content: space-between;
}

#portfolio-section #portfolio-cats div {
  width: 22%;
  text-align: center;
  margin-bottom: 35px;
  margin-right: 0px;
}

#portfolio-section #portfolio-cats div h3 {
  color: #ad872f;
  font-style: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: 'Open Sans', helvetica, sans-serif;
}

#portfolio-section footer {
  position: absolute;
  bottom: 17px;
  left: 183px;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  font-family: 'serif12_beta_rgitalic', georgia, serif;
  font-weight: 300;
}

/* ---------------------------------------------------------------------- */
/* -- End Portfolio Section --------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* -- Contact Us Section ------------------------------------------------ */
/* ---------------------------------------------------------------------- */
#contact-us-section {
  background: url(images/contact-us-desktop.svg) no-repeat center top;
  height: 850px;
}

#contact-us-section #contact-info {
  position: absolute;
  left: 0px;
  top: 250px;
  text-align: center;
}

#contact-us-section #contact-info .tel,
#contact-us-section #contact-info .email,
#contact-us-section #contact-info .map {
  text-indent: -99999px;
  float: left;
  position: absolute;
  display: block;
}

#contact-us-section #contact-info .tel {
  left: 100px;
  width: 165px;
  height: 32px;
  top: 68px;
}

#contact-us-section #contact-info .email {
  top: 137px;
  width: 220px;
  left: 76px;
  height: 30px;
}

#contact-us-section #contact-info .map {
  top: 242px;
  width: 200px;
  left: 80px;
  height: 170px;
}

#contact-us-section #contact-info #social-links {
  position: absolute;
  top: 414px;
  left: 120px;
  width: 148px;
  padding: 0px;
  display: flex;
  height: 70px;
  justify-content: space-between;
}

#contact-us-section #contact-info #social-links li {
  text-indent: -99999px;
  list-style: none;
  width: 100%;
}

#contact-us-section #contact-info #social-links li a {
  display: block;
  width: 100%;
  height: 100%;
}

#contact-us-section #contact-form {
  position: absolute;
  left: 470px;
  top: 165px;
}

#contact-us-section #contact-form h3 {
  font-family: 'serif12_beta_rgitalic', georgia, serif;
  font-weight: 300;
  font-weight: normal;
  color: #ad872f;
  font-size: 21px;
  margin-top: 10px;
}

#contact-us-section #contact-form iframe {
  height: 530px;
  min-height: 530px !important;
  overflow: none;
  width: 570px;
}

/* ---------------------------------------------------------------------- */
/* -- End Contact Us Section -------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* -- Footer -------------------------------------------------- */
#site-footer {
  text-align: center;
  margin-bottom: 50px;
  color: #58595b;
  font-family: 'serif12_beta_rgitalic', georgia, serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .05em;
  margin-top: 60px;
}

/* /  Footer -------------------------------------------------- */
.hide-desktop {
  display: none;
}

/* ----------------------------------------------------------------- */
/* --- RESPONSIVE -------------------------------------------------- */
/* ----------------------------------------------------------------- */
@media screen and (min-width: 1300px) {
  #menu ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1180px) {
  #menu img {
    margin-right: 2.5%;
    margin-left: 6.5%;
    max-width: 175px;
    margin-top: 30px;
  }

  #menu ul {
    padding-right: 2%;
    padding-left: 4%;
    max-width: 57%;
    margin-right: 10px;
  }

  #menu ul li {
    width: 16.5%;
  }

  #menu ul li:first-of-type {
    width: 14%;
  }

  #menu ul li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 980px) {
  #menu ul {
    padding-right: 2%;
    padding-left: 4%;
    max-width: 62%;
  }

  #menu ul li a {
    font-size: 11px;
  }
}

@media screen and (max-width: 875px) {
  #menu {
    height: 200px;
    padding-top: 5px;
    padding-bottom: 15px;
  }

  #menu img {
    min-width: 400px;
    max-width: 75%;
    margin-top: 50px;
  }

  #menu #menu-toggle {
    float: right;
    margin-top: 50px;
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    cursor: pointer;
    background: #ad872f;
    border-radius: 5px;
  }

  #menu #menu-toggle * {
    transition: 0.25s ease-in-out;
  }

  #menu #menu-toggle span {
    display: block;
    background: #fff;
    border-radius: 2px;
  }

  #menu #menu-toggle:hover {
    background: #ad872f;
    opacity: .8;
  }

  #menu #menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
  }

  #menu #menu-toggle #hamburger span {
    width: 60px;
    height: 4px;
    position: relative;
    top: 24px;
    left: 20px;
    margin: 10px 0;
  }

  #menu #menu-toggle #hamburger span:nth-child(1) {
    transition-delay: .5s;
  }

  #menu #menu-toggle #hamburger span:nth-child(2) {
    transition-delay: .625s;
  }

  #menu #menu-toggle #hamburger span:nth-child(3) {
    transition-delay: .75s;
  }

  #menu #menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
  }

  #menu #menu-toggle #cross span:nth-child(1) {
    height: 0%;
    width: 4px;
    position: absolute;
    top: 10%;
    left: 48px;
    transition-delay: 0s;
  }

  #menu #menu-toggle #cross span:nth-child(2) {
    width: 0%;
    height: 4px;
    position: absolute;
    left: 10%;
    top: 48px;
    transition-delay: .25s;
  }

  #menu #menu-toggle.open #hamburger span {
    width: 0%;
  }

  #menu #menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s;
  }

  #menu #menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: .125s;
  }

  #menu #menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: .25s;
  }

  #menu #menu-toggle.open #cross span:nth-child(1) {
    height: 80%;
    transition-delay: .625s;
  }

  #menu #menu-toggle.open #cross span:nth-child(2) {
    width: 80%;
    transition-delay: .375s;
  }

  #menu ul {
    display: block;
    position: absolute;
    background: #fff;
    background-image: none;
    top: 214px;
    padding: 0px;
    transition: height 0.5s ease-in-out;
    height: 0px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }

  #menu ul::before,
  #menu ul::after {
    display: none;
  }

  #menu ul li {
    margin: 0px;
    display: block;
    width: 100%;
  }

  #menu ul li:first-of-type {
    width: 100%;
    max-width: 100%;
  }

  #menu ul li a {
    display: block;
    font-size: 220%;
    padding: 7px 0px;
  }

  #menu.open ul {
    display: block;
    height: 400px;
    opacity: .95;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  #menu {
    height: 80px;
  }

  #menu img {
    max-width: 18%;
    min-width: 15%;
    margin-top: 20px;
  }

  #menu #menu-toggle {
    transform: scale(0.65);
    margin-right: 10px;
    margin-top: -5px;
  }

  #menu ul {
    top: 94px;
  }
}

@media screen and (max-width: 768px) {
  .hide-desktop {
    display: block;
  }

  #about-us-section {
    height: 1585px;
    background: url(images/about-us-mobile.svg) no-repeat center top;
    background-size: 100%;
  }

  #about-us-section .dropcap {
    top: 217px;
    left: 140px;
    height: 124px;
    width: 210px;
  }

  #about-us-section .intro {
    position: absolute;
    top: 179px;
    left: 128px;
    width: 917px;
    font-size: 21px;
  }

  #about-us-section .intro #text-shape {
    float: left;
    shape-outside: ellipse(48px 73px at 50% 50%);
    -webkit-shape-outside: ellipse(48px 73px at 50% 50%);
    width: 381px;
    height: 187px;
  }

  #about-us-section .intro p {
    font-size: 33px;
    font-weight: 300;
    line-height: 1.9em;
    text-align: justify;
  }

  #about-us-section #who-we-are {
    bottom: auto;
    left: 67px;
    width: 90%;
    color: #7f7f7f;
    font-size: 31px;
    line-height: 1.45em;
    text-align: justify;
    text-align: left;
    top: 670px;
  }

  #about-us-section #our-approach {
    bottom: auto;
    left: 67px;
    width: 90%;
    color: #7f7f7f;
    font-size: 31px;
    line-height: 1.45em;
    text-align: justify;
    text-align: left;
    top: 1160px;
  }

  #what-we-do-section {
    background: url(images/section-title-banner.svg) no-repeat center top;
    background-size: 100%;
    height: auto;
  }

  #what-we-do-section .intro {
    font-size: 28px;
    text-align: center;
    position: relative;
    padding-top: 50px;
    left: 0px;
    padding-left: 5%;
    padding-right: 5%;
    top: auto;
  }

  #what-we-do-section #services-list {
    width: 100%;
    margin: 0px;
    padding: 0px;
    flex-wrap: wrap;
    position: static;
  }

  #what-we-do-section #services-list div {
    width: 48%;
    display: block;
    padding-top: 30px;
    background-size: 190%;
    background: url(images/services-banner-mobile-bg.svg) no-repeat center top;
    background-size: 100%;
    margin: 0 auto;
    height: 100%;
    min-height: 880px;
    margin-bottom: 50px;
  }

  #what-we-do-section #services-list div h3 {
    margin-top: 280px;
    font-size: 32px;
    margin-left: 10px;
    font-family: 'ullman-serifregular', helvetica, arial, sans-serif;
    font-weight: 300;
    font-weight: bold;
    font-family: 'Open Sans', helvetica, sans-serif;
  }

  #what-we-do-section #services-list div ul {
    position: relative;
    padding-top: 30px;
  }

  #what-we-do-section #services-list div ul::before {
    content: '';
    width: 180px;
    height: 184px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -280px;
    left: 34%;
  }

  #what-we-do-section #services-list div ul li {
    font-size: 33px;
    padding-bottom: 5px;
  }

  #what-we-do-section #services-list div #branding_identity::before {
    background: url(images/services-branding.svg) no-repeat;
    background-size: 100%;
  }

  #what-we-do-section #services-list div #print_promotions::before {
    background: url(images/services-print.svg) no-repeat;
    background-size: 100%;
  }

  #what-we-do-section #services-list div #publications::before {
    background: url(images/services-publications.svg) no-repeat;
    background-size: 100%;
  }

  #what-we-do-section #services-list div #illustration::before {
    background: url(images/services-illustration.svg) no-repeat;
    background-size: 100%;
  }

  #what-we-do-section #services-list div #interactive::before {
    background: url(images/services-interactive.svg) no-repeat;
    background-size: 100%;
  }

  #our-team-section {
    background-image: url(images/our-team-mobile.svg);
    background-size: 100%;
    height: auto;
    flex-wrap: wrap;
  }

  #our-team-section div {
    width: 100%;
  }

  #our-team-section div::after {
    background: url(images/squiggly-hr.svg) no-repeat -70px center;
    content: '';
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
    background-size: cover;
    height: 9px;
    width: 100%;
  }

  #our-team-section div header {
    justify-content: flex-start;
    margin-left: 0px;
  }

  #our-team-section div header img {
    margin-right: 15px;
    max-width: 250px;
    height: 298;
  }

  #our-team-section div header h2 {
    font-size: 70px;
  }

  #our-team-section div header h2 small {
    font-size: 30px;
  }

  #our-team-section div p {
    font-size: 34px;
  }

  #our-team-section div img.skills {
    width: 100%;
  }

  #our-clients-section {
    background: url(images/section-title-banner.svg) no-repeat center top;
    background-size: 100%;
    height: auto;
  }

  #our-clients-section::after {
    background: url(images/squiggly-hr.svg) no-repeat -70px center;
    content: '';
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
    background-size: cover;
    height: 9px;
    width: 100%;
  }

  #our-clients-section .intro {
    font-size: 28px;
    text-align: center;
    padding-top: 5px;
  }

  #our-clients-section .intro::after {
    background: url(images/squiggly-hr.svg) no-repeat -70px center;
    content: '';
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
    background-size: cover;
    height: 9px;
    width: 100%;
  }

  #our-clients-section #clients-group {
    flex-wrap: wrap;
    justify-content: center;
  }

  #our-clients-section #clients-group div {
    width: 47%;
    margin-right: 0px;
    background-repeat: no-repeat;
    background-size: 58%;
    background-position: 130px top;
    padding-top: 158px;
    margin-bottom: 75px;
    margin-right: 30px;
  }

  #our-clients-section #clients-group div h3 {
    background: url(images/client-banner.svg) no-repeat center top;
    background-size: 90%;
    height: 60px;
    padding-top: 28px;
    font-size: 42px;
    letter-spacing: 1px;
    text-align: center;
    margin-left: 14px;
    margin-bottom: 30px;
    text-indent: 15px;
  }

  #our-clients-section #clients-group div#academic {
    background-image: url(images/clients-academic.svg);
  }

  #our-clients-section #clients-group div#medical-group {
    background-image: url(images/clients-medical.svg);
  }

  #our-clients-section #clients-group div#nonprofit-group {
    background-image: url(images/clients-nonprofit.svg);
  }

  #our-clients-section #clients-group div#creative-group {
    background-image: url(images/clients-creative.svg);
  }

  #our-clients-section #clients-group div#commercial-group {
    background-image: url(images/clients-commercial.svg);
  }

  #our-clients-section #clients-group div ul {
    margin: 0px;
  }

  #our-clients-section #clients-group div ul li {
    font-size: 26px;
    padding-bottom: 20px;
    text-align: center;
    display: block;
  }

  /* End our clients mobile */
  #portfolio-section {
    background: url(images/portfolio-section-mobile-bottom.svg) no-repeat center bottom;
    background-size: 100%;
    height: auto;
    padding-bottom: 200px;
  }

  #portfolio-section::before {
    content: '';
    background: url(images/portfolio-section-mobile-top.svg) no-repeat center top;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 470px;
    display: block;
    background-size: 100%;
  }

  #portfolio-section .title {
    padding-top: 2px;
  }

  #portfolio-section .intro {
    font-size: 31px;
    max-width: 68%;
    margin: 0 auto;
    line-height: 1.5em;
    margin-bottom: 75px;
    margin-top: 50px;
  }

  #portfolio-section #portfolio-cats div {
    width: 48%;
    margin-bottom: 30px;
  }

  #portfolio-section #portfolio-cats div img {
    max-width: 100%;
    width: 80%;
  }

  #portfolio-section #portfolio-cats div h3 {
    font-size: 34px;
  }

  #portfolio-section footer {
    font-size: 26px;
    max-width: 67%;
    bottom: -19px;
    left: 188px;
    line-height: 1.5em;
  }

  /* End portfolio mobile */
  #contact-us-section {
    background: url(images/contact-us-mobile.svg) no-repeat center top;
    background-size: 100%;
    padding-top: 1500px;
    margin-bottom: 500px;
  }

  #contact-us-section #contact-info {
    position: absolute;
    left: 280px;
    top: 359px;
    text-align: center;
  }

  #contact-us-section #contact-info .tel {
    left: 100px;
    width: 335px;
    height: 62px;
    top: 58px;
  }

  #contact-us-section #contact-info .email {
    top: 210px;
    width: 440px;
    left: 55px;
    height: 70px;
  }

  #contact-us-section #contact-info .map {
    top: 462px;
    width: 370px;
    left: 80px;
    height: 380px;
  }

  #contact-us-section #contact-info #social-links {
    position: absolute;
    top: 914px;
    left: 120px;
    width: 368px;
    padding: 0px;
    display: flex height: 110px;
    justify-content: space-between;
  }

  #contact-us-section #contact-form {
    position: static;
    text-align: center;
    background: url(images/contact-form-mobile.svg) no-repeat center top;
    background-size: 100%;
    overflow: visible;
    padding-top: 350px;
    padding-bottom: 200px;
    /* End contact us mobile */
  }

  #contact-us-section #contact-form iframe {
    transform: scale(2);
    margin-left: -35px;
    height: auto;
  }

  #site-footer {
    display: block;
    clear: both;
    font-size: 34px;
    margin-bottom: 60px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  #menu.open ul {
    height: 520px;
  }

  #menu ul li a {
    font-size: 50px;
  }
}
