@font-face {
  font-family: "StellarRegular";
  src: url("../fonts/stellar/stellar-regular.eot");
  src: url("../fonts/stellar/stellar-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/stellar/stellar-regular.woff2") format("woff2"), url("../fonts/stellar/stellar-regular.woff") format("woff"), url("../fonts/stellar/stellar-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Bebas";
  src: url("../fonts/bebas/bebas.eot");
  src: url("../fonts/bebas/bebas.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas/bebas.woff") format("woff"), url("../fonts/bebas/bebas.ttf") format("truetype"), url("../fonts/bebas/bebas.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
*::selection {
  background: #b04c5d; }

.noselect {
  user-select: none; }

.nowrap {
  white-space: nowrap; }

body {
  overflow-x: hidden;
  font-family: "StellarRegular";
  font-size: 120%;
  color: #DEDCDC;
  background-color: #121111; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas";
  font-weight: bold;
  color: #EF0D34; }

h1 {
  font-size: 250%; }

#particles-js {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0; }

section {
  position: relative;
  z-index: 1;
  min-height: 100%;
  max-width: 2500px;
  margin: 0 auto;
  padding: 50px 0; }

.wrapper {
  background: url("../img/forest.png") no-repeat bottom center;
  background-attachment: fixed;
  background-size: cover; }

.container {
  height: 100%;
  width: 100%; }

.nav {
  height: 50px;
  padding-top: 50px; }

.home {
  height: 100%;
  height: calc(100% - 50px); }

.home_logo {
  display: block;
  width: 240px;
  max-width: 100%;
  margin-bottom: 40px; }

.timeline {
  margin-top: 15px; }
  .timeline .line {
    position: relative;
    z-index: 2;
    height: 15px;
    width: 100%;
    background: rgba(222, 220, 220, 0.05);
    border-radius: 1px;
    margin-top: 10px; }
    .timeline .line .lineFill {
      height: inherit;
      width: 0%;
      background: #EF0D34;
      animation: timelineFill 3s;
      animation-fill-mode: forwards;
      border-radius: 1px; }
  .timeline .row div.col-md-3 {
    width: 25%; }

@keyframes timelineFill {
  0% {
    width: 0px; }
  100% {
    width: 100%; } }
.timelineBubble {
  font-size: 14px;
  text-align: center;
  padding: 10px;
  color: #575555; }
  .timelineBubble span {
    color: #DEDCDC; }
  .timelineBubble .arr {
    z-index: 1;
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    width: 11px;
    height: 11px;
    background: #EF0D34;
    left: calc(50% - 6px);
    bottom: -23px;
    transform: rotate(45deg);
    animation: timelineDent 0.2s;
    animation-fill-mode: forwards;
    border-radius: 1px; }
  .timelineBubble.cpnv .arr {
    animation-delay: 300ms; }
  .timelineBubble.pulsweb .arr {
    animation-delay: 700ms; }
  .timelineBubble.freelance .arr {
    animation-delay: 1100ms; }
  .timelineBubble.dataconept .arr {
    animation-delay: 2000ms; }

@keyframes timelineDent {
  0% {
    opacity: 0;
    bottom: -23px; }
  1% {
    opacity: 1;
    bottom: -23px; }
  100% {
    opacity: 1;
    bottom: -16px; } }
.skill-icons div {
  width: 33.33%;
  padding: 0;
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
  transition: 300ms; }
  .skill-icons div span {
    display: block;
    padding: 10px;
    font-size: 12px;
    cursor: default;
    text-align: center;
    background-color: rgba(222, 220, 220, 0.05);
    margin: 15px;
    vertical-align: center; }
  .skill-icons div.html5 {
    background-image: url("../img/icon/html5.png"); }
  .skill-icons div.css3 {
    background-image: url("../img/icon/css3.png"); }
  .skill-icons div.javascript {
    background-image: url("../img/icon/javascript.png"); }
  .skill-icons div.jquery {
    background-image: url("../img/icon/jquery.png"); }
  .skill-icons div.php {
    background-image: url("../img/icon/php.png"); }
  .skill-icons div.mysql {
    background-image: url("../img/icon/mysql.png"); }
  .skill-icons div.wordpress {
    background-image: url("../img/icon/wordpress.png"); }
  .skill-icons div.drupal {
    background-image: url("../img/icon/drupal.png"); }
  .skill-icons div.nodejs {
    background-image: url("../img/icon/nodejs.png"); }
  .skill-icons div.react {
    background-image: url("../img/icon/react.png"); }
  .skill-icons div.sass {
    background-image: url("../img/icon/sass.png"); }
  .skill-icons div.heart {
    background-image: url("../img/icon/heart.png"); }
  .skill-icons div:hover {
    color: #DEDCDC;
    background-position: center -200px; }

@media screen and (max-width: 767px) {
  .skill-icons div {
    width: 25%; }
    .skill-icons div span {
      font-size: 12px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .skill-icons div {
    width: 33.3%; }
    .skill-icons div span {
      font-size: 12px; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .skill-icons div {
    width: 25%; }
    .skill-icons div span {
      font-size: 14px; } }
@media screen and (min-width: 1200px) {
  .skill-icons div {
    width: 16.6%; }
    .skill-icons div span {
      font-size: 14px; } }
input, textarea {
  font-family: "StellarRegular";
  background: rgba(222, 220, 220, 0.05);
  border: 0;
  outline: none;
  color: #DEDCDC;
  padding: 20px 40px;
  display: block;
  width: 100%; }
  input:focus, textarea:focus {
    color: #EF0D34; }

textarea {
  height: 250px; }

input {
  margin-bottom: 25px; }

#submit {
  color: #575555;
  cursor: pointer;
  margin-top: 30px; }
  #submit:hover {
    color: #EF0D34; }

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