﻿
body,
html {
  margin: 0;
  overflow: hidden;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
}

section img {
    width:100%;
    float:left;
}
body,
.onepage-wrapper,
html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}
.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}
.onepage-wrapper .ops-section {
  width: 100%;
  height: 100%;
  position: relative;
}
.onepage-pagination {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
}
.onepage-pagination li a {
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
}
.onepage-pagination li a:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffc0cb;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
    .onepage-pagination li a.active:before {
        width: 10px;
        height: 10px;
        background: none;
        border: 3px solid #FF007F;
        margin-top: -3px;
        left: 9px;
    }
.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
  overflow: auto;
}
.disabled-onepage-scroll .onepage-wrapper .ops-section {
  position: relative !important;
  top: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}
.disabled-onepage-scroll .onepage-pagination {
  display: none;
}
body.disabled-onepage-scroll,
.disabled-onepage-scroll .onepage-wrapper,
html {
  position: inherit;
}


.light-mode {
  display: none;
}
.dark-mode {
  display: inline;
}
.light .dark-mode {
  display: none;
}
.light .light-mode {
  display: inline;
}

@-webkit-keyframes background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes scrolldown {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes headline {
  0% {
    left: -15%;
    opacity: 0;
  }
  100% {
    left: 10%;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes drawLine {
  0% {
    top: -65px;
    left: 0;
  }
  20% {
    top: -65px;
  }
  32% {
    top: -82px;
  }
  55% {
    top: -60px;
  }
  100% {
    top: -60px;
    left: 175px;
  }
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-webkit-keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes vert {
  0% {
    height: 0;
  }
  100% {
    height: 300px;
  }
}
@-webkit-keyframes hor {
  0% {
    width: 0;
  }
  100% {
    width: 150px;
  }
}
@-webkit-keyframes popIn {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0;
  }
  100% {
    width: 50px;
    height: 50px;
    opacity: 1;
  }
}
@-webkit-keyframes close {
  0% {
    height: 0px;
  }
  100% {
    height: 50px;
  }
}
@-webkit-keyframes closeb {
  0% {
    width: 0px;
  }
  100% {
    width: 50px;
  }
}
@-webkit-keyframes show {
  0% {
    height: 0px;
  }
  100% {
    height: 100vh;
  }
}
html {
  min-width: 400px;
  margin: 0 auto;
  background: linear-gradient(270deg, #ffffff, #ffffff);
  background-size: 400% 400%;
  -webkit-animation: background 30s ease infinite;
  -moz-animation: background 30s ease infinite;
  animation: background 30s ease infinite;
}


html.light .onepage-pagination li a.active:before {
  border: 3px solid #3279be !important;
  background: transparent;
}
html.light .onepage-pagination li a:before {
  background: #c0c0c0;
}
html.light #scrolldown {
  color: #3279be !important;
}
html.light body #nav {
  background: #ffffff;
}
html.light body #nav.show #cl,
html.light body #nav.show #clb {
  background: #c0c0c0 !important;
}
    html.light body #nav.show h1 {
        color: #ffc0cb;
    }
html.light body #nav.show h2 {
  color: #3279be;
}
html.light body #nav.show li {
  color: #c0c0c0;
}
    html.light body .active h1 {
        color: #ffc0cb;
    }
    html.light body .active h2 {
        color: #ffc0cb;
    }
    html.light body .active h3,
    html.light body .active a {
        color: #ffc0cb;
    }
html.light body .active p {
  color: #222222;
}
html.light body .active #social a {
  border: 3px solid #c0c0c0;
}
html.light body .active #tech .meter {
  background: #d1d1d1;
}
html.light body .active #contact #contact-animation #ha img,
html.light body .active #contact #contact-animation #hb img,
html.light body .active #contact #contact-animation #hc img {
  border: 1px solid #c0c0c0;
}
html.light body .active #contact #contact-animation #vert,
html.light body .active #contact #contact-animation .line {
  background: #d1d1d1 !important;
}
html body {
font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0;
}
html body #menu {
  cursor: pointer;
  width: 30px;
  height: 30px;
  float: left;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 999;
}
    html body #menu svg {
        fill: #ffc0cb;
        width: 30px;
        height: 30px;
    }
html body #menu.hide {
  display: none;
}
html body #theme {
  cursor: pointer;
  width: 30px;
  height: 30px;
  float: left;
  position: absolute;
  left: 60px;
  top: 10px;
  z-index: 50;
}
html body #theme svg {
  fill: #ffffff;
  width: 30px;
  height: 30px;
}
html body #theme.hide {
  display: none;
}
    html body #nav {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        background: #ffc0cb;
        opacity: 0;
        height: 0;
    }
html body #nav.show {
  opacity: 1;
  height: 110vh;
  animation: show 0.2s;
  animation-fill-mode: forwards;
}
html body #nav.show #close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 25px;
  right: 25px;
  transform: rotate(45deg);
  z-index: 7;
  cursor: pointer;
}
html body #nav.show #close #cl {
  width: 10px;
  position: absolute;
  height: 50px;
  margin-left: 20px;
  background: #ffffff;
  top: 0;
  left: 0;
  animation: close 1s;
  animation-delay: 0s;
}
html body #nav.show #close #clb {
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  margin-top: 20px;
  background: #ffffff;
  animation: closeb 1s;
}
    html body #nav.show h1 {
        margin: 25px 0 0 25px;
        color: #FF007F;
        font-size: 1.4em;
        animation: fadeIn 0.5s;
        animation-delay: 0.2s;
        opacity: 0;
        animation-fill-mode: forwards;
    }
    html body #nav.show h2 {
        margin: 0 0 0 25px;
        font-family: 'Roboto', sans-serif;
        color: #FF007F;
        font-size: 1.2em;
        animation: fadeIn 0.5s;
        animation-delay: 0.2s;
        opacity: 0;
        animation-fill-mode: forwards;
    }
html body #nav.show ul {
  float: left;
  color: #ffffff;
  margin: 50px 0 0 25px;
  padding: 0;
  animation: fadeIn 0.5s;
  animation-delay: 0.2s;
  opacity: 0;
  animation-fill-mode: forwards;
}
html body #nav.show ul li {
  float: left;
  clear: both;
  color: #ffffff;
  font-size: 2em;
  list-style: none;
  height: 75px;
  text-transform: uppercase;
}
    html body #nav.show ul li:hover {
        color: #FF007F;
        cursor: pointer;
    }
html .page_container {
  opacity: 0;
}
html #animation {
  width: 350px;
  height: 300px;
  overflow: hidden;
  right: -45px;
  float: right;
  position: fixed;
  z-index: -1;
  opacity: 1;
  top: -145px;
}


html #social {
  height: 100px;
  bottom: 0;
  right: 20px;
  margin: 0 auto;
  position: absolute;
  animation: fadein;
  animation-duration: 5s;
}
html #social a {
  color: #ffffff;
  text-decoration: none;
  float: left;
  border: 3px solid #ffffff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
}
html .active .squiggle {
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  animation: draw 1s linear forwards;
  animation-delay: 0s;
}
html .active .squiggle2 {
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  animation: draw 1s linear forwards;
  animation-delay: 0s;
}
html .active .squiggle3 {
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  animation: draw 0.9s linear forwards;
  animation-delay: 0s;
}
html .active #scrolldown {
  opacity: 0;
  color: #ffffff;
  font-size: 1.2em;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: fixed;
  bottom: 30px;
  left: 20px;
  animation-name: scrolldown;
  animation-duration: 1.5s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}
html .active .page_container {
  animation: fadeIn 1s;
  animation-fill-mode: forwards;
}
    html .active h1 {
        color: #FF007F;
        font-size: 1.7em;
        line-height: 23px;
        margin: 0;
        letter-spacing: 0.2px;
    }
    html .active h2 {
        color: #ffc0cb;
        font-size: 1.4em;
        line-height: 30px;
        margin: 0;
        font-weight: normal;
        font-family: 'Roboto', sans-serif;
    }
html .active h3 {
  float: left;
  clear: both;
  color: #ffffff;
  width: 150px;
  margin: 0;
  height: 30px;
  font-family: 'Roboto', sans-serif;
}
html .active a {
  color: #ffffff;
  text-decoration: none;
}
html .active p {
  color: #ffffff;
  font-size: 1em;
  margin: 10px 0;
  width: 90%;
  float: left;
  font-family: 'Roboto', sans-serif;
}
html .active #headline {
  animation: headline;
  animation-duration: 1s;
  position: absolute;
  top: 220px;
  left: 10%;
}
html .active #tech {
  animation: headline;
  animation-duration: 1s;
  position: absolute;
  top: 150px;
  left: 10%;
}
html .active #tech h2 {
  margin: 20px 0;
}
html .active #tech .meter {
  width: 100px;
  border-radius: 10px;
  height: 10px;
  margin-top: 10px;
  float: left;
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
html .active #tech .meter span {
  display: block;
  height: 100%;
}
html .active #tech .progress {
  background-color: #69a95c;
  -webkit-animation: progressBar 1.5s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar 1.5s ease-in-out;
  -moz-animation-fill-mode: both;
}
html .active #design {
  animation: headline;
  animation-duration: 1s;
  position: absolute;
  top: 150px;
  left: 10%;
}
html .active #design h2 {
  margin-bottom: 15px;
  clear: both;
  margin-top: 15px;
}
html .active #design p {
  margin: 2px 0;
  clear: both;
  float: left;
}
html .active #design #software {
  width: 100%;
  float: left;
  clear: both;
}
html .active #design #design-icon {
  width: 172.8px;
  height: 26.8px;
  float: left;
  margin-bottom: 30px;
}
html .active #design #design-icon svg {
  float: left;
  width: 172.8px;
  height: 26.8px;
}
html .active #design #design-icon img {
  position: absolute;
  left: 0;
  top: -64px;
  width: 50px;
  height: 100px;
  animation: drawLine 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform: rotate(45deg);
}
html .active #profile {
  animation: headline;
  animation-duration: 1s;
  position: absolute;
  top: 70px;
  left: 10%;
}
html .active #profile h1,
html .active #profile h2 {
  clear: both;
  float: left;
}
html .active #profile #location {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
html .active #profile #location img {
  width: 40px;
  height: 65px;
  margin-top: 0px;
  float: left;
  margin-right: 20px;
}
html .active #profile #location h3 {
  float: left;
  clear: none;
  width: calc(100% - 65px);
}
html .active #profile #location a {
  float: left;
}
html .active #profile #interests {
  float: left;
  clear: both;
}
html .active #profile #interests img {
  float: left;
  width: 60px;
  height: 60px;
  margin: 10px 50px 0 0;
}
html .active #profile #profile-icon {
  width: 136.6px;
  height: 169.6px;
  float: left;
  margin-bottom: 50px;
}
html .active #profile #profile-icon svg {
  float: left;
  width: 68.3px;
  height: 169.6px;
}
html .active #profile #profile-icon img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 136.6px;
  height: 169.6px;
  animation: fadeIn 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
html .active #contact,
html .active #example {
  animation: headline;
  animation-duration: 1s;
  position: absolute;
  top: 120px;
  left: 10%;
}
html .active #contact #contact-animation,
html .active #example #contact-animation {
  width: 300px;
  height: 300px;
  margin-top: 20px;
}
html .active #contact #contact-animation #vert,
html .active #example #contact-animation #vert {
  width: 3px;
  background: #555555;
  float: left;
  animation: vert 1.6s forwards;
}
html .active #contact #contact-animation .container,
html .active #example #contact-animation .container {
  width: 300px;
  height: 100px;
  position: relative;
}
html .active #contact #contact-animation .hline,
html .active #example #contact-animation .hline {
  height: 3px;
  background: #555555;
  position: relative;
  left: 0;
  width: 0;
  top: 50px;
}
html .active #contact #contact-animation .image,
html .active #example #contact-animation .image {
  border: 1px solid #ffffff;
  border-radius: 100%;
  position: relative;
  left: 150px;
  top: 25px;
}
html .active #contact #contact-animation #ha,
html .active #example #contact-animation #ha {
  width: 300px;
  height: 100px;
  position: relative;
}
html .active #contact #contact-animation #ha .line,
html .active #example #contact-animation #ha .line {
  height: 3px;
  background: #555555;
  position: relative;
  left: 0;
  width: 0;
  top: 50px;
  animation: hor 0.5s forwards;
  animation-delay: 0.5s;
}
html .active #contact #contact-animation #ha img,
html .active #example #contact-animation #ha img {
  border: 1px solid #ffffff;
  border-radius: 100%;
  position: relative;
  left: 150px;
  top: 25px;
  animation: popIn 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
html .active #contact #contact-animation #hb,
html .active #example #contact-animation #hb {
  width: 300px;
  height: 100px;
  position: relative;
}
html .active #contact #contact-animation #hb .line,
html .active #example #contact-animation #hb .line {
  height: 3px;
  background: #555555;
  position: relative;
  left: 0;
  width: 0;
  top: 50px;
  animation: hor 0.5s forwards;
  animation-delay: 1s;
}
html .active #contact #contact-animation #hb img,
html .active #example #contact-animation #hb img {
  border: 1px solid #ffffff;
  border-radius: 100%;
  position: relative;
  left: 150px;
  top: 25px;
  animation: popIn 0.5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
html .active #contact #contact-animation #hc,
html .active #example #contact-animation #hc {
  width: 300px;
  height: 100px;
  position: relative;
}
html .active #contact #contact-animation #hc .line,
html .active #example #contact-animation #hc .line {
  height: 3px;
  background: #555555;
  position: relative;
  left: 0;
  width: 0;
  top: 50px;
  animation: hor 0.5s forwards;
  animation-delay: 1.5s;
}
html .active #contact #contact-animation #hc img,
html .active #example #contact-animation #hc img {
  border: 1px solid #ffffff;
  border-radius: 100%;
  position: relative;
  left: 150px;
  top: 25px;
  animation: popIn 0.5s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media only screen and (min-width: 600px) {
  html {
    max-width: 100%;
    margin: 0 auto;
  }
  html body .active p {
    font-size: 1.4em;
  }
  html body .active h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
    width: 200px;
  }
  html body .active #profile h2 {
    margin: 20px 0;
  }
  html body .active #profile #location {
    margin: 50px 0;
  }
  html body .active #profile #profile-icon {
  }
  html body .active #design {
    width: 70%;
  }
  html body .active #design h1 {
    clear: both;
  }
  html body .active #design #software,
  html body .active #design #abilities {
    float: left;
    clear: none;
    width: 50%;
    margin-top: 0;
  }
  html body .active #design #design-icon {
    margin-bottom: 20px;
  }
  html body .active #contact #contact-animation {
  }
  html body .active #tech .meter {
    width: 400px;
  }
  html body .active #software {
    margin-top: 50px;
  }
  html body #headline,
  html body #profile,
  html body #contact,
  html body #example,
  html body #design,
  html body #tech {
    position: absolute;
    animation-name: headline;
    animation-duration: 1s;
  }
  html body #headline h1,
  html body #profile h1,
  html body #contact h1,
  html body #example h1,
  html body #design h1,
  html body #tech h1 {
    font-size: 4.2em;
    line-height: 90px;
    margin: 0;
    letter-spacing: 0.2px;
  }
  html body #headline h2,
  html body #profile h2,
  html body #contact h2,
  html body #example h2,
  html body #design h2,
  html body #tech h2 {
    font-size: 3.05em;
    line-height: 50px;
    margin: 0;
    margin-bottom: 50px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
  }
  html body #animation {
    position: fixed;
    right: -50px;
    top: 0;
  }
  html body #animation #box-container {
    right: -100px;
    top: 0;
  }
}

.example-btn {
    background: #ffc0cb;
    width: 100px;
    height: 20px;
    padding: 10px;
    border-radius: 10px;
    float: left;
    margin: 0;
    cursor: pointer;
}

.port img {
	border:0;
	width:100%;
	float:left;
	max-width:550px;
	clear:both;
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 980px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  html {
    max-width: 100%;
    margin: 0 auto;
  }
  html #social {
    right: 50px;
  }
  html body #animation {
    right: -50px;
    top: -80px;
  }
  html body #nav.show ul li {
    height: 60px;
  }
  html body .active #headline {
    top: 150px;
  }
  html body .active p {
    font-size: 1em;
  }
  html body .active h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
    width: 200px;
  }
  html body .active #profile {
    top: 50px;
  }
  html body .active #profile h2 {
    margin: 20px 0 20px 0 !important;
  }
  html body .active #profile #location {
    margin: 30px 0;
    display: none;
  }
  html body .active #profile #location img {
    height: 60px;
  }
  html body .active #profile #profile-icon {
    float: right;
    display: none;
  }
  html body .active #profile #profile-icon img {
    float: right;
  }
  html body .active #design {
    top: 100px;
    width: 90%;
  }
  html body .active #design #design-icon {
    margin-bottom: 20px;
    display: none;
  }
  html body .active #design #abilities,
  html body .active #design #software {
    float: left;
    clear: none;
    width: 30%;
    margin-top: 0;
    margin-left: 0%;
  }
  html body .active #design #abilities h2,
  html body .active #design #software h2 {
    margin-top: 30px;
  }
  html body .active #contact,
  html body .active #example {
    top: 100px;
    width: 100%;
  }
  html body .active #contact #contact-animation,
  html body .active #example #contact-animation {
    right: 100px;
    position: absolute;
    top: -50px;
  }
  html body .active #tech {
    top: 50px;
    width: 90%;
  }
  html body .active #tech .skills {
    width: 100%;
    float: left;
  }
  html body .active #tech .skills .left,
  html body .active #tech .skills .right {
    float: left;
    width: 40%;
    margin-right: 10%;
  }
  html body .active #tech .skills .left .skill,
  html body .active #tech .skills .right .skill {
    float: left;
    width: 100%;
    clear: both;
  }
  html body .active #tech h2 {
    margin: 30px 0 !important;
  }
  html body .active #tech h3 {
    font-size: 1em;
    margin: 0;
    width: 55%;
    margin-right: 5%;
  }
  html body .active #tech .meter {
    width: 40%;
    height: 10px;
  }
  html body .active #headline,
  html body .active #profile,
  html body .active #contact,
  html body .active #example,
  html body .active #design,
  html body .active #tech {
    position: absolute;
    animation-name: headline;
    animation-duration: 1s;
  }
  html body .active #headline h1,
  html body .active #profile h1,
  html body .active #contact h1,
  html body .active #example h1,
  html body .active #design h1,
  html body .active #tech h1 {
    font-size: 2.2em;
    line-height: 40px;
    margin: 0;
    letter-spacing: 0.2px;
  }
  html body .active #headline h2,
  html body .active #profile h2,
  html body .active #contact h2,
  html body .active #example h2,
  html body .active #design h2,
  html body .active #tech h2 {
    font-size: 1.9em;
    line-height: 20px;
    margin: 0;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
  }
  
  .port img {
	  display:none;
  }
}
@media only screen and (min-width: 900px) {
  html .active #profile h2 {
    clear: none;
  }
  html .active #profile #location {
    float: left;
    clear: none;
  }
  html .active #profile #overview {
    float: left;
    width: 50%;
    clear: both;
  }
  html .active #profile #interests {
    float: left;
    width: 50%;
    clear: none;
  }
  html .active #contact #contact-animation {
  }
}
