/* Content */
.content {
  padding: 0vw 10vw 5vw;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 600px) {
  .content {
    padding: 0vw 4.5vw 5vw;
    margin: 0 auto;
    position: relative;
  }
}
@media (min-width: 991px) {
  .content {
    padding: 9vw 4.5vw 5vw;
    margin: 0 auto;
    position: relative;
  }
}
#projects .content:before {
  position: absolute;
  z-index: 0;
  top: 15vw;
  left: 10vw;
  width: 79vw;
  height: 75%;
  background-image: linear-gradient(rgba(199, 228, 242, 0.5), rgba(255, 255, 255, 0.2));
  content: "";
}

#projects .aboutDots {
  position: absolute;
  width: 100%;
  height: auto;
  right: 10vw;
  bottom: -7vw;
}

#projects .aboutDots img {
  width: 100%;
  height: auto;
}

@media (min-width: 600px) {
  #projects .aboutDots {
    width: 75%;
  }

  .content {
    padding: 0vw 5vw 10vw;
    margin: 0 auto;
  }
}
@media (min-width: 991px) {
  .content {
    padding: 0vw 5vw 10vw;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .content {
    padding: 0vw 5vw 10vw;
    margin: 0 auto;
  }
}
/* GRID */
.grid {
  position: relative;
  margin: 0 auto;
}

.js .grid::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: #252323 url(images/7627bc820cce40098e897ca98413d895.svg) no-repeat 50% 75px;
  background-size: 60px auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.js .grid--loaded::after {
  opacity: 0;
}

.gridHome {
  margin: 0 auto;
}

.grid__item_gallery {
  width: 270px;
  padding: 10px;
}

.grid__item--current {
  opacity: 0 !important;
}

.img-wrap {
  display: block;
}

.img-wrap:focus,
.img-wrap:hover {
  outline: none;
}

.img-wrap img {
  display: block;
  max-width: 100%;
}

.preview {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  pointer-events: none;
}

.preview::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #1f1d1d;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

@media screen and (max-width: 599px) {
  .preview {
    left: 25%;
  }
}
.preview--open {
  pointer-events: auto;
}

.preview--open::before {
  opacity: 1;
}

.clone {
  position: fixed;
  z-index: 110;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-backface-visibility: hidden;
}

.original {
  position: relative;
  z-index: 120;
  display: block;
  object-fit: contain;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
}

.preview--open .animate {
  /* open */
  -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
  transition: transform 0.6s, opacity 0.2s;
}

.animate {
  /* close */
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.description {
  color: #fff;
}

.js .description--grid {
  display: none;
}

.description--preview h3 {
  color: #97cfea;
  font-weight: normal;
  margin: 0 0 1vw;
}

.description--preview span {
  color: #97cfea;
  font-weight: normal;
  margin-top: 1.8rem;
  display: block;
}

.description--preview .details span {
  color: #e6c7d7;
  font-weight: normal;
  margin-top: 0rem;
  display: inline-block;
}

.description--preview {
  position: absolute;
  z-index: 140;
  width: 100%;
  left: 100%;
  top: 0;
  height: 100%;
  padding: 0 1em;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

@media screen and (min-width: 600px) {
  .preview--open .description--preview {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 599px) {
  .preview--open .description--preview {
    display: none;
  }
}
.description--preview p {
  max-width: 100%;
  margin: 0 0 2vw;
}

.description--preview p em {
  color: #5D5D5D;
  display: block;
  padding: 0.4em 0 0 0;
}

/* Details */
.details {
  max-width: 100%;
  /* IE 10-11 bug flexbox */
}

.details ul {
  line-height: 1;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.details ul li {
  position: relative;
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 0.15em 0;
  white-space: nowrap;
  opacity: 0;
  color: #9d9d9d;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.preview--open .details ul li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.preview--open .details ul li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.preview--open .details ul li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.preview--open .details ul li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.preview--open .details ul li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.preview--open .details ul li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.details ul li:first-child {
  font-weight: bold;
  color: #909090;
}

.icon {
  font-family: "camera-icons";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.icon + span {
  margin-left: 5px;
  vertical-align: middle;
}

.details .icon {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  color: #e6c7d7;
  background: url(images/92afaf8a01a38c1e998a0ff971dafc5c.svg) no-repeat center center;
  background-size: cover;
}

/* Close button */
.action {
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  color: #e6c7d7;
  border: none;
  background: none;
}

.action:hover,
.action:focus {
  color: #c7e4f2;
  outline: none;
}

.action--close {
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}

.preview--image-loaded .action--close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.text-hidden {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  color: transparent;
}

@media screen and (max-width: 767px) {
  .description--preview p,
.details {
    display: none;
  }
}
/* ==========================================================================
   style_main
   ========================================================================== */
html {
  font-size: 62.5%;
}

body {
  color: #ffffff;
  font-family: "Roboto", Helvetica, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  font-weight: 300;
  font-size: 4vw;
}

#preloader .txt-perc {
  font-size: 20vw;
}

h1 {
  font-size: 6vw;
}

h2, .pHighlighted {
  font-size: 4.25vw;
  font-weight: 400;
}

.headerIntro {
  font-size: 4.25vw;
  line-height: 5vw;
}

.description--preview h3 {
  font-size: 4.75vw;
  line-height: 5.5vw;
  font-weight: 400;
}

.downloadcv a, #preloaderBG .downloadcv a {
  font-size: 3vw;
  line-height: 3.8vw;
}

.tabsMenu {
  font-size: 4.5vw;
}

#projects .bgTitleSection_l, .bgTitleSection_l {
  font-size: 14vw;
}

.bgTitleSection_r {
  font-size: 14vw;
}

.details ul li {
  font-size: 2.5vw;
}

@media only screen and (min-width: 576px) {
  body {
    font-size: 3vw;
  }

  #preloader .txt-perc {
    font-size: 15vw;
  }

  h1 {
    font-size: 6vw;
  }

  h2, .pHighlighted {
    font-size: 3.25vw;
  }

  .headerIntro {
    font-size: 3.25vw;
    line-height: 5.25vw;
  }

  .description--preview h3 {
    font-size: 3.75vw;
    line-height: 5.75vw;
  }

  .downloadcv a, #preloaderBG .downloadcv a {
    font-size: 2.25vw;
    line-height: 2.5vw;
  }

  .tabsMenu {
    font-size: 3.5vw;
  }

  #projects .bgTitleSection_l, .bgTitleSection_l {
    font-size: 17vw;
  }

  .bgTitleSection_r {
    font-size: 17vw;
  }

  .details ul li {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 767px) {
  body {
    font-size: 2.75vw;
  }

  #preloader .txt-perc {
    font-size: 15vw;
  }

  h1 {
    font-size: 6vw;
  }

  h2, .pHighlighted {
    font-size: 2.85vw;
  }

  .headerIntro {
    font-size: 2.85vw;
    line-height: 5.5vw;
  }

  .description--preview h3 {
    font-size: 3.35vw;
    line-height: 6vw;
  }

  .description--preview p {
    font-size: 2vw;
  }

  .downloadcv a, #preloaderBG .downloadcv a {
    font-size: 2.05vw;
    line-height: 2.5vw;
  }

  .tabsMenu {
    font-size: 3vw;
  }

  #projects .bgTitleSection_l, .bgTitleSection_l {
    font-size: 13vw;
  }

  .bgTitleSection_r {
    font-size: 12.75vw;
  }

  .details ul li {
    font-size: 1.65vw;
  }
}
@media only screen and (min-width: 992px) {
  body.landscape {
    font-size: 1.75vw;
  }

  .landscape #preloader .txt-perc {
    font-size: 10vw;
  }

  .landscape h1 {
    font-size: 3.5vw;
  }

  .landscape h2, .landscape .pHighlighted {
    font-size: 2vw;
  }

  .landscape .headerIntro {
    font-size: 2vw;
    line-height: 3.5vw;
  }

  .landscape .description--preview h3 {
    font-size: 2.75vw;
    line-height: 4vw;
  }

  .landscape .description--preview p {
    font-size: 1.75vw;
  }

  .landscape .downloadcv a, .landscape #preloaderBG .downloadcv a {
    font-size: 1.35vw;
    line-height: 1.37vw;
  }

  .landscape .tabsMenu {
    font-size: 2vw;
  }

  .landscape #projects .bgTitleSection_l, .landscape .bgTitleSection_l {
    font-size: 12vw;
  }

  .landscape .bgTitleSection_r {
    font-size: 12vw;
  }

  .landscape .details ul li {
    font-size: 1.45vw;
  }

  body.portrait {
    font-size: 3.7vw;
  }

  .portrait #preloader .txt-perc {
    font-size: 15vw;
  }

  .portrait h1 {
    font-size: 6.5vw;
  }

  .portrait h2, .portrait .pHighlighted {
    font-size: 4vw;
  }

  .portrait .headerIntro, .portrait #preloaderBG #headerRight .headerIntro {
    font-size: 4vw;
    line-height: 7vw;
  }

  .portrait .description--preview h3 {
    font-size: 4.5vw;
    line-height: 7vw;
  }

  .portrait .description--preview p {
    font-size: 2.75vw;
  }

  .portrait .downloadcv a, .portrait #preloaderBG .downloadcv a {
    font-size: 2.7vw;
    line-height: 2.8vw;
  }

  .portrait .tabsMenu {
    font-size: 3.75vw;
  }

  .portrait #projects .bgTitleSection_l, .portrait .bgTitleSection_l {
    font-size: 15vw;
  }

  .portrait .bgTitleSection_r {
    font-size: 15vw;
  }

  .portrait .details ul li {
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 1.65vw;
  }

  #preloader .txt-perc {
    font-size: 8vw;
  }

  h1 {
    font-size: 6vw;
  }

  h2, .pHighlighted {
    font-size: 1.85vw;
  }

  .headerIntro {
    font-size: 1.85vw;
    line-height: 3.75vw;
  }

  .description--preview h3 {
    font-size: 2.55vw;
    line-height: 4.25vw;
  }

  .description--preview p {
    font-size: 1.5vw;
  }

  .tabsMenu {
    font-size: 2vw;
  }

  #projects .bgTitleSection_l, .bgTitleSection_l {
    font-size: 11.5vw;
  }

  .bgTitleSection_r {
    font-size: 11.5vw;
  }

  .details ul li {
    font-size: 1.25vw;
  }
}
/* ==========================================================================
   style_home
   ========================================================================== */
.landscape #slideIntro h1 {
  font-size: 4.5vw;
  line-height: 5.5vw;
  height: 60vw;
}

.portrait #slideIntro {
  height: 60vh;
}

.portrait #slideIntro h1 {
  font-size: 4.5vh;
  line-height: 5.5vh;
  height: 60vh;
}

.landscape #slideBottom h1 {
  font-size: 4.5vw;
  line-height: 5.5vw;
}

.portrait #slideBottom h1 {
  font-size: 4.5vh;
  line-height: 5.5vh;
}

/* ==========================================================================
   style_projects
   ========================================================================== */
.bgTitleSection_projects {
  font-size: 25vw;
  line-height: 25vw;
}

.header .projectTitle {
  font-size: 3.5vw;
  line-height: 9vw;
}

@media (min-width: 768px) {
  .bgTitleSection_projects {
    font-size: 15vw;
    line-height: 15vw;
  }

  .projectTitle {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
}
/*
purgecss --css ./css/styles_home.css --content *.php ./js/*.js --out result
*/
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear {
  *zoom: 1;
}

.clear:after {
  clear: both;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details,
figcaption,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

canvas,
img,
svg,
video {
  vertical-align: middle;
}

body {
  background: linear-gradient(178deg, #e5c7d7, #c7e3f1) no-repeat;
  background-color: #e5c7d7;
}

.is-loading {
  overflow: hidden;
}

.wrapper {
  width: 100%;
}

#projectsPage .wrapper {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 576px) {
  #projectsPage .wrapper {
    width: 80%;
    margin: 0 auto;
  }
}
/* Make the body 100% of the browser viewport height */
html,
body {
  height: 100%;
  margin: 0;
}

h1 {
  margin-top: 0;
  font-weight: 700;
}

#projects .bgTitleSection_l, .bgTitleSection_l {
  margin-top: 0;
  font-weight: 700;
  position: absolute;
  top: -3vw;
  left: -1vw;
  color: #ffffff;
  z-index: 2;
  opacity: 0.75;
}

#projects .bgTitleSection_l {
  z-index: 0;
}

.bgTitleSection_r {
  margin-top: 0;
  font-weight: 700;
  position: absolute;
  top: -3vw;
  right: -1vw;
  color: #ffffff;
  z-index: 2;
  opacity: 0.75;
}

@media (min-width: 991px) {
  #projects .bgTitleSection_l, .bgTitleSection_l {
    font-family: "Roboto Condensed", "Helvetica", "Helvetica Neue", Arial, sans-serif;
  }

  .bgTitleSection_r {
    font-family: "Roboto Condensed", "Helvetica", "Helvetica Neue", Arial, sans-serif;
  }
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.preloaderWrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background-color: #212121;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  visibility: visible;
  opacity: 1;
}

#preloaderBG {
  opacity: 0 !important;
}

.landscape .preloaderWrap #preloaderBG, .portrait .preloaderWrap #preloaderBG {
  opacity: 1 !important;
}

#preloaderBG .downloadcv a {
  opacity: 0;
}

#preloaderBG #headerRight, #preloaderBG #headerTitlePepeLopez, #preloaderBG .headerIntro, #preloaderBG #titleProject {
  opacity: 0.5;
}

@media (min-width: 991px) {
  .landscape #preloaderBG #headerRight {
    width: 47%;
    float: right;
    position: relative;
    display: flex;
    text-align: left;
    flex-flow: column wrap;
    justify-content: center;
    margin-top: 0vh;
    align-items: left;
    padding-left: 2.25vw;
    background-color: transparent;
    position: absolute;
    right: 0;
  }

  .landscape #preloaderBG #headerTitlePepeLopez {
    width: 30vw;
    height: auto;
    margin-left: 0.65vw;
    margin: 0;
  }

  .landscape #preloaderBG .downloadcv a {
    margin-top: 1.37vw;
  }
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
  display: none;
}

#preloaderBG {
  opacity: 1;
}

#preloader {
  opacity: 1;
  position: fixed;
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
  width: 100vw;
  height: 100vh;
  z-index: 1001;
  background-image: linear-gradient(#c7e4f2, #e6c7d7);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#preloader .txt-perc {
  font-family: "Roboto Condensed", Helvetica, Helvetica Neue, Arial, sans-serif;
  opacity: 1;
  margin: 0 0 6px 0;
  max-width: 400px;
  text-align: center;
  font-weight: 400;
}

#preloader .progress {
  display: none;
  width: 100px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 auto 15px auto;
}

#preloader .progress span {
  display: block;
  width: 0;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
}

/* =Navigation */
#nav {
  position: fixed;
  right: 30px;
  top: 50vh;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  z-index: 100;
  display: none;
  opacity: 1;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}

@media (min-width: 992px) {
  #nav {
    display: block;
  }
}
#nav a {
  display: block;
  line-height: 25px;
  position: relative;
  padding-right: 20px;
  color: #ffffff;
  text-decoration: none;
}

#nav a:hover .nav-label {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

#nav .nav-dot {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#nav .nav-label {
  color: #fff;
  display: block;
  opacity: 0.5;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

#nav ul {
  margin: 0;
  padding: 0;
}

#nav li {
  width: auto;
  list-style: none;
  cursor: pointer;
}

.gradientBgAnimation {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(178deg, #c7e3f1, #e5c7d7);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 9s ease infinite;
  -moz-animation: AnimationName 9s ease infinite;
  -o-animation: AnimationName 9s ease infinite;
  animation: AnimationName 9s ease infinite;
}

@-webkit-keyframes AnimationName {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes AnimationName {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes AnimationName {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes AnimationName {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.via-barba {
  overflow: hidden;
}

.desktop #smoothScrollWrap {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  z-index: 10;
  overflow-x: hidden;
}

.touchDevice #smoothScrollWrap, .littleScreen #smoothScrollWrap {
  position: relative;
  top: auto;
  width: auto;
  height: auto;
  overflow: auto;
  z-index: 0;
  overflow-x: auto;
}

#barba-wrapper {
  position: relative;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.fullScreen {
  height: 100vh;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.is-loading #nav, .is-loading .scrollbar-track-y {
  opacity: 0 !important;
}

/*--------------------------------------------------------------
LazyLoad
--------------------------------------------------------------*/
.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

/* =Header */
#header {
  width: 100%;
  /*background-image: linear-gradient(rgba(199, 228, 242, 1), rgba(230, 199, 215, 1));*/
}

#headerLeft {
  width: 100%;
  float: none;
  position: relative;
  margin-left: 0vw;
}

#avatarContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*background-image: linear-gradient(rgba(199, 228, 242, 1), rgba(230, 199, 215, 1));*/
}

#avatarContainer:before {
  position: absolute;
  z-index: 0;
  top: 55%;
  left: 0%;
  width: 100%;
  height: 100vh;
  /*background-image: linear-gradient(rgba(199, 228, 242, .5), rgba(255, 255, 255, .2));*/
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(199, 228, 242, 0.5));
  content: "";
}

.avatarLayer {
  display: block;
  position: absolute;
  bottom: 0%;
  left: 50%;
  height: 100vh;
  width: auto;
  -ms-transform: translate(-50%, 0%);
  /* IE 9 */
  -webkit-transform: translate(-50%, 0%);
  /* Safari */
  transform: translate(-50%, 0%);
  /* Standard syntax */
  will-change: transform;
}

#headerRight {
  width: 100%;
  height: 100vh;
  float: none;
  position: absolute;
  top: 0;
  display: flex;
  text-align: center;
  margin-top: 5vh;
  flex-flow: column wrap;
  justify-content: center;
  align-items: left;
  padding-left: 2.25vw;
}

.greetingName {
  z-index: 2;
}

#headerTitlePepeLopez {
  width: 45vw;
  height: auto;
  margin-left: 0.65vw;
  margin: 2.5vw auto;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.headerIntro {
  padding-left: 0;
  margin-left: -0.15vw;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.downloadcv {
  margin-top: 5vw;
}

.downloadcv a {
  margin-right: 1vw;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.downloadcv a span {
  float: left;
  width: 3.8vw;
  height: 3.8vw;
  margin-right: 5px;
  background-size: cover;
}

.downloadcv .iconCV {
  background: url(images/1195e75b43b1e05daec154e788c22171.svg) no-repeat 0 0;
}

.downloadcv .iconIn {
  background: url(images/dccbdc90018922a76ba4145302c6793c.svg) no-repeat 0 0;
}

@media (min-width: 576px) {
  #headerTitlePepeLopez {
    width: 30vw;
    height: auto;
    margin-left: 0.65vw;
    margin: 0 auto;
  }

  .headerIntro {
    padding-left: 0;
    margin-left: -0.15vw;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
  }

  .downloadcv {
    margin-top: 2vw;
  }

  .downloadcv a span {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media (min-width: 991px) {
  .landscape .downloadcv {
    margin-top: 1vw;
  }

  .landscape .downloadcv a {
    margin-top: 1.37vw;
    color: #00437f;
  }

  .landscape .downloadcv a span {
    width: 1.37vw;
    height: 1.37vw;
  }

  .landscape .downloadcv .iconCV {
    background: url(images/59c4f091fa38209bf684a2d617683fe0.svg) no-repeat 0 0;
  }

  .landscape .downloadcv .iconIn {
    background: url(images/9889a274c2600d54623c8f4af24c4546.svg) no-repeat 0 0;
  }

  .landscape #headerLeft {
    margin-left: -23vw;
  }

  .landscape #headerRight {
    width: 47%;
    float: right;
    position: relative;
    display: flex;
    text-align: left;
    flex-flow: column wrap;
    justify-content: center;
    margin-top: 0vh;
    align-items: left;
    padding-left: 2.25vw;
    background-color: transparent;
    position: absolute;
    right: 0;
  }

  .landscape #headerTitlePepeLopez {
    margin-left: 0;
  }
}
/* =About */
#about {
  text-align: left;
  color: #ffffff;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: left;
  overflow: hidden;
  position: relative;
}

#about::before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  margin: 20vw;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(199, 228, 242, 0.5));
  content: "";
}

#about .bgImage {
  -webkit-transition: -webkit-transform 4s ease-out;
  transition: transform 4s ease-out;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

#about.is-loaded .bgImage {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#about .bgImage {
  background-image: url(images/c50d74680aa266276dde47054680e763.jpg);
  background-size: cover;
}

.aboutWrapImages {
  display: block;
  overflow: hidden;
  height: auto;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  z-index: 2;
}

.aboutClayMockup {
  position: relative;
  width: 90%;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  will-change: transform;
}

@media (min-width: 576px) {
  .aboutClayMockup {
    width: 85%;
  }
}
.aboutClayMockup img {
  width: 50%;
  height: auto;
}

.aboutDots {
  position: absolute;
  width: 100%;
  height: auto;
}

.aboutClayMockup img {
  width: 100%;
  height: auto;
}

#about .about-container {
  z-index: 2;
  position: relative;
  padding: 20vh 7vw 3vh;
}

@media (min-width: 576px) {
  #about .about-container {
    z-index: 2;
    position: relative;
    padding: 20vh 15vw 3vh;
  }
}
#tabsMenuWrap {
  overflow: auto;
  clear: both;
  display: block;
  width: 100%;
}

.tabsMenu {
  line-height: 2;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding-bottom: 20px;
  min-height: 155px;
}

.tabsMenu.active {
  border-bottom: 4px solid #00437f;
  color: #00437f;
}

@media (min-width: 480px) {
  .tabsMenu {
    margin-right: 15px;
    padding-bottom: 10px;
    min-height: 165px;
  }
}
@media (min-width: 576px) {
  .tabsMenu {
    margin-right: 15px;
    padding-bottom: 10px;
    min-height: 170px;
  }
}
@media (min-width: 768px) {
  .tabsMenu {
    float: left;
    display: block;
    padding-bottom: 0px;
    writing-mode: horizontal-tb;
    min-height: auto;
  }
}
.tabsMenuCopyWrap {
  width: 100%;
  font-weight: 300;
  position: relative;
  overflow: initial;
}

.tabsMenuCopy {
  position: relative;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.tabsMenuCopy#servicesTabCopy strong {
  text-decoration: underline;
  font-weight: normal;
}

.tabsMenuCopy#contactTabCopy {
  padding-top: 7rem;
}

@media (min-width: 768px) {
  .tabsMenuCopy {
    position: relative;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
}
.tabsMenuCopyWrap a {
  background-color: transparent;
  color: #00437f;
  text-decoration: none;
  font-weight: 400;
  /*background: #c7e3f1;*/
  padding: 0px 8px 3px;
  position: relative;
  white-space: nowrap;
}

.tabsMenuCopyWrap span {
  background-color: transparent;
  color: #00437f;
  text-decoration: none;
  font-weight: 400;
  /*background: #c7e3f1;*/
  position: relative;
  white-space: nowrap;
}

.tabsMenuCopyWrap a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 60%;
  background-color: rgba(255, 255, 255, 0.25);
  z-index: -1;
}

.tabsMenuCopy.active {
  opacity: 1;
  height: auto;
}

.servicesLeft {
  width: 50%;
  float: left;
}

.servicesRight {
  width: 50%;
  float: left;
}

@media (min-width: 991px) {
  .landscape .tabsMenuCopyWrap {
    width: 45%;
  }

  .landscape #about::before {
    margin: 25vw 55vw;
  }

  .landscape #about .about-container {
    z-index: 2;
    position: relative;
    padding: 20vw 0 20vw 10vw;
  }

  .landscape .aboutWrapImages {
    display: block;
    overflow: visible;
    height: 100vh;
    position: absolute;
    left: auto;
    right: -20vw;
    width: 65%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    z-index: 2;
  }

  .landscape #about .aboutDots {
    display: block;
    overflow: visible;
    height: 100vh;
    position: absolute;
    left: auto;
    right: 5vw;
    width: 100%;
  }

  .landscape #about .aboutDots img {
    height: 100%;
    width: auto;
  }

  .landscape .aboutClayMockup {
    position: absolute;
    width: 100%;
    height: auto;
    right: -7vw;
  }

  .landscape .aboutClayMockup img {
    width: 100%;
    height: auto;
  }

  .landscape .aboutDots {
    position: absolute;
    width: 100%;
    height: auto;
  }

  .landscape .aboutClayMockup img {
    width: 100%;
    height: auto;
  }
}
/* =Projects */
/* Slides */
.slide {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
}

.showSlide {
  display: block !important;
  z-index: 10 !important;
}

.hideSlide {
  display: none !important;
  z-index: 0 !important;
}

#slideIntro {
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #f8f2f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform-style: preserve-3d;
}

#slideIntro:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: #e6c7d7;
  width: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  transform: translateZ(-1px);
}

.portrait #slideIntro:after {
  height: 32%;
}

.landscape #slideIntro:after {
  height: 25%;
}

#slideIntro h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
  color: #00437f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.landscape #slideIntro {
  height: 60vw;
}

.landscape #slideIntro h1 {
  height: 60vw;
}

.portrait #slideIntro {
  height: 60vh;
}

.portrait #slideIntro h1 {
  height: 60vh;
}

#slideIntro .slideIntroLayer {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

#slideIntro .slideIntroLayerDawn {
  position: absolute;
  bottom: 0;
  z-index: 4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00437f+0,00437f+15,00437f+100&1+0,1+15,0+99 */
  background: -moz-linear-gradient(top, #00437f 0%, #00437f 15%, rgba(0, 67, 127, 0) 99%, rgba(0, 67, 127, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00437f 0%, #00437f 15%, rgba(0, 67, 127, 0) 99%, rgba(0, 67, 127, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00437f 0%, #00437f 15%, rgba(0, 67, 127, 0) 99%, rgba(0, 67, 127, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00437f", endColorstr="#0000437f", GradientType=0);
  /* IE6-9 */
}

.landscape .slideIntroLayerDawn {
  height: 60vw;
}

.portrait .slideIntroLayerDawn {
  height: 60vh;
}

.toDawn {
  opacity: 0;
}

#slideIntro .slideIntroLayerBG {
  position: absolute;
  bottom: 0;
  z-index: 0;
  background-image: url(images/dd1f1c7d0139ed12f2354261d874b662.png);
  background-size: auto 100%;
}

#slideIntro .slideIntroLayer1 {
  position: absolute;
  bottom: 0;
  z-index: 1;
  /*background-image: url(../../img/landscape1_1.png);*/
}

#slideIntro .slideIntroLayer2 {
  position: absolute;
  bottom: 0;
  z-index: 2;
  /*background-image: url(../../img/landscape1_2.png);*/
}

#slideIntro .slideIntroLayer3 {
  position: absolute;
  bottom: 0;
  z-index: 3;
  background-image: url(images/72eb2fa753904059f1c0ba214a5c8626.png);
  transform-style: preserve-3d;
}

#slideIntro .slideIntroLayer3:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: #e6c7d7;
  width: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  transform: translateZ(-1px);
}

.portrait #slideIntro .slideIntroLayer3:after {
  height: 32%;
}

.landscape #slideIntro .slideIntroLayer3:after {
  height: 30%;
}

#projects {
  background-color: #e6c7d7;
  position: relative;
  padding-top: 9vw;
  padding-top: 14vw;
  overflow: hidden;
}

@media (min-width: 576px) {
  #projects {
    background-color: #e6c7d7;
    position: relative;
    padding-top: 14vw;
    padding-bottom: 10vw;
    overflow: hidden;
  }
}
@media (min-width: 991px) {
  .landscape #projects {
    background-color: #e6c7d7;
    position: relative;
    padding-top: 9vw;
    padding-bottom: 10vw;
    overflow: hidden;
  }
}
/* =Footer */
#footer {
  text-align: center;
  padding: 15vw 5vw;
  color: #97cfea;
  background-color: #06060d;
}

#footer h2 a {
  margin: 0;
  padding: 20px 0;
  font-weight: normal;
  text-decoration: none;
}

#footer a {
  color: rgba(255, 255, 255, 0.5);
}

#slideBottom {
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #e6c7d7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform-style: preserve-3d;
}

#slideBottom:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: #e6c7d7;
  width: 100%;
  left: 0;
  right: 0;
}

.portrait #slideBottom:after {
  height: 25%;
}

@media (min-width: 576px) {
  .portrait #slideBottom:after {
    height: 35%;
  }
}
.landscape #slideBottom:after {
  height: 20%;
}

#slideBottom h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  color: #00437f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.landscape #slideBottom {
  height: 60vw;
}

.landscape #slideBottom h1 {
  height: 60vw;
}

.portrait #slideBottom {
  height: 75vh;
}

.portrait #slideBottom h1 {
  height: 75vh;
}

#slideBottom .slideBottomLayer {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

#slideBottom .slideBottomLayerBG {
  position: absolute;
  bottom: 0;
  z-index: 0;
  background-image: url(images/e5e339799ea91a7fa88a407b8b703896.png);
  background-size: auto 100%;
}

#slideBottom .slideBottomLayer1 {
  position: relative;
  bottom: 0;
  z-index: 3;
  background-image: url(images/f198086e3986bfbdeff433ead2f0d5e5.png);
  transform-style: preserve-3d;
  width: 200%;
}

@media (min-width: 576px) {
  #slideBottom .slideBottomLayer1 {
    width: 120%;
  }
}
@media (min-width: 1200px) {
  #slideBottom .slideBottomLayer1 {
    width: 100%;
  }
}
#slideBottom .slideBottomLayer1:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: #e6c7d7;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateZ(-1px);
}

.smoothTransition {
  opacity: 0;
}

.meetrBg,
.publishcheckBg {
  position: absolute;
  top: auto;
  right: 10vw;
  width: 40vw;
  height: 40vw;
  z-index: 3;
  opacity: 0.5;
}

.publishcheckBg .pc_white {
  display: none;
}

.publishcheckBg .pc_blue {
  display: block;
}

.superseedBg,
.superniceBg {
  position: absolute;
  top: auto;
  left: 10vw;
  width: 40vw;
  height: 40vw;
  z-index: 3;
  opacity: 0.5;
}

@media (min-width: 576px) {
  .meetrBg,
.publishcheckBg,
.superseedBg,
.superniceBg {
    z-index: 2;
  }

  .publishcheckBg .pc_white {
    display: block;
  }

  .publishcheckBg .pc_blue {
    display: none;
  }

  .meetrBg,
.publishcheckBg {
    position: absolute;
    top: auto;
    right: -5vw;
    width: 30vw;
    height: 30vw;
    z-index: 2;
    opacity: 1;
  }

  .superseedBg,
.superniceBg {
    position: absolute;
    top: auto;
    left: 0vw;
    width: 30vw;
    height: 30vw;
    z-index: 2;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .meetrBg,
.publishcheckBg {
    position: absolute;
    top: auto;
    right: -5vw;
    width: 25vw;
    height: 25vw;
    z-index: 2;
  }

  .superseedBg,
.superniceBg {
    position: absolute;
    top: auto;
    left: 0vw;
    width: 25vw;
    height: 25vw;
    z-index: 2;
  }
}
@media (min-width: 991px) {
  .landscape .meetrBg,
.landscape .publishcheckBg {
    position: absolute;
    top: auto;
    right: 10vw;
    width: 20vw;
    height: 20vw;
    z-index: 2;
  }

  .landscape .superseedBg,
.landscape .superniceBg {
    position: absolute;
    top: auto;
    left: 10vw;
    width: 20vw;
    height: 20vw;
    z-index: 2;
  }
}
.landscape .meetrBg img,
.landscape .publishcheckBg img,
.landscape .superseedBg img,
.landscape .superniceBg img {
  width: 100%;
  height: auto;
  opacity: 0.5;
}

/* .slide */
.slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide .wrapper {
  position: relative;
  z-index: 2;
  position: relative;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.landscape .slide .wrapper {
  padding: 15vh 5%;
  align-items: flex-start;
  text-align: left;
}

.portrait .slide .wrapper {
  padding: 25vh 5%;
  text-align: center;
}

.slide.startups .wrapper.publishcheck {
  color: #00437f;
}

.slide .wrapper .title h1 {
  margin: 0px;
}

.slide .wrapper .title h2 {
  margin: 0px;
}

.slidesWrap {
  position: relative;
  background-color: #e6c7d7;
}

@media (min-width: 576px) {
  .slide.startups,
.slide.companies {
    color: #ffffff;
    z-index: 3;
    margin: 0vw;
  }

  #publishcheck,
#superseed {
    margin: 0vw;
  }
}
@media (min-width: 991px) {
  .landscape .slide {
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .landscape .slide.startups .wrapper {
    text-align: left;
    width: 100%;
    height: 100%;
  }

  .landscape .slide.companies .wrapper {
    text-align: left;
    width: 100%;
    height: 100%;
  }

  .landscape .landscape .slide .wrapper {
    position: relative;
    z-index: 2;
    position: relative;
    width: 100%;
    margin: 0;
    display: block;
    text-align: left;
  }

  .landscape .slide.startups .wrapper {
    padding: 10vh 35vw 10vh 5vw;
  }

  .landscape .slide.companies .wrapper {
    padding: 10vh 5vw 10vh 35vw;
  }

  .slide.startups .section,
.slide.companies .section {
    margin-left: 0vw;
  }
}
.slide.startups .section,
.slide.companies .section {
  margin: 0 auto;
}

/* .slide */
/* .button */
.button {
  text-decoration: none;
  color: #ffffff;
  border: 3px rgba(255, 255, 255, 0.7) solid;
  padding: 10px 30px;
  margin-top: 15px;
  display: inline-block;
  position: relative;
}

.button:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}

.publishcheck .button {
  text-decoration: none;
  color: #00437f;
  border: 3px rgba(0, 67, 127, 0.7) solid;
  padding: 10px 30px 15px;
  margin-top: 15px;
  display: inline-block;
  position: relative;
}

.publishcheck .button:hover {
  border-color: #00437f;
  background-color: #00437f;
  color: #000000;
}

/* .button */
/* .bgImage */
img.macbook_blank {
  position: relative;
  opacity: 0;
}

.section.bgImage {
  background: none;
}

@media (min-width: 991px) {
  #meetr.bgImage {
    background: url(images/dc8fb7badd015d5a14a48857154964f4.jpg) no-repeat center center;
    background-size: cover;
  }

  #publishcheck.bgImage {
    background: url(images/60dc923b7eb4651adee1a58277d87c38.jpg) no-repeat center center;
    background-size: cover;
  }

  #superseed.bgImage {
    background: url(images/fb746e06889ef0b623d3d3a987eb9c14.jpg) no-repeat center center;
    background-size: cover;
  }

  #supernice.bgImage {
    background: url(images/4b5bd49fbddcdff7318fe4da43268719.jpg) no-repeat center center;
    background-size: cover;
  }
}
/* .bgImage */
/* .bgBoxWrap */
.startups .bgBoxWrap,
.companies .bgBoxWrap {
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  top: 0;
  opacity: 1;
  width: 85vw;
  margin: 15vw 0vw;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
}

.landscape .startups .bgBoxWrap,
.landscape .companies .bgBoxWrap {
  height: auto;
}

@media (min-width: 576px) {
  .startups .bgBoxWrap,
.companies .bgBoxWrap {
    background: no-repeat center center;
    background-size: cover;
    position: relative;
    top: 0;
    opacity: 1;
    width: 75vw;
    margin: 15vw;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
  }
}
@media (min-width: 991px) {
  .landscape .startups .bgBoxWrap,
.landscape .companies .bgBoxWrap {
    background: no-repeat center center;
    background-size: cover;
    position: relative;
    width: 67vw;
    height: 70vh;
    min-height: 60vh;
    top: 0;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
  }

  .landscape .startups .bgBoxWrap {
    margin: 8vw 0vw 8vw 10vw;
  }

  .landscape .companies .bgBoxWrap {
    margin: 8vw 0vw 8vw 22vw;
  }

  .landscape .startups .bgBoxWrap,
.landscape .companies .bgBoxWrap {
    height: auto;
  }
}
/* .bgBoxWrap */
.startups_bgBox,
.companies_bgBox {
  opacity: 0;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  cursor: default;
}

.startups .bgBox_project01 {
  background: url(images/2d9081a172473e08f17ed58e34dc63bd.jpg) no-repeat center center;
  opacity: 1;
  background-size: cover;
  -webkit-box-shadow: 5vw 3vw 3vw 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5vw 3vw 3vw 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5vw 3vw 3vw 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.startups .bgBox_project02 {
  background: url(images/b2870c8d7b9f81e014926917639b93af.jpg) no-repeat center center;
  opacity: 1;
  background-size: cover;
  -webkit-box-shadow: 5vw 3vw 3vw 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5vw 3vw 3vw 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5vw 3vw 3vw 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.companies .bgBox_website01 {
  background: url(images/b5f949cc73bc13a11d490e5261a5baf8.jpg) no-repeat center center;
  opacity: 1;
  background-size: cover;
  -webkit-box-shadow: -5vw 3vw 3vw 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -5vw 3vw 3vw 0px rgba(0, 0, 0, 0.15);
  box-shadow: -5vw 3vw 3vw 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.companies .bgBox_website02 {
  background: url(images/8acc1259b6d9ec90f1d9cc2aee533677.jpg) no-repeat center center;
  opacity: 1;
  background-size: cover;
  -webkit-box-shadow: -5vw 3vw 3vw 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -5vw 3vw 3vw 0px rgba(0, 0, 0, 0.15);
  box-shadow: -5vw 3vw 3vw 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.startupsimg01,
.companiesimg01 {
  display: none;
}

@media (min-width: 991px) {
  .landscape .startups_1 {
    width: 45vw;
    height: 100%;
    overflow: visible;
    position: absolute;
    left: 35vw;
    top: 0%;
    z-index: 2;
  }

  .landscape .startupsimg01 {
    width: 45vw;
    position: absolute;
    left: 0vw;
    top: 0%;
    display: flex;
    text-align: center;
    justify-content: center;
  }

  .landscape .startupsimg01 img {
    width: 100%;
    height: auto;
    align-self: center;
  }

  .landscape .companies_1 {
    width: 45vw;
    height: 100%;
    overflow: visible;
    position: absolute;
    left: -12vw;
    top: 0%;
    z-index: 1;
  }

  .landscape .companiesimg01 {
    width: 45vw;
    position: absolute;
    left: 0vw;
    top: 0%;
    display: flex;
    text-align: center;
    justify-content: center;
  }

  .landscape .companiesimg01 img {
    width: 100%;
    height: auto;
    align-self: center;
  }
}
/* Laptop animations 
#baseup_1_, #basedown_1_{ 
  transform-origin: "50% 0%"!important;
};
#laptop_meetr, #laptop_publishcheck, #laptop_superseed, #laptop_supernice, #camera_x5F_screen, #screenShot, #trackpad{ 
  transform-origin: "50% 50%"!important;
};
#coverBG, #screenbgLeft_2_, #screenbgRight_2_{ 
  transform-origin: "0% 100%"!important;
};
*/
#laptop_meetr,
#laptop_publishcheck,
#laptop_superseed,
#laptop_supernice {
  enable-background: new 0 0 600 600;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}

@media (min-width: 1400px) {
  #laptop_meetr,
#laptop_publishcheck,
#laptop_superseed,
#laptop_supernice {
    enable-background: new 0 0 600 600;
    transform: scale(1.65);
    -webkit-transform: scale(1.65);
    -moz-transform: scale(1.65);
    -ms-transform: scale(1.65);
    -o-transform: scale(1.65);
  }
}
@media (min-width: 1750px) {
  #laptop_meetr,
#laptop_publishcheck,
#laptop_superseed,
#laptop_supernice {
    enable-background: new 0 0 600 600;
    transform: scale(2.5);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
@media (min-width: 2250px) {
  #laptop_meetr,
#laptop_publishcheck,
#laptop_superseed,
#laptop_supernice {
    enable-background: new 0 0 600 600;
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}
/* ==========================================================================
   Projects
   ========================================================================== */
#projectsPage {
  background-color: #e6c7d7;
  overflow-x: hidden !important;
  width: 100%;
  position: relative;
}

#projectsPage .bgImage1 {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  opacity: 1;
  background: url(images/dc8fb7badd015d5a14a48857154964f4.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
  position: absolute;
  height: 100vh;
}

#projectsPage .bgImage2 {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  opacity: 1;
  background: url(images/60dc923b7eb4651adee1a58277d87c38.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
  position: absolute;
  top: 100vh;
  height: 100vh;
}

.projectHeader {
  width: 100%;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
}

.projectHeader h1 {
  margin: 0;
}

.bgTitleSection_projects {
  height: 25vw;
  margin: auto;
  font-weight: 700;
  position: absolute;
  top: -12.5vw;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10vw;
  color: rgba(255, 255, 255, 0.15);
  z-index: 2;
  opacity: 1;
  text-align: center;
  display: block;
}

@media (min-width: 768px) {
  .bgTitleSection_projects {
    height: 15vw;
    top: -7vw;
    left: 0;
  }
}
#navBar {
  position: absolute;
  top: 0vw;
  left: 0vw;
  z-index: 100;
  color: #ffffff;
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.25);
  text-align: center;
  padding-top: 5px;
}

#navBar a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 100;
}

#navBar img {
  height: 45px;
  width: 150px;
}

#navBar .back_home_arrow {
  display: none;
}

#navBar .back_home {
  display: block;
}

@media (min-width: 768px) {
  #navBar {
    background-color: rgba(255, 255, 255, 0);
    position: fixed;
    top: 2vw;
    left: 2vw;
    z-index: 100;
    height: auto;
    width: 10vw;
    color: #ffffff;
  }

  #navBar a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 100;
  }

  #navBar img {
    height: auto;
    width: 100%;
  }

  #navBar .back_home_arrow {
    display: block;
  }

  #navBar .back_home {
    display: none;
  }
}
.wrapper, .header, .mainRight, .mainLeft, .content {
  position: relative;
}

.wrapper {
  margin-top: 0vw;
}

.header {
  margin-bottom: 10px;
}

.header .projectTitle {
  padding-top: 10vw;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

#projectSummary, .fixedSidebar p {
  width: 100%;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.projectTitle {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-weight: bold;
}

.contentSidebarRight {
  margin-top: 10vw;
}

@media (min-width: 768px) {
  .contentSidebarRight {
    margin-top: 0;
  }
}
.contentSidebarLeft, .contentSidebarRight {
  position: relative;
}

.contentSidebarLeft .sidebarLeft {
  position: relative;
  padding: 0px 0px 20px;
  height: auto;
  width: 100%;
  float: none;
}

.contentSidebarLeft .mainRight {
  background-color: #ffffff;
  width: 100%;
  height: auto;
  float: none;
}

.contentSidebarRight .mainLeft {
  background-color: transparent;
  width: 100%;
  height: auto;
  float: none;
}

.contentSidebarRight .sidebarRight {
  padding: 0px 0px 20px;
  height: auto;
  width: 100%;
  float: none;
}

@media (min-width: 992px) {
  .landscape .contentSidebarLeft .sidebarLeft {
    position: absolute;
    padding: 10px 50px 10px 0;
    height: auto;
    width: 40%;
    float: left;
  }

  .landscape .contentSidebarLeft .mainRight {
    background-color: #ffffff;
    width: 55%;
    height: auto;
    float: right;
  }

  .landscape .contentSidebarRight .mainLeft {
    background-color: transparent;
    width: 55%;
    height: auto;
    float: left;
  }

  .landscape .contentSidebarRight .sidebarRight {
    position: absolute;
    padding: 10px 0px 10px 20px;
    height: auto;
    width: 40%;
    float: right;
    right: 0;
  }
}
.contentSidebarCenter {
  /*margin-top: 150px;
  margin-bottom: 0px;*/
}

.contentSidebarCenterLogo {
  display: flex;
  flex-direction: column;
  margin: 5vw 0 0;
}

.contentSidebarCenterLeft {
  background-color: #ffffff;
  width: 100%;
}

.contentSidebarCenterRight {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 25vh;
  margin: 5vw 0 0;
}

.meetr .contentSidebarCenterRight {
  background-color: #3dbdd5;
}

.publishcheck .contentSidebarCenterRight {
  background-color: #ffffff;
}

.superseed .contentSidebarCenterRight {
  background-color: #ffffff;
}

.supernice .contentSidebarCenterRight {
  background-color: #ffffff;
}

.contentSidebarCenterLeft img {
  width: 100%;
  height: auto;
}

.contentSidebarCenterRight img {
  width: 50px;
  height: 50px;
}

.contentSidebarCenterLeftBottom {
  width: 100%;
  margin: 1.5vw 0vw 1.5vw 0;
  overflow: hidden;
}

.contentSidebarCenterRightBottom {
  width: 100%;
  margin: 5vw 0 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .contentSidebarCenterLogo {
    display: flex;
    flex-direction: row;
    margin: 0;
  }

  .contentSidebarCenterLeft {
    background-color: #ffffff;
    width: 50%;
    margin: 1.5vw 0.75vw 1.5vw 0;
  }

  .contentSidebarCenterRight {
    background-color: #ffffff;
    width: 50%;
    margin: 1.5vw 0 1.5vw 0.75vw;
  }

  .contentSidebarCenterLeftBottom {
    width: 50%;
    margin: 1.5vw 0.75vw 1.5vw 0;
  }

  .contentSidebarCenterRightBottom {
    width: 50%;
    margin: 1.5vw 0 1.5vw 0.75vw;
  }
}
.contentSidebarCenterLeftBottom img {
  width: 100%;
  height: auto;
}

.contentSidebarCenterRightBottom img {
  width: 100%;
  height: auto;
}

.contentSidebarCenterColumns {
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5vw;
  margin: 5vw 0 0;
}

@media (min-width: 768px) {
  .contentSidebarCenterColumns {
    margin: 0;
  }
}
.pHighlighted {
  font-weight: bold;
}

.meetr .colorcolumn {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0.5%;
  text-align: center;
  color: #ffffff;
  min-height: 250px;
}

.meetr .colorcolumn .colorCode {
  display: none;
}

.meetr .colorcolumn div {
  padding: 5px;
  width: 100%;
  margin: 1px;
  line-height: 50px;
  color: white;
  text-align: center;
}

@media (min-width: 768px) {
  .meetr .colorcolumn {
    width: 21vw;
    margin: 0vw 2vw 2vw;
    min-height: 250px;
  }

  .meetr .colorcolumn .colorCode {
    display: block;
  }
}
.meetr .colorcolumn1meetr .colorBar1 {
  flex: 4 1 0;
  background-color: #38C2D4;
}

.meetr .colorcolumn1meetr .colorBar2 {
  flex: 2 1 0;
  background-color: #38C2D4;
  opacity: 0.65;
}

.meetr .colorcolumn1meetr .colorBar3 {
  flex: 1 1 0;
  background-color: #38C2D4;
  opacity: 0.45;
}

.meetr .colorcolumn2meetr .colorBar1 {
  flex: 4 1 0;
  background-color: #052338;
}

.meetr .colorcolumn2meetr .colorBar2 {
  flex: 2 1 0;
  background-color: #052338;
  opacity: 0.65;
}

.meetr .colorcolumn2meetr .colorBar3 {
  flex: 1 1 0;
  background-color: #052338;
  opacity: 0.45;
}

.meetr .colorcolumn3meetr .colorBar1 {
  flex: 4 1 0;
  background-color: #F1575A;
}

.meetr .colorcolumn3meetr .colorBar2 {
  flex: 2 1 0;
  background-color: #F1575A;
  opacity: 0.65;
}

.meetr .colorcolumn3meetr .colorBar3 {
  flex: 1 1 0;
  background-color: #F1575A;
  opacity: 0.45;
}

.meetr .colorcolumn4meetr .colorBar1 {
  flex: 4 1 0;
  background-color: #FFD86C;
}

.meetr .colorcolumn4meetr .colorBar2 {
  flex: 2 1 0;
  background-color: #FFD86C;
  opacity: 0.65;
}

.meetr .colorcolumn4meetr .colorBar3 {
  flex: 1 1 0;
  background-color: #FFD86C;
  opacity: 0.45;
}

.publishcheck .colorcolumn {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0.5%;
  text-align: center;
  color: #ffffff;
  min-height: 250px;
}

.publishcheck .colorcolumn .colorCode {
  display: none;
}

.publishcheck .colorcolumn div {
  padding: 5px;
  width: 100%;
  margin: 1px;
  line-height: 50px;
  color: white;
  text-align: center;
}

@media (min-width: 768px) {
  .publishcheck .colorcolumn {
    width: 21vw;
    margin: 0vw 2vw 2vw;
    min-height: 250px;
  }

  .publishcheck .colorcolumn .colorCode {
    display: block;
  }
}
.publishcheck .colorcolumn1publishcheck .colorBar1 {
  flex: 4 1 0;
  background-color: #091a42;
}

.publishcheck .colorcolumn1publishcheck .colorBar2 {
  flex: 2 1 0;
  background-color: #091a42;
  opacity: 0.65;
}

.publishcheck .colorcolumn1publishcheck .colorBar3 {
  flex: 1 1 0;
  background-color: #091a42;
  opacity: 0.45;
}

.publishcheck .colorcolumn2publishcheck .colorBar1 {
  flex: 4 1 0;
  background-color: #53C2FF;
}

.publishcheck .colorcolumn2publishcheck .colorBar2 {
  flex: 2 1 0;
  background-color: #53C2FF;
  opacity: 0.65;
}

.publishcheck .colorcolumn2publishcheck .colorBar3 {
  flex: 1 1 0;
  background-color: #53C2FF;
  opacity: 0.45;
}

.publishcheck .colorcolumn3publishcheck .colorBar1 {
  flex: 4 1 0;
  background-color: #ff3c80;
}

.publishcheck .colorcolumn3publishcheck .colorBar2 {
  flex: 2 1 0;
  background-color: #ff3c80;
  opacity: 0.65;
}

.publishcheck .colorcolumn3publishcheck .colorBar3 {
  flex: 1 1 0;
  background-color: #ff3c80;
  opacity: 0.45;
}

.publishcheck .colorcolumn4publishcheck .colorBar1 {
  flex: 4 1 0;
  background-color: #a5a5a5;
}

.publishcheck .colorcolumn4publishcheck .colorBar2 {
  flex: 2 1 0;
  background-color: #a5a5a5;
  opacity: 0.65;
}

.publishcheck .colorcolumn4publishcheck .colorBar3 {
  flex: 1 1 0;
  background-color: #a5a5a5;
  opacity: 0.45;
}

.publishcheck .colorcolumn5publishcheck .colorBar1 {
  flex: 4 1 0;
  background-color: #eaeaea;
}

.publishcheck .colorcolumn5publishcheck .colorBar2 {
  flex: 2 1 0;
  background-color: #eaeaea;
  opacity: 0.65;
}

.publishcheck .colorcolumn5publishcheck .colorBar3 {
  flex: 1 1 0;
  background-color: #eaeaea;
  opacity: 0.45;
}

.superseed .colorcolumn {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0.5%;
  text-align: center;
  color: #ffffff;
  min-height: 250px;
}

.superseed .colorcolumn .colorCode {
  display: none;
}

.superseed .colorcolumn div {
  padding: 5px;
  width: 100%;
  margin: 1px;
  line-height: 50px;
  color: white;
  text-align: center;
}

@media (min-width: 768px) {
  .superseed .colorcolumn {
    width: 21vw;
    margin: 0vw 2vw 2vw;
    min-height: 250px;
  }

  .superseed .colorcolumn .colorCode {
    display: block;
  }
}
.superseed .colorcolumn1superseed .colorBar1 {
  flex: 4 1 0;
  background-color: #00aeef;
}

.superseed .colorcolumn1superseed .colorBar2 {
  flex: 2 1 0;
  background-color: #00aeef;
  opacity: 0.65;
}

.superseed .colorcolumn1superseed .colorBar3 {
  flex: 1 1 0;
  background-color: #00aeef;
  opacity: 0.45;
}

.superseed .colorcolumn2superseed .colorBar1 {
  flex: 4 1 0;
  background-color: #22292f;
}

.superseed .colorcolumn2superseed .colorBar2 {
  flex: 2 1 0;
  background-color: #22292f;
  opacity: 0.65;
}

.superseed .colorcolumn2superseed .colorBar3 {
  flex: 1 1 0;
  background-color: #22292f;
  opacity: 0.45;
}

.superseed .colorcolumn3superseed .colorBar1 {
  flex: 4 1 0;
  background-color: #fcad28;
}

.superseed .colorcolumn3superseed .colorBar2 {
  flex: 2 1 0;
  background-color: #fcad28;
  opacity: 0.65;
}

.superseed .colorcolumn3superseed .colorBar3 {
  flex: 1 1 0;
  background-color: #fcad28;
  opacity: 0.45;
}

.superseed .colorcolumn4superseed .colorBar1 {
  flex: 4 1 0;
  background-color: #06d89b;
}

.superseed .colorcolumn4superseed .colorBar2 {
  flex: 2 1 0;
  background-color: #06d89b;
  opacity: 0.65;
}

.superseed .colorcolumn4superseed .colorBar3 {
  flex: 1 1 0;
  background-color: #06d89b;
  opacity: 0.45;
}

.superseed .colorcolumn5superseed .colorBar1 {
  flex: 4 1 0;
  background-color: #E64980;
}

.superseed .colorcolumn5superseed .colorBar2 {
  flex: 2 1 0;
  background-color: #E64980;
  opacity: 0.65;
}

.superseed .colorcolumn5superseed .colorBar3 {
  flex: 1 1 0;
  background-color: #E64980;
  opacity: 0.45;
}

.supernice.contentSidebarCenterRight {
  background-color: #40d5f9;
}

.supernice.contentSidebarCenterRight img {
  width: 150px;
  height: 150px;
}

.supernice .colorcolumn {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0.5%;
  text-align: center;
  color: #ffffff;
  min-height: 250px;
}

.supernice .colorcolumn .colorCode {
  display: none;
}

.supernice .colorcolumn div {
  padding: 5px;
  width: 100%;
  margin: 1px;
  line-height: 50px;
  color: white;
  text-align: center;
}

@media (min-width: 768px) {
  .supernice .colorcolumn {
    width: 21vw;
    margin: 0vw 2vw 2vw;
    min-height: 250px;
  }

  .supernice .colorcolumn .colorCode {
    display: block;
  }
}
.supernice .colorcolumn1supernice .colorBar1 {
  flex: 4 1 0;
  background-color: #00aeef;
}

.supernice .colorcolumn1supernice .colorBar2 {
  flex: 2 1 0;
  background-color: #00aeef;
  opacity: 0.65;
}

.supernice .colorcolumn1supernice .colorBar3 {
  flex: 1 1 0;
  background-color: #00aeef;
  opacity: 0.45;
}

.supernice .colorcolumn2supernice .colorBar1 {
  flex: 4 1 0;
  background-color: #22292f;
}

.supernice .colorcolumn2supernice .colorBar2 {
  flex: 2 1 0;
  background-color: #22292f;
  opacity: 0.65;
}

.supernice .colorcolumn2supernice .colorBar3 {
  flex: 1 1 0;
  background-color: #22292f;
  opacity: 0.45;
}

.supernice .colorcolumn3supernice .colorBar1 {
  flex: 4 1 0;
  background-color: #fcad28;
}

.supernice .colorcolumn3supernice .colorBar2 {
  flex: 2 1 0;
  background-color: #fcad28;
  opacity: 0.65;
}

.supernice .colorcolumn3supernice .colorBar3 {
  flex: 1 1 0;
  background-color: #fcad28;
  opacity: 0.45;
}

.supernice .colorcolumn4supernice .colorBar1 {
  flex: 4 1 0;
  background-color: #06d89b;
}

.supernice .colorcolumn4supernice .colorBar2 {
  flex: 2 1 0;
  background-color: #06d89b;
  opacity: 0.65;
}

.supernice .colorcolumn4supernice .colorBar3 {
  flex: 1 1 0;
  background-color: #06d89b;
  opacity: 0.45;
}

.supernice .colorcolumn5supernice .colorBar1 {
  flex: 4 1 0;
  background-color: #E64980;
}

.supernice .colorcolumn5supernice .colorBar2 {
  flex: 2 1 0;
  background-color: #E64980;
  opacity: 0.65;
}

.supernice .colorcolumn5supernice .colorBar3 {
  flex: 1 1 0;
  background-color: #E64980;
  opacity: 0.45;
}

.projectClayMockup {
  width: 100%;
  height: auto;
}

.projectClayMockup img {
  width: 100%;
  height: auto;
  opacity: 1;
}

.via-barba .projectClayMockup img {
  opacity: 0;
}

.projectScreenshot1, .projectScreenshot2 {
  width: 100%;
  height: auto;
}

.mainLeft .projectScreenshot2 {
  margin-bottom: 1.5vw;
}

.projectScreenshot1 img, .projectScreenshot2 img {
  width: 100%;
  height: auto;
}

.linksprojectsbottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 2px solid #ffffff;
  padding: 10vw 0vw;
  margin-left: 0vw;
  height: 50vh;
  margin-top: 12vw;
}

.linksprojectsbottom span {
  display: block;
  color: #ffffff;
  margin-bottom: 25px;
}

.linksprojectsbottom a {
  display: block;
  color: #ffffff;
}

.mainLeft .projectScreenshot2 {
  margin-bottom: 5vw;
}

@media (min-width: 768px) {
  .linksprojectsbottom {
    padding: 10vw 0vw;
    margin: 0 5vw;
  }

  .mainLeft .projectScreenshot2 {
    margin-bottom: 1.5vw;
  }
}
/* ALL LOADERS */
.loaderWrap {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
  top: 0;
  display: none;
}

.c-loader-bar {
  background-color: #ffffff;
  border-radius: 0px;
  overflow: hidden;
  width: 150px;
  height: 3px;
  position: relative;
  margin: 0 auto;
}

.c-loader-bar__indicator {
  border-radius: inherit;
  transform: translateX(-90%);
  animation: loading 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.c-loader-bar__indicator::before {
  content: "";
  display: block;
  height: 3px;
  background-color: #00437f;
  border-radius: inherit;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@keyframes loading {
  from {
    transform: translate3d(-90%, 0, 0);
  }
  to {
    transform: translate3d(90%, 0, 0);
  }
}
