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

/* border-box fix */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  font-family: 'Kalam','Helvetica', 'Arial', sans-serif;
  background: white;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 0;
  min-height: 0;
}

body {
  padding: 0px;
  margin: 0px;
}

aside, section, footer, main {
  border: 1px solid rgba(90, 231, 220, 0.3);
  border-radius: 6px;
  padding: 13px;
  margin: 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(82, 218, 184, 0.5);
          box-shadow: 1px 1px 3px rgba(82, 218, 184, 0.5);
}

aside {
  background: rgba(13, 94, 83, 0.6);
  background: linear-gradient(160deg, #37AD91 0%, #53b6b9) 50%;
}

section, footer, main {
  background: rgba(13, 94, 83, 0.8);
  background: linear-gradient(135deg, rgba(14, 141, 150, 0.8) 10%, #31a87b 50%);
}

aside, main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

aside#aside1 {
  font-family: 'Kalam';
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 130%;
  letter-spacing: 1px;
}

aside p, section p, main p {
  margin: 4px 4px;
  padding-bottom: 10px;
}

a {
  text-decoration: none;
  color: inherit;
}

aside img, section img {
  margin: 12px 4px 4px 0px;
}

main .flexrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

main .iconrow {
  width: 100%;
  margin: auto;
  -webkit-animation: fadein 2s ease;
          animation: fadein 2s ease;
}

main .socialrow {
  margin: 10px auto 0 auto;
  padding: 0 20px 0 20px;
  width: 100%;
}

main .social-icon {
  padding: 5px;
  margin-top: 10px;
}

main .boxstyle-1 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: rgba(92, 241, 204, 0.2);
  border: 1px rgba(255, 255, 255, 0.3) dashed;
  padding: 0 24px 0 24px;
  width: 100%;
  border-radius: 0 35px;
  margin-bottom: 20px;
}

section .boxstyle-2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: rgba(92, 241, 204, 0.2);
  border: 1px rgba(255, 255, 255, 0.3) dashed;
  margin: 10px;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
  padding: 30px;
  width: 98%;
  border-radius: 0 35px;
}

section .boxstyle-3 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px rgba(255, 255, 255, 0.3) dashed;
  margin: 20px;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
  padding: 1em;
  width: 98%;
  border-radius: 0 35px;
}

main p {
  width: 98%;
  text-align: left;
  margin: auto;
}

.wrapper {
  /* width: 100%; */
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  max-width: 1370px;
}

.content-container {
  /* color: white; */
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0 auto 5px auto;
  /* background: red; */
  background: white;
  padding: 0px 0px 5px px;
}

h1, h2 {
  text-transform: uppercase;
  font-family: 'Yanone Kaffeesatz', 'Helvetica', 'Arial';
  font-size: 2.9em;
  line-height: 1em;
  color: #80ffb0;
}

h3 {
  font-family: 'Yanone Kaffeesatz', 'Helvetica', 'Arial';
  font-size: 1em;
  opacity: 0.7;
}

aside#aside1 h2 {
  position: relative;
  top: -10px;
  padding-left: 20px;
  font-family: 'Kalam';
  color: #fff;
  background: url(./images/banner-pink.png) no-repeat left bottom;
  text-align: left;
  max-width: 100%;
  text-shadow: 3px 2px 1px #f3bad6;
  letter-spacing: 3px;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}

.lower {
  display: block;
  position: relative;
  left: 70px;
  -webkit-transform: skew(-25deg) rotate(-5deg);
          transform: skew(-25deg) rotate(-5deg);
  letter-spacing: 0.1em;
  font-size: 105%;
  color: #23d89c;
  text-shadow: 3px 2px 3px white;
  max-width: 155px;
}

.upper {
  display: block;
  position: relative;
}

header {
  /* background: skyblue; */
  margin: 5px 5px 0px 5px;
  border-radius: 13px;
  -webkit-box-shadow: 1px 1px 8px #3d3d3d;
          box-shadow: 1px 1px 8px #3d3d3d;
}

header h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  position: relative;
  left: 185px;
  top: 3px;
  font-size: 1.7em;
  letter-spacing: 2px;
}

nav {
  background: #0798a1;
  background: -webkit-gradient(linear, left bottom, left top, from(#0798a1), color-stop(50%, #2eaf80));
  background: linear-gradient(0deg, #0798a1 0%, #2eaf80 50%);
  margin: 0 auto;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 99%;
  z-index: 1000;
  font-family: 'Yanone Kaffeesatz';
  font-size: 1.2em;
  letter-spacing: 2px;
  border-bottom: 1px solid #0b805d;
  -webkit-box-shadow: 0px 1px 1px rgba(82, 218, 184, 0.5);
          box-shadow: 0px 1px 1px rgba(82, 218, 184, 0.5);
  border-radius: 0 0 4px 4px;
  text-transform: uppercase;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}

b {
  color: #bcebfd;
  font-size: 125%;
}

nav ul li {
  margin: 0 10px;
  list-style: none;
}

.tagline {
  font-family: 'Catamaran';
}

blockquote {
  background: rgba(25, 148, 131, 0.6);
  border-radius: 5px;
  text-align: center;
  color: white;
  font-size: 120%;
  border: 2px white solid;
  background: -webkit-gradient(linear, left top, left bottom, from(#12c4d1), color-stop(30%, #14b4a7));
  background: linear-gradient(180deg, #12c4d1 0%, #14b4a7 30%);
  font-family: 'PT Sans Narrow', sans-serif;
  opacity: 0.9;
  width: 100px;
  height: 2.2em;
  margin-top: 30px;
}

blockquote a {
  display: block;
  padding-top: 0.3em;
}

aside#aside1, main {
  overflow: hidden;
}

aside#aside1 img {
  float: left;
  padding: 7px;
}

.flexcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.flexcol .textbox {
  display: block;
  max-width: 100%;
}

.flexrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

aside#aside1 .flexrow {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.icon-color {
  color: #99e5c3;
  margin: 0 8px 8px 0;
}

main p, section p {
  font-family: 'Yanone Kaffeesatz';
  font-size: 1.4em;
  line-height: 140%;
  margin-bottom: 10px;
}

.webpage-images {
  border: 2px white solid;
  -webkit-box-shadow: 2px 2px 7px #026336;
          box-shadow: 2px 2px 7px #026336;
  width: 100%;
}

.skills {
  font-size: 1.8em;
  color: yellow;
}

.sitemap {
  font-size: 170%;
}

.sitemap a {
  line-height: 160%;
}

.form {
  text-align: left;
  font-family: 'Yanone Kaffeesatz';
  font-size: 1.4em;
}

.form input {
  margin-bottom: 20px;
  width: 100%;
}

form label {
  display: block;
}

form button {
  float: right;
  margin-top: 10px;
}

.form textarea {
  height: 200px;
  width: 100%;
}

.unordered-list {
  font-family: 'Yanone Kaffeesatz';
  font-size: 150%;
}

.unordered-list li {
  padding: 0.2em;
}

.website-container {
  width: 98%;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link-special {
  color: #f7f7a5;
  text-decoration: underline;
}

.img-div {
  width: 49%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-animation: fadein 2s ease;
          animation: fadein 2s ease;
}

.img-div-full {
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-animation: fadein 2s ease;
          animation: fadein 2s ease;
}

.img-div-small {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-animation: fadein 2s ease;
          animation: fadein 2s ease;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.img-div-small div {
  width: 20%;
  height: 100%;
  overflow: hidden;
}

.img-div-small img {
  width: 98%;
}

.bigger-text {
  display: inline-block;
  font-size: 120%;
  color: #0d796e;
  background: rgba(122, 255, 244, 0.6);
  padding: 5px;
  margin: 5px;
  border-radius: 0.2em;
}

.featured {
  font-size: 125%;
}

.intro {
  border-radius: 25px;
  font-size: 145%;
  text-align: left;
}

.rotate-90 {
  display: inline-block;
  -webkit-transform: rotate(80deg) skew(10deg);
          transform: rotate(80deg) skew(10deg);
  color: yellow;
}

#section3 .socialrow {
  padding-top: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(82, 218, 184, 0.4);
  border-radius: 0 0 0 15px;
}

#section3 .socialrow p {
  padding: 10px;
}

#section3 .socialrow .social-icon {
  margin: 0 5px 0 5px;
}

#section3 .small-social-iconrow {
  width: 190px;
  margin: 10px auto;
}

.center {
  text-align: center;
}

.portfolio h2 {
  color: yellow;
  font-size: 200%;
  margin-top: 10px;
}

.portfolio h2::before {
  display: block;
  content: " ";
  margin-top: -100px;
  height: 120px;
  visibility: none;
  pointer-events: none;
}

.tools h3 {
  font-size: 200%;
  color: yellow;
}

.tools a {
  font-size: 120%;
}

.tools dl > dt:nth-child(even) {
  color: #80ffb0;
}

.tools dt {
  padding-bottom: 1.4em;
}

.tools .smalltext {
  font-size: 100%;
  display: block;
}

.blog {
  color: #0b805d;
  font-family: 'Kalam','Helvetica', 'Arial', sans-serif;
}

.blog .flexrow {
  margin: 0;
  padding: 0;
  border-radius: 10px;
  background: white;
}

.blog article {
  margin-bottom: 50px;
  border-radius: 0 0 15px 0;
}

.blog h3 {
  display: inline-block;
  font-size: 200%;
  color: #0b805d;
  margin: 0;
  padding: 0;
}

.blog .indent {
  text-indent: 2em;
}

.blog .textbox {
  display: block;
  max-width: 94%;
  font-family: 'Kalam','Helvetica', 'Arial', sans-serif;
  font-size: 112%;
  padding: 5px;
}

.blog .textbox .date {
  display: inline-block;
  float: right;
  margin-right: 25px;
  font-size: 110%;
}

.blog .textbox .author {
  font-size: 120%;
  margin-top: 0.5em;
}

.blog .textbox p {
  margin-top: 0.5em;
  overflow: hidden;
}

.blog .article-content {
  width: 100%;
  overflow: hidden;
}

.blog .blog-post {
  padding: 0em;
  -webkit-box-shadow: 3px 3px 3px rgba(11, 128, 93, 0.3);
          box-shadow: 3px 3px 3px rgba(11, 128, 93, 0.3);
  background: white;
}

.blog .blog-post .readmore {
  color: maroon;
}

.blog img {
  margin-bottom: 0.5em;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
  margin-right: 0.5em;
}

.clear {
  clear: both;
}

.pad-left {
  padding-left: 2em;
}

.pad-right {
  padding-right: 2em;
}

section#comment-section {
  background: white;
}

section#comment-section .comment-form {
  width: 50%;
  height: 250px;
}

section#comment-section textarea {
  width: 100%;
  height: 80px;
}

section#comment-section h6 {
  font-size: 100%;
}

/* Font definitions */
@font-face {
  font-family: 'Visitor TT1 BRK';
  src: url("fonts/visitor1.eot");
  src: url("fonts/visitor1.eot?#iefix") format("embedded-opentype"), url("fonts/visitor1.woff2") format("woff2"), url("fonts/visitor1.woff") format("woff"), url("fonts/visitor1.ttf") format("truetype"), url("fonts/visitor1.svg#Visitor TT1 BRK") format("svg");
}

/* Animations */
@-webkit-keyframes letter-flicker {
  0% {
    opacity: 0.8;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  2% {
    opacity: 0.8;
  }
  3% {
    opacity: 0.6;
  }
  4% {
    opacity: 1;
  }
  5% {
    opacity: 0.3;
  }
  6% {
    opacity: 0.8;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  67% {
    opacity: 0.8;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  69% {
    opacity: 1.0;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  98% {
    opacity: 1.0;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  99% {
    opacity: 0.7;
  }
  100% {
    opacity: 1.0;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}
@keyframes letter-flicker {
  0% {
    opacity: 0.8;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  2% {
    opacity: 0.8;
  }
  3% {
    opacity: 0.6;
  }
  4% {
    opacity: 1;
  }
  5% {
    opacity: 0.3;
  }
  6% {
    opacity: 0.8;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  67% {
    opacity: 0.8;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  69% {
    opacity: 1.0;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  98% {
    opacity: 1.0;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  99% {
    opacity: 0.7;
  }
  100% {
    opacity: 1.0;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}

/* START phone layout ======================================================================================-*/
@media only screen and (min-width: 1px) and (max-width: 413px) {
  .content-container {
    -ms-grid-columns: minmax(1px, 1fr);
        grid-template-columns: minmax(1px, 1fr);
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    font-size: 0.875em;
    text-align: left;
    line-height: 160%;
    min-width: 260px;
  }
  header {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    min-height: 100px;
    min-width: 258px;
    z-index: 500;
  }
  main {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
  nav {
    height: 55px;
    min-width: 260px;
    font-size: 1.0em;
    letter-spacing: normal;
  }
  nav ul {
    display: -webkit-box;
    -webkit-box-pack: center;
    /* justify-content */
    -webkit-box-align: center;
    /* align-items */
  }
  nav ul li {
    padding-left: 4px;
    padding-right: 4px;
  }
  aside#aside1 {
    /* display: none; */
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
    -ms-grid-column: 1;
    grid-column: 1;
    font-size: 1.2em;
    line-height: 150%;
  }
  aside#aside1 h2 {
    font-size: 2.0em;
  }
  footer {
    /* display:none; */
    -ms-grid-column: 1;
    grid-column: 1;
    /* grid-column: unset;          */
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7 / 8;
    text-align: center;
  }
  #section2 {
    /* display: none; */
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  #section3 {
    /* display: none; */
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6 / 7;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  #anim {
    top: 10px;
    margin: 0 auto;
    padding: 0;
    height: 60px;
    position: relative;
    background: url("./images/header-crt-cli.gif") no-repeat center center;
    background-size: contain;
  }
  #webdev {
    top: 60px;
    margin: auto;
    height: 16px;
    background: url("./images/webdev.gif") no-repeat center center;
    background-size: contain;
    position: relative;
    -webkit-animation: letter-flicker 4s infinite;
            animation: letter-flicker 4s infinite;
  }
  aside img {
    margin: 2px 0px 6px 0px;
    position: relative;
    left: -8px;
  }
  main .iconrow {
    width: 70%;
    margin: 0px auto;
  }
  .lower {
    top: 10px;
    left: 40px;
  }
  .upper {
    top: 5px;
  }
  .webpage-images {
    width: 100%;
  }
  h1 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .img-div {
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-animation: fadein 2s ease;
            animation: fadein 2s ease;
  }
  .intro {
    display: inline-block;
  }
  .image-container {
    width: 100%;
    text-align: center;
  }
  .form {
    width: 94%;
  }
}

/* END phone layout */
/* START phone 2 layout  ------------------------------------------------------------------------------------------------*/
@media (min-width: 414px) and (max-width: 599px) {
  .content-container {
    -ms-grid-columns: minmax(415px, 1fr);
        grid-template-columns: minmax(415px, 1fr);
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    font-size: 0.875em;
    text-align: left;
    line-height: 160%;
  }
  header {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    height: 100px;
  }
  main {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
  nav {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    height: 55px;
    font-size: 1.2em;
    font-family: 'Yanone Kaffeesatz';
  }
  nav ul {
    display: -webkit-box;
    -webkit-box-pack: center;
    /* justify-content */
    -webkit-box-align: center;
    /* align-items */
  }
  nav ul li {
    padding-left: 3px;
    padding-right: 3px;
  }
  h1 {
    text-align: center;
    margin-bottom: 8px;
  }
  aside#aside1 {
    /* display: none; */
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
    -ms-grid-column: 1;
    grid-column: 1;
    font-size: 1.2em;
    line-height: 150%;
  }
  aside#aside1 h2 {
    font-size: 2em;
  }
  footer {
    /* display:none; */
    -ms-grid-column: 1;
    grid-column: 1;
    /* grid-column: unset;          */
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7 / 8;
    text-align: center;
  }
  #section2 {
    /* display: none; */
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  #section3 {
    /* display: none; */
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6 / 7;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  #anim {
    top: -10px;
    margin: 0 auto;
    padding: 0;
    height: 90px;
    position: relative;
    background: url("./images/header-crt-cli.gif") no-repeat center center;
    background-size: contain;
  }
  #webdev {
    top: 75px;
    margin: auto;
    height: 17px;
    background: url("./images/webdev.gif") no-repeat center center;
    background-size: contain;
    position: relative;
    -webkit-animation: letter-flicker 4s infinite;
            animation: letter-flicker 4s infinite;
  }
  main .iconrow {
    width: 100%;
    margin: 10px auto;
  }
  .lower {
    top: 10px;
  }
  .upper {
    top: 5px;
  }
  .webpage-images {
    width: 100%;
  }
  .intro {
    background: #09947d;
    padding: 10px;
    margin-left: 65px;
    width: 84%;
    border: solid 1px white;
  }
  .headshot {
    float: left;
    margin: 0 15px 0px 0px;
  }
  .form {
    width: 94%;
  }
}

/* END phone 2 layout */
/* START tablet layout -------------------------------------------------------------------------------- */
@media (min-width: 600px) and (max-width: 768px) {
  .content-container {
    -ms-grid-columns: minmax(600px, 1fr);
        grid-template-columns: minmax(600px, 1fr);
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    font-size: 0.875em;
    line-height: 160%;
  }
  .content-container > * {
    padding: 20px;
  }
  header {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    height: 125px;
  }
  main {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
  nav {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    height: 50px;
    font-size: 1.125em;
  }
  aside#aside1 {
    /* display: none; */
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
    -ms-grid-column: 1;
    grid-column: 1;
    font-size: 1.3em;
    line-height: 150%;
  }
  aside#aside1 h2 {
    font-size: 2.2em;
    position: relative;
    top: -6px;
  }
  footer {
    /* display:none; */
    -ms-grid-column: 1;
    grid-column: 1;
    /* grid-column: unset;          */
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7 / 8;
  }
  #section2 {
    /* display: none; */
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  #section3 {
    /* display: none; */
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6 / 7;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  #anim {
    top: -32px;
    margin: 0 auto;
    padding: 0;
    height: 120px;
    position: relative;
    background: url("./images/header-crt-cli.gif") no-repeat center center;
    background-size: contain;
  }
  #webdev {
    top: 100px;
    margin: auto;
    height: 20px;
    background: url("./images/webdev.gif") no-repeat center center;
    background-size: contain;
    position: relative;
    -webkit-animation: letter-flicker 4s infinite;
            animation: letter-flicker 4s infinite;
  }
  main .iconrow {
    width: 100%;
    margin: 10px auto;
  }
  .upper {
    top: 10px;
  }
  .lower {
    top: 10px;
  }
  .intro {
    background: #09947d;
    padding: 15px;
    margin-left: 70px;
    width: 84%;
    border: solid 1px white;
  }
  .headshot {
    float: left;
    margin: 0 15px 10px 0px;
  }
  .form {
    width: 355px;
  }
}

/* END tablet layout */
/* START laptop layout -------------------------------------------------------------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {
  .content-container {
    -ms-grid-columns: (minmax(0, 4fr))[3] 1fr;
        grid-template-columns: repeat(3, minmax(0, 4fr)) 1fr;
    font-size: 0.875em;
    line-height: 160%;
  }
  .content-container > * {
    padding: 25px;
  }
  header {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    height: 150px;
  }
  main {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  nav {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    height: 50px;
    font-size: 1.2em;
  }
  aside#aside1 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    font-size: 1.3em;
    line-height: 160%;
  }
  aside#aside1 h2 {
    font-size: 2.0em;
    position: relative;
    top: -17px;
  }
  footer {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    /* grid-column: unset;          */
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6 / 7;
  }
  main, aside#aside1 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
  #section2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
  }
  #section3 {
    /* display: none; */
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
  }
  #anim {
    top: -5px;
    margin: auto;
    padding: 0;
    height: 70px;
    position: relative;
    background: url("./images/header-crt-cli.gif") no-repeat center center;
    background-size: contain;
  }
  #webdev {
    top: 85px;
    margin: auto;
    height: 24px;
    background: url("./images/webdev.gif") no-repeat center center;
    background-size: contain;
    position: relative;
    -webkit-animation: letter-flicker 4s infinite;
            animation: letter-flicker 4s infinite;
  }
  main .iconrow {
    width: 100%;
    margin: 10px auto;
  }
  .lower {
    top: 15px;
    left: 40px;
  }
  .upper {
    top: 8px;
  }
  .intro {
    background: #09947d;
    padding: 15px;
    margin-left: 70px;
    width: 84%;
    border: solid 1px white;
  }
  .headshot {
    float: left;
    margin: 0 15px 10px 0px;
  }
  .form {
    width: 355px;
  }
}

/* END laptop layout */
/* -------------------------------------------------------------------------------------------------------------- */
/* START desktop layout*/
@media (min-width: 1025px) {
  body {
    background: white;
    font-size: 0.9125em;
  }
  .wrapper {
    margin-bottom: 0px;
  }
  .content-container > * {
    padding: 20px 40px;
  }
  .content-container {
    -ms-grid-columns: (minmax(0, 3fr))[3] 1fr;
        grid-template-columns: repeat(3, minmax(0, 3fr)) 1fr;
    max-width: 1370px;
    border: 0px solid #066e75;
    border-radius: 0 0 4px 4px;
    line-height: 165%;
  }
  header {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    height: 180px;
  }
  main {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  nav {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    height: 60px;
    font-size: 1.5em;
  }
  nav > ul {
    max-width: 1370px;
    margin: auto;
  }
  aside#aside1 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    font-size: 1.25em;
    line-height: 160%;
  }
  aside#aside1 h2 {
    font-size: 2.2em;
    top: -10px;
  }
  footer {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    /* grid-column: unset;          */
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6 / 7;
  }
  main, aside#aside1 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
  #section2 {
    /* display: none; */
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
  }
  #section3 {
    /* display: none; */
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
  }
  #anim {
    top: 30px;
    margin: 0 auto;
    padding-top: 50px;
    height: 70px;
    position: relative;
    background: url("./images/header-crt-cli.gif") no-repeat center center;
    background-size: contain;
  }
  #webdev {
    top: 35px;
    margin: auto;
    height: 28px;
    background: url("./images/webdev.gif") no-repeat center center;
    background-size: contain;
    position: relative;
    -webkit-animation: letter-flicker 4s infinite;
            animation: letter-flicker 4s infinite;
  }
  .lower {
    top: 20px;
  }
  .upper {
    top: 14px;
  }
  main .iconrow {
    width: 100%;
    margin: 20px auto;
  }
  .intro {
    background: #09947d;
    padding: 15px;
    margin-left: 70px;
    width: 84%;
    border: solid 1px white;
  }
  .headshot {
    float: left;
    margin: 0 15px 10px 0px;
  }
  .form {
    width: 355px;
  }
}

/* END desktop layout */
/*# sourceMappingURL=style.css.map */