@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), url("/assets/css/1-tools/Fonts/OpenSans/OpenSans-Regular.ttf"); }
@font-face {
  font-family: 'Open Sans';
  font-style: bold;
  font-weight: 700;
  src: local("Open Sans Bold"), url("/assets/css/1-tools/Fonts/OpenSans/OpenSans-Bold.ttf"); }
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), url("/assets/css/1-tools/Fonts/OpenSans/OpenSans-Italic.ttf"); }
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: local("Comfortaa"), url("/assets/css/1-tools/Fonts/Comfortaa/Comfortaa-Regular.ttf"); }
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Fira Sans"), local("FiraSans-Regular"), url(http://fonts.gstatic.com/s/firasans/v5/EjsrzDkQUQCDwsBtLpcVQZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(http://fonts.gstatic.com/s/firasans/v5/DugPdSljmOTocZOR2CItOhampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-weight: 400;
  src: local("Fira Mono"), local("FiraMono"), url(http://fonts.gstatic.com/s/firamono/v3/SlRWfq1zeqXiYWAN-lnG-pBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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,
menu,
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-color: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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; }

body {
  background-color: white;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

::selection {
  background: #FFF498; }

::-moz-selection {
  background: #FFF498; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #FFF498; }

a {
  color: #0074D9;
  text-decoration: none;
  outline: 0; }
  a:hover, a:focus {
    color: #40a6ff; }

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: bold; }

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px; }

.huge, h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px; }

.large, h2 {
  font-size: 42px;
  line-height: 1.14; }

.bigger, h3 {
  font-size: 26px;
  line-height: 1.38; }

.big, h4 {
  font-size: 22px;
  line-height: 1.38; }

.small, small {
  font-size: 10px;
  line-height: 1.2; }

p {
  margin: 0 0 20px 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

.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: 0.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:active, .button:focus,
  button:hover,
  button:active,
  button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0; }

header nav > ul > li a.menu-parent, header .kicker, footer .lockup .content-wrap .copyright {
  font-size: 16px;
  font-weight: 700;
  font-family: "Comfortaa";
  text-transform: uppercase;
  text-shadow: 0 0 10px black, 0 0 5px black, 0 0 15px black, 0 0 20px black; }

header, footer {
  background: url("/assets/img/BrickTexture.jpg");
  background-size: cover;
  overflow: auto; }

header {
  min-height: 325px;
  max-height: 450px; }
  header nav {
    float: right;
    margin: 30px 30px 0 0; }
    header nav > ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      header nav > ul > li {
        float: left;
        margin-left: 20px; }
        header nav > ul > li a.menu-parent {
          display: inline-block;
          margin-left: 20px;
          color: white;
          padding-bottom: 10px;
          margin: 0; }
          header nav > ul > li a.menu-parent:hover {
            text-shadow: 0 0 5px white, 0 0 50px #751aff;
            color: white; }
  header h1 {
    text-align: center;
    font-size: calc(32px + 2vw);
    font-weight: 700px;
    font-family: "Comfortaa";
    color: white;
    text-transform: Uppercase;
    letter-spacing: 0.05em;
    clear: both;
    padding-top: 40px;
    margin-bottom: 20px;
    text-shadow: 0 0 10px white, 0 0 30px white, 0 0 50px #751aff, 0 0 70px #751aff; }
    header h1:active {
      text-shadow: 0 0 10px black; }
    header h1 span {
      display: inline-block;
      padding: 20px; }
  header .kicker {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: white; }

footer .lockup {
  padding: 40px;
  padding-top: 30px; }
  footer .lockup .content-wrap {
    float: left; }
    footer .lockup .content-wrap ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      footer .lockup .content-wrap ul li {
        float: left; }
    footer .lockup .content-wrap a {
      display: inline-block;
      margin-right: 20px;
      color: white; }
      footer .lockup .content-wrap a:hover {
        text-shadow: 0 0 10px black; }
    footer .lockup .content-wrap p {
      margin-top: 20px; }
    footer .lockup .content-wrap .copyright {
      margin: 0;
      margin-bottom: 20px; }

.pageTitle {
  text-align: center; }
  .pageTitle h1 {
    font-size: 55px; }

.article-wrapper {
  display: flex;
  justify-content: center; }

.content {
  padding: 10px;
  width: 700px; }
  .content img {
    max-width: 700px; }

.article-wrapper {
  display: flex;
  justify-content: center; }

.postlist {
  padding: 10px;
  width: 1200px; }
  .postlist ul {
    display: flex;
    flex-wrap: wrap; }
  .postlist li {
    list-style-type: none;
    margin: 20px;
    padding: 30px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
    flex: 1 0 400px;
    flex-shrink: 2; }
    .postlist li a {
      color: #555; }
    .postlist li h2 {
      color: #555;
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: calc(22px + 1vw); }
    .postlist li p {
      font-size: calc(10px + .3vw); }
    .postlist li:hover {
      box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5); }
  .postlist .postdate {
    color: grey;
    font-style: italic; }

dt {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  margin-top: 10px; }

dd {
  margin-bottom: 20px; }
