@font-face {
  font-family: 'Open Sans', sans-serif; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.otf") format("opentype"); }
/* FIRST RESPONE LAYOUT*/
/* END RESPONE LAYOUT*/
/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * Clearfix
 */
h1 {
  line-height: 50px; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Proxima Nova;
  letter-spacing: 1px; }

a {
  color: #3094ff;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -ms-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease; }

a:hover {
  color: #166fce;
  text-decoration: none; }

.wrapper {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 50%; }

.post-wrapper {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 50px 50px 50px;
  max-width: 750px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.08); }

.parallax-panel {
  height: 40vh; }

.parallax-window {
  min-height: 100%;
  background: transparent; }

/*gradient overlay ---- currently only works properly for chrome. Because fucking data bleed.*/
.gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-45deg, #4bd03d 0%, #5e9eff 100%);
  background: -o-linear-gradient(-45deg, #4bd03d 0%, #5e9eff 100%);
  background: -moz-linear-gradient(-45deg, #4bd03d 0%, #5e9eff 100%);
  background: linear-gradient(-45deg, #4bd03d 0%, #5e9eff 100%);
  opacity: 0.7; }

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block; }

.tooltip .tooltip-content {
  visibility: hidden;
  display: none;
  width: 120px;
  background-color: #166fce;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.15s; }

.tooltip .tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #166fce transparent transparent transparent; }

.tooltip:hover .tooltip-content {
  visibility: visible;
  display: inline;
  opacity: 1; }

.panel-home {
  width: 100%;
  height: 100vh;
  text-align: center; }

.panel-bottom {
  width: 100%;
  height: 40vh;
  text-align: center; }

.panel-other {
  width: 100%;
  height: 30vh;
  text-align: center; }

.panel {
  margin: 75px 0px 75px 0px;
  font-family: Proxima Nova;
  width: 100%;
  text-align: left;
  line-height: 23px;
  color: #2B2B2B;
  letter-spacing: 1px;
  background-color: #fff; }

.panel-about {
  margin: 100px 0px 160px 0px;
  font-family: Proxima Nova;
  width: 100%;
  text-align: left;
  line-height: 23px;
  color: #2B2B2B;
  letter-spacing: 1px;
  background-color: #fff; }

.panel-about .wrapper {
  max-width: 750px; }

.panel-post {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: Proxima Nova;
  width: 100%;
  text-align: left;
  line-height: 23px;
  color: #2B2B2B;
  letter-spacing: 1px;
  background-color: #ededed;
  width: 100%;
  height: 100%; }

.panel-contact {
  margin: 100px 0px 160px 0px;
  font-family: Proxima Nova;
  width: 100%;
  text-align: left;
  line-height: 23px;
  color: #2B2B2B;
  letter-spacing: 1px;
  background-color: #fff;
  text-align: center; }

.contact-wrapper {
  text-align: left;
  display: inline-block; }

.panel-skills {
  margin: 100px 0px 160px 0px;
  font-family: Proxima Nova;
  width: 100%;
  text-align: left;
  line-height: 23px;
  color: #2B2B2B;
  letter-spacing: 1px;
  background-color: #fff;
  text-align: center; }

.skills-wrapper {
  text-align: left;
  display: inline-block; }

.skills-collumn-l {
  text-align: center;
  float: left;
  width: 40%;
  padding-left: 15px;
  padding-right: 15px; }

.skills-collumn-r {
  text-align: center;
  float: right;
  width: 40%;
  padding-left: 15px;
  padding-right: 15px; }

.skills-collumn-l strong {
  width: 100%;
  text-align: center; }

.skills-collumn-r strong {
  width: 100%;
  text-align: center; }

.panel-games {
  margin: 65px 0px 45px 0px;
  font-family: Proxima Nova;
  width: 100%;
  text-align: left;
  line-height: 23px;
  color: #2B2B2B;
  letter-spacing: 1px;
  background-color: #fff; }

.content-title {
  font-family: Proxima Nova;
  margin-bottom: 40px;
  color: #000;
  text-align: center; }

.home {
  z-index: 0;
  width: 400px;
  margin-left: -200px;
  margin-top: -150px;
  position: absolute;
  top: 50%;
  left: 50%; }

.home #title {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 100%;
  text-align: center;
  letter-spacing: 8px;
  font-weight: 600;
  color: #fff;
  font-size: 70px; }

.home #description {
  color: #fff;
  font-size: 22px;
  margin: 25px 0px 50px 0px; }

.page-link {
  text-transform: uppercase; }

.home #links a {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  background-color: #fff;
  padding: 13px 35px 13px 35px;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.home #links a:hover {
  opacity: 0.7; }

.down-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  padding-top: 60px; }

.down-arrow:hover {
  opacity: 0.5; }

.down-arrow:hover {
  color: #fff; }

.down-arrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box; }

@media screen and (max-width: 1320px) {
  .wrapper {
    width: 70%; } }
@media screen and (max-width: 570px) {
  .home #title {
    font-size: 72px; }

  .home {
    margin-top: -150px; } }
@media screen and (max-width: 415px) {
  .home #links a {
    padding: 12px 30px 12px 30px;
    font-size: 14px; } }
@media screen and (max-height: 730px) {
  .home #title a {
    font-size: 72px; }

  .home {
    margin-top: -150px; } }
@media screen and (max-height: 510px) {
  .home #title {
    font-size: 54px; }

  .home #description {
    font-size: 18px; }

  .home {
    margin-top: -125px; } }
.post-array {
  text-align: center; }

h1 {
  font-size: 42px;
  color: #000; }

img {
  width: 100%; }

.resizable {
  width: auto;
  height: auto; }

.post-link {
  text-align: left;
  display: inline-block;
  width: 100%;
  max-width: 700px;
  padding: 10px;
  border: 2px solid #9DC6F5;
  margin: 15px 0 15px 0;
  -webkit-transition: border 0.1s ease;
  -moz-transition: border 0.1s ease;
  -ms-transition: border 0.1s ease;
  -o-transition: border 0.1s ease;
  transition: border 0.1s ease; }

.post-link:hover {
  border: 2px solid #3094ff; }

.post-link-title {
  font-family: Proxima Nova;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-size: 22px;
  float: left; }

.post-link-date {
  font-family: Proxima Nova;
  text-decoration: none;
  color: #8e8e8e;
  font-size: 14px;
  float: right; }

.post-link-category {
  font-family: Proxima Nova;
  text-decoration: none;
  color: #8e8e8e;
  font-size: 14px;
  float: right; }

.post-link-short {
  font-family: Proxima Nova;
  margin-top: 5px;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  font-size: 18px; }

.post-link-img {
  float: left;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
  width: 100px;
  height: 100px; }

.games-array {
  width: 100%;
  height: 100%;
  text-align: center; }

.game-link-div {
  width: 100%;
  max-width: 1000px;
  height: 200px;
  margin: 15px 0 15px 0;
  overflow: hidden;
  left: auto;
  right: auto;
  display: inline-block;
  position: relative; }

.game-link-text-div {
  position: relative;
  height: 50%;
  width: 100%; }

.game-link-text-div span {
  margin: 0 20px 0 20px;
  font-size: 20px;
  transition: .2s all; }

.game-link-text-div .game-link-title {
  color: #fff;
  margin-top: 20px;
  font-size: 36px;
  float: left; }

.game-link-text-div .game-link-engine {
  color: #EBEBEB;
  margin-top: 20px;
  float: right; }

.game-link-text-div .game-link-platform {
  color: #EBEBEB;
  margin-top: 50px;
  float: left; }

.game-link-text-div .game-link-genre {
  color: #EBEBEB;
  margin-top: 50px;
  display: table-cell;
  vertical-align: bottom;
  float: right; }

.game-link-title {
  color: #000;
  z-index: 20; }

.game-link-bg {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  max-width: 100%;
  transition: .2s all;
  -webkit-filter: brightness(60%);
  -moz-filter: brightness(60%);
  -o-filter: brightness(60%);
  -ms-filter: brightness(60%);
  filter: brightness(60%); }

.game-link-div:hover .game-link-bg {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  filter: brightness(100%); }

.game-link-div:hover span {
  opacity: .4; }

.game-link-div:hover .game-link-title {
  opacity: 1; }

/** CATAGORY BUTTONS **/
.catagorie-bar {
  width: 100%;
  max-width: 700px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  margin: 0 auto 20px auto; }

.catagorie-button {
  color: #fff;
  display: inline-block;
  float: left;
  width: 20%;
  height: 100%;
  background-color: #9DC6F5;
  -webkit-transition: background-color 0.1s ease;
  -moz-transition: background-color 0.1s ease;
  -ms-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease; }

.catagorie-button:hover {
  background-color: #6ca3fc; }

#active {
  background-color: #3094ff; }

/** CATAGORY BUTTONS **/
/** LEFT RIGHT ALLIGNMENT OF WORK **/
.post-information {
  width: 250px;
  float: right;
  border: 1px solid #D6D6D6;
  background-color: #EBF6FF;
  padding: 0 16px 0 16px;
  margin-left: 40px; }

.post-information .source-link div {
  text-align: center;
  margin-bottom: 10px; }

.post-information ul {
  padding: 0;
  margin-bottom: 5px;
  list-style: none outside none; }

@media only screen and (max-width: 885px) {
  .post-information .source-link div {
    margin-bottom: 20px;
    text-align: left; }

  .post-information {
    background-color: #fff;
    border: none;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0; } }
/** LEFT RIGHT ALLIGNMENT OF WORK **/
/** GALLERY **/
.photo-gallery {
  display: inline-block; }

.photo-gallery figure {
  overflow: hidden;
  float: left;
  margin: 5px 5px 5px 5px;
  object-fit: cover; }

.photo-gallery .gallery-img {
  width: 256px;
  height: 144px;
  object-fit: cover;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.photo-gallery .gallery-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */ }

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: 1200px;
  max-height: 70vh;
  width: auto;
  height: auto; }

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1200px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px; }

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.4s;
  animation-name: zoom;
  animation-duration: 0.4s; }

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }
@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  -webkit-transition: 0.3s; }

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 1100px) {
  .modal-content {
    max-width: 100%; } }
/** GALLERY **/
/** WORK COMBINED SECTION **/
.combined-work-container {
  margin: 15px 0 15px 0;
  overflow: hidden;
  left: auto;
  right: auto;
  display: inline-block;
  height: 125px;
  width: 100%;
  max-width: 1000px;
  position: relative; }

.c-hero-flex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .c-hero-flex__item {
    border: 2px solid #fff;
    flex-grow: 1;
    width: 0px;
    background: #ccc;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    cursor: pointer;
    transition: .2s all;
    -webkit-transition: .2s all; }
    .c-hero-flex__item:hover {
      flex-grow: 10;
      box-shadow: none; }
    .c-hero-flex__item:hover .c-hero-flex__title {
      opacity: 1; }
  .c-hero-flex__title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: .075em;
    color: #fff;
    transition: .2s all;
    -webkit-transition: .2s all; }

/** WORK COMBINED SECTION **/
/** HEADER **/
.icon, .panel-contact path, .panel-contact polygon {
  display: inline-block;
  width: 32px;
  fill: #828282;
  -webkit-transition: fill 0.1s ease;
  -moz-transition: fill 0.1s ease;
  -ms-transition: fill 0.1s ease;
  -o-transition: fill 0.1s ease;
  transition: fill 0.1s ease; }

.skill-icon {
  display: inline-block;
  width: 64px;
  margin-top: 2px;
  margin-bottom: 2px;
  -moz-transition: fill 0.1s ease;
  -ms-transition: fill 0.1s ease;
  -o-transition: fill 0.1s ease;
  transition: fill 0.1s ease; }

.icon--twitter:hover path {
  fill: #1da1f2; }

.icon--instagram:hover path {
  fill: #C13584; }

.icon--github:hover path {
  fill: #333; }

.icon--gitlab:hover path {
  fill: #FC6D26; }

.icon--linkedin:hover path {
  fill: #4875B4; }

.icon--email:hover path, .icon--email:hover polygon {
  fill: #C82E18; }

.site-header {
  z-index: 10;
  position: fixed;
  margin: 0;
  padding: 0;
  width: 100%; }

.site-header-bg {
  transition: padding 0.1s;
  transition: opacity 0.1s;
  padding: 0 0 30px 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  opacity: 0;
  position: absolute;
  background-color: #000; }

.site-nav {
  transition: margin 0.1s;
  margin-top: 30px;
  position: relative;
  z-index: 10; }

.page-link, .page-link:link, .page-link:visited {
  color: #fff;
  text-decoration: none; }

.site-title, .site-title:link, .site-title:visited {
  color: #fff;
  text-decoration: none; }

.site-title {
  transition: margin 0.1s;
  z-index: 99;
  color: fff;
  margin: 20px 0 0 50px;
  font-size: 36px;
  font-weight: 600;
  position: absolute;
  -webkit-transition: opacity 0.1s ease, font-size 0.1s;
  -moz-transition: opacity 0.1s ease, font-size 0.1s;
  -ms-transition: opacity 0.1s ease, font-size 0.1s;
  -o-transition: opacity 0.1s ease, font-size 0.1s;
  transition: opacity 0.1s ease, font-size  0.1s; }

.site-title:hover {
  opacity: 0.7; }

.page-link {
  margin: 0 50px 0 0;
  float: right;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.page-link:hover {
  opacity: 0.7; }

@media screen and (max-width: 850px) {
  .site-title {
    display: none; }

  .site-title {
    font-size: 26px;
    margin: 28px 0px 0px 50px; } }
@media screen and (max-width: 730px) {
  .site-header-mobile {
    display: inline-block; } }
/** HEADER **/
/** FOOTER **/
.site-footer {
  width: 100%;
  letter-spacing: 3px;
  height: 100px;
  font-family: Proxima Nova;
  background-color: #171717; }

.site-footer-copyright {
  text-align: center;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 100px; }

/** FOOTER **/
/**
 * Syntax highlighting styles
 */
.highlight {
  margin: 0; }

code {
  height: 100%;
  background-color: #eef;
  padding: 0; }

.rouge-gutter {
  background-color: #D3D4E8;
  padding: 0;
  height: 100%;
  display: block-inline;
  padding-left: 2px; }

.lineno {
  background-color: #D3D4E8;
  padding: 0;
  height: 100%; }

.highlight {
  padding: 3px 5px 3px 5px;
  -webkit-tab-size: 4 !important;
  -moz-tab-size: 4 !important;
  -o-tab-size: 4 !important;
  tab-size: 4 !important;
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef;
    overflow: auto; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
