/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Palanquin:300,400|Poppins:400,500");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  text-align: left;
  text-transform: uppercase; }

h1 {
  font-weight: 400;
  font-size: 3rem;
  line-height: 3.2rem;
  color: #ffffff;
  text-align: center;
  text-transform: none; }

h1.link {
  color: #31E0DB; }

h2 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.6rem;
  color: #ffffff; }

h2.title {
  color: #56A08B; }

h2.callout {
  text-align: center; }

h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #ffffff;
  margin: 0 0 1rem 0; }

h3.alt {
  color: #8a8a8a; }

h3.link {
  color: #31E0DB; }

h4 {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #333333; }

h4.link {
  color: #31E0DB;
  text-align: center;
  text-transform: none; }

h4.link.heading {
  color: #31E0DB;
  text-align: center;
  text-transform: uppercase; }

h4.heading {
  font-weight: 400;
  color: #56A08B; }

.body-subhead, .body, .body-mid, .body-lrg, .body-light, .list {
  font-family: "Palanquin", sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #222222; }

.body-subhead {
  font-weight: 300;
  color: #56A08B; }

.body {
  font-weight: 400; }

/* */
.body-light {
  font-weight: 300; }

/* */
.body-mid {
  font-size: 1.4rem;
  line-height: 2rem; }

.body-lrg {
  font-size: 1.6rem;
  line-height: 2rem; }

a, .link {
  color: #31E0DB;
  text-decoration: none; }

p {
  margin: 0 0 1rem 0; }

.wrapper {
  background: #333333;
  display: block;
  overflow-y: visible;
  overflow-x: hidden; }

.content-wrapper {
  margin: 0 auto;
  overflow: hidden; }
  .content-wrapper .image {
    max-height: 94vh;
    min-height: 50vh; }
    .content-wrapper .image img {
      width: 100%;
      height: auto; }

.content-module {
  width: 80vw;
  max-width: 1800px;
  margin: 1rem auto; }

.content-module-wide {
  width: 90vw;
  max-width: 2000px;
  margin: 0 auto; }

.content-module-narrow {
  width: 60vw;
  max-width: 800px;
  margin: 0 auto; }

.flex {
  display: flex; }

.button {
  border: 1px solid #31E0DB;
  background: #222222;
  color: #31E0DB;
  margin: 0 auto;
  padding: 0.8rem;
  font-size: 0.9rem;
  font-family: "Palanquin", sans-serif;
  font-weight: 400;
  max-width: 10rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s; }

.button:hover {
  background: #31E0DB;
  color: #333333; }

a {
  color: #31E0DB;
  font-size: 1rem;
  font-family: "Palanquin", sans-serif;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  transition: text-decoration .5s ease; }

a:hover {
  text-decoration: underline; }

.list {
  display: block;
  color: #8a8a8a; }
  .list li {
    margin: 1rem 0; }

.hidden {
  visibility: hidden; }

@media all and (max-width: 800px) {
  .content-module {
    width: 90vw; }
  .content-module-wide {
    width: 95vw; }
  .content-wrapper .image {
    max-height: 60vh;
    min-height: 30vh; } 
  .content-module-narrow {
    width: 90vw; }}

@media all and (max-width: 400px) {
  .content-module {
    width: 95vw;
    margin: 0.6rem auto; } 
  .content-module-narrow {
    width: 100vw; }}

.nav-header {
  position: fixed;
  z-index: 100;
  background: #333333;
  width: 100%; }

.nav-inner-wrap {
  margin-top: 1.5rem;
  position: relative;
  display: block; }
  .nav-inner-wrap .logo {
    display: inline-block; }
    .nav-inner-wrap .logo img {
      height: 2.6rem; }
  .nav-inner-wrap .title {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    vertical-align: top;
    margin: 0.1rem 0 0 0.4rem; }
    .nav-inner-wrap .title span {
      display: block;
      color: #ffffff; }
      .nav-inner-wrap .title span:nth-child(1) {
        text-transform: uppercase;
        font-size: 1.4rem;
        line-height: 1.6rem; }
      .nav-inner-wrap .title span:nth-child(2) {
        font-size: 1rem; }

.menu {
  display: inline-block;
  position: absolute;
  right: 0;
  border: 1px solid #31E0DB;
  color: #31E0DB;
  padding: 0.8rem;
  font-size: 0.9rem;
  font-family: "Palanquin", sans-serif;
  font-weight: 400;
  max-width: 6rem;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.2s; }

.menu:hover {
  background: #31E0DB;
  color: #333333; }

@media all and (max-width: 530px) {
  .nav-inner-wrap {
    margin-top: 1rem;
    width: 90vw; }
    .nav-inner-wrap .menu {
      display: block;
      top: 0; }
    .nav-inner-wrap .title {
      visibility: hidden; } }

@media all and (max-width: 400px) {
  .nav-inner-wrap {
    margin: 1rem; }
    .nav-inner-wrap .title {
      visibility: hidden; } }

.overflow-hidden {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden; }

.menu-expanded {
  position: absolute;
  top: 1.6rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  background: rgba(34, 34, 34, 0.5);
  padding: 2rem;
  min-height: 90vh;
  z-index: 10000;
  overflow-y: visible; }
  .menu-expanded::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: rgba(34, 34, 34, 0.9);
    z-index: -600000; }
  .menu-expanded.closed {
    height: 0;
    min-height: 0vh;
    visibility: hidden; }
  .menu-expanded.open {
    min-height: 97vh;
    height: auto;
    visibility: visible; }
  .menu-expanded .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
    border-top: 1px solid #31E0DB;
    width: 100%;
    text-align: right; }
  .menu-expanded .half {
    display: inline-block;
    width: 35%; }
    .menu-expanded .half h3, .menu-expanded .half h3.link {
      margin-top: 2rem; }
    .menu-expanded .half h3.link {
      margin-bottom: 2rem; }
    .menu-expanded .half .contact {
      border-top: 1px solid #31E0DB; }
      .menu-expanded .half .contact .body {
        color: #ffffff;
        text-align: left; }
      .menu-expanded .half .contact .social {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        overflow: hidden;
        margin: 1rem 0 4rem 0; }
        .menu-expanded .half .contact .social a {
          width: auto; }
        .menu-expanded .half .contact .social .icon {
          width: 60px;
          padding: 0.5rem;
          margin-right: 0.5rem; }
          .menu-expanded .half .contact .social .icon img {
            height: 40px; }
          .menu-expanded .half .contact .social .icon:hover {
            background: #24A1AA; }
            .menu-expanded .half .contact .social .icon:hover img {
              fill: #ffffff; }
    .menu-expanded .half.projects {
      border-left: 1px solid #31E0DB;
      padding-left: 2rem;
      width: 65%; }
      .menu-expanded .half.projects .tiles {
        display: flex;
        flex-flow: row wrap; }
        .menu-expanded .half.projects .tiles h4 {
          font-size: 0.95rem; }
        .menu-expanded .half.projects .tiles .body-subhead {
          font-size: 0.95rem;
          line-height: 1.1rem;
          text-align: center;
          display: block; }
      .menu-expanded .half.projects a {
        width: 33%; }
        .menu-expanded .half.projects a:hover {
          text-decoration: none; }
      .menu-expanded .half.projects .project-tile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: auto;
        min-height: 18vh;
        margin: 1rem 1rem 0 0;
        padding: 0.8rem;
        transition: background .5s ease; }
        .menu-expanded .half.projects .project-tile:hover {
          background: #24A1AA; }
          .menu-expanded .half.projects .project-tile:hover h4, .menu-expanded .half.projects .project-tile:hover .body-subhead {
            color: #ffffff; }
      .menu-expanded .half.projects .selected {
        background: #24A1AA; }
        .menu-expanded .half.projects .selected h4, .menu-expanded .half.projects .selected .body-subhead {
          color: #ffffff; }

@media all and (max-width: 800px) {
  .menu-expanded {
    display: block; }
    .menu-expanded .half {
      width: 100%; }
      .menu-expanded .half .contact .social {
        margin-bottom: 0; }
      .menu-expanded .half .links {
        display: flex;
        justify-content: flex-start; }
        .menu-expanded .half .links h3.link {
          margin: 1rem 1rem 2rem 0; }
      .menu-expanded .half.projects {
        width: 100%;
        border-left: none;
        border-top: 1px solid #31E0DB;
        padding: 2rem 0 0 0; }
        .menu-expanded .half.projects a {
          width: 33%; } }

@media all and (max-width: 530px) {
  .menu-expanded {
    top: 1rem; }
    .menu-expanded .half.projects a {
      width: 100%; }
    .menu-expanded .half.projects .project-tile {
      min-height: auto;
      margin: 0.5rem 0 0 0; } }

footer {
  background: #222222;
  font-family: "Palanquin", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  color: #8a8a8a;
  text-align: center;
  overflow-y: auto; }
  footer .content-module {
    margin-top: 6rem;
    margin-bottom: 0;
    padding: 3rem 0; }

.social {
  display: flex;
  justify-content: center;
  font-family: "Palanquin", sans-serif;
  margin-top: 2rem; }
  .social a {
    width: auto; }
  .social .icon {
    background: #222222;
    box-shadow: 0px 2px 6px #222222;
    min-width: 60px;
    padding: 1rem;
    margin-right: 0.5rem;
    text-align: center; }
    .social .icon img {
      height: 60px; }
    .social .icon:hover {
      background: #24A1AA; }
      .social .icon:hover img {
        fill: #ffffff; }
    .social .icon:nth-child(last) {
      margin-right: 0; }

@media all and (max-width: 800px) {
  .social .icon {
    background: #222222;
    box-shadow: 0px 2px 6px #222222;
    min-width: 60px;
    padding: 1rem;
    margin-right: 0.5rem;
    text-align: center; }
    .social .icon img {
      height: 60px; } }

.project-tile {
  background: #222222;
  box-shadow: 0px 2px 6px rgba(34, 34, 34, 0.5);
  position: relative;
  /* /// Index tile styles ///*/ }
  .project-tile .text-wrap {
    text-align: center;
    padding: 2rem 2rem 2rem 2rem;
    background: #222222;
    display: flex;
    align-items: center;
    justify-content: center; }
    .project-tile .text-wrap .button {
      margin-top: 2rem; }
  .project-tile.hero .text-wrap {
    height: 80vh;
    width: 33%; }
  .project-tile.half {
    width: 50%;
    display: inline-block; }
    .project-tile.half:nth-child(1) {
      margin-right: 0.5rem; }
    .project-tile.half:nth-child(2) {
      margin-left: 0.5rem; }
    .project-tile.half .text-wrap {
      min-height: 30vh;
      height: 100%; }
  .project-tile.third {
    width: 40%;
    display: inline-block; }
    .project-tile.third:nth-child(1) {
      margin-right: 0.5rem; }
    .project-tile.third:nth-child(2) {
      margin-left: 0.5rem; }
    .project-tile.third .text-wrap {
      min-height: 22vh; }
  .project-tile.index.half {
    height: 40vh;
    display: flex; }
    .project-tile.index.half.veritas-visuals .image, .project-tile.index.half.me-brochure .image, .project-tile.index.half.kitewheel-ux .image {
      width: 100%;
      background-size: cover;
      background-position: 120px; }
    .project-tile.index.half.veritas-journey .image {
      height: auto;
      width: 100%;
      background-position: 10% center;
      background-size: 120px 120px; }
      .project-tile.index.half.veritas-journey .image .text-wrap {
        width: 50%;
        margin: 0 0 0 40%; }
  .project-tile.index.smartbear-ux {
    height: 50vh; }
    .project-tile.index.smartbear-ux .image {
      height: 100%;
      background-position: 450px 0; }
    .project-tile.index.smartbear-ux .text-wrap {
      width: 33%;
      height: 100%; }

.overlap-top {
  margin-top: -4rem; }

.overlap-bottom {
  margin-bottom: -4rem; }

.content-module.final {
  background: linear-gradient(#31E0DB, #24A1AA, #24A1AA);
  padding: 4rem;
  color: #ffffff;
  position: relative;
  z-index: 100000; }
  .content-module.final h1, .content-module.final h2, .content-module.final h3, .content-module.final h4, .content-module.final h5, .content-module.final h6, .content-module.final .body, .content-module.final .body-light, .content-module.final .body-lrg {
    color: #ffffff; }
  .content-module.final .main {
    width: 66%;
    margin: 0 2.6rem 0 0; }

.content-module.related-projects {
  margin: 4rem auto;
  padding: 3rem 0 0 0;
  border-top: 1px solid #31E0DB; }
  .content-module.related-projects .projects {
    margin: 2.6rem 0;
    justify-content: center;
    height: auto; }

.content-module-wide.hero {
  margin-top: 2rem; }
  .content-module-wide.hero .image {
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover; }
    .content-module-wide.hero .image .project-title {
      background: #ffffff;
      position: absolute;
      margin: 6rem 0 0 0;
      padding: 2rem 2rem 2rem 4rem; }

.content-module-wide .image img {
  max-width: 90vw; }

.content-module-wide.veritas-journey .image {
  height: 50vh; }

/* Content Tiles */
.content-tile {
  background: #ffffff;
  box-shadow: 0px 2px 6px #222222;
  position: relative;
  padding: 3.4rem;
  margin-bottom: 4rem;
  display: flex; }
  .content-tile.w-image {
    padding: 0; }
    .content-tile.w-image .image {
      width: 50%;
      overflow: hidden;
      max-height: 50vh; }
      .content-tile.w-image .image img {
        height: 100%; }
    .content-tile.w-image .main {
      width: 50%;
      background: #222222;
      margin: 0;
      padding: 2.8rem; }
      .content-tile.w-image .main .body, .content-tile.w-image .main .body-light {
        color: #8a8a8a; }
      .content-tile.w-image .main .button {
        max-width: 100%;
        margin-top: 2rem; }
  .content-tile .main {
    width: 66%;
    margin: 0 2.6rem 0 0; }
  .content-tile .aside {
    width: 33%;
    padding: 0 0 0 2rem;
    border-left: 1px solid #8a8a8a;
    display: flex; }
    .content-tile .aside img {
      width: auto;
      height: auto; }
    .content-tile .aside .button {
      max-width: 100%; }

/*//////////////////////////////////////*/
/* Project images */
.project-tile .image, .content-module-wide.hero .image {
  background-size: cover;
  background-repeat: no-repeat; }

.project-tile.veritas-journey .image, .project-tile.bofa-heuristics .image, .content-module-wide.hero.veritas-journey .image, .content-module-wide.hero.bofa-heuristics .image {
  background-size: auto;
  background-position: center; }

.bofa-budgeting .image {
  background-image: url("../assets/projects/bofa-budgeting/project-sample-2.jpg"); }

.veritas-visuals .image {
  background-image: url("../assets/projects/veritas-visuals/hero.jpg"); }

.veritas-visuals .text-wrap {
  width: 50%; }

.project-tile.veritas-visuals .image {
  background-size: cover;
  background-position: auto; }

.project-tile.me-brochure .image {
  background-size: cover; }

.veritas-journey, .dd-badging, .bofa-heuristics {
  position: relative; }

.veritas-journey .image {
  background-image: url("../assets/icons/user-journey.svg"); }

.dd-badging .image {
  background-image: url("../assets/icons/app.svg"); }

.bofa-heuristics .image {
  background-image: url("../assets/icons/website.svg"); }

.me-brochure .image {
  background-image: url("../assets/projects/me-brochure/hero.jpg"); }

.me-brochure .text-wrap {
  width: 50%; }

.mbhp .text-wrap, .bfweb .text-wrap, .ml-content-hub .text-wrap, .dd-badging .text-wrap, .bofa-heuristics .text-wrap {
  width: 100%;
  background: rgba(34, 34, 34, 0.9); }

.mbhp .image {
  background-image: url("../assets/projects/mbhp/hero.jpg"); }

.mbhp .content-tile.w-image .main {
  background: #ffffff; }

.bfweb .image {
  background-image: url("../assets/projects/bfweb/bfweb.jpg"); }

.ml-content-hub .image {
  background-image: url("../assets/projects/mbhp/shes-a-brick-house.jpg"); }

.smartbear-ux .image {
  background-image: url("../assets/projects/smartbear-ux/hero.jpg"); }

.kitewheel-ux .image {
  background-image: url("../assets/projects/kitewheel-ux/hero.jpg"); }

.kitewheel-ux .text-wrap {
  width: 50%; }

/* Related projects */
.related-projects .project-tile .text-wrap {
  width: 100%;
  background: rgba(34, 34, 34, 0.9);
  position: relative;
  top: 0; }
  .related-projects .project-tile .text-wrap .text {
    margin: 0 0 0 9%; }

.related-projects .project-tile.veritas-visuals .text-wrap {
  width: 100%; }

/* */
/* @MEDIA */
@media all and (max-width: 1600px) {
  .project-tile.index.smartbear-ux {
    height: 50vh; }
    .project-tile.index.smartbear-ux .image {
      height: 100%;
      background-size: cover cover;
      background-position: 180px 0; } }

@media all and (max-width: 1200px) {
  .project-tile.index.half.veritas-visuals .image, .project-tile.index.half.me-brochure .image, .project-tile.index.half.kitewheel-ux .image {
    background-position: 0px; }
  .project-tile.index.me-brochure .image {
    /*background-size: cover;*/ }
  .project-tile.index.smartbear-ux .image {
    background-size: cover; } }

@media all and (max-width: 800px) {
  .project-tile.hero .text-wrap {
    width: 50%; }
  .project-tile.third {
    width: 50%; }
  .content-module-wide.hero .image {
    height: 50vh; } }

@media all and (max-width: 600px) {
  .overlap-top {
    margin-top: -2rem; }
  .overlap-bottom {
    margin-bottom: -2rem; }
  .project-tile .text-wrap .button {
    margin-top: 1rem; }
  .project-tile .text-wrap .text {
    margin: 0 auto; }
  .project-tile.hero {
    overflow-y: visible; }
    .project-tile.hero .image {
      padding-top: 30vh;
      background-position: center -100px; }
    .project-tile.hero .text-wrap {
      width: 100%;
      height: 30vh; }
  .project-tile.half .image {
    padding-top: 20vh;
    background-position: center 40%; }
  .project-tile.half .text-wrap {
    width: 100%;
    min-height: 0;
    height: 100%;
    padding: 1rem; }
  .project-tile.half.index.veritas-journey .image {
    background-position: center 40%; }
    .project-tile.half.index.veritas-journey .image .text-wrap {
      width: 100%;
      margin: 0; }
  .project-tile.third {
    display: block;
    width: 100vw; }
  .project-tile.index.half.veritas-visuals .image {
    background-size: cover;
    background-position: center -40px; }
  .me-brochure .text-wrap {
    width: 100%;
    min-height: 20vh;
    height: auto; }
  .content-module.final {
    padding: 2.4rem 2rem; }
    .content-module.final .main {
      width: 100%; }
  .veritas-journey .text-wrap, .dd-badging .text-wrap, .bofa-heuristics .text-wrap {
    position: relative;
    width: 100%;
    padding: 1rem;
    text-align: center; }
    .veritas-journey .text-wrap h4, .veritas-journey .text-wrap .body-subhead, .dd-badging .text-wrap h4, .dd-badging .text-wrap .body-subhead, .bofa-heuristics .text-wrap h4, .bofa-heuristics .text-wrap .body-subhead {
      text-align: center; }
  .content-module-wide.hero .image .project-title {
    padding: 2rem 1rem;
    background: rgba(255, 255, 255, 0.75); }
  .content-tile {
    display: block; }
    .content-tile.w-image .image {
      width: 100%;
      overflow: hidden;
      max-height: 50vh; }
      .content-tile.w-image .image img {
        width: 100%; }
    .content-tile.w-image .main {
      width: 100%;
      background: #222222;
      margin: 0;
      padding: 2.4rem 2rem; }
      .content-tile.w-image .main .body, .content-tile.w-image .main .body-light {
        color: #8a8a8a; }
    .content-tile .main {
      width: 100%;
      margin: 0 2rem 0 0; }
    .content-tile .aside {
      width: 100%;
      padding: 2rem 0 0 0;
      border-left: none;
      border-top: 1px solid #8a8a8a;
      display: flex; }
      .content-tile .aside .button {
        max-width: 100%; } }

@media all and (max-width: 400px) {
  .project-tile.half:nth-child(1) {
    margin-right: 0.25rem; }
  .project-tile.half:nth-child(2) {
    margin-left: 0.25rem; }
  .project-tile.third:nth-child(1) {
    margin-right: 0.25rem; }
  .project-tile.third:nth-child(2) {
    margin-left: 0.25rem; }
  .content-tile {
    padding: 2rem 1.6rem; } }

/*//////////////////////*/
/* INDEX */
.index-headline {
  padding: 20vh 20vh 5vh 20vh; }

@media all and (max-width: 800px) {
  .index-headline {
    padding: 20vh 10vh; } }

@media all and (max-width: 530px) {
  .index-headline {
    padding: 14vh 0; } }

@media all and (max-width: 400px) {
  .index-headline {
    padding: 10vh 0; } }

.about {
  background: linear-gradient(#31E0DB, #24A1AA, #24A1AA); }
  .about .content-module {
    height: 90vh;
    padding: 30vh 16vw 20vh 16vw; }
  .about .body-mid {
    margin-top: 2rem;
    color: #ffffff;
    text-align: center; }

@media all and (max-width: 530px) {
  .about .content-module {
    padding: 30vh 0 10vh 0;
    height: auto; } }

.resume {
  background: #222222; }
  .resume .content-module:nth-child(1) {
    padding: 10rem 0 2rem 0;
    position: relative; }
    .resume .content-module:nth-child(1) h3 {
      display: inline-block; }
  .resume .button {
    max-width: 12rem;
    display: inline-block;
    position: absolute;
    right: 0; }
  .resume .content-module:nth-child(2) {
    padding: 0 0 10rem 0; }
    .resume .content-module:nth-child(2) div:nth-child(1) {
      width: 60%;
      display: inline-block;
      margin-right: 1rem; }
    .resume .content-module:nth-child(2) div:nth-child(2) {
      width: 30%;
      display: inline-block;
      vertical-align: top; }
  .resume .list span {
    color: #ffffff; }

@media all and (max-width: 530px) {
  .resume .content-module:nth-child(1) {
    padding: 10rem 1rem 2rem 1rem; }
  .resume .content-module:nth-child(2) {
    padding: 0 1rem 10rem 1rem; }
    .resume .content-module:nth-child(2) div:nth-child(1) {
      width: 100%;
      display: block;
      margin-right: 0; }
    .resume .content-module:nth-child(2) div:nth-child(2) {
      margin-top: 4rem;
      width: 100%;
      display: block; }
  .resume .button {
    max-width: 12rem;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 12vh; } }

.contact {
  text-align: center; }
  .contact h4 {
    text-align: center;
    text-transform: none;
    margin-top: 1rem; }
