@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novaregularit';
    src: url('../fonts/proximanova-regularit-webfont.eot');
    src: url('../fonts/proximanova-regularit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regularit-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-regularit-webfont.woff') format('woff'),
         url('../fonts/proximanova-regularit-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regularit-webfont.svg#proxima_novaregularit') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novaextrabold';
    src: url('../fonts/proximanova-extrabold-webfont.eot');
    src: url('../fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-extrabold-webfont.woff') format('woff'),
         url('../fonts/proximanova-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-extrabold-webfont.svg#proxima_novaextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../fonts/proximanova-semibold-webfont.eot');
    src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  margin: 0px;
  font-family: 'proxima_novaregular', serif;
  font-size: 1.25em;
  color: #333234;
  background-color: white;
}

.centered {
  text-align: center;
}

.wrap-left {
 float: left;
 margin-right: 20px;
}

em {
  font-family: 'proxima_novaregularit', serif;
}

strong {
  font-family: 'proxima_novaextrabold', serif;
  font-weight: normal;
}

h1 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: 'proxima_novaextrabold', serif;
  font-size: 2.0em;
  color: #333234;
}
h2 {
  margin: 0;
  font-size: 1.3em;
  letter-spacing: 0.04em;
  font-family: 'proxima_novasemibold', serif;
  text-transform: uppercase;
  color: #333234;
}
h3 {
  margin: 0;
  font-size: 1.0em;
  letter-spacing: 0.04em;
  font-family: 'proxima_novasemibold', serif;
  color: #333234;
}

a {
  color: rgba(0,0,255,0.65);
  background-color: white;
}
li {
  margin-bottom: 10px;
}
form {
  margin-right: 20px;
}
.margin-top-0 {
  margin-top: 0;
}
.align-right {
  text-align: right;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.end {
  text-align: left;
  padding: 0;
  margin: 30px;
}
.inner {
  margin: 0 auto;
  min-width: 300px;
  max-width: 800px;
}
.ft {
  text-align: left;
  max-width: 600px;
}
#headers {
  padding: 3% 0% 2% 10%;
  background: #333234;
  color: white;
}
#welcome {
  background: white;
}
#maybe {
  background: #333234;
  color: white;
}
#history {
  background: white;
}
#play {
  background: #333234;
  color: white;
}
#submit {
  height: 50px;
  width: 250px;
  font-size: 1.0em;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
}
.logo {
  height: 72px;
  width: 72px;
  float: left;
  margin-top: 14px;
}
.left {
  height: 220px;
  float: left;
  width: 30%;
  min-width: 220px;
  padding: 10px;
}
.mid {
  height: 220px;
  float: left;
  width: 30%;
  min-width: 220px;
  padding: 10px;
}
.right {
  height: 220px;
  float: left;
  width: 30%;
  min-width: 220px;
  padding: 10px;
}
.second-header {
  margin-top: -23px;
}
#second-logo {
  margin-top: -9px;
}
.logos {
  margin-left: -11px;
}
.back {
  height: 36px;
  width: 36px;
  margin-top: 0;
  float: none;
  font-size: 2em;
  margin-bottom: -11px;
  color: white;
  text-decoration: none;
}
.blog > p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog > h1 {
  margin-bottom: 4px;
}

.no-left-padding {
  padding-left: 0 !important;
}
.footer {
  border-top: 1px solid #333234;
  margin-top: 50px;
  font-size: 0.6em;
}
.content img {
  max-width: 80%;
}
.max-600 {
  max-width: 600px;
}
code {
  background-color: #ddd;
  padding: 0.2em;
}
.mc {
  margin: 0 auto;
  min-width: 300px;
  max-width: 300px;
}
.mc input {
  font-family: 'Roboto Slab', serif;
}
.mc .button {
  background-color: #333234 !important;
}
.mc .response {
  font-size: 1.0em;
  width: 100%;
}
#mc-embed-signup {
  width: 100%;
}
#mc-embed-signup > form {
  width: 100%;
}

.flex-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-col {
  flex: 1;
  min-width: 200px;
  padding: 14px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .flex-grid {
    display: block;
  }
}


/*
github.com style (c) Vasily Polovnyov <vast@whiteants.net>
*/
 
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
  -webkit-text-size-adjust: none;
}
 
.hljs-comment,
.diff .hljs-header,
.hljs-javadoc {
  color: #998;
  font-style: italic;
}
 
.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status {
  color: #333;
  font-weight: bold;
}
 
.hljs-number,
.hljs-hexcolor,
.ruby .hljs-constant {
  color: #008080;
}
 
.hljs-string,
.hljs-tag .hljs-value,
.hljs-phpdoc,
.hljs-dartdoc,
.tex .hljs-formula {
  color: #d14;
}
 
.hljs-title,
.hljs-id,
.scss .hljs-preprocessor {
  color: #900;
  font-weight: bold;
}
 
.hljs-list .hljs-keyword,
.hljs-subst {
  font-weight: normal;
}
 
.hljs-class .hljs-title,
.hljs-type,
.vhdl .hljs-literal,
.tex .hljs-command {
  color: #458;
  font-weight: bold;
}
 
.hljs-tag,
.hljs-tag .hljs-title,
.hljs-rules .hljs-property,
.django .hljs-tag .hljs-keyword {
  color: #000080;
  font-weight: normal;
}
 
.hljs-attribute,
.hljs-variable,
.lisp .hljs-body {
  color: #008080;
}
 
.hljs-regexp {
  color: #009926;
}
 
.hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.lisp .hljs-keyword,
.clojure .hljs-keyword,
.scheme .hljs-keyword,
.tex .hljs-special,
.hljs-prompt {
  color: #990073;
}
 
.hljs-built_in {
  color: #0086b3;
}
 
.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
  color: #999;
  font-weight: bold;
}
 
.hljs-deletion {
  background: #fdd;
}
 
.hljs-addition {
  background: #dfd;
}
 
.diff .hljs-change {
  background: #0086b3;
}
 
.hljs-chunk {
  color: #aaa;
}github.com style (c) Vasily Polovnyov <vast@whiteants.net>
 
*/
 
.hljs {
    display: block;
      overflow-x: auto;
        padding: 0.5em;
          color: #333;
            background: #f8f8f8;
              -webkit-text-size-adjust: none;
}
 
.hljs-comment,
.diff .hljs-header,
.hljs-javadoc {
    color: #998;
      font-style: italic;
}
 
.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status {
    color: #333;
      font-weight: bold;
}
 
.hljs-number,
.hljs-hexcolor,
.ruby .hljs-constant {
    color: #008080;
}
 
.hljs-string,
.hljs-tag .hljs-value,
.hljs-phpdoc,
.hljs-dartdoc,
.tex .hljs-formula {
    color: #d14;
}
 
.hljs-title,
.hljs-id,
.scss .hljs-preprocessor {
    color: #900;
      font-weight: bold;
}
 
.hljs-list .hljs-keyword,
.hljs-subst {
    font-weight: normal;
}
 
.hljs-class .hljs-title,
.hljs-type,
.vhdl .hljs-literal,
.tex .hljs-command {
    color: #458;
      font-weight: bold;
}
 
.hljs-tag,
.hljs-tag .hljs-title,
.hljs-rules .hljs-property,
.django .hljs-tag .hljs-keyword {
    color: #000080;
      font-weight: normal;
}
 
.hljs-attribute,
.hljs-variable,
.lisp .hljs-body {
    color: #008080;
}
 
.hljs-regexp {
    color: #009926;
}
 
.hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.lisp .hljs-keyword,
.clojure .hljs-keyword,
.scheme .hljs-keyword,
.tex .hljs-special,
.hljs-prompt {
    color: #990073;
}
 
.hljs-built_in {
    color: #0086b3;
}
 
.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
    color: #999;
      font-weight: bold;
}
 
.hljs-deletion {
    background: #fdd;
}
 
.hljs-addition {
    background: #dfd;
}
 
.diff .hljs-change {
    background: #0086b3;
}
 
.hljs-chunk {
    color: #aaa;
}
