@charset "UTF-8";
/* Skeleton.css Buttons */
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] { display: inline-block; height: 38px; padding: 0 30px; color: #555; text-align: center; font-size: 11px; font-weight: 600; line-height: 38px; letter-spacing: .1rem; text-transform: uppercase; text-decoration: none; white-space: nowrap; background-color: transparent; border-radius: 4px; border: 1px solid #bbb; cursor: pointer; box-sizing: border-box; }

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus { color: #333; border-color: #888; outline: 0; }

.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary { color: #FFF; background-color: #33C3F0; border-color: #33C3F0; }

.button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus { color: #FFF; background-color: #1EAEDB; border-color: #1EAEDB; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select { height: 38px; padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */ background-color: #fff; border: 1px solid #D1D1D1; border-radius: 4px; box-shadow: none; box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

textarea { min-height: 65px; padding-top: 6px; padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #33C3F0; outline: 0; }

label, legend { display: block; margin-bottom: .5rem; font-weight: 600; }

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

input[type="checkbox"], input[type="radio"] { display: inline; }

label > .label-body { display: inline-block; margin-left: .5rem; font-weight: normal; }

/* Custom */
* { box-sizing: border-box; }

html, body { padding: 0; margin: 0; width: 100%; }

header, h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", Verdana, Arial, sans-serif; }

html { color: #444; background-color: white; overflow-x: hidden; font-family: Verdana, Arial, sans-serif; }

.pageWrap { display: flex; flex-direction: column; justify-content: space-between; align-items: center; padding: 10px; }

a { color: inherit; font-weight: bold; }

a:hover { color: black; }

img { display: block; }

h1 { font-size: 2em; }

h2 { font-size: 1.75em; }

h3 { font-size: 1.5em; }

.fullwidth { width: 100%; text-align: center; margin: 10px 0 40px; }

.fullwidth::before { content: ""; position: relative; border-bottom: 1px solid #ccc; display: block; z-index: -1; top: .7em; }

.fullwidth span { background: #fff; padding: 0 10px; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

header, main, footer { margin: 20px 0; }

header { width: 100%; text-align: center; }

header, footer { color: #777; }

#header-name { display: inline-block; font-size: 1.5em; margin-bottom: 20px; transition: color 500ms; font-weight: normal; }

#header-name, #header-name:hover { text-decoration: none; }

#header-name:hover { animation: colorchange 1.7s infinite; }

header ul { display: flex; width: 100%; justify-content: center; list-style-type: none; flex-direction: column; margin: 0; padding: 0; }

header li { position: relative; padding: 5px 0; flex-grow: 1; }

header li a { display: block; }

nav a, nav a:hover { text-decoration: none; color: inherit; font-weight: normal; }

main { position: relative; width: 100%; max-width: 800px; flex-grow: 1; padding-right: 10px; padding-left: 10px; }

p, li { line-height: 1.7; }

section { position: relative; margin-bottom: 80px; }

footer { text-align: center; font-size: 0.7em; }

footer span { display: inline-block; transition: translate 500ms; }

footer > span > span { pointer-events: none; }

footer span.playing { animation: cust-bounce 1s infinite, colorchange 1.7s infinite; }

footer .dynamic-quote { display: none; }

.back-link-container { text-align: center; margin-bottom: 50px; }

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

.box3d > * { padding: 20px; transition: transform 500ms, box-shadow 500ms; background: rgba(255, 255, 255, 0.85); }

.box3d * { pointer-events: none; }

.box3d:hover > * { box-shadow: 0px 6px 0px #bbb, 0px 7px 25px rgba(0, 0, 0, 0.2); transform: translate(0, -6px); background: white; }

/* Do our best to disable hover animation on touchscreens, no guarantees */
@media (pointer: coarse) { .box3d:hover > * { box-shadow: none; transform: none; background: none; } }

.box3d.currentpage > * { box-shadow: inset 2px 2px 10px #bbb; transform: none; }

.box3d.currentpage:hover > *, .box3d:active > * { box-shadow: none; transform: none; outline: solid #ddd 1px; }

.box3d:active > * { transition: none; }

.responsive, main img { max-width: 100%; display: block; height: auto; }

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

blockquote { border-left: solid 5px #eee; margin: 20px; padding: 0 20px; overflow: hidden; }

code { font-family: "Lucida Console", Monaco, monospace; color: #c7254e; background-color: #f9f2f4; padding: 2px 4px; }

pre { padding: 10px; background-color: #f5f5f5; overflow: auto; }

pre code { white-space: pre-wrap; color: inherit; background-color: transparent; padding: 0; }

hr { border: 0; margin: 40px auto; width: 40px; border-top: solid #ccc 1px; }

.mailchimp-box { border: solid #e0e0e0 1px; border-radius: 5px; margin: 20px 0; padding: 20px; }

.mailchimp-title { font-size: 20px; font-weight: bold; margin-bottom: 15px; }

.muted, .muted a, .muted a:visited { color: #bbb; }

.muted a:hover, .muted a:visited:hover { color: #999; }

.blog-listing-headline > * { vertical-align: middle; }

.new-post-badge { display: none; font-family: Helvetica, Arial, sans-serif; color: white; font-size: 8px; background-color: #5B85FE; border-radius: 9px; border: solid 1px #0037d4; font-weight: bold; padding: 4px; line-height: 1; }

nav .new-post-badge { visibility: hidden; position: absolute; right: 3px; top: -5px; }

nav .box3d > * { padding: 10px 20px; }

.avoidwrap { display: inline-block; }

iframe { max-width: 100%; }

.custom-fontawesome-icon { display: inline-block; height: 1em; vertical-align: -.125em; filter: invert(23%) sepia(0%) saturate(0%) hue-rotate(39deg) brightness(96%) contrast(84%); /* To match primary font color */ }

.text-centered { text-align: center; }

.github-buttons { text-align: center; }

@media (min-width: 300px) { header ul { flex-direction: row; flex-wrap: wrap; }
  header li { flex-basis: 33%; max-width: 34%; }
  nav .box3d > * { padding: 5px 9px; }
  nav .new-post-badge { visibility: visible; position: absolute; right: 3px; top: -5px; } }

@media (min-width: 470px) { header ul { flex-wrap: nowrap; }
  header li { flex-basis: auto; max-width: none; } }

@media (min-width: 535px) { nav .box3d > * { padding: 10px 20px; }
  header li { padding: 0; }
  footer .dynamic-quote { display: inline-block; }
  footer .static-quote { display: none; }
  html, body { height: 100%; }
  html, body, .pageWrap { min-height: 100%; }
  .pageWrap > * { order: initial !important; }
  section { margin: 80px 0; }
  nav .new-post-badge { right: 10px; top: 1px; }
  .back-link-container { margin: 50px 0; }
  .pageWrap { padding: 20px; }
  header li { flex-grow: 0; } }

@media (min-width: 1000px) { .pageWrap { /* Left as an exercise for the reader ;) */ overflow-x: hidden; margin-right: calc(-1 * (100vw - 100%)); } }

@keyframes colorchange { 0% { color: darkblue; }
  20% { color: darkviolet; }
  40% { color: red; }
  60% { color: #8c7507; }
  80% { color: darkgreen; }
  100% { color: darkblue; } }

@keyframes cust-bounce { 0% { transform: translate(0, 0); }
  50% { transform: translate(0, -3px); }
  100% { transform: translate(0, 0); } }

/* Game Page CSS */
.infobox { position: relative; padding: 10px; padding-bottom: 0; margin: 20px 0; text-align: center; border: solid gray 1px; }

.infobox img { width: 250px; display: block; margin: 0 auto; }

.img-wrap { position: relative; height: 0; width: 100%; padding-bottom: 68.88%; margin-top: 10px; margin-bottom: 20px; }

.img-wrap img { position: absolute; width: 100%; }

.tribute-links { text-align: center; }

.tribute-links > * { display: inline-block; color: #777; border: solid #ccc 1px; padding: 10px; }

@media (min-width: 600px) { .tribute-links { margin-top: 50px; }
  .infobox { margin: 20px; }
  .infobox-right { float: right; margin-right: 0; }
  .infobox-left { float: left; margin-left: 0; } }

/*# sourceMappingURL=all.css.map */