body, html {
  font-family: roboto, sans-serif;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  background-color: #fcfcfc;
  flex-direction: column; }

a {
  text-decoration: none;
  color: #451e29;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    color: #c06f86; }

header {
  display: flex;
  height: 100%;
  width: 220px;
  font-size: 16pt;
  text-align: center;
  color: white;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-shrink: 0;
  margin-right: 5px;
  position: fixed;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 -150px;
  background-color: #451e29;
  -webkit-box-shadow: 2px 0px 4px #666;
  -moz-box-shadow: 2px 0px 4px #666;
  box-shadow: 2px 0px 4px #666; }
  header a {
    color: #f2f2f2; }
    header a:hover {
      color: #e4cf76; }
  @media screen and (max-width: 520px) {
    header {
      width: 100%;
      position: static;
      height: 300px;
      -webkit-box-shadow: 0px 2px 4px #999;
      -moz-box-shadow: 0px 2px 4px #999;
      box-shadow: 0px 2px 4px #999; } }

content {
  padding-left: 230px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start; }
  content a {
    width: 100%;
    text-align: right; }
  @media screen and (max-width: 520px) {
    content {
      padding: 0;
      width: 100%; } }

aside {
  min-width: 150px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: stretch;
  padding: 0 5px; }

#title {
  padding-top: 20px;
  text-align: center;
  font-size: 28pt;
  font-weight: bold;
  width: 100%;
  height: 40px;
  align-self: flex-start; }
  @media screen and (max-width: 520px) {
    #title {
      font-size: 20pt;
      padding-top: 5px; } }

#subtitle {
  padding: 10px 0;
  text-align: center;
  font-size: 14pt;
  width: 100%;
  height: 40px; }
  @media screen and (max-width: 520px) {
    #subtitle {
      padding: 5px 0;
      font-size: 12pt;
      height: 25px; } }

#work {
  padding-bottom: 10px;
  text-align: center;
  font-size: 12pt;
  width: 100%;
  height: 40px; }
  @media screen and (max-width: 520px) {
    #work {
      font-size: 10pt; } }

#avatar_container {
  width: 100%; }

#avatar {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-top: 60px;
  border-radius: 300px;
  background-color: white;
  border: 1px solid white;
  background-image: url("../images/me.png");
  background-size: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #avatar:hover {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media screen and (max-width: 520px) {
    #avatar {
      width: 75px;
      height: 75px;
      margin-top: 20px; } }
  #avatar a {
    width: 100%;
    height: 100%;
    display: block; }

#social {
  width: 100%;
  height: 40px;
  padding: 20px 0;
  margin: 0;
  font-size: 22pt;
  list-style-type: none;
  float: left; }
  #social li {
    float: left;
    width: 18%; }
    #social li:first-child {
      width: 5%; }
    #social li:last-child {
      width: 5%; }
  @media screen and (max-width: 520px) {
    #social {
      padding: 5px 0; } }

.box {
  display: flex;
  flex-grow: 2;
  flex-wrap: wrap;
  padding: 10px;
  width: 100%;
  align-content: flex-start;
  justify-content: center; }

h1 {
  width: 100%;
  padding: 5px 0;
  height: 20px;
  font-size: 14pt;
  color: #451e29;
  border-bottom: 2px solid #ddd;
  margin-top: 0; }

h2 {
  width: 100%;
  padding: 5px;
  line-height: 20px;
  border-radius: 4px;
  font-size: 11pt;
  text-align: left;
  background-color: #f0f0f0;
  color: #451e29; }

.project {
  justify-content: unset; }

.projectText {
  order: 0;
  max-width: 50%;
  font-size: 12pt;
  line-height: 22px;
  padding: 10px;
  box-sizing: border-box; }
  @media screen and (max-width: 650px) {
    .projectText {
      max-width: 100%; } }
  .projectText .links {
    width: 100%; }
  .projectText a {
    display: block;
    float: left;
    width: 90px;
    margin: 5px;
    height: 60px;
    text-align: center;
    line-height: 30px;
    padding: 5px;
    font-size: 10pt;
    border-radius: 4px;
    background-color: #f0f0f0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .projectText a .fab {
      font-size: 22pt; }

.projectScreenshots {
  order: 1;
  max-width: 50%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center; }
  .projectScreenshots img {
    max-width: 500px;
    width: 100%;
    padding-bottom: 10px; }
  @media screen and (max-width: 650px) {
    .projectScreenshots {
      max-width: 100%; } }

.item {
  order: 0;
  width: 250px;
  height: 198px;
  padding-bottom: 30px;
  background-color: #f0f0f0;
  border-bottom: 2px solid #ddd;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: left;
  position: relative;
  margin: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .item:hover {
    border-bottom: 2px solid #451e29; }
    .item:hover .title {
      color: #c06f86; }
    .item:hover .hover {
      opacity: 0.8; }
  .item .title {
    position: absolute;
    color: #451e29;
    font-weight: bold;
    line-height: 32px;
    font-size: 10pt;
    bottom: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    margin: 0;
    background-color: #f0f0f0; }
  .item .hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    bottom: 30px;
    width: 100%;
    color: white;
    padding: 5px;
    background-color: #451e29;
    opacity: 0;
    box-sizing: border-box; }
    .item .hover .desc {
      overflow: hidden;
      font-size: 9pt;
      line-height: 15px;
      font-size: 10pt;
      padding: 10px;
      margin: 0; }
  .item a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 520px) {
    .item:hover .hover {
      opacity: 0; }
    .item .hover {
      opacity: 0; } }

.game {
  margin: 5px;
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-bottom: 2px solid #451e29;
  width: 150px;
  text-align: center;
  display: block; }
  @media screen and (max-width: 520px) {
    .game {
      width: 100px; } }
  .game .cover {
    padding: 5px 5px 0 5px;
    height: 100px;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 520px) {
      .game .cover {
        padding: 5px; } }
    .game .cover img {
      border-radius: 5px;
      align-self: center;
      max-width: 140px;
      max-height: 100px;
      border: 1px solid #451e29; }
      @media screen and (max-width: 520px) {
        .game .cover img {
          max-width: 90px; } }
  .game .name {
    padding: 0 5px 0 5px;
    height: 34px;
    display: flex; }
    .game .name .title {
      line-height: 15px;
      font-size: 8pt;
      width: 100%;
      align-self: center;
      margin: 0; }
    @media screen and (max-width: 520px) {
      .game .name {
        display: none; } }
  .game .achievements {
    color: #451e29;
    line-height: 15px;
    font-size: 7pt;
    width: 100%;
    height: 15px;
    background-color: #ddd;
    position: relative; }
    .game .achievements p {
      position: absolute;
      width: 100%;
      padding: 0;
      margin: 0;
      top: 0;
      z-index: 2; }
  .game .now {
    background-color: #451e29;
    color: #ddd;
    line-height: 16px; }

.complete {
  background-color: #f8cf66;
  width: 100%;
  height: 15px;
  position: relative;
  top: 0; }

.notComplete {
  width: 100%;
  height: 15px;
  background-color: #A2D39C;
  position: relative;
  top: 0; }

.shirt {
  width: 125px;
  height: 125px;
  margin: 5px;
  opacity: 0.75;
  border-bottom: 2px solid #ddd; }
  .shirt:hover {
    opacity: 1;
    border-bottom: 2px solid #451e29; }
  .shirt a {
    width: 100%;
    height: 100%;
    display: block; }
  .shirt img {
    width: 100%;
    height: 100%; }

.platforms a {
  margin: 5px;
  padding: 5px;
  display: block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 8pt;
  border-bottom: 2px solid #ddd; }
  .platforms a:hover {
    border-bottom: 2px solid #451e29; }
.platforms div {
  margin: 5px;
  padding: 5px;
  display: block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 8pt;
  border-bottom: 2px solid #451e29; }

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