@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900");
.current::after {
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f8e61e;
  content: '';
  opacity: 1;
}
header {
  text-align: center;
}
body > header,
nav {
  background-color: #282828;
}
header img {
  vertical-align: text-bottom;
  width: 40%;
}
#searchBoxWrapper {
  position: absolute;
  bottom: 20px;
  right: 0;
}
#searchBoxWrapper span {
  color: #f8e61e;
  padding: 5px;
}
#searchBox {
  color: white;
  background-color: #595959;
  border: none;
  padding: 8px;
  border-radius: 3px;
}
nav {
  position: relative;
}
nav .main-column {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav li {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  float: left;
  width: 25%;
}
nav a {
  background-color: #595959;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  vertical-align: middle;
  height: 40px;
  width: 100%;
}
nav a::after {
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f8e61e;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
nav a:hover::after,
nav a:focus::after {
  opacity: 1;
}
nav a:hover {
  background-color: #424242;
  color: #f8e61e;
}
article.blog-post {
  word-wrap: break-word;
  background-color: #fff;
  padding: 50px;
  margin-bottom: 20px;
}
article.blog-post header {
  text-align: left;
  position: relative;
}
article.blog-post header a {
  color: #444;
}
article.blog-post header > a:first-child {
  position: absolute;
  left: -36px;
  top: 2px;
}
article.blog-post header > a:first-child img {
  width: 20pt;
}
article.blog-post header h1 {
  font-weight: 700;
  font-size: 20pt;
  margin-top: 0;
  margin-bottom: 10px;
}
article.blog-post p {
  text-align: justify;
  margin: 0 0 9pt;
}
article.blog-post footer {
  font-size: 10px;
  margin: 30px 0 0 0;
  background-color: #fff;
}
article.blog-post footer a {
  color: #555;
  text-decoration: none;
}
article.blog-post footer a:hover {
  color: #666;
}
article.blog-post:last-child {
  margin-bottom: 0;
}
article.blog-post header div,
.profile header span {
  color: #555;
  font-size: 10px;
  margin-bottom: 30px;
}
.profile header span {
  padding: 10px;
}
#main-footer {
  overflow: hidden;
  background-color: #595959;
  margin-bottom: 0;
}
#main-footer a {
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 10px 5%;
}
#main-footer a.newer {
  float: left;
}
#main-footer a.older {
  float: right;
}
#main-footer a:hover {
  color: #f8e61e;
  background-color: #424242;
}
body > footer {
  background-color: #282828;
  overflow: hidden;
}
#footer-content {
  height: 80px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  background-color: #595959;
}
#footer-content > #footer-logo {
  height: 100%;
}
#footer-content a {
  text-decoration: none;
  font-weight: 500;
}
#footer-email,
#footer-logo,
#footer-social {
  width: 30%;
}
#footer-email,
#footer-social {
  font-size: 12px;
  padding: 10px;
}
#footer-email .head,
#footer-social .head {
  width: 20%;
  margin-top: auto;
  margin-bottom: auto;
}
#footer-email {
  color: #bbbbbb;
}
#footer-email b {
  color: white;
}
#footer-social {
  text-align: right;
}
#footer-social .logo {
  width: 12px;
  margin-left: 5px;
  font-size: 12px;
}
#footer-logo {
  margin: 0 auto;
}
#footer-logo img {
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
}
#copyright {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  color: #929292;
  text-align: center;
  clear: left;
  float: none;
  width: 100%;
}
#snippets {
  margin: -2.5px;
}
#snippets .item > div {
  margin: 2.5px;
}
#snippets .item > * {
  margin: 5px;
}
#snippets .item,
#snippets .grid-sizer {
  width: 33.33%;
}
#snippets .item.x2 {
  width: 66.66%;
}
.profiles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profiles > section {
  flex: 1;
  min-width: 49%;
  display: flex;
}
.profiles > section:nth-child(even) {
  margin-left: 10px;
}
.profiles > section:nth-child(odd) {
  margin-right: 10px;
}
.profile {
  overflow: hidden;
}
.profile .imagecolumn {
  width: 25%;
  float: left;
  background-color: #f0f0f0;
  height: 358px;
  -webkit-box-shadow: inset -5px 0px 5px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset -5px 0px 5px -5px rgba(0, 0, 0, 0.3);
  box-shadow: inset -5px 0px 5px -5px rgba(0, 0, 0, 0.3);
}
.profile .imagecolumn ul {
  list-style-type: none;
}
.profile img {
  width: 100%;
}
.profile,
#about {
  background-color: #fff;
  margin-bottom: 20px;
  text-align: justify;
}
.profile section > div,
#about {
  padding: 50px;
}
.profile section {
  hyphens: auto;
  width: 75%;
}
.profile section header {
  text-align: left;
}
.profile section header h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.profile section header div {
  font-weight: 400;
  font-size: 10px;
  margin-top: 7px;
}
.profile section p {
  margin-bottom: 0;
}
#about h1 {
  text-align: left;
  margin: 0;
  font-size: 20pt;
}
#about p {
  margin-bottom: 0;
}
main.about {
  padding-bottom: 0;
}
#twitchplayer {
  width: 100%;
  height: 378px;
  margin-bottom: 10px;
}
#index-content header .fa-newspaper {
  padding-right: 2px;
  font-size: 17pt;
}
#index-content header > a.youtube {
  left: -33px;
  top: 4px;
}
#index-content header > a.youtube > img {
  width: 16pt;
}
#index-content .thumbnail {
  width: 100%;
}
#index-content > .blog-post,
#index-content > header,
#index-content > div {
  margin-bottom: 5px;
}
#index-content > :last-child {
  margin-bottom: 0;
}
#index-content article iframe {
  width: 100%;
  height: 304px;
}
#index-content > header {
  background-color: #fff;
  padding: 15px;
}
#index-content > header h1 {
  margin: 0;
  font-size: 20pt;
  text-align: left;
}
main.blog article.ldjam img {
  display: inline-block;
  width: 100%;
}
#index-top {
  margin-bottom: 5px;
}
#index-top .image-container {
  display: inline-block;
  overflow: hidden;
  height: 200px;
  width: 33%;
}
#index-top .image-container img {
  height: 250px;
}
#index-top .image-container:first-of-type {
  width: 100%;
  display: block;
  height: auto;
}
#index-top .image-container:first-of-type img {
  width: 100%;
  height: auto;
}
#index-top .top-project {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 50px;
  align-items: center;
}
.project:last-child {
  margin-bottom: 0;
}
.project {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 50px;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.project > .column-2 {
  text-align: center;
  overflow: hidden;
}
.project > .column-2 > img {
  width: 100%;
  margin-left: -200%;
  left: 100%;
  position: relative;
}
.project header {
  text-align: left;
  position: relative;
}
.project header a {
  color: #444;
}
.project header a.github {
  position: absolute;
  left: -32px;
  top: 4px;
}
.project header a.github span {
  font-size: 17pt;
}
.project header h1 {
  font-weight: 700;
  font-size: 20pt;
  margin-top: 0;
  margin-bottom: 10px;
}
.project header div {
  color: #555;
  font-size: 10px;
  margin-bottom: 30px;
}
.web-game-button {
  text-align: center;
  border: 1px solid black;
  margin-bottom: 3px;
  font-weight: bold;
  padding: 5px;
  background-color: gray;
  color: white;
}
#load-game-button.started {
  display: none;
}
#fullscreen-game-button {
  display: none;
}
#fullscreen-game-button.started {
  display: block;
}
.clear {
  clear: both;
}
.youtube {
  color: #e52d27;
}
.github {
  color: #cccccc;
}
.round {
  border-radius: 3px;
}
html {
  overflow-y: scroll;
}
html,
body {
  font-family: 'Roboto', sans-serif;
  font-size: 11.5pt;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #444;
  background-color: #282828;
}
main {
  background: #dddddd url("../images/noise.png");
  padding: 20px 0;
  z-index: 100;
  position: relative;
}
.main-column {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  position: relative;
}
a {
  color: #68930a;
  text-decoration: none;
}
a:hover {
  color: #e52d27;
}
.left {
  float: left;
}
.right {
  float: right;
}
