  @font-face {
    font-family: "Raleway";
    src: url("fonts/Raleway-Regular.ttf");
  }
  @font-face {
    font-family: "Raleway-semibold";
    src: url("fonts/Raleway-SemiBold.ttf");
  }
  @font-face {
    font-family: "Raleway-bold";
    src: url("fonts/Raleway-Bold.ttf");
  }

  #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  body {
    margin: 0;
    width: 100%;
    font-family: "Raleway-semibold";
    font-size: 12pt;
    color: #1c1c1e;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
  }
  
  #wrapper {

  }

  #main {
    height: 100vh;
  }

  #separator {
    background-color: #009ada;
    height: 10px;    
  }

  #about {
    position: relative;
    background-color: white;;
    height: 100%;
    min-height: 100vh;
  }

  #footer {
    background-color: #009ada;
    height: 40px;
  }
  
  .greeting {
    text-align: center;
    position: relative;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .about-header {
    text-align: center;
    padding-top: 25px;
    height: 100px;
  }

  .header-bar {
    padding-top: 20px;
    margin: auto;
    width: 100px;
    border-bottom: solid 3px #1c1c1e;
  }

  .picture-container {
    padding-top: 10px;
    text-align: center;
  }

  .picture {
    width: 200px;
    border-radius: 50%;
  }

  .personal {
    padding-top: 20px;
    margin: auto;
    width: 50%;
    text-align: center;
  }

  .skills {
    margin: auto;
    text-align: center;
  }

  .skills-box {
    padding-top: 25px;
    padding-bottom: 25px;
    margin: auto;
    width: 25%;
  }

  .skill-bar {
    position: relative;
    margin: 10px;
    height: 28px;
    background-color: #e6e6e6;
  }

  .skill-bar-fill {
    position: relative;
    height: 28px;
    background-color: #00a1a7;
  }

  .skill-bar-title {
    padding-top: 3px;
    height: 25px;
    width: 130px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #04c2c9;
    font-family: "Raleway-semibold";
    font-size: 0.9em;
    color: white;
  }

  .skill-bar-value {
    height: 25px;
    width: 40px;
    padding-top: 3px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: "Raleway";
    font-size: 0.8em;
    color: rgb(136, 136, 136);
  }

  .copyright {
    padding-top: 10px;
    margin: auto;
    text-align: center;
    color: white;
  }

  #name {
    color: #009ada;
  }

  #links {
    margin-top: 1vh;
  }

  #view_more {
    cursor: pointer;
    font-family: 'Raleway-bold';
    padding-top: 1px;
    margin-top: 2vh;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 40px;
    border: solid 2px #1c1c1e;
  }

  .arrow {
    position: relative;
    top: 6px;
    transition: all 0.5s ease;
  }
  
  .rotate {
    transform: rotateZ(90deg);
  }

  .icon {
    fill: #009ada;
    height: 2em;
    width: 2em;
    margin: 1vh;
  }

  .play {
    font-size: 0.6em;
    cursor: pointer;
    color: #009ada;
    -ms-transition: color 0.8s;
    -webkit-transition: color 0.8s;
    transition: color 0.8s;
  }

  .play:hover {
    color: #9a64ff;
  }

  a {
    color: #009ada;
    -ms-transition: color 0.8s;
    -webkit-transition: color 0.8s;
    transition: color 0.8s;
    text-decoration: none;
  }
  
  a:hover {
    color: #9a64ff;
    cursor: pointer;
  }
  
  h1 {
    z-index: 1;
    font-size: 2.5em;
    margin: 0;
    padding: 0;
  }

  h2 {
    z-index: 1;
    font-size: 2em;
    margin: 0;
    padding: 0;
  }  