html {
  height: 100%;
}
body {
  background-color: #2F3129;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
}
#navbar {
  white-space: nowrap;
  overflow: hidden;
  z-index: 10001;
  background-color: #1F201C;
}
#navbar .navbarIcon {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  width: 50px;
  margin: 10px 0 10px 12px;
}
#navbar .navbarText {
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
  font-size: 1.5em;
  height: 50px;
  margin: 10px 0 10px 40px;
}
#navbar .navbarText span {
  vertical-align: middle;
}
#navbar .navbarVerticalDivider {
  width: 75px;
  text-align: center;
  margin: 20px 0;
}
#navbar .svg {
  width: 50px;
  height: 50px;
}
#navbar a {
  color: #ffffff;
}
#header {
  margin-left: 75px;
  padding-left: 25px;
  font-size: 1.5em;
  line-height: 50px;
  background: linear-gradient(to right,#1F201C,#2F3129,#2F3129);
}
#header span {
  vertical-align: middle;
}
#header h1 {
  font-size: 18px;
  margin: 0;
}
#content {
  min-height: calc(100% - 130px);
  padding: 15px 0 15px 15px;
  margin-left: 75px;
}
#content.business {
  max-width: 600px;
}
#content .cardPlacement {
  float: left;
  width: 170px;
  height: 275px;
  margin: 20px 10px 0 0;
  position: relative;
}
#content .cardPlacement.document {
  width: 300px;
  height: 179px;
}
#content .cardPlacement.document .cardContainer {
  width: 300px;
  height: 179px;
}
#content .cardPlacement.document .cardDesc {
  text-align: left;
}
#content .cardPlacement.document .cardLicence {
  float: left;
  padding: 0;
  height: auto;
  text-align: left;
}
#content .cardPlacement.document .cardTitle {
  height: 1.3em;
}
#content .cardPlacement.document.hovering .cardContainer {
  height: auto;
}
#content .cardPlacement.document.hovering .cardTitle {
  height: auto;
}
#content .cardPlacement.hovering .cardContainer {
  box-shadow: 0 0 10px 5px #606556;
  height: auto;
}
#content .cardPlacement.hovering .cardTitle {
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
}
#content .cardPlacement.hovering .cardDesc {
  height: auto;
}
#content .cardContainer {
  border: 1px solid #606556;
  background-color: #2F3129;
  width: 170px;
  height: 275px;
}
#content .cardTitle,
#content .cardDesc {
  position: relative;
  text-align: center;
  padding: 5px;
}
#content .cardThumb {
  margin: 5px 0 0 5px;
}
#content .cardTitle {
  font-weight: 700;
  background-color: #3B3E34;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#content .cardTags {
  height: 2.5em;
  font-style: italic;
  padding: 5px;
  background-color: #3B3E34;
}
#content .cardDesc {
  min-height: 2.9em;
  height: 2.9em;
  overflow: hidden;
  background-color: #2F3129;
}
#content .cardBottomRow,
#content .cardLicence {
  background-color: #3B3E34;
  padding: 5px;
  height: 17px;
  text-align: center;
}
#content .cardTeamFlag {
  float: right;
  font-weight: 700;
  color: #ffc18c;
}
#content .cardLink {
  padding: 5px;
}
#content .cardLink a:nth-child(n+2) {
  margin-left: 20px;
}
#content .blogPost {
  max-width: 600px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #606556;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0px #070806;
}
#content .blogTitle {
  margin-top: 0;
}
#content .blogDate {
  margin-bottom: 10px;
  font-size: 0.8em;
  display: inline-block;
}
#content .blogPermalink {
  display: inline-block;
  margin-left: 20px;
}
#content .blogCrosspost {
  display: inline-block;
  margin-left: 20px;
}
#content .blogCrosspost a {
  color: #ffc18c;
}
#content #newEntryWrapper {
  position: relative;
  max-width: 600px;
  width: 100%;
}
#content #newEntryList {
  padding: 0;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
}
#content #newEntryPrevious,
#content #newEntryNext {
  position: absolute;
  top: 0;
  height: 90px;
  width: 30px;
  background-color: rgba(255,255,255,0.1);
  text-align: center;
  padding-top: 60px;
  cursor: pointer;
  font-size: 25px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#content #newEntryPrevious:hover,
#content #newEntryNext:hover {
  background-color: rgba(255,255,255,0.5);
}
#content #newEntryNext {
  right: 0;
}
#content .newEntry {
  list-style: none;
  display: inline-block;
  width: 130px;
  height: 150px;
  padding: 0 10px;
  vertical-align: top;
  border: 1px solid #3B3E34;
  max-width: 600px;
}
#content .newEntry:nth-child(2n) {
  background-color: #3B3E34;
}
#content .newEntryImg {
  width: 110px;
  height: 110px;
  margin: 10px 0 0 10px;
}
#content .newEntryImg.icon {
  width: 90px;
  height: 90px;
  margin: 20px 0 10px 20px;
}
#content .newEntryImg.icon path {
  fill: #ffffff;
}
#content .newEntryTitle {
  font-size: 13px;
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 5px;
  vertica-align: top;
}
#content .quickLink {
  font-size: 16px;
}
#content .cvTitle {
  font-size: 16px;
}
#content .cvImg {
  display: inline-block;
  width: 200px;
  margin-bottom: 10px;
}
#content .cvShortInfo {
  display: inline-block;
  vertical-align: top;
}
#content .cvEducation {
  margin-bottom: 20px;
}
#content .skill {
  list-style: none;
  max-width: 500px;
  border: 1px solid #000;
  border-radius: 6px;
  background: linear-gradient(to right,#ff0000 5%,#ffff00 35%,#00ff00 100%);
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
}
#content .skill:last-child {
  margin-bottom: 0;
}
#content .skill .skillBar {
  padding: 3px 0 4px 15px;
  display: inline-block;
  height: 18px;
  vertical-align: top;
}
#content .skill .shadow {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 25px;
  vertical-align: top;
  display: inline-block;
}
#content #portfolio {
  margin-top: 20px;
}
#content .project {
  background: #1F201C;
  border-radius: 10px;
  padding: 5px 15px 5px 30px;
  margin-bottom: 20px;
  max-width: 530px;
}
#content .projectLink.source {
  margin-left: 20px;
}
#content .itemList {
  padding-left: 0;
}
#content .itemList .item {
  list-style: none;
  margin-bottom: 20px;
}
#content .itemList .item:last-child {
  margin-bottom: 0;
}
#content .attrList .attr {
  list-style: disc;
}
#content h1,
#content h2 {
  clear: both;
  margin: 0;
  padding: 20px 0 15px 0;
}
#content .gamesContainer {
  width: 500px;
  max-width: 500px;
}
#footer {
  margin-left: 75px;
  clear: both;
  padding-left: 25px;
  font-size: 0.8em;
  line-height: 50px;
  background: linear-gradient(to right,#1F201C,#2F3129,#2F3129);
}
#footer span {
  margin-right: 15px;
}
a {
  color: #9999ff;
  text-decoration: none;
}
.autofold {
  position: fixed;
  width: 75px;
  height: 100%;
}
.autofold:hover {
  min-width: 75px;
  width: 300px;
}
hr {
  width: 90%;
}
