html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  cursor: url("Portfolio_images/Icon awesome-paw.png"), auto;
  display: flex;
}
body section.tag {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 1s;
}
body section.tag.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.navbar {
  background: #fefefc;
  border-bottom: 2px solid rgb(243, 209, 214);
}
.navbar a {
  display: inline-block;
  color: rgb(62, 60, 60);
  text-decoration: unset;
}
.navbar a:hover {
  color: rgb(62, 60, 60);
  text-decoration: underline;
}

.fa-bars, .fa-close {
  color: #c16e86;
  font-size: 25px;
  padding: 3px;
}

#Landing {
  background-color: #f3e9ea;
  padding: 90px 20px;
}
#Landing .intro {
  -webkit-animation: fadeInAnimate ease 3s;
          animation: fadeInAnimate ease 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes fadeInAnimate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnimate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#name {
  font-family: "Shadows Into Light", cursive;
  color: #c16e86;
  font-weight: bold;
}

.btnStyle, #Projects .front .projDescription .btnTest, #Projects .back .projDescription .btnTest, #Projects .front .projDescription .btnProj, #Projects .back .projDescription .btnProj {
  background-color: #c16e86;
  padding: 10px;
  border-radius: 5px;
}
.btnStyle:hover, #Projects .front .projDescription .btnTest:hover, #Projects .back .projDescription .btnTest:hover, #Projects .front .projDescription .btnProj:hover, #Projects .back .projDescription .btnProj:hover {
  background-image: linear-gradient(#c16e86, #ce9ba8);
}
.btnStyle a, #Projects .front .projDescription .btnTest a, #Projects .back .projDescription .btnTest a, #Projects .front .projDescription .btnProj a, #Projects .back .projDescription .btnProj a {
  color: white;
  text-decoration: none;
}

#About {
  overflow: hidden;
}
#About .swiper-container-wrapper-timeline .swiper-slide {
  display: flex;
  background: rgb(238, 231, 231);
  min-height: 150px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
#About .swiper-container-wrapper-timeline .swiper-slide .title {
  font-size: 18px;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
#About .swiper-container-wrapper-timeline .swiper-slide-active .title {
  opacity: 1;
}
#About .swiper-container-wrapper-timeline .swiper-pagination-progressbar {
  position: relative;
  margin-bottom: 70px;
  background-color: transparent;
  height: 4px;
  border-bottom: 1px solid #888;
  width: 75%;
}
#About .swiper-container-wrapper-timeline .swiper-pagination-progressbar-fill {
  background-color: rgb(62, 60, 60);
  height: 3px;
  top: 2px;
}
#About .swiper-container-wrapper-timeline .swiper-pagination-progressbar:before {
  position: absolute;
  top: 2px;
  left: -100%;
  width: 100%;
  height: 3px;
  background-color: rgb(62, 60, 60);
  content: "";
}
#About .swiper-container-wrapper-timeline .swiper-pagination-progressbar:after {
  position: absolute;
  top: 3px;
  right: -100%;
  width: 100%;
  height: 1px;
  background-color: #888;
  content: "";
}
#About .swiper-container-wrapper-timeline .swiper-pagination-custom {
  position: relative;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: flex;
  line-height: 1.66;
  bottom: 0;
  z-index: 11;
  width: 75%;
  display: flex;
}
#About .swiper-container-wrapper-timeline .swiper-pagination-custom .swiper-pagination-switch {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: block;
}
#About .swiper-container-wrapper-timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
  position: absolute;
  font-weight: 400;
  right: 0;
  transform: translateX(50%);
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  cursor: pointer;
  z-index: 1;
}
#About .swiper-container-wrapper-timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
  position: absolute;
  top: calc(100% + 19px);
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  width: 12px;
  height: 12px;
  background: rgb(62, 60, 60);
  border-radius: 2rem;
  content: "";
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  z-index: 1;
}
#About .swiper-container-wrapper-timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
  font-weight: 400;
  transition-delay: 0.4s;
}
#About .swiper-container-wrapper-timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
  background: rgb(62, 60, 60);
  width: 25px;
  height: 25px;
  transition-delay: 0.4s;
}
#About .swiper-container-wrapper-timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title {
  color: #888;
  font-weight: 16px;
}
#About .swiper-container-wrapper-timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title:after {
  background: #888;
}

#Skills {
  background-color: #f3e9ea;
  padding: 20px;
  opacity: 0.9;
}
#Skills .card {
  background-color: white;
  min-height: 200px;
  padding: 18px;
}

@-webkit-keyframes no-show {
  0% {
    transform: rotateY(0deg);
    height: 100%;
    width: 100%;
  }
  49% {
    height: 100%;
    width: 100%;
  }
  50% {
    height: 0;
    width: 0;
  }
  100% {
    transform: rotateY(180deg);
    height: 0;
    width: 0;
  }
}

@keyframes no-show {
  0% {
    transform: rotateY(0deg);
    height: 100%;
    width: 100%;
  }
  49% {
    height: 100%;
    width: 100%;
  }
  50% {
    height: 0;
    width: 0;
  }
  100% {
    transform: rotateY(180deg);
    height: 0;
    width: 0;
  }
}
@-webkit-keyframes show {
  0% {
    transform: rotateY(-180deg);
    height: 0;
    width: 0;
  }
  49% {
    height: 0;
    width: 0;
  }
  50% {
    height: 100%;
    width: 100%;
  }
  100% {
    transform: rotateY(0deg);
    height: 100%;
    width: 100%;
  }
}
@keyframes show {
  0% {
    transform: rotateY(-180deg);
    height: 0;
    width: 0;
  }
  49% {
    height: 0;
    width: 0;
  }
  50% {
    height: 100%;
    width: 100%;
  }
  100% {
    transform: rotateY(0deg);
    height: 100%;
    width: 100%;
  }
}
#Projects .flipper {
  position: relative;
}
#Projects .front, #Projects .back {
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  perspective-origin: top center;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  transition-property: transform;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  overflow-y: hidden;
}
#Projects .front .projDescription, #Projects .back .projDescription {
  height: auto;
  padding: 40px;
}
#Projects .front .projDescription .btnTest, #Projects .back .projDescription .btnTest {
  background-color: rgb(53, 198, 150);
}
#Projects .front .projDescription .btnTest:hover, #Projects .back .projDescription .btnTest:hover {
  background-image: linear-gradient(rgb(53, 198, 150), rgb(149, 205, 186));
}

.front {
  z-index: 2;
  transform: rotateY(0deg);
  -webkit-animation-name: show;
          animation-name: show;
}
.flipper.active .front {
  -webkit-animation-name: no-show;
          animation-name: no-show;
}
.front .inner {
  height: 250px;
}

.back {
  transform: rotateY(-180deg);
  -webkit-animation-name: no-show;
          animation-name: no-show;
}
.flipper.active .back {
  -webkit-animation-name: show;
          animation-name: show;
}
.back .inner {
  border: 1px solid rgb(62, 60, 60);
  height: 250px;
}

#Contact {
  background-color: #f3e9ea;
  padding: 20px;
}
#Contact input[type=submit] {
  background-color: #c16e86;
  color: white;
  width: 100px;
}
#Contact input[type=submit]:hover {
  background-image: linear-gradient(#c16e86, #ce9ba8);
}
#Contact textarea {
  height: 200px;
}
@media screen and (min-width: 600px) {
  #Contact input[type=text], #Contact input[type=email], #Contact textarea {
    width: 500px;
  }
}

footer {
  background-color: rgb(243, 209, 214);
}
footer .buttonStyle {
  background-color: #c16e86;
  color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 50px;
  height: 50px;
}
footer .buttonStyle.upButton {
  width: 35px;
  height: 35px;
}
footer .buttonStyle:hover {
  background: linear-gradient(#c16e86, #ce9ba8);
}
footer .socialMedia {
  color: white;
}/*# sourceMappingURL=style.css.map */