:root {
  --color-text: #ccc;
  --color-bg: #000;
  --color-link: #f9d77e;
  --color-link-hover: #fff;
  --color-info: #efc453;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: #af4949;
}

#page-loader .pace .pace-progress {
  color: #55b9f2;
}

a > i.fa-external-link {
  animation: blink 1s linear infinite;
  color: #55b9f2;
}
a:hover > i.fa-external-link {
  animation: blink 0.3s linear infinite;
}

.menu-toggle {
  animation: toggleblink 3s linear infinite;
}

#success_message p.thanks {
  width: 100%;
  background: teal;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

#error_message p.oops {
  width: 100%;
  background: indianred;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

#home .home-content {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
#home .home-content .vertical-bottom.hello {
  bottom: 10vh;
  right: 25%;
}
#home .home-content .vertical-bottom.hello .home-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #fff;
  height: 10vh;
  display: block;
  margin-bottom: -10vh;
}

#main-nav .break-2 {
  display: block;
  height: 1px;
  background: #fff;
  margin-right: -25px;
  margin-top: 7px;
}
#main-nav .nav-buttons > a > i {
  animation: blink 1s linear infinite;
}
#main-nav .nav-buttons > a > i:hover {
  animation: blink 0.3s linear infinite;
}

#resume span.post-description {
  display: block;
  font-size: 12px;
  margin-top: -10px;
  padding-bottom: 15px;
}

.bgcont {
  border-top: 2px solid #fff;
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  z-index: -5;
}
.bgcont .homeBG {
  height: 100vh;
  width: 100%;
  position: absolute;
}
.bgcont .homeBG.ic1 {
  background: url("../images/projects/phasing.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-position: right;
}
.bgcont .homeBG.ic2 {
  background: url("../images/projects/tether.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-position: right;
}
.bgcont .homeBG.ic3 {
  background: url("../images/projects/laetitia.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-position: right;
}
.bgcont .homeBG.ic4 {
  background: url("../images/projects/vessel.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-position: right;
}
.bgcont .homeBG.ic5 {
  background: url("../images/projects/genne.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-position: right;
}

#btn-start {
  left: 85%;
  animation: blink 1s linear infinite;
  display: inherit !important;
}
#btn-start::before, #btn-start::after {
  background-color: #fff;
  box-shadow: 0 0 2px 2px cyan;
}
#btn-start:hover {
  animation: blink 0.3s linear infinite;
  left: 86%;
}

.img-circle {
  border: 1px solid #eee;
}

.social-icons a.social-icon i.fa-twitter:hover {
  color: #1da1f2;
}
.social-icons a.social-icon i.fa-instagram:hover {
  color: #bc2a8d;
}
.social-icons a.social-icon i.fa-vimeo-square:hover {
  color: #86c9ef;
}

#sections section .section-wrapper .row.links {
  margin-left: 0px;
}
#sections section .section-wrapper .row .resume-col .resume-box a i.fa {
  color: #55b9f2;
  animation: blink 1s linear infinite;
}
#sections section .section-wrapper .row .resume-col .resume-box a:hover i.fa {
  animation: blink 0.3s linear infinite;
}
#sections section .section-wrapper .row .resume-col .resume-box .title-bar-hover {
  border: 2px solid #fff;
}
#sections section .section-wrapper .row .resume-col .resume-box:hover .title-bar-hover {
  background: #444;
}
#sections section .section-wrapper .row .resume-col .resume-box h4.title-bar {
  color: #55b9f2;
}
#sections section .section-wrapper .row .resume-col .resume-box .box-content {
  margin-bottom: 40px;
}
#sections section .section-wrapper .row .resume-col .resume-box .box-content .timeline-event h4 {
  transition: 0.2s ease all;
}
#sections section .section-wrapper .row .resume-col .resume-box .box-content .timeline-event h4 a {
  letter-spacing: -1px;
}
#sections section .section-wrapper .row .resume-col .resume-box .box-content .timeline-event:hover {
  border-left: 2px solid #55b9f2;
  margin-left: -2px;
}
#sections section .section-wrapper .row .resume-col .resume-box .box-content .timeline-event:hover > h4 {
  color: #55b9f2;
}
#sections section .portfolio-list .portfolio-item.item-video {
  position: relative;
  width: 33%;
  height: auto;
  opacity: 1;
}
#sections section .portfolio-list .portfolio-item.item-video .item-overlay {
  position: absolute;
}
#sections section .portfolio-list .portfolio-item.item-video .item-overlay .item-title {
  top: 80%;
}
#sections section .portfolio-list .portfolio-item.item-video .item-overlay:hover > .item-title {
  color: #fff;
}
#sections section .portfolio-list .portfolio-item .item-photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#sections section .portfolio-list .portfolio-item .item-photo img.glitch-img {
  position: absolute;
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  border: none;
  transition: 0.1s ease all;
}
#sections section .portfolio-list .portfolio-item .item-photo img.glitch-ghost {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}
#sections section .portfolio-list .portfolio-item .item-photo video {
  position: relative;
}
#sections section .portfolio-list .portfolio-item:hover > .item-photo > img {
  border: 5px solid #fff;
}
#sections section .portfolio-list .portfolio-item:hover > .item-photo > img.front-1, #sections section .portfolio-list .portfolio-item:hover > .item-photo > img.front-2, #sections section .portfolio-list .portfolio-item:hover > .item-photo > img.front-3 {
  display: none;
}
#sections section .portfolio-list .portfolio-item .item-title {
  background: rgba(0, 0, 0, 0.8);
}
#sections section .portfolio-list .portfolio-item .item-title:hover {
  background: rgba(255, 255, 255, 0.8);
}

.btn-primary {
  color: #ddd;
  border-radius: none;
}
.btn-primary:hover {
  border-color: #000 !important;
  border-radius: none;
  color: #222;
}

@keyframes blink {
  34% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
}
@keyframes toggleblink {
  42% {
    opacity: 1;
  }
  46% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  54% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
.glitch .glitch-item:nth-child(n+2) {
  opacity: 0;
  animation-duration: var(--time-anim);
  animation-delay: var(--delay-anim);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.glitch .glitch-item:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  animation-name: glitch-anim-2;
}
.glitch .glitch-item:nth-child(2) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  animation-name: glitch-anim-3;
}
.glitch .glitch-item:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
  animation-name: glitch-anim-4;
}
.glitch .glitch-item:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
  animation-name: glitch-anim-flash;
}
@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    transform: translate3d(var(--glitch-horizontal), var(--glitch-height), 0);
  }
  5.5%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}
.glitch .glitch__title {
  font-family: "Bungee", cursive;
  font-size: 100px;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
.glitch .glitch__title:before, .glitch .glitch__title:after {
  content: "GLITCH";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.glitch .glitch__title:before {
  left: 2px;
  text-shadow: -1px 0 #00ffea;
  clip: rect(24px, 550px, 90px, 0);
  animation: glitch-anim 2s linear infinite alternate-reverse;
}
.glitch .glitch__title:after {
  left: -2px;
  text-shadow: -1px 0 #fe3a7f;
  clip: rect(85px, 550px, 140px, 0);
  animation: glitch-anim 2s 1s linear infinite alternate-reverse;
}
@keyframes glitch-anim {
  0% {
    clip: rect(115px, 9999px, 49px, 0);
  }
  5% {
    clip: rect(69px, 9999px, 123px, 0);
  }
  10% {
    clip: rect(83px, 9999px, 111px, 0);
  }
  15% {
    clip: rect(19px, 9999px, 102px, 0);
  }
  20% {
    clip: rect(64px, 9999px, 77px, 0);
  }
  25% {
    clip: rect(159px, 9999px, 146px, 0);
  }
  30% {
    clip: rect(122px, 9999px, 18px, 0);
  }
  35% {
    clip: rect(120px, 9999px, 166px, 0);
  }
  40% {
    clip: rect(106px, 9999px, 65px, 0);
  }
  45% {
    clip: rect(43px, 9999px, 120px, 0);
  }
  50% {
    clip: rect(160px, 9999px, 154px, 0);
  }
  55% {
    clip: rect(84px, 9999px, 56px, 0);
  }
  60% {
    clip: rect(152px, 9999px, 129px, 0);
  }
  65% {
    clip: rect(11px, 9999px, 112px, 0);
  }
  70% {
    clip: rect(136px, 9999px, 42px, 0);
  }
  75% {
    clip: rect(141px, 9999px, 23px, 0);
  }
  80% {
    clip: rect(24px, 9999px, 104px, 0);
  }
  85% {
    clip: rect(48px, 9999px, 135px, 0);
  }
  90% {
    clip: rect(117px, 9999px, 77px, 0);
  }
  95% {
    clip: rect(141px, 9999px, 110px, 0);
  }
  100% {
    clip: rect(103px, 9999px, 67px, 0);
  }
}

@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-4 {
  0% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@media only screen and (max-width: 767px) {
  .bgcont {
    width: 100%;
    height: 50vh;
    top: 30vh;
  }
  .bgcont .homeBG {
    width: 100%;
    height: 100vh;
  }
  .bgcont .homeBG.ic1, .bgcont .homeBG.ic2, .bgcont .homeBG.ic3, .bgcont .homeBG.ic4, .bgcont .homeBG.ic5 {
    background-position: center;
  }
  #mobile-info span.swipeit {
    position: absolute;
    left: 37vw;
    top: 48vh;
    display: block;
    font-size: 30px;
    text-align: center;
    background: transparent;
    border: 3px solid #000;
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #eee;
  }
  #mobile-info .fa {
    font-size: 25px;
  }
  #sections section .portfolio-list .portfolio-item.item-video {
    width: 50%;
  }
}
#portfolio-details a[data-target=close-details] i {
  color: #55b9f2;
  animation: blink 1s linear infinite;
}
#portfolio-details a[data-target=close-details]:hover {
  background: #222;
}
#portfolio-details a[data-target=close-details]:hover > i {
  color: #fff;
  animation: blink 0.3s linear infinite;
}
#portfolio-details img {
  border: 2px solid #666;
  box-shadow: 0 0 6px 0px cyan;
}
#portfolio-details p a i.fa {
  animation: blink 1s linear infinite;
  color: #55b9f2;
}
#portfolio-details p a:hover i {
  animation: blink 0.3s linear infinite;
}

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