@charset "UTF-8";
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'FontAwesome';
  src: url("/css/fonts/fa-solid-900.woff2") format("woff2"), url("/css/fonts/fa-solid-900.woff") format("woff"); }

@font-face {
  font-family: 'extra-iconz';
  src: url("./fonts/extra-iconz.eot");
  src: url("./fonts/extra-iconz.eot#iefix") format("embedded-opentype"), url("./fonts/extra-iconz.ttf") format("truetype"), url("./fonts/extra-iconz.woff") format("woff"), url("./fonts/extra-iconz.svg#extra-iconz") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="ez-"], [class*=" ez-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'extra-iconz' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ez-portfolio:before {
  content: ""; }

.ez-nined-rnd:before {
  content: ""; }

.ez-nined-tile:before {
  content: ""; }

.ez-nined:before {
  content: ""; }

.ez-upwork-tile:before {
  content: ""; }

.ez-upwork:before {
  content: ""; }

.ez-upwork-rnd:before {
  content: ""; }

.ez-twine:before {
  content: ""; }

.ez-twine-rnd:before {
  content: ""; }

.ez-twine-tile:before {
  content: ""; }

.ez-zeerk:before {
  content: ""; }

.ez-zeerk-inv:before {
  content: ""; }

.ez-zeerk-rnd:before {
  content: ""; }

.ez-zeerk-tile:before {
  content: ""; }

/************************

Layout

************************/
body {
  max-width: 980px;
  min-height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  body a {
    text-decoration: none;
    color: #2caac1; }

header {
  display: grid;
  padding: 7px 0;
  grid-area: 1/1/2/4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  header .logoheader {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    grid-area: 1/1;
    display: inline-grid; }
    header .logoheader .logo {
      display: none; }
    header .logoheader img {
      max-width: 14em;
      height: auto; }
  header nav {
    grid-area: 1/3;
    display: inline;
    justify-self: end; }
    header nav a {
      margin: 0 15px;
      padding: 5px; }

.heading {
  line-height: 0.7; }
  .heading h2, .heading .resume .resumeRow h3, .resume .resumeRow .heading h3 {
    font-size: 18px; }

.wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  display: grid;
  min-height: inherit;
  grid: repeat(2, 10em)/repeat(3, 1fr); }

/****  Main   ****/
main {
  grid-area: 2/1/4/4;
  justify-items: center;
  padding: 0 0.6em; }
  main .portlinks {
    margin: 2em 0 0; }
    main .portlinks span {
      padding: 1em; }

.about {
  margin: 10px auto 0;
  padding: 15px; }

/****  Services   ****/
.srvcs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  .srvcs div ul {
    list-style-type: none;
    padding: 0;
    -webkit-padding-start: 0; }
    .srvcs div ul li {
      line-height: 1.4; }

/****  Social div   ****/
.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center; }
  .icons li {
    list-style: none; }

/****  Images  ****/
.gallery {
  margin: 2em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }
  .gallery .picframe {
    border-radius: 5px;
    margin: 1em;
    width: 10em;
    height: 10em;
    overflow: hidden; }
  .gallery img {
    opacity: 0.7;
    -webkit-transform: translate(-10em, -4em);
            transform: translate(-10em, -4em);
    -webkit-transition: opacity 120ms linear, -webkit-transform 5s ease-out;
    transition: opacity 120ms linear, -webkit-transform 5s ease-out;
    transition: opacity 120ms linear, transform 5s ease-out;
    transition: opacity 120ms linear, transform 5s ease-out, -webkit-transform 5s ease-out; }
    .gallery img:hover {
      opacity: 1;
      -webkit-transform: translate(-18em, 5em) scale(1.5);
              transform: translate(-18em, 5em) scale(1.5); }

/****  Footer  ****/
footer {
  text-align: center;
  position: relative;
  grid-row: 4;
  grid-column: span 4;
  justify-self: center;
  align-self: flex-end; }

/************************

Colors

************************/
header {
  border-bottom: 2px #b7c2db solid; }

/****  Images  ****/
.gallery .picframe {
  background: #5a68a3; }

/****  Footer  ****/
/************************

Fonts

************************/
body {
  font-family: "Muli", sans-serif;
  color: #454584; }

header .logoheader a p {
  color: #6d4f9e;
  font-size: 1.4em;
  font-family: "Palanquin Dark", sans-serif; }

header nav {
  font-family: "Palanquin Dark", sans-serif;
  font-size: 1.3em; }
  header nav span a {
    color: #6d4f9e;
    -webkit-transition: color 120ms linear;
    transition: color 120ms linear; }
    header nav span a:hover {
      color: #2caac1; }

.heading {
  line-height: 0.7; }
  .heading h2, .heading .resume .resumeRow h3, .resume .resumeRow .heading h3 {
    font-size: 18px; }

.heading,
nav span a {
  color: #d9e6f7; }

.about {
  text-align: center; }

/****  Main   ****/
main .portlinks {
  font-family: "Palanquin Dark", sans-serif;
  font-size: 1.2em;
  text-align: center; }
  main .portlinks span a {
    color: #4e83b1;
    -webkit-transition: color 120ms linear;
    transition: color 120ms linear; }
    main .portlinks span a:hover {
      color: #2caac1; }

main .services p {
  text-align: center; }

main .srvcs div h3 {
  color: #6d4f9e; }

main .social {
  margin: 2em auto auto; }
  main .social p {
    text-align: center; }

main .iconlinks {
  font-size: 5em;
  color: #4e83b1; }

[class^="ez-"] {
  font-size: 4.6em; }

/****  Images  ****/
/****  Footer  ****/
footer {
  text-align: center; }

.resumeDL {
  display: block;
  margin: 1em 3em 0;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold; }

.resume {
  margin: 12px auto 0;
  padding: 15px; }
  .resume .resumeRow {
    display: grid;
    grid-gap: 10px;
    grid-column-gap: 25px;
    grid-template-columns: 25% auto;
    grid-template-areas: "heading content" "heading content" "heading content" "heading content"; }
    .resume .resumeRow h1 {
      grid-area: heading;
      font-size: 1.5em;
      color: #4e83b1;
      font-style: italic;
      text-align: center; }
    .resume .resumeRow h2, .resume .resumeRow h3 {
      font-size: 20px;
      color: #454584;
      line-height: 0.9; }
    .resume .resumeRow h3 {
      font-size: 18px; }
    .resume .resumeRow .infoList {
      grid-area: content;
      display: grid; }
      .resume .resumeRow .infoList ul {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 15px;
        justify-items: flex-start; }
        .resume .resumeRow .infoList ul li {
          text-indent: -0.6em; }
          .resume .resumeRow .infoList ul li::before {
            display: inline-block;
            width: 0.6em;
            content: '\f054';
            font-family: 'FontAwesome';
            font-size: 0.6em;
            vertical-align: middle;
            color: #4e83b1; }
    .resume .resumeRow .jobdate {
      font-style: italic;
      font-weight: bold;
      color: #4e83b1; }
    .resume .resumeRow .details {
      font-style: italic;
      text-indent: 1em;
      line-height: 0.7; }
    .resume .resumeRow .tasks li {
      list-style: none;
      text-indent: -0.7em; }
      .resume .resumeRow .tasks li::before {
        display: inline-block;
        width: 0.7em;
        content: '\f111';
        font-family: 'FontAwesome';
        font-size: 0.6em;
        vertical-align: middle;
        color: #4e83b1; }

@media (min-width: 20em) and (max-width: 30em) {
  body {
    width: 100%; }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 90px 90px 0 0; }
    header .logoheader {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      font-size: 15px;
      line-height: 0.5; }
      header .logoheader .fullname {
        display: none; }
      header .logoheader .logo {
        display: inherit;
        max-width: 7em;
        height: auto; }
    header nav {
      font-size: 18px;
      margin-top: 7px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .portlinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .portlinks span {
      padding: .4em; }
  .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gallery .picframe {
      width: 15em;
      height: 15em; }
  .about {
    line-height: 1.4; }
  .resume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .resume .resumeRow {
      display: block; }
      .resume .resumeRow .infoLrg {
        line-height: 1.4;
        text-align: center; }
      .resume .resumeRow h1 {
        line-height: 0.7; }
      .resume .resumeRow h2, .resume .resumeRow h3,
      .resume .resumeRow h3 {
        text-align: center;
        line-height: 0.7; }
      .resume .resumeRow h3 {
        font-size: 1em; }
      .resume .resumeRow .details {
        text-align: center;
        text-indent: 0;
        line-height: 0.6; }
      .resume .resumeRow .infoList {
        text-align: center;
        line-height: 1.4; }
        .resume .resumeRow .infoList ul {
          grid-template-columns: repeat(2, 1fr); }
      .resume .resumeRow .jobList {
        margin: 2.5em 0 3em; }
        .resume .resumeRow .jobList li {
          margin: 0.5em 0; }
      .resume .resumeRow:last-child .infoList ul {
        grid-template-columns: 100%; }
  .icons {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
    .icons .iconpics {
      width: 160px;
      margin: 1em; } }

@media (min-width: 30em) and (max-width: 35em) {
  body {
    width: 100%; }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header .logoheader {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      font-size: 16px;
      line-height: 0.5; }
      header .logoheader h2, header .logoheader .resume .resumeRow h3, .resume .resumeRow header .logoheader h3 {
        font-size: 18px; }
    header nav {
      font-size: 18px;
      text-align: center;
      margin-top: 7px; }
  .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .about {
    line-height: 1.4; }
  .resume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .resume .resumeRow {
      display: block; }
      .resume .resumeRow .infoLrg {
        line-height: 1.4;
        text-align: center; }
      .resume .resumeRow h2, .resume .resumeRow h3,
      .resume .resumeRow h3 {
        text-align: center;
        line-height: 0.7; }
      .resume .resumeRow h3 {
        font-size: 1em; }
      .resume .resumeRow .details {
        text-align: center;
        text-indent: 0;
        line-height: 0.6; }
      .resume .resumeRow .infoList {
        text-align: center;
        line-height: 1.4; }
      .resume .resumeRow .jobList {
        margin: 2.5em 0 3em; }
  .icons {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
    .icons .iconpics {
      width: 160px;
      margin: 1em; } }

@media (min-width: 35em) and (max-width: 45em) {
  body {
    width: 95%; }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header .logoheader {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      font-size: 16px;
      line-height: 0.5; }
      header .logoheader h2, header .logoheader .resume .resumeRow h3, .resume .resumeRow header .logoheader h3 {
        font-size: 18px; }
    header nav {
      font-size: 18px;
      text-align: center;
      margin-top: 7px; }
  .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .about {
    line-height: 1.4; }
  .resume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .resume .resumeRow {
      display: block; }
      .resume .resumeRow .infoLrg {
        line-height: 1.4;
        text-align: center; }
      .resume .resumeRow h2, .resume .resumeRow h3,
      .resume .resumeRow h3 {
        text-align: center;
        line-height: 0.7; }
      .resume .resumeRow h3 {
        font-size: 1em; }
      .resume .resumeRow .details {
        text-align: center;
        text-indent: 0;
        line-height: 0.6; }
      .resume .resumeRow .infoList {
        text-align: center;
        line-height: 1.4; }
      .resume .resumeRow .jobList {
        margin: 2.5em 0 3em; }
  .icons {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
    .icons .iconpics {
      width: 160px;
      margin: 1em; } }

@media (min-width: 44.938em) and (max-width: 49.938em) {
  body {
    width: 95%; }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header .logoheader {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      font-size: 16px;
      line-height: 0.5; }
      header .logoheader h2, header .logoheader .resume .resumeRow h3, .resume .resumeRow header .logoheader h3 {
        font-size: 18px; }
    header nav {
      font-size: 18px;
      text-align: center;
      margin-top: 7px; }
  .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gallery img {
      width: 150px; }
  .about {
    line-height: 1.4; }
  .resume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .resume .resumeRow {
      display: block; }
      .resume .resumeRow .infoLrg {
        line-height: 1.4;
        text-align: center; }
      .resume .resumeRow h2, .resume .resumeRow h3,
      .resume .resumeRow h3 {
        text-align: center;
        line-height: 0.7; }
      .resume .resumeRow h3 {
        font-size: 1em; }
      .resume .resumeRow .details {
        text-align: center;
        text-indent: 0;
        line-height: 0.6; }
      .resume .resumeRow .infoList {
        text-align: center;
        line-height: 1.4; }
      .resume .resumeRow .jobList {
        margin: 2.5em 0 3em; }
  .icons {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
    .icons .iconpics {
      width: 160px;
      margin: 1em; } }

@media (min-width: 50em) and (max-width: 60em) {
  body {
    width: 95%; }
  header {
    grid: 100%/ span 2; }
    header .logoheader {
      display: inline; }
    header .heading h2, header .heading .resume .resumeRow h3, .resume .resumeRow header .heading h3 {
      font-size: 15px; }
  .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .icons {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .icons .iconpics {
      width: 100px; } }
