/* Variables */
body {
  background: #ef233c;
  color: #413f3e;
  position: relative;
}

main {
  background: #ef233c;
  border-bottom: 4px solid #2b2d42;
  padding: 5vh;
  position: relative;
  overflow: hidden;
}

header {
  color: #ef233c;
  padding-top: 5vw;
  padding-bottom: 12vw;
  padding-left: 10vw;
  padding-right: 10vw;
  text-align: center;
}

h1 {
  color: #d4d5db;
  font-size: 4em;
}

h3 {
  font-weight: 400;
  color: #edf2f4;
}

h5 {
  font-weight: 400;
  color: #edf2f4;
}

h6 {
  font-weight: 400;
  color: #edf2f4;
}

a {
  color: #edf2f4;
}

#email {
  font-size: 22px;
}

.card-header {
  color: #d4d5db;
}

.card-title {
  color: #d4d5db;
}

card-subtitle {
  color: #d4d5db;
}

legend {
  color: #2b2d42;
  text-align: center;
}

label {
  color: #2b2d42;
  text-align: left;
}

.center_vert {
  width: 50%;
  margin: 0 auto;
}

.card {
  background-color: #2b2d42;
}

.svg-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

svg path {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.footer_look {
  background: #413f3e;
  padding: 10px;
  margin-top: auto;
}

#curve {
  fill: #2b2d42;
}

/* Me animation */
#mouse {
  -webkit-animation: mouse 5s ease-in-out infinite alternate;
          animation: mouse 5s ease-in-out infinite alternate;
}

#right-shoe {
  -webkit-animation: right-shoe 1s ease-in-out infinite alternate;
          animation: right-shoe 1s ease-in-out infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: fill-box;
}

#Rect1 {
  animation: fillin 2s ease forwards 2s infinite alternate-reverse;
}

#Rect4 {
  animation: fillin 2s ease forwards 2s infinite alternate-reverse;
}

#Rect2 {
  animation: fillin 2s ease forwards 2s infinite alternate-reverse;
}

#Rect3 {
  animation: fillin 2s ease forwards 2s infinite alternate-reverse;
}

#Rect11 {
  animation: fillin 2s ease forwards 2s infinite alternate-reverse;
}

#Rect12 {
  animation: fillin 1.8s ease forwards 2s infinite alternate-reverse;
}

#Rect13 {
  animation: fillin 2.1s ease forwards 2s infinite alternate-reverse;
}

#Rect9 {
  animation: fillin 2.4s ease forwards 2s infinite alternate-reverse;
}

#Rect10 {
  animation: fillin 2.7s ease forwards 2s infinite alternate-reverse;
}

#Rect16 {
  animation: fillin 3s ease forwards 2s infinite alternate-reverse;
}

#Rect15 {
  animation: fillin 3.3s ease forwards 2s infinite alternate-reverse;
}

#Rect14 {
  animation: fillin 3.6s ease forwards 2s infinite alternate-reverse;
}

#Rect18 {
  animation: fillin 3.9s ease forwards 2s infinite alternate-reverse;
}

#Rect17 {
  animation: fillin 4.1s ease forwards 2s infinite alternate-reverse;
}

#Rect5 {
  animation: fillin 4.4s ease forwards 2s infinite alternate-reverse;
}

#Rect8 {
  animation: fillin 4.7s ease forwards 2s infinite alternate-reverse;
}

#Rect6 {
  animation: fillin 5s ease forwards 2s infinite alternate-reverse;
}

#Rect7 {
  animation: fillin 5.3s ease forwards 2s infinite alternate-reverse;
}

@-webkit-keyframes fillin {
  from {
    fill: transparent;
  }
  to {
    fill: grey;
  }
}

@keyframes fillin {
  from {
    fill: transparent;
  }
  to {
    fill: grey;
  }
}

@-webkit-keyframes right-shoe {
  from {
    -webkit-transform: rotateZ(0deg) translateY(0px);
            transform: rotateZ(0deg) translateY(0px);
  }
  to {
    -webkit-transform: rotateZ(15deg) translateY(5px);
            transform: rotateZ(15deg) translateY(5px);
  }
}

@keyframes right-shoe {
  from {
    -webkit-transform: rotateZ(0deg) translateY(0px);
            transform: rotateZ(0deg) translateY(0px);
  }
  to {
    -webkit-transform: rotateZ(15deg) translateY(5px);
            transform: rotateZ(15deg) translateY(5px);
  }
}

@-webkit-keyframes mouse {
  from {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  to {
    -webkit-transform: translateX(30px) translateY(6px);
            transform: translateX(30px) translateY(6px);
  }
}

@keyframes mouse {
  from {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  to {
    -webkit-transform: translateX(30px) translateY(6px);
            transform: translateX(30px) translateY(6px);
  }
}

/* Logo animation */
#logo {
  -webkit-animation: fill 0.4s ease forwards 2.5s;
          animation: fill 0.4s ease forwards 2.5s;
}

#logo path:nth-child(1) {
  stroke-dasharray: 1000px;
  stroke-dashoffset: 1000px;
  -webkit-animation: line-anim 2.5s ease forwards;
          animation: line-anim 2.5s ease forwards;
}

#logo path:nth-child(2) {
  stroke-dasharray: 1000px;
  stroke-dashoffset: 1000px;
  -webkit-animation: line-anim 3s ease forwards 0.2s;
          animation: line-anim 3s ease forwards 0.2s;
}

#logo path:nth-child(3) {
  stroke-dasharray: 1000px;
  stroke-dashoffset: 1000px;
  -webkit-animation: line-anim 3s ease forwards 0.4s;
          animation: line-anim 3s ease forwards 0.4s;
}

#logo path:nth-child(4) {
  stroke-dasharray: 1000px;
  stroke-dashoffset: 1000px;
  -webkit-animation: line-anim 3s ease forwards 0.6s;
          animation: line-anim 3s ease forwards 0.6s;
}

#logo path:nth-child(5) {
  stroke-dasharray: 1000px;
  stroke-dashoffset: 1000px;
  -webkit-animation: line-anim 3s ease forwards 0.8s;
          animation: line-anim 3s ease forwards 0.8s;
}

#logo path:nth-child(6) {
  stroke-dasharray: 1000px;
  stroke-dashoffset: 1000px;
  -webkit-animation: line-anim 3s ease forwards 1s;
          animation: line-anim 3s ease forwards 1s;
}

@-webkit-keyframes line-anim {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes line-anim {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes fill {
  from {
    fill: transparent;
  }
  to {
    fill: #ef233c;
  }
}

@keyframes fill {
  from {
    fill: transparent;
  }
  to {
    fill: #ef233c;
  }
}

/* Scroll animation */
#circle {
  animation: move 1.5s ease infinite alternate-reverse;
}

@-webkit-keyframes move {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes move {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

/* Sidebar menu */
.sidenav {
  height: 100%;
  width: 100px;
  position: fixed;
  z-index: 1;
  top: 30%;
  right: 0.5rem;
  overflow-x: hidden;
  padding-left: 50px;
}

.sidenav i {
  padding-top: 40px;
  padding-bottom: 40px;
  color: grey;
}

.sidenav i:hover {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px #9191b9, 0 0 5px #cfcfdf;
}
/*# sourceMappingURL=styles.css.map */