.logMediaquery-wrap {
  display: block;
  position: fixed;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 110px;
  border: 2px solid white;
  z-index: 9998;
  background-color: black;
}
.logMediaquery-wrap p::before {
  font-size: 14px;
  color: white;
  padding: 5px;
  text-align: center;
  float: left;
  width: 100%;
}

.logMediaquery {
  z-index: 9999;
}

@-webkit-keyframes hoverUnderlineAnimation {
  from {
    width: 0%;
    height: 0px;
  }
  to {
    width: 100%;
    height: 1px;
    background: #fff;
  }
}
@-webkit-keyframes rectWidthAnimation {
  0% {
    width: 0%;
    -webkit-transition: width 1s ease-out;
    -moz-transition: width 1s ease-out;
    -o-transition: width 1s ease-out;
    transition: width 1s ease-out;
    animation-iteration-count: 1;
  }
  100% {
    width: 100%;
    -webkit-transition: width 1s ease-out;
    -moz-transition: width 1s ease-out;
    -o-transition: width 1s ease-out;
    transition: width 1s ease-out;
    animation-iteration-count: 1;
  }
}
@-webkit-keyframes dotPulseAnimation {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.8;
  background-color: #000 !important;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

p {
  font-size: 16px;
}

li {
  list-style-type: none;
}

/*SFONDO ANIMATO*/
#custom-canvas-bg canvas {
  position: fixed;
  left: -1px;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: -9999 !important;
  -webkit-filter: blur(0.2px);
  filter: blur(0.2px);
}

.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -9999;
  text-align: center;
}
.video-bg video {
  height: 100%;
}

.container-fluid {
  padding-top: 70px;
  padding-left: 2%;
}

#aboutme-wrap, #services-wrap, #skills-wrap, #projects-wrap, #getintouch-wrap {
  position: relative;
}

.jumbotron {
  background-color: transparent;
  color: #ffffff;
  margin-bottom: 0;
}

.hover-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hover-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-to-top:hover, .hover-to-top:focus, .hover-to-top:active {
  color: white;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hover-to-top:hover:before, .hover-to-top:focus:before, .hover-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.fp-sr-only {
  display: none;
}

.vertical-text {
  /* transition: color 0.4s linear; */
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: fixed;
  bottom: 15px;
  left: 2%;
  border-left: none;
  text-align: left;
  z-index: 10;
  height: 3vw;
  color: #fff;
  font-weight: 600;
  line-height: 2.5vw;
  font-size: 1.3vw;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-right: 20px;
}

.small-rect {
  height: 2px;
  margin: 20px auto 40px;
  max-width: 300px;
}
.small-rect.red {
  background-color: #e84c5b;
}
.small-rect.violet {
  background-color: #aa89f4;
}
.small-rect.azure {
  background-color: #7feefa;
}
.small-rect.blue {
  background-color: #487af3;
}
.small-rect.yellow {
  background-color: #ffe800;
}

section.active.fp-completely .small-rect {
  animation: rectWidthAnimation 2s ease;
}

.mobile section.active.fp-completely .small-rect {
  animation: rectWidthAnimation 0s ease;
}

.flaticon-ad {
  position: fixed;
  bottom: 0;
  right: -192px;
  z-index: 9999;
  color: #424242;
  font-size: 9px;
  transform: rotate(-90deg);
  transform-origin: left;
}

.navbar {
  margin-bottom: 0;
  background-color: transparent;
  z-index: 9999;
  border: 0;
  font-size: 13px;
  line-height: 1.42857143 !important;
  border-radius: 0;
  text-transform: uppercase;
}
.navbar .navbar-toggle {
  margin-top: 18px;
}
.navbar .navbar-toggle .icon-bar {
  transition: all 0.2s;
  width: 29px;
}
.navbar .navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
}
.navbar .navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar .navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 100%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 10% 100%;
}
.navbar .navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar .navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar li a {
  letter-spacing: 2px;
}
.navbar .container-fluid {
  padding-top: 0;
}
.navbar .navbar-header {
  padding-top: 5px;
}
.navbar .navbar-brand {
  max-width: 320px;
  display: block;
  height: auto;
  color: #fff;
}
.navbar .navbar-brand > img {
  width: 100%;
}

.navbar-right {
  margin-top: 15px;
  margin-right: auto;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.nav > li > a {
  padding: 10px;
}

/*MENU MOBILE*/
.navbar-default .navbar-nav > .active a,
.navbar-default .navbar-nav > .active a:hover,
.navbar-default .navbar-nav > .active a:focus {
  background-color: transparent;
  outline: none;
}
.navbar-default .navbar-nav li a {
  color: #fff;
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li .active,
.navbar-default .navbar-nav li .active a {
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar {
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  background-color: #888888;
}

/*COLORI LINK*/
/*UNDERLINE SOTTO VOCI MENU*/
#menu .navbar-nav > li {
  margin: 0 10px;
}
#menu .navbar-nav > li.active > a.menu-red {
  color: #e84c5b;
}
#menu .navbar-nav > li.active > a.menu-violet {
  color: #aa89f4;
}
#menu .navbar-nav > li.active > a.menu-azure {
  color: #7feefa;
}
#menu .navbar-nav > li.active > a.menu-blue {
  color: #487af3;
}
#menu .navbar-nav > li.active > a.menu-yellow {
  color: #ffe800;
}
#menu .navbar-nav > li > a.menu-red:hover {
  color: #e84c5b;
}
#menu .navbar-nav > li > a.menu-violet:hover {
  color: #aa89f4;
}
#menu .navbar-nav > li > a.menu-azure:hover {
  color: #7feefa;
}
#menu .navbar-nav > li > a.menu-blue:hover {
  color: #487af3;
}
#menu .navbar-nav > li > a.menu-yellow:hover {
  color: #ffe800;
}
#menu ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  color: transparent;
  background: #aaa;
  height: 1px;
  text-align: center;
  content: "";
  opacity: 0;
}
#menu ul li a:hover {
  color: #fff;
  z-index: 1;
}
#menu ul li a:hover:after {
  z-index: -10;
  animation: hoverUnderlineAnimation 0.3s forwards;
  -webkit-animation: hoverUnderlineAnimation 0.3s forwards;
  -moz-animation: hoverUnderlineAnimation 0.3s forwards;
  opacity: 1;
}
#menu ul li.active a:after {
  z-index: -10;
  animation: hoverUnderlineAnimation 0.3s forwards;
  -webkit-animation: hoverUnderlineAnimation 0.3s forwards;
  -moz-animation: hoverUnderlineAnimation 0.3s forwards;
  opacity: 1;
}

/* Fullpage Nav dots */
#myPage #fp-nav {
  top: auto;
  bottom: 20px;
  right: 2%;
}
#myPage #fp-nav ul li a.active span:after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  background-color: #000;
  animation: dotPulseAnimation 2s infinite alternate;
  border-radius: 4px;
  z-index: 1;
  margin: 3px;
}

.fp-section.fp-table {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.fp-section.active.fp-completely {
  opacity: 1;
  transition: opacity 0.8s ease-in;
}

@-webkit-keyframes dotPulseAnimation {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
/*ABOUT ME*/
#aboutme-wrap.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
#aboutme-wrap .stone {
  content: "";
  background: url("../../img/lava.png") no-repeat center center;
  background-size: contain;
  display: block;
  height: 400px;
  width: 90%;
  position: fixed;
  bottom: -200px;
  z-index: -1;
}
#aboutme-wrap .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#aboutme-wrap h1 {
  font-size: 3.4vw;
  margin-bottom: 0;
}
#aboutme-wrap p {
  font-size: 1.3vw;
  line-height: 1.5em;
}
#aboutme-wrap p a {
  border-bottom: 1px solid #fff;
  color: #fff;
}

/*SERVICES*/
#services-wrap {
  color: #fff;
}
#services-wrap .services-text {
  padding: 0 5%;
}
#services-wrap .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 50px;
}
#services-wrap h4 {
  font-size: 2.5vw;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  margin: 10px auto 20px;
  width: 100%;
  max-width: 220px;
}
#services-wrap .services-text p {
  font-size: 1.3vw;
  line-height: 1.5em;
  font-weight: 200;
  margin-bottom: 0;
}
#services-wrap .services-list {
  padding-left: 0;
  padding-top: 50px;
}
#services-wrap .services-list li {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
#services-wrap .services-list li.visible {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
#services-wrap .services-list p {
  font-size: 16px;
  font-weight: 100;
  line-height: 1.3em;
  letter-spacing: 1px;
}
#services-wrap .fa {
  font-size: 4em;
  margin-bottom: 20px;
  border-radius: 50%;
  width: 170px;
  height: 171px;
  background-color: #aa89f4;
  padding-top: 40px;
  background: #aa89f4;
  background: -webkit-linear-gradient(to right, #aa89f4, #8e44ad);
  background: linear-gradient(to right, #aa89f4, #8e44ad);
}
#services-wrap .fa.fa-code:before {
  content: " ";
  background: url("../../img/bullet-web.svg") no-repeat center center;
  display: block;
  width: 170px;
  height: 80px;
  margin-top: 5px;
}
#services-wrap .fa.fa-mobile:before {
  content: " ";
  background: url("../../img/bullet-mobile.svg") no-repeat center center;
  display: block;
  width: 170px;
  height: 80px;
  margin-top: 5px;
}
#services-wrap .fa.fa-sliders:before {
  content: " ";
  background: url("../../img/bullet-ui.svg") no-repeat center center;
  display: block;
  width: 170px;
  height: 80px;
  margin-top: 7px;
}

/*SKILLS*/
#skills-wrap p {
  font-size: 1.3vw;
  font-weight: 200;
  line-height: 1.5em;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 50px;
}
#skills-wrap #canvas-holder {
  width: 70% !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  padding-top: 50px;
}

.skills-buttons {
  padding: 0;
  text-align: center;
  width: 100%;
  margin: 70px auto 50px -20px;
}
.skills-buttons li {
  display: inline-block;
  color: #fff;
}
.skills-buttons button {
  display: inline-block;
  background-color: transparent;
  border: none;
  font-weight: 200;
  color: #fff;
  margin: 0 20px;
  padding: 15px 20px;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  line-height: 16px;
  border-bottom: 1px solid #fff;
  -webkit-transition: color 300ms ease-in;
  -moz-transition: color 300ms ease-in;
  -o-transition: color 300ms ease-in;
}
.skills-buttons button:hover, .skills-buttons button:focus, .skills-buttons button:active {
  cursor: pointer;
  color: #000;
}

/*GET IN TOUCH*/
#getintouch-wrap {
  z-index: 9999;
}
#getintouch-wrap p {
  color: #fff;
  line-height: 2.75vw;
  font-size: 2.2vw;
  font-weight: 200;
}
#getintouch-wrap a {
  line-height: 2.75vw;
  font-size: 2.2vw;
  font-weight: 200;
  color: #487af3;
  text-decoration: none;
  padding: 10px 20px;
}

.objects-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.1;
}

.satellite, .satellite-6, .satellite-5, .satellite-4, .satellite-3, .satellite-2, .satellite-1, .planet, .planet-2, .planet-1, .astronaut, .ufo, .rocket {
  -webkit-animation: spin 50s linear infinite;
  -moz-animation: spin 50s linear infinite;
  animation: spin 50s linear infinite;
  display: block;
  position: absolute;
}

.satellite, .satellite-6, .satellite-5, .satellite-4, .satellite-3, .satellite-2, .satellite-1 {
  width: 40px;
  height: 60px;
}

.planet, .planet-2, .planet-1 {
  width: 70px;
  height: 90px;
}

.astronaut {
  width: 70px;
  height: 90px;
  background: url("../../img/astronaut.svg") no-repeat center center;
}

.ufo {
  width: 70px;
  height: 90px;
  background: url("../../img/ufo.svg") no-repeat center center;
}

.rocket {
  width: 70px;
  height: 90px;
  background: url("../../img/rocket.svg") no-repeat center center;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.satellite-1 {
  background: url("../../img/satellite1.svg") no-repeat center center;
}
.satellite-2 {
  background: url("../../img/satellite2.svg") no-repeat center center;
}
.satellite-3 {
  background: url("../../img/satellite3.svg") no-repeat center center;
}
.satellite-4 {
  background: url("../../img/satellite4.svg") no-repeat center center;
}
.satellite-5 {
  background: url("../../img/satellite5.svg") no-repeat center center;
}
.satellite-6 {
  background: url("../../img/satellite6.svg") no-repeat center center;
}

.planet-1 {
  background: url("../../img/planet1.svg") no-repeat center center;
}
.planet-2 {
  background: url("../../img/planet2.svg") no-repeat center center;
}

/* ////////
RESPONSIVE
//////// */
@media (min-width:1280px) {
  .logMediaquery:before {
    content: "Window width: " attr(data-before) "px";
    font-size: 14px;
    color: white;
    padding: 5px;
    text-align: center;
    float: left;
    width: 100%;
  }
  .logMediaquery:after {
    content: "@media (min-width:1280px)";
    font-size: 14px;
    color: white;
    padding: 5px;
    text-align: center;
    float: left;
    width: 100%;
  }

  .logMediaquery-wrap p::before {
    content: "DESKTOP";
  }

  #aboutme-wrap p,
#services-wrap .services-text p,
#skills-wrap p {
    font-size: 1.5vw;
    line-height: 2.1vw;
  }
}
@media (min-width:1025px) and (max-width: 1280px) {
  .logMediaquery:before {
    content: "Window width: " attr(data-before) "px";
    font-size: 14px;
    color: white;
    padding: 5px;
    text-align: center;
    float: left;
    width: 100%;
  }
  .logMediaquery:after {
    content: "@media (min-width:1025px) and (max-width: 1280px)";
    font-size: 14px;
    color: white;
    padding: 5px;
    text-align: center;
    float: left;
    width: 100%;
  }

  .logMediaquery-wrap p::before {
    content: "LAPTOP";
  }

  #aboutme-wrap p,
#services-wrap .services-text p,
#skills-wrap p {
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  #aboutme-wrap .wrapper {
    width: 90%;
  }
  #aboutme-wrap h1 {
    font-size: 4vw;
  }

  #skills-wrap p {
    margin-top: 0;
  }

  #getintouch-wrap {
    line-height: 2.75vw;
    font-size: 2.2vw;
  }
  #getintouch-wrap p {
    font-size: 3vw;
    line-height: 3.75vw;
  }
  #getintouch-wrap a {
    font-size: 3vw;
    line-height: 3.75vw;
  }

  .vertical-text {
    line-height: 3.5vw;
    font-size: 2vw;
    height: 4vw;
    padding-right: 20px;
  }

  #skills-wrap.container {
    margin-top: 50px;
  }
}
@media (min-width:768px) and (max-width: 1024px) and (orientation : portrait) {
  .logMediaquery:before {
    content: "Window width: " attr(data-before) "px";
    font-size: 14px;
    color: white;
    padding: 5px;
    text-align: center;
    float: left;
    width: 100%;
  }
  .logMediaquery:after {
    content: "@media (min-width:768px) and (max-width: 1024px) and (orientation : portrait)";
    font-size: 14px;
    color: white;
    padding: 5px;
    text-align: center;
    float: left;
    width: 100%;
  }

  .logMediaquery-wrap p::before {
    content: "TABLET PORTRAIT";
  }

  .nav > li > a {
    padding: 10px 0px;
    font-size: 14px;
  }

  .navbar .navbar-brand > img {
    width: 290px;
  }

  #aboutme-wrap p,
#services-wrap .services-text p,
#skills-wrap p {
    font-size: 2.3vw;
    line-height: 3.3vw;
  }

  #services-wrap .fa {
    width: 130px;
    height: 131px;
    padding-top: 30px;
  }
  #services-wrap .fa.fa-code:before, #services-wrap .fa.fa-mobile:before, #services-wrap .fa.fa-sliders:before {
    width: 130px;
    height: 60px;
  }

  .vertical-text {
    line-height: 3.9vw;
    font-size: 2.7vw;
    height: 4.7vw;
    padding-right: 20px;
  }

  #getintouch-wrap p,
#getintouch-wrap a {
    line-height: 3.8vw;
    font-size: 3.3vw;
  }
}
@media (min-width:768px) and (max-width: 1024px) and (orientation: landscape) {
  .logMediaquery:before {
    content: "Window width: " attr(data-before) "px";
    font-size: 14px;
    color: white;
    padding: 5px;
    text-align: center;
    float: left;
    width: 100%;
  }
  .logMediaquery:after {
    content: "@media (min-width:768px) and (max-width: 1024px) and (orientation: landscape)";
    font-size: 14px;
    color: white;
    padding: 5px;
    text-align: center;
    float: left;
    width: 100%;
  }

  .logMediaquery-wrap p::before {
    content: "TABLET LANDSCAPE";
  }
}
@media (min-width:481px) and (max-width: 767px) {
  .logMediaquery:before {
    content: "Window width: " attr(data-before) "px";
    font-size: 14px;
    color: white;
    padding: 5px;
    text-align: center;
    float: left;
    width: 100%;
  }
  .logMediaquery:after {
    content: "@media (min-width:481px) and (max-width: 767px)";
    font-size: 14px;
    color: white;
    padding: 5px;
    text-align: center;
    float: left;
    width: 100%;
  }

  .logMediaquery-wrap p::before {
    content: "SMARTPHONE LANDSCAPE";
  }

  .nav > li > a {
    padding: 3vw;
    text-align: center;
    font-size: 19px;
  }

  .navbar {
    background-color: #000;
    border-bottom: 1px solid #333;
    font-size: 2.4vw;
  }

  #menu ul li a:after {
    display: none;
  }

  #aboutme-wrap.container,
#services-wrap .container {
    width: 90%;
    margin-top: 30px;
  }

  #aboutme-wrap .wrapper,
#services-wrap .container,
#aboutme-wrap.container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  #aboutme-wrap h1 {
    font-size: 4.5vw;
  }

  #aboutme-wrap p,
#services-wrap .services-text p,
#skills-wrap p {
    font-size: 2.3vw;
  }

  .skills-buttons button {
    font-size: 1.8vw;
  }

  .section {
    padding-bottom: 50px;
  }

  #aboutme-wrap p {
    margin-bottom: 0;
  }

  #aboutme-wrap.container {
    margin-top: 120px;
  }

  #services-wrap .services-list li {
    opacity: 1;
    width: 33%;
    float: left;
  }

  #services-wrap .services-list p {
    font-size: 2vw;
  }

  #services-wrap h4 {
    font-size: 3vw;
  }

  #skills-wrap p {
    margin-top: 0;
  }

  #skills-wrap #canvas-holder {
    width: auto !important;
  }

  #services-wrap .services-list {
    padding-top: 10px;
  }

  #services-wrap .fa.fa-code:before,
#services-wrap .fa.fa-mobile:before,
#services-wrap .fa.fa-sliders:before {
    width: 80px;
    height: 40px;
    margin-top: 0;
  }

  #services-wrap .fa {
    padding-top: 20px;
  }

  .vertical-text {
    display: none;
  }

  #aboutme-wrap .stone {
    display: none;
  }

  #services-wrap .container {
    margin-top: 0;
    padding-top: 0;
  }

  #services-wrap .fa {
    width: 80px;
    height: 81px;
  }

  #getintouch-wrap p {
    font-size: 2.5vw;
    line-height: 5vw;
  }

  #getintouch-wrap a {
    line-height: 3.75vw;
    font-size: 4vw;
  }

  .objects-wrapper {
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .logMediaquery:before {
    content: "Window width: " attr(data-before) "px";
    font-size: 14px;
    color: white;
    padding: 5px;
    text-align: center;
    float: left;
    width: 100%;
  }
  .logMediaquery:after {
    content: "@media (max-width: 480px)";
    font-size: 14px;
    color: white;
    padding: 5px;
    text-align: center;
    float: left;
    width: 100%;
  }

  .logMediaquery-wrap p::before {
    content: "SMARTPHONE PORTRAIT";
  }

  .flaticon-ad {
    bottom: 200px;
    left: 6px;
    transform: rotate(90deg);
    transform-origin: left;
  }

  #myPage #fp-nav {
    right: 0%;
  }

  .vertical-text {
    display: none;
  }

  .navbar {
    border-bottom: 1px solid #333;
    font-size: 2.4vw;
  }

  .navbar-toggle {
    padding: 5px 10px;
  }

  .navbar .navbar-toggle {
    margin-top: 10px;
  }

  .navbar .navbar-brand {
    max-width: 190px;
  }

  .navbar-header {
    background-color: #000;
  }

  .navbar-default .navbar-collapse {
    background-color: #000;
  }

  .navbar-right {
    margin-bottom: 15px;
  }

  .objects-wrapper {
    overflow: hidden;
  }

  .small-rect {
    max-width: 200px;
  }

  .nav > li > a {
    padding: 3vw;
    text-align: center;
    font-size: 15px;
  }

  #menu ul li a:after {
    display: none;
  }

  #aboutme-wrap.container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  #aboutme-wrap p,
#services-wrap .services-text p,
#skills-wrap p {
    font-size: 3.9vw;
    line-height: 1.3em;
  }

  #aboutme-wrap .stone {
    display: none;
  }
  #aboutme-wrap h1 {
    font-size: 6vw;
  }
  #aboutme-wrap p {
    margin-bottom: 0;
    padding: 0 15px;
  }

  #skills-wrap {
    margin-top: 70px;
  }
  #skills-wrap #canvas-holder {
    width: 120% !important;
    padding-top: 0;
    margin-bottom: 20px;
  }
  #skills-wrap p {
    margin-top: 0;
  }
  #skills-wrap .skills-buttons {
    margin: 20px 0 0 0;
  }
  #skills-wrap .skills-buttons li {
    margin-top: 10px;
  }
  #skills-wrap .skills-buttons li:first-child {
    width: 100%;
  }
  #skills-wrap .skills-buttons button {
    font-size: 3vw;
    font-weight: 600;
    margin: 0 5px;
    padding: 5px 15px;
    border: 1px solid #fff;
  }
  #skills-wrap .separator {
    display: none;
  }

  #services-wrap {
    margin-top: 70px;
  }
  #services-wrap .container {
    margin-top: 0;
    padding-top: 0;
  }
  #services-wrap h4 {
    font-size: 4.5vw;
    padding-bottom: 10px;
  }
  #services-wrap .services-list {
    padding-top: 10px;
  }
  #services-wrap .services-list li {
    opacity: 1;
    width: 33%;
    float: left;
  }
  #services-wrap .services-list p {
    font-size: 3vw;
  }
  #services-wrap .fa {
    width: 80px;
    height: 81px;
    padding-top: 20px;
    margin-bottom: 0;
  }
  #services-wrap .fa.fa-code:before, #services-wrap .fa.fa-mobile:before, #services-wrap .fa.fa-sliders:before {
    width: 80px;
    height: 40px;
    margin-top: 0;
  }

  #getintouch-wrap p {
    font-size: 6.2vw;
    line-height: 7.8vw;
  }
  #getintouch-wrap a {
    line-height: 6vw;
    font-size: 6vw;
  }
  #getintouch-wrap .small-rect {
    margin-bottom: 20px;
  }

  .objects-wrapper div {
    width: 40px;
  }
}

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