@charset "UTF-8";
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #222;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
video,
iframe {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
img {
  width: 100%;
}
img,
svg {
  max-width: 100%;
}
svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.flx-font-extralight {
  font-weight: 200;
}
.flx-font-light {
  font-weight: 300;
}
.flx-font-medium {
  font-weight: 500;
}
.flx-font-italic {
  font-style: italic;
}
::-moz-selection {
  background: #29f4f4;
  color: #073a6f;
}
::selection {
  background: #29f4f4;
  color: #073a6f;
}
html,
body {
  -webkit-font-kerning: normal;
          font-kerning: normal;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #100e0f;
  color: #fff;
}
a {
  color: #18bdbd;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
.downclick a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.downclick a:active {
  -webkit-transform: translate(0, 0.0625rem);
          transform: translate(0, 0.0625rem);
}
.inlineflex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.whiteglow {
  -webkit-transition: text-shadow 0.3s ease;
  transition: text-shadow 0.3s ease;
}
.whiteglow:hover,
.whiteglow:focus {
  text-shadow: 0 0 0.5rem rgba(255,255,255,0.35);
}
.tealglow {
  -webkit-transition: text-shadow 0.3s ease;
  transition: text-shadow 0.3s ease;
}
.tealglow:hover,
.tealglow:focus {
  text-shadow: 0 0 0.5rem rgba(24,189,189,0.5);
}
.archivelink {
  float: right;
  font-size: 1.125rem;
  margin-top: 0.625rem;
  -webkit-transition: text-shadow 0.3s ease;
  transition: text-shadow 0.3s ease;
}
@media only screen and (min-width: 60rem) {
  .archivelink {
    margin-top: 0.875rem;
  }
}
.archivelink:hover,
.archivelink:focus {
  text-shadow: 0 0 0.5rem rgba(24,189,189,0.5);
}
/* -----  1.2 Reset & Normalization  ---------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
/* Add correct display for IE 9- and some newer browsers */
  display: block;
}
/* -----  1.3 General Typography  ------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
pre {
/* Reset font-sizes and normalize margins */
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 1.5rem;
}
/* Headings */
h1 {
  font-weight: 200;
/* My Top 10 Games of 2: */
  font-size: 3rem;
  line-height: 3.25rem;
  color: #fff;
  text-shadow: 0 0.0625rem 0.5rem rgba(24,189,189,0.75);
}
h1.pageHeader {
  font-size: 3rem;
  line-height: 3.0625rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 60rem) {
  h1.pageHeader {
    font-size: 4.5rem;
    line-height: 4.5625rem;
  }
}
h2 {
  font-weight: 200;
  color: #fff;
  text-shadow: 0 0.0625rem 0.5rem rgba(24,189,189,0.75);
  font-size: 2.25rem;
  line-height: 2.5rem;
}
h3 {
  font-size: 1.25em;
  line-height: 1.2;
}
h4 {
  font-size: 1em;
}
/* Links */
/* Misc */
hr {
  font-size: 1.25rem;
  font-weight: 500;
  height: 1.5rem;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
hr::before {
  content: "";
  position: relative;
  display: block;
  background: currentColor;
  height: 2px;
  top: calc(50% + 1px);
}
hr::after {
  position: relative;
  padding: 0 0.25rem;
  top: -0.25rem;
}
h1 + hr,
.intro + hr {
/* Shift a <hr> right after an `.intro`
     or <h1> block one line up. */
  margin-top: -1.5rem;
}
i,
em {
/* Vesper Libre does not have Italics,
     so we use a the *medium* weight instead */
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
mark {
  padding: 0.1em 0.05em;
  margin: -0.1em 0;
  color: #261e66;
  background: #eafded;
}
/* -----  1.4 Images & Figures  --------------------------------------------- */
img {
  border-style: none;
  width: 100%;
  height: auto;
}
figcaption {
  font-size: 0.75rem;
  line-height: 1.5rem;
}
/* =====  2 Layout Helpers & Reusable Components  =========================== */
/* The Clearfix™: A classic … */
.cf::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
/* -----  2.1 Kirbytext  ---------------------------------------------------- */
.intro {
  margin-top: 0.75rem;
  margin-bottom: 2.5rem;
}
.article-header h1 {
  margin-bottom: 2rem !important;
}
.blog-date {
/* December 27, 2016: */
  opacity: 0.75;
  font-size: 1.125rem;
  color: #18bdbd;
  letter-spacing: 0;
  text-shadow: 0 1px 8px rgba(24,189,189,0.5);
  margin-bottom: 2.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.glow-line {
  display: block;
  position: relative;
  content: "";
  height: 0.0625rem;
  background-color: #18bdbd;
  box-shadow: 0 1px 4px 1px rgba(24,189,189,0.4);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.header-lines {
  margin-top: -0.5rem;
  padding-left: 1.75rem;
  padding-right: 0.4375rem;
}
.header-lines-1 {
  margin-left: 2%;
  width: 98%;
  opacity: 0.5;
  background: -webkit-linear-gradient(left, #1869bd, #18bdbd);
  background: linear-gradient(to right, #1869bd, #18bdbd);
}
.header-lines-2 {
  margin-top: 0.3125rem;
  width: 75%;
  opacity: 0.3;
  background: -webkit-linear-gradient(left, #1869bd, #18bdbd);
  background: linear-gradient(to right, #1869bd, #18bdbd);
}
.photo-lines-1 {
  margin-top: 0.3125rem;
  width: 100%;
  opacity: 0.5;
  background: -webkit-linear-gradient(left, #1869bd, #18bdbd);
  background: linear-gradient(to right, #1869bd, #18bdbd);
}
.photo-lines-2 {
  margin-top: 0.3125rem;
  width: 90%;
  opacity: 0.3;
  background: -webkit-linear-gradient(left, #1869bd, #18bdbd);
  background: linear-gradient(to right, #1869bd, #18bdbd);
}
.photo-lines-3 {
  margin-top: 0.3125rem;
  width: 70%;
  opacity: 0.15;
  background: -webkit-linear-gradient(left, #1869bd, #18bdbd);
  background: linear-gradient(to right, #1869bd, #18bdbd);
}
.date-line-1 {
  margin-top: 0.375rem;
  width: 100%;
  opacity: 0.5;
}
.date-line-2 {
  margin-top: 0.3125rem;
  width: 75%;
  opacity: 0.3;
}
.project-line-1 {
  margin-top: 0.75rem;
  width: 100%;
  opacity: 0.5;
}
.project-line-2 {
  margin-top: 0.3125rem;
  margin-left: 0.1875rem;
  width: 70%;
  opacity: 0.3;
}
.project-line-3 {
  margin-top: 0.3125rem;
  width: 40%;
  opacity: 0.15;
}
.text p {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0;
  line-height: 2rem;
}
.text h2,
.text h3 {
  margin-top: 3rem;
}
.text ul,
.text ol {
  margin-left: 1.5em;
}
.text hr {
/* We use a more muted style for horizontal rules within
     the main content. */
  color: #a8a5be;
}
.text ul {
  list-style: none;
}
.text ul > li::before {
  content: "–";
  display: inline-block;
  position: relative;
  width: 1.25em;
  margin-right: -1.25em;
  left: -1.25em;
  padding-left: 0.25em;
}
.text ol > li {
  list-style: decimal;
}
.text pre,
.text code {
  font-family: Courier, monospace;
  font-size: 0.75rem;
}
.text code {
  margin: -0.25em 0;
  padding: 0.25em 0.15em;
  position: relative;
  bottom: 0.05em;
}
.text pre > code {
  display: block;
  margin: 0;
  padding: 0.8em;
  position: static;
  bottom: auto;
  overflow-x: auto;
}
@supports (-webkit-overflow-scrolling: touch) {
  .text pre > code {
/* Enables smoother scrolling for code sections on
       mobile (i.e. touch) devices. */
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.text kbd {
  padding: 3px 7px;
  margin: -3px 2px;
  font-size: 75%;
  line-height: 1;
  border-radius: 4px;
  box-shadow: 0 2px 0 #c9c7d4;
  position: relative;
  bottom: 2px;
}
.text blockquote {
  border-left: 2px solid #a8a5be;
  padding: 0.75rem;
}
.text blockquote :last-child {
  margin-bottom: 0;
}
/* -----  2.2 Button  ------------------------------------------------------- */
.btn {
  display: inline-block;
  border: 2px solid;
  padding: 0.6em 0.75em;
  white-space: nowrap;
  font-size: 0.75em;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
}
.btn:hover,
.btn:focus {
  background: #261e66;
  border-color: #261e66;
  color: #71efac;
}
.btn:active {
  background: #4509be;
  border-color: #4509be;
}
/* -----  2.3 Grid & Layout  ------------------------------------------------ */
.grid {
  font-size: 0;
}
.grid.gutter-1 {
/* We don’t use the shorthand attribute `margin: …` here
     to make vertical margin easily overridable by other
     styles with a lower specifity. */
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.grid.gutter-1 .column {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.column {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  vertical-align: top;
}
/* -----  2.4 Pagination  --------------------------------------------------- */
.pagination {
  margin-bottom: 1.5rem;
}
.pagination-item {
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  color: #fff;
  border-bottom: 0;
  border: 2px solid #1869bd;
  -webkit-transition-property: color, background, border, box-shadow;
  transition-property: color, background, border, box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.pagination-item:hover,
.pagination-item:focus {
  background: rgba(24,105,189,0.5);
  border: 2px solid #1869bd;
  box-shadow: 0 0rem 0.5rem rgba(255,255,255,0.35);
}
.pagination-item:active {
  border: 2px solid #18bdbd;
  -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px);
}
.pagination-item.is-inactive {
  opacity: 0.5;
  color: #848387;
  border: 2px solid #1869bd;
  background: transparent;
}
.pagination-item.is-inactive:hover,
.pagination-item.is-inactive:focus {
  border: 2px solid #1869bd;
  background: transparent;
  box-shadow: none;
}
.pagination-item.is-inactive:active {
  border: 2px solid #1869bd;
  background: transparent;
  -webkit-transform: none;
          transform: none;
}
.pagination-item.left {
  float: left;
}
.pagination-item.right {
  float: right;
}
.pagination-item svg {
  position: relative;
  top: 50%;
  display: block;
  margin: -6px auto 0;
  width: 24px;
  height: 12px;
}
.pagination-item path {
  fill: currentColor;
}
@media all and (min-width: 75em) {
  .pagination-item {
    position: fixed;
    top: 50%;
    margin-top: -0.875rem;
  }
  .pagination-item.left {
    float: none;
    left: 2.25rem;
  }
  .pagination-item.right {
    float: none;
    right: 2.25rem;
  }
}
@media all and (pointer: coarse) {
  .pagination-item {
/* On touch-devices we increase prev/next buttons */
    width: 2.25rem;
    height: 2.25rem;
  }
}
/* ----- 2.5 Projects Showcase ---------------------------------------------- */
.projectlist {
  position: relative;
}
.projectlist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.75rem;
  max-width: 100%;
}
.projectlist-image-and-lines {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
}
@media only screen and (min-width: 60rem) {
  .projectlist-image-and-lines {
    margin-right: 1.625rem;
  }
}
.projectlist-image {
  width: 4.375rem;
  height: 4.375rem;
  border: 0.0625rem solid rgba(255,255,255,0.5);
  box-shadow: 0 0 0.5rem 0 rgba(255,255,255,0.5);
}
@media only screen and (min-width: 60rem) {
  .projectlist-image {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.projectlist-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  vertical-align: top;
  color: #fef8eb;
}
.projectlist-text p {
  margin-bottom: 1rem;
}
.projectlist-toprow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -0.25rem;
  text-shadow: 0 0 3px rgba(24,189,189,0.5);
}
@media only screen and (min-width: 60rem) {
  .projectlist-toprow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.projectlist-role {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5625rem;
  margin-right: 1rem;
}
.projectlist-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.5625rem;
}
.projectlist-year {
  font-weight: 500;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.3125rem;
}
.projectlist-description {
  margin-top: 1.125rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projectlist-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 60rem) {
  .projectlist-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.projectlist-link {
  padding-right: 1.125rem;
  padding-bottom: 0.25rem;
}
.projectlist-link a {
  -webkit-transition: text-shadow 0.25s ease;
  transition: text-shadow 0.25s ease;
  font-weight: 500;
  font-size: 1.125rem;
  color: #18bdbd;
  text-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projectlist-link a:hover,
.projectlist-link a:focus {
  text-shadow: 0 0 0.1875rem rgba(255,255,255,0.35);
}
.projectlist-link a:active {
  -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px);
}
.resource-item {
  margin-bottom: 1.5rem;
}
.resource-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.25rem;
}
.resource-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: text-shadow 0.3s ease;
  transition: text-shadow 0.3s ease;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.5rem;
  color: #18bdbd;
  text-shadow: none;
}
.resource-link a:hover,
.resource-link a:focus {
  text-shadow: 0 0 0.1875rem rgba(24,189,189,0.5);
}
.resource-description {
  display: inline-block;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.showcase {
  position: relative;
}
.showcase-item {
  list-style: none;
  margin-bottom: 0.75rem;
  position: relative;
}
@media all and (min-width: 38em) {
  .showcase-item {
    width: 33.33%;
  }
  .showcase-item:nth-last-child(3n+2):first-child,
  .showcase-item:nth-last-child(3n+2):first-child + .showcase-item,
  .showcase-item:nth-last-child(3n+1):first-child,
  .showcase-item:nth-last-child(3n+1):first-child ~ .showcase-item:nth-child(-n+4) {
/* x = items
       When x % 3 = 2, select first and second item:
       When x % 3 = 1, select first 4 items: */
    width: 50%;
  }
}
.showcase-link {
  display: block;
  position: relative;
  padding-top: 100%;
  z-index: 0;
  border-bottom: 0;
}
.showcase-caption {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  background: rgba(38,30,102,0.95);
  color: #eafded;
  letter-spacing: 0.05em;
  opacity: 0;
  -webkit-transition: 0.25s opacity;
  transition: 0.25s opacity;
  will-change: opacity;
}
.showcase-title {
  margin-bottom: 0;
  text-align: center;
  text-align: center;
  width: 100%;
  padding: 0 1.5rem;
/* Vertically center the caption */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.showcase-image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.showcase-link:hover .showcase-caption,
.showcase-link:focus .showcase-caption {
  opacity: 1;
}
@media (any-hover: none) {
  .showcase-caption {
/* The media query, enclosing these rules matches only
       touch-screen devices that do not support hover due
       to the lack of a pointing device like a mouse.
       It does not work in all mobile browsers, but
       progressively enhances the experience on supported
       devices. Tested in Safari (iOS) 9.3 */
    opacity: 1;
/* Reset will-change property to keep it from eating
       up unneccessary resources on touch-only devices */
    will-change: auto;
  }
  .showcase-title {
    font-size: 0.85em;
  }
}
/* =====  3 Site Layout  ==================================================== */
html {
  color: #fff;
/* Always show the vertical scrollbar to prevent `jumps`
     of page content after navigating from a very short page
     that does not scroll to a long pager */
  overflow-y: scroll;
/* Setting this to `default` prevents the cursors from
     changing when hovering blocks of text or whitespace,
     which is less distracting */
  cursor: default;
/* Neccessary for sticks footer. */
  position: relative;
  min-height: 100%;
/* Prevent adjustments of font size after orientation
     changes in IE and iOS. */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
/* Highlight color for WebKit-bases touch devices. */
  -webkit-tap-highlight-color: rgba(113,239,172,0.5);
}
/* ----- 3.1  Header  ------------------------------------------------------- */
#contentWidth {
  padding-top: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: none;
  max-width: 58.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 60rem) {
  #contentWidth {
    padding-top: 3.875rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: none;
    max-width: 58.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.header,
.main {
  display: block;
  vertical-align: top;
}
@media only screen and (min-width: 60rem) {
  .header,
  .main {
    display: inline-block;
  }
}
.header {
  width: 100%;
  padding-bottom: 3rem;
  position: relative;
  max-width: 19.9375rem;
}
@media only screen and (max-width: 60rem) {
  .header {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: none;
    max-width: 33.75rem;
  }
}
@media only screen and (min-width: 60rem) {
  .header {
    padding-bottom: 3.5rem;
    position: fixed;
    padding-bottom: 0;
  }
}
.main {
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  width: 100%;
  float: none;
  padding-bottom: 2.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  max-width: 33.75rem;
}
@media only screen and (max-width: 60rem) {
  .main {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: none;
    max-width: 33.75rem;
  }
}
@media only screen and (min-width: 60rem) {
  .main {
    padding-left: 0;
    padding-right: 0;
    float: right;
  }
}
.fadeOut {
  opacity: 0;
  -webkit-transform: translate(0, 4px);
          transform: translate(0, 4px);
}
.article.single {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: none;
  max-width: 33.75rem;
}
.branding {
  font-size: 1.5rem;
  line-height: 1.95rem;
}
.branding a {
  border-bottom: 0;
}
@media all and (min-width: 56em) {
  .branding {
    margin-bottom: 0;
  }
  .branding,
  .navigation {
    vertical-align: baseline;
  }
}
.tagline {
  text-align: right;
  font-size: 1.125rem;
  color: #fff;
  text-shadow: 0 0rem 0.5rem rgba(255,255,255,0.5);
  margin-top: 0.75rem;
}
/* -----  3.2 Menu  --------------------------------------------------------- */
.menu,
.tagline {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 60rem) {
  .menu,
  .tagline {
    padding-left: 1.3125rem;
    padding-right: 0.625rem;
  }
}
.menu {
  text-align: right;
  padding-top: 1.25rem;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 60rem) {
  .menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 3.125rem;
  }
}
.menu-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.125rem;
  color: #18bdbd;
}
.menu-item a {
  border-bottom: 0;
  padding-bottom: 0.125rem;
}
.menu-item:nth-child(1) a {
  -webkit-transition: text-shadow 0.25s ease;
  transition: text-shadow 0.25s ease;
  margin-bottom: 0.0625rem;
  color: #18bdbd;
}
.menu-item:nth-child(1):hover,
.menu-item:nth-child(1):focus {
  cursor: pointer;
  text-shadow: 0 0.125rem 0.5rem #18bdbd;
}
.menu-item:nth-child(1):active {
  -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px);
}
.menu-item:nth-child(1).is-active a {
  border-bottom: 0.0625rem solid rgba(24,189,189,0.4);
}
.menu-item:nth-child(2) a {
  -webkit-transition: text-shadow 0.25s ease;
  transition: text-shadow 0.25s ease;
  margin-bottom: 0.0625rem;
  color: #0e9ccb;
}
.menu-item:nth-child(2):hover,
.menu-item:nth-child(2):focus {
  cursor: pointer;
  text-shadow: 0 0.125rem 0.5rem #0e9ccb;
}
.menu-item:nth-child(2):active {
  -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px);
}
.menu-item:nth-child(2).is-active a {
  border-bottom: 0.0625rem solid rgba(14,156,203,0.4);
}
.menu-item:nth-child(3) a {
  -webkit-transition: text-shadow 0.25s ease;
  transition: text-shadow 0.25s ease;
  margin-bottom: 0.0625rem;
  color: #1285c5;
}
.menu-item:nth-child(3):hover,
.menu-item:nth-child(3):focus {
  cursor: pointer;
  text-shadow: 0 0.125rem 0.5rem #1285c5;
}
.menu-item:nth-child(3):active {
  -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px);
}
.menu-item:nth-child(3).is-active a {
  border-bottom: 0.0625rem solid rgba(18,133,197,0.4);
}
.menu-item:nth-child(4) a {
  -webkit-transition: text-shadow 0.25s ease;
  transition: text-shadow 0.25s ease;
  margin-bottom: 0.0625rem;
  color: #1869bd;
}
.menu-item:nth-child(4):hover,
.menu-item:nth-child(4):focus {
  cursor: pointer;
  text-shadow: 0 0.125rem 0.5rem #1869bd;
}
.menu-item:nth-child(4):active {
  -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px);
}
.menu-item:nth-child(4).is-active a {
  border-bottom: 0.0625rem solid rgba(24,105,189,0.4);
}
/* -----  3.3 Sticky Footer  ------------------------------------------------ */
.footer {
  width: 100%;
  margin-top: 32rem;
}
.footer p {
  margin-bottom: 0;
  font-size: 1rem !important;
  line-height: 1.125rem;
}
.footer a {
  border-bottom: 0;
}
.footer .heart {
/* The heart character of Arial Unicode MS looks just
     surprisingly nice … */
  font-family: "Arial Unicode MS", Arial, sans-serif;
  display: inline-block;
}
.footer-madewithkirby a:hover .heart {
  -webkit-animation: pulsing-heart 0.6s linear infinite;
          animation: pulsing-heart 0.6s linear infinite;
}
/* -----  3.4 Main Content  ------------------------------------------------- */
/* =====  4 Template-specific Components ==================================== */
/* -----  4.1 Homepage  ----------------------------------------------------- */
.projects-section {
  margin-top: 3rem;
  padding-top: 2.25rem;
  padding-bottom: 0.75rem;
}
.projects-section-more {
  text-align: center;
}
/* ----- 4.2 Blog Article  -------------------------------------------------- */
.article.index {
  margin-bottom: 4rem;
}
.article.archive.index {
  margin-bottom: 0.75rem;
}
.archive-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.article.index figure {
  margin-bottom: 0.75rem;
}
.article-title {
  margin-bottom: 0.75rem;
}
.article-title a {
  color: #fff;
}
.article-title a:hover,
.article-title a:focus {
  color: #18bdbd;
}
.archive-title {
  margin-bottom: 0;
}
.article-title,
.article-date,
.article-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-title a,
.article-date a,
.article-more a {
  -webkit-transition: color 0.3s ease, text-shadow 0.3s ease;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}
.article-title a:hover,
.article-date a:hover,
.article-more a:hover,
.article-title a:focus,
.article-date a:focus,
.article-more a:focus {
  text-shadow: 0 0rem 0.5rem rgba(255,255,255,0.35);
}
.article-title a:active,
.article-date a:active,
.article-more a:active {
  -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px);
}
.article-title a {
  border-bottom: 0;
}
h2.archive-title {
  font-size: 1.75rem;
  line-height: 1.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.article-date {
  margin-bottom: 0.75rem;
}
.archive-line-1 {
  margin-top: 0.1875rem !important;
}
.archive-date {
  margin-bottom: 0;
  margin-top: 0.1875rem;
  width: 5.625rem;
  margin-right: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.article:last-of-type + hr {
/* Hide last <hr> on blog page */
  display: none;
}
.article-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 75%;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
/* -----  4.3 Team  --------------------------------------------------------- */
.team {
  margin-top: 3rem;
}
.team-item {
  margin-bottom: 3rem;
}
@media all and (min-width: 30em) {
  .team-item {
    width: 50%;
  }
}
@media all and (min-width: 62.5em) {
  .team-item {
    width: 25%;
  }
}
.team-portrait img {
/* Eliminate bottom margin */
  display: block;
}
.team-name {
  margin-bottom: 0;
}
.team-about,
.team-contact {
  font-size: 0.85em;
}
.team-contact a {
  word-wrap: break-word;
}
/* -----  4.4 Contact  ------------------------------------------------------ */
.idcard {
/* Rectangle Copy 3: */
  background: -webkit-linear-gradient(left, #1869bd, #18bdbd);
  background: linear-gradient(to right, #1869bd, #18bdbd);
  box-shadow: 0 0 0.75rem 0px rgba(24,189,189,0.35);
  border-radius: 0.4375rem;
  z-index: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.125rem;
  width: 100%;
}
@media only screen and (max-width: 60rem) {
  .idcard {
    max-width: 22.5rem;
  }
}
.idcard-ident {
  text-align: right;
  font-size: 0.75rem;
  font-weight: 500;
  color: #1869bd;
  padding-bottom: 0.125rem;
  padding-right: 0.125rem;
}
.idcard-background {
  background-color: #100e0f;
  border-radius: 0.4375rem;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.idcard-interior {
  width: 100%;
  border: 1px solid rgba(24,189,189,0.25);
  border-radius: 0.375rem;
  margin: 0.25rem;
  padding: 0.625rem;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.idcard-photo {
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  z-index: 10;
  margin-right: 0.625rem;
  width: 5.625rem;
}
@media only screen and (min-width: 60rem) {
  .idcard-photo {
    width: 8.75rem;
    margin-right: 1rem;
  }
}
.idcard-photo img {
  border-radius: 0.25rem;
}
.idcard-text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.idcard-name {
  position: relative;
  font-weight: 200;
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(24,185,183,0.5);
}
@media only screen and (min-width: 60rem) {
  .idcard-name {
    font-size: 2.25rem;
  }
}
.idcard-undername {
  display: block;
  width: 15.875rem;
  height: auto;
}
.idcard-upperright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: auto;
}
.idcard-contents {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  text-align: left;
  margin-top: 0.375rem;
  line-height: 1.125rem;
}
.idcard-contacts {
  position: absolute;
  bottom: 0;
  left: 0;
}
.idcard-title {
/* producer felix@felix: */
  margin-bottom: 0.625rem;
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(24,185,183,0.5);
}
@media only screen and (min-width: 60rem) {
  .idcard-title {
    font-size: 1.25rem;
  }
}
.idcard-email {
/* producer felix@felix: */
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(24,185,183,0.5);
}
@media only screen and (min-width: 60rem) {
  .idcard-email {
    font-size: 1.25rem;
  }
}
.idcard-symbols {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.625rem;
  color: #18bdbd;
  text-shadow: 0 2px 8px rgba(24,185,183,0.5);
}
@media only screen and (min-width: 60rem) {
  .idcard-symbols {
    font-size: 0.75rem;
  }
}
.contact-options {
  list-style: none;
  margin-bottom: 3rem;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-item {
  padding: 0 0.375rem;
  background-clip: content-box;
  text-align: center;
  font-size: 0.85rem;
  width: 100%;
  margin-bottom: 0.75rem;
/* By using flexbox for a contact option’s content,
     we can ensure, that the action button in each
     box always aligns euqally to the bottom
     of that box. */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (min-width: 40em) {
  .contact-item {
    width: 50%;
  }
}
@media (min-width: 62.5em) {
  .contact-item {
    width: 25%;
  }
}
.contact-item-icon {
  max-width: 50%;
  margin-bottom: 1.5em;
}
.contact-item-title {
  margin-bottom: 1.5em;
}
.contact-item-content {
  padding: 1.5rem 2.25em 0.375em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.contact-twitter {
  text-align: center;
  font-weight: 500;
  position: relative;
}
.contact-twitter h2 {
  margin-bottom: 3rem;
}
.contact-twitter h2::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("../images/logo.svg") 50% 50%/contain no-repeat;
  margin: 3rem auto 1.5rem;
}
@media all and (min-width: 36em) {
  .contact-twitter p:not(:first-of-type) {
    width: 50%;
    float: left;
  }
}
@media all and (min-width: 46em) {
  .contact-twitter p:not(:first-of-type) {
    width: 33.33%;
  }
}
@-webkit-keyframes pulsing-heart {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsing-heart {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
