@import url("https://fonts.googleapis.com/css?family=Google+Sans:100,300,400,500,700,900,100i,300i,400i,500i,700i,900i&display=swap");
@font-face {
  font-family: 'Sailec';
  src: url("../fonts/Sailec-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Sailec';
  src: url("../fonts/Sailec-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Sailec';
  src: url("../fonts/Sailec.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Sailec';
  src: url("../fonts/Sailec-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Sailec';
  src: url("../fonts/Sailec-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }
:root {
  --clr-litegrey: #fcfcfc;
  --clr-dark: #25252a;
  --clr-lite: #33363d;
  --clr-red: #eb3b5a;
  --clr-blue: #00b8d9;
  --min-width: 300px;
  --max-width: 1260px;
  --max-media: 980px; }

*, *::before, *::after {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Sailec', 'Product Sans', 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 300;
  background-color: var(--clr-lite);
  color: white; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: white;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

p + p {
  margin: 20px 0; }

.picture16x9 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #eb3b5a; }

video {
  position: absolute;
  right: 0px;
  left: auto;
  top: 0px;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all 150ms ease-in; }

.float {
  position: fixed;
  right: 20px;
  left: auto;
  top: 20px;
  bottom: auto;
  width: 320px;
  height: 180px;
  z-index: 999999; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #222; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 200px;
  background: #333;
  border: 0;
  overflow: hidden; }
  .pace.pace-inactive {
    display: none; }
  .pace .pace-progress {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 200px;
    position: fixed;
    z-index: 200;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #444; }

#progress {
  position: absolute;
  width: 3px;
  z-index: 100;
  background-color: var(--clr-red); }
  @media only screen and (min-width: 980px) {
    #progress {
      top: 0;
      right: -1px; } }
  @media only screen and (max-width: 979px) {
    #progress {
      position: fixed;
      left: 0; } }

.contentWrapper {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr; }

.left {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-dark); }
  .left div {
    background: black;
    padding: .5rem;
    font-size: clamp(1rem, 3vw, 20px);
    line-height: 1;
    border-radius: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .left :hover div {
    background-color: var(--clr-red); }

.right {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .right div {
    background: black;
    padding: .5rem;
    font-size: clamp(1rem, 3vw, 20px);
    line-height: 1;
    border-radius: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .right :hover div {
    background-color: var(--clr-red); }

.leftBar {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50% + var(--max-width)/2 - var(--min-width));
  background-color: var(--clr-dark);
  color: #fff; }
  .leftBar video {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .05; }
  .leftBar::before, .leftBar::after {
    content: "";
    clear: both;
    display: table; }
  @media only screen and (min-width: 980px) {
    .leftBar {
      min-width: var(--min-width); } }
  @media only screen and (max-width: 979px) {
    .leftBar {
      display: block;
      position: relative; } }

.details {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 2rem;
  /*
  a + a {
      margin: 1rem 0 0 0;
  }
  */ }
  @media only screen and (min-width: 980px) {
    .details {
      max-width: var(--min-width);
      padding: 2rem; } }
  @media only screen and (max-width: 979px) {
    .details {
      display: grid;
      grid-template-columns: calc(var(--min-width) - 2rem*3) 1fr;
      align-items: start;
      margin: 2rem; } }
  @media only screen and (max-width: 540px) {
    .details {
      display: flex; } }
  .details .photo {
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5); }
    .details .photo img {
      display: block;
      max-width: 100%; }
  .details .userData {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /*
    .title {
        margin: 1rem 0;
    }
    .personal {
       margin: 1rem 0;
    }
    */ }
    .details .userData div + div {
      margin: 1rem 0 0 0; }
    .details .userData .name {
      font-size: 1.8rem;
      font-weight: 700; }
    .details .userData .userLinks {
      margin-top: auto; }
      .details .userData .userLinks a {
        margin-top: 1rem; }
      @media only screen and (max-width: 979px) {
        .details .userData .userLinks {
          margin-top: 1rem; } }
  .details a {
    display: inline-block;
    background-color: var(--clr-lite);
    padding: .25rem .5rem;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5); }
    @media (hover: hover) {
      .details a:hover {
        background-color: var(--clr-red); } }

@media only screen and (min-width: 980px) {
  .rightBar {
    margin: 0 0 0 var(--min-width); } }

.grid {
  display: grid; }
  @media only screen and (min-width: 980px) {
    .grid {
      grid-template-columns: 180px 1fr;
      grid-gap: 2rem 1rem; } }
  @media only screen and (max-width: 979px) {
    .grid {
      grid-template-columns: calc(var(--min-width) - 2rem*2) 1fr;
      grid-gap: 2rem 0; } }
  @media only screen and (max-width: 540px) {
    .grid {
      display: block; } }

.grid-item div {
  display: block; }
.grid-item div + div {
  margin: 1rem 0 0 0; }
.grid-item h2 {
  display: block;
  font-weight: 600; }
.grid-item.empty {
  font-size: 1.1rem;
  font-weight: 900; }
@media only screen and (max-width: 540px) {
  .grid-item .links {
    margin: 0 0 1rem 0; } }
.grid-item .under--link {
  position: relative;
  z-index: 1;
  font-weight: 500;
  /*
  &::after {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background-color: var(--clr-red);
      transform: scaleX(0);
      transform-origin: right;
      transition: transform 200ms ease-in;
  }
  */ }
  @media (hover: hover) {
    .grid-item .under--link {
      /*
      &:hover::after {
          transform: scaleX(1);
          transform-origin: left;
      }
      */ }
      .grid-item .under--link:hover {
        color: var(--clr-red); } }

.exp {
  font-size: 1.8rem;
  font-weight: 700; }
  @media only screen and (max-width: 540px) {
    .exp {
      margin: 2rem 0; } }

img {
  display: block;
  max-width: 100%;
  width: 100%; }

.date {
  line-height: 1.6rem; }
  .date span {
    display: inline-block;
    vertical-align: middle; }

.title {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem; }

.company {
  font-weight: 600; }

pre,
code {
  overflow: hidden;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font: 13px/150% 'Consolas'; }

pre a {
  float: left;
  clear: both;
  color: grey;
  text-decoration: none; }
