/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none !important; }

svg {
  width: 100%; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) {
  text-decoration: none; }

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

ul {
  margin: 0; }

:root {
  --dark-navy: #18121e;
  --yellow: #eac67a;
  --css-blue: #264de4;
  --facebook-blue: #3b5998;
  --google-red: #d34836;
  --html-orange: #e34f26;
  --instagram-blue: #517fa4;
  --js-black: #323330;
  --js-yellow: #f0db4f;
  --linkedin-blue: #007bb6;
  --pinterest-red: #cb2027;
  --rails-red: #c00;
  --react-blue: #00d8ff;
  --sass-magenta: #c69;
  --twitter-blue: #00aced;
  --youtube-red: #bb0000;
  --gray-100: #dadada;
  --gray-200: #c2c2c2;
  --gray-300: darkgray;
  --gray-400: #919191;
  --gray-500: #797979;
  --gray-600: #616161;
  --gray-700: #494949;
  --gray-800: #303030;
  --gray-900: #181818;
  --gunmetal: #233237;
  --gunmetal-darker: #1a2629;
  --gunmetal-light: #5a6569;
  --gunmetal-lighter: #91999b;
  --gunmetal-lightest: #c8cccd;
  --rusty-red: #984b43;
  --rusty-red-darker: #723832;
  --rusty-red-light: #b27872;
  --rusty-red-lighter: #cca5a1;
  --rusty-red-lightest: #e5d2d0;
  --black-5: rgba(0, 0, 0, 0.05);
  --black-10: rgba(0, 0, 0, 0.1);
  --black-15: rgba(0, 0, 0, 0.15);
  --black-20: rgba(0, 0, 0, 0.2);
  --black-25: rgba(0, 0, 0, 0.25);
  --black-30: rgba(0, 0, 0, 0.3);
  --black-35: rgba(0, 0, 0, 0.35);
  --black-40: rgba(0, 0, 0, 0.4);
  --black-45: rgba(0, 0, 0, 0.45);
  --black-50: rgba(0, 0, 0, 0.5);
  --black-55: rgba(0, 0, 0, 0.55);
  --black-60: rgba(0, 0, 0, 0.6);
  --black-65: rgba(0, 0, 0, 0.65);
  --black-70: rgba(0, 0, 0, 0.7);
  --black-75: rgba(0, 0, 0, 0.75);
  --black-80: rgba(0, 0, 0, 0.8);
  --black-85: rgba(0, 0, 0, 0.85);
  --black-90: rgba(0, 0, 0, 0.9);
  --black-95: rgba(0, 0, 0, 0.95);
  --white-5: rgba(255, 255, 255, 0.05);
  --white-10: rgba(255, 255, 255, 0.1);
  --white-15: rgba(255, 255, 255, 0.15);
  --white-20: rgba(255, 255, 255, 0.2);
  --white-25: rgba(255, 255, 255, 0.25);
  --white-30: rgba(255, 255, 255, 0.3);
  --white-35: rgba(255, 255, 255, 0.35);
  --white-40: rgba(255, 255, 255, 0.4);
  --white-45: rgba(255, 255, 255, 0.45);
  --white-50: rgba(255, 255, 255, 0.5);
  --white-55: rgba(255, 255, 255, 0.55);
  --white-60: rgba(255, 255, 255, 0.6);
  --white-65: rgba(255, 255, 255, 0.65);
  --white-70: rgba(255, 255, 255, 0.7);
  --white-75: rgba(255, 255, 255, 0.75);
  --white-80: rgba(255, 255, 255, 0.8);
  --white-85: rgba(255, 255, 255, 0.85);
  --white-90: rgba(255, 255, 255, 0.9);
  --white-95: rgba(255, 255, 255, 0.95); }

html,
body,
p {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 16px; }

a,
i {
  color: inherit; }

a:hover,
button:hover {
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

.layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh; }
  .layout .navbar {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    position: relative;
    z-index: 1; }
  .layout main {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3; }
  .layout.no_scroll {
    overflow: hidden; }

.banner {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  background: url(/static/images/code-screen.jpg) center/cover no-repeat;
  display: -ms-grid;
  display: grid;
  height: 100vh;
  text-align: center; }
  .banner_headline {
    font-size: 3.5rem;
    font-weight: 500;
    margin: 0;
    padding: 0rem 2rem; }
  .banner_subhead {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 8rem;
    padding: 0 2rem 1rem; }
  .banner_headline, .banner_subhead {
    color: rgba(255, 255, 255, 0.9);
    color: var(--white-90);
    text-shadow: 0 0.1rem 0.2rem black; }

footer {
  background-color: darkgray;
  background-color: var(--gray-300);
  padding: 3rem 1rem 4rem;
  text-align: center; }

.icon_css {
  fill: #264de4;
  fill: var(--css-blue); }

.icon_html {
  fill: #e34f26;
  fill: var(--html-orange); }

.icon_js {
  fill: #f0db4f;
  fill: var(--js-yellow); }
  .icon_js .letters {
    fill: #323330;
    fill: var(--js-black); }

.icon_rails {
  fill: #c00;
  fill: var(--rails-red); }

.icon_react {
  fill: #00d8ff;
  fill: var(--react-blue); }

.icon_sass {
  fill: #c69;
  fill: var(--sass-magenta); }

.navbar {
  display: -ms-grid;
  display: grid;
      grid-template-areas: '. logo nav';
  -ms-grid-columns: 1fr 2rem auto 2rem 1fr;
  grid-template-columns: 1fr auto 1fr;
  grid-column-gap: 2rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0.5rem 1rem; }
  .navbar_close {
    background-color: transparent;
    border: none;
    height: 2.5rem;
    position: relative;
    width: 2.5rem; }
    .navbar_close::after, .navbar_close::before {
      background-color: black;
      bottom: calc(50% - 0.1rem);
      content: '';
      left: 0.5rem;
      position: absolute;
      right: 0.5rem;
      top: calc(50% - 0.1rem); }
    .navbar_close::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .navbar_close::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .navbar_link {
    display: block;
    padding: 0.5rem 1rem; }
    .navbar_link:hover {
      text-decoration: none; }
  .navbar_list {
    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;
    height: 100%;
    list-style-type: none;
    max-width: 18rem;
    overflow-y: auto;
    padding: 0.5rem 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    width: 100%; }
  .navbar_logo {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row-align: center;
        align-self: center;
    color: rgba(255, 255, 255, 0.9);
    color: var(--white-90);
    font-weight: 700;
    text-transform: uppercase;
    grid-area: logo;
    text-decoration: none; }
    .navbar_logo:hover {
      text-decoration: none; }
  .navbar_nav {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    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;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
    .navbar_nav.toggled {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      .navbar_nav.toggled .navbar_list {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s; }
  .navbar_toggle {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    background-color: transparent;
    border: none;
    height: 2rem;
    grid-area: nav;
    -ms-grid-column-align: end;
        justify-self: end;
    overflow: hidden;
    padding: 0.25rem;
    width: 2rem; }
    .navbar_toggle_icon {
      max-height: 1.5rem;
      max-width: 1.5rem; }
  .navbar svg {
    fill: rgba(255, 255, 255, 0.9);
    fill: var(--white-90);
    max-width: 1.5rem; }

@media (min-width: 1000px) {
  .navbar_nav {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-area: nav;
    -ms-grid-column-align: end;
        justify-self: end; }
  .navbar_close, .navbar_toggle {
    display: none; }
  .navbar_item {
    margin-left: 1rem; }
  .navbar_nav {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-color: transparent;
    bottom: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    left: auto;
    position: static;
    right: auto;
    top: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .navbar_nav.toggled {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      .navbar_nav.toggled .navbar_list {
        -webkit-transform: translateX(0%);
                transform: translateX(0%); }
  .navbar_link {
    padding: 0; }
  .navbar_list {
    background-color: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    max-width: none;
    padding: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: auto; } }

.recent_work {
  background-color: whitesmoke;
  display: -ms-grid;
  display: grid;
  padding: 3rem 1rem; }
  .recent_work h2 {
    font-size: 1.75rem;
    margin-bottom: 3rem;
    text-align: center; }
  .recent_work h3 {
    font-size: 1.25rem; }
  .recent_work_item {
    background-color: white; }
  .recent_work_image {
    height: 13rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .recent_work_link {
    display: block;
    -webkit-box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
            box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0.2rem 0.2rem 0.4rem var(--black-20);
            box-shadow: 0.2rem 0.2rem 0.4rem var(--black-20);
    text-decoration: none; }
  .recent_work_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 2rem;
    list-style-type: none;
    margin: 0 auto;
    max-width: 75rem; }
  .recent_work_list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .recent_work_list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  .recent_work_list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5; }
  .recent_work_text {
    padding: 1rem; }

.homepage .icon_wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-columns: 6;
          columns: 6;
  grid-column-gap: 2rem;
  -webkit-column-gap: 2rem;
          column-gap: 2rem; }

