body {
  /* font-family: "Quicksand", sans-serif; */
  font-family: 'Poppins', sans-serif;
  max-width: 980px;
  margin: auto ;
}
#typewrite > .wrap {
  border-right: 0.08em solid #844da3;
}

:root {
  --transition-time: 0.5s;
}

.intro-text,
.image.illustration {
  flex: 1;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image.cat {
  text-align: center;
  padding-top: 70px;
  width: 50%;
}

.image.cat img {
  width: 500px;
}

.introduction {
  display: flex;
  padding: 200px 0 100px 0;
}

.about-me {
  display: flex;
}
.heading.big {
  font-size: 40px;
  font-weight: 500;
}

.description{
  color: #444;
}
.heading {
  font-size: 30px;
  color: #333;
  margin-bottom: 20px;
}

.subheading {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}

.about-me .heading,
.about-me .subheading {
  width: 60%;
  z-index: 1;
}

.small-text {
  color: #999999;
  font-weight: 500;
  letter-spacing: 5px;
  font-size: 13px;
  margin-bottom: 20px;
}

.image.illustration img {
  width: 80%;
}

#typewrite {
  color: #844da3;
  font-size: 20px;
  height: 30px;
}

.purple {
  color: #844da3;
}

.bold {
  font-weight: bold;
}

.skill-set {
  height: 100vh;
}

.skill,
.glyph-icon,
.button {
  margin-top: 70px;
  width: 100%;
}

.glyph-icon {
  display: block;
  margin: 0 0 1rem 0;
  text-align: center;
}

.glyph-icon:before {
  display: block;
  font-size: 1.25rem;
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
  border-radius: 3.25rem;
  margin: 0 auto;
  color: #fff;
  background: #844da3;
}

ul {
  display: -moz-inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  cursor: default;
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
}
ul li {
  display: block;
  width: 33%;
  margin-left: 2%;
}

ul li:first-child {
  margin-left: 0px;
}

ul li .glyph-icon:after {
  background-color: #d5d5d5;
}

.skill-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #844da3;
  font-weight: bold;
}

.skill p {
  margin-top: 30px;
}

.skill-container {
  padding: 5px 80px 70px;
  position: relative;
}

a.download-resume,
a.email {
  padding: 12px 20px;
  color: #fff;
  background: #800080;
  border-radius: 5px;
  border: solid 1px #800080;
}

a.download-resume:hover,
a.email:hover {
  background-color: #844da3;
  color: #fff;
}

.work {
  padding-bottom: 80px;
}

.image-ux{
  display: flex;
    justify-content: flex-start;
    height: 40px;
    margin-top: 30px;
}
.work .image,
.image-ux,
.work .subheading {
  text-align: center;
}

.work .UXPlanet img {
  width: 50px;
}

.UXPlanet {
  padding: 20px;
  background-color: #000;
  color: #fff;
}

.flower {
  width: 100%;
  text-align: center;
}

.flower img {
  width: 50px;
}

.UXPlanet .heading.white {
  color: #fff;
  font-size: 15px;
}

.project-container {
  display: flex;
  flex-direction: column;
    margin: 0 auto;
}

.project-container .project-container-item{
  margin: 3em 0px;
}

.project {
  height: 400px;
  flex-basis: 33%;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
}

.project img {
  height: 400px;
  margin-left: -145px;
}

.project-text {
  position: absolute;
  background-color: #844da3;
  opacity: 0;
  color: #fff;
  height: 400px;
  top: 0px;
  width: 100%;
  padding: 180px 0px;
  font-size: 30px;
  text-align: center;
  transition: 0.5s;
}

.project:hover .project-text {
  opacity: 0.8;
}

.sidebar {
  position: fixed;
  height: 50px;
  max-width:980px;
  width: 100%;
  display: flex;
  justify-content: center;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
  z-index: 20;
  background: #fff;
}

.link {
  text-align: center;
  line-height: 50px;
  width: 100px;
}

.link a {
  position: relative;
  color: #3c3163;
}

.leaf {
  position: absolute;
  z-index: 0;
}

.leaf img {
  height: 500px;
}

.link a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  top: 30px;
  right: 0px;
  background: #800080;
  transition: width 0.2s ease;
  -webkit-transition: width 0.2 ease;
}

.link.active a {
  color: #800080;
  font-weight: 500;
}


.link a:hover:after {
  width: 100%;
  left: 0px;
  background: #800080;
}

.link.active a:hover:after {
  width: 0px;
}

.sidebar .link-container,
.sidebar .icons {
  width: calc(50%);
  display: flex;
}

.sidebar .image img {
  width: 115px;
}

.sidebar .image {
  text-align: center;
  margin-top: -15px;
}

.skill-set .subheading {
  text-align: center;
}

section {
  scroll-snap-align: start;
}

.fadeInLeft {
  animation-duration: 3s;
}

.sidebar .glyph-icon:before {
  font-size: 1rem;
  background: transparent;
  color: #800080;
}

.sidebar .glyph-icon {
  width: 30%;
}

.icon-container {
  margin-right: 10px;
}

.icons {
  justify-content: flex-end;
}

.underline {
  border-bottom: solid 1px #844da3;
}

.menu {
  position: fixed;
  top: 10px;
  left: 10px;
  display: none;
}

.fixed-position {
  position: fixed;
}

::selection {
  background: #d9c8e2; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #d9c8e2; /* Gecko Browsers */
}

.cards-wrapper {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4rem;
  padding: 4rem;
  margin: 0 auto;
}

.card {
  --bg-filter-opacity: 0.5;
  background-image: linear-gradient( rgba(0, 0, 0, var(--bg-filter-opacity)), rgba(0, 0, 0, var(--bg-filter-opacity)) ), var(--bg-img);
  height: 200px;
  font-size: 1.5em;
  color: #333;
  border-radius: 20px;
  padding: 2em 1em;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  transition: all, var(--transition-time);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border: solid 1px #F1E0F6;
}

.card .heading {
  color: rgb(12, 12, 12);
  text-align: left;
  font-weight: 500;
  font-size: 22px;
}

.card:hover {
  transform: rotate(0);
}

.card h1 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}

.card p {
  font-size: 0.65em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  line-height: 2em;
}

.card .tags {
  display: flex;
}

.card .tags .tag {
  font-size: 0.75em;
  background: #f1e0f6;
  border-radius: 0.3rem;
  padding: 0 0.5em;
  margin-right: 0.5em;
  line-height: 1.5em;
  transition: all, var(--transition-time);
}

.card:hover .tags .tag {
  background: #800080;
  color: white;
}

.card .date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75em;
  padding: 1em;
  line-height: 1em;
  opacity: 0.8;
}

.card:before,
.card:after {
  content: "";
  transform: scale(0);
  transform-origin: top left;
  border-radius: 50%;
  position: absolute;
  left: -50%;
  top: -50%;
  z-index: -5;
  transition: all, var(--transition-time);
  transition-timing-function: ease-in-out;
}

.card:before {
  background: #F1E0F6;
  width: 250%;
  height: 250%;
}

.card:after {
  background: #fff;
  width: 200%;
  height: 200%;
}

.card:hover {
  border:solid 1px #800080;
  background-image: none;
}

.card:hover:before,
.card:hover:after {
  transform: scale(1);
}

.card-grid-space .num {
  font-size: 3em;
  margin-bottom: 1.2rem;
  margin-left: 1rem;
}

.info {
  font-size: 1.2em;
  display: flex;
  padding: 1em 3em;
  height: 3em;
}

.info img {
  height: 3em;
  margin-right: 0.5em;
}

.info h1 {
  font-size: 1em;
  font-weight: normal;
}


/* MEDIA QUERIES */
@media screen and (max-width: 1285px) {
  .cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 900px) {
  .cards-wrapper {
    grid-template-columns: 1fr;
  }
  .info {
    justify-content: center;
  }
  .card-grid-space .num {
    /margin-left: 0;
    /text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .cards-wrapper {
    padding: 4rem 2rem;
  }
  .card {
    max-width: calc(100vw - 4rem);
  }
}

@media screen and (max-width: 450px) {
  .info {
    display: block;
    text-align: center;
  }
  .info h1 {
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sidebar {
    width: 100%;
    margin-left: -100%;
    background-color: #800080;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 2;
    height: 100vh;
    flex-direction: column;
  }

  .sidebar .link a {
    color: #fff;
  }

  .sidebar .link-container {
    flex-direction: column;
    order: 2;
    width: 100%;
    text-align: center;
  }

  .sidebar .icons {
    width: 100%;
    order: 3;
    justify-content: center;
  }

  .link {
    width: 100%;
  }

  .sidebar .glyph-icon:before {
    background: #fff;
  }

  .introduction {
    flex-direction: column;
  }

  .introduction .intro-text {
    order: 2;
  }

  .introduction .image {
    order: 1;
    flex-direction: row;
  }

  .about-me {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .image.cat {
    width: 100%;
  }

  .image.cat img {
    width: 400px;
  }

  .skill-set {
    height: auto;
    padding-bottom: 50px;
  }

  .skill-set .leaf {
    display: none;
  }

  .menu {
    display: block;
    z-index: 3;
  }

  .icons {
    margin-top: 40px;
    color: #844da3;
  }

  .hide {
    display: none;
  }

  .black-logo {
    display: none;
  }

  .white-logo {
    display: inline;
  }

  .sidebar.open {
    margin-left: 0px;
  }
  .body {
    width: 100%;
    margin-left: 0px;
  }

  .project-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .project {
    height: 300px;
    flex-basis: 45%;
    margin-top: 20px;
  }
  .project img {
    height: 300px;
    margin-left: -135px;
  }

  .project-text {
    height: 20px;
    padding: 20px 0px;
    top: unset;
    bottom: 0px;
    width: 100%;
    opacity: 1;
  }

  .menu {
    display: block;
    top: 20px;
    left: 20px;
  }
}

footer {
  background-color: #333;
  text-align: center;
  padding: 30px;
}
.credits {
  margin-top: 30px;
  font-size: 11px;
}

footer,
footer a {
  color: #fff;
}

#skill-set .small-text {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .sidebar {
    width: 100%;
    margin-left: -100%;
    background-color: #800080;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 2;
  }

  .menu .glyph-icon:before {
    font-size: 1rem;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
  }

  .hide {
    display: none;
  }

  .black-logo {
    display: none;
  }

  .white-logo {
    display: inline;
  }

  .link a,
  .link.active a {
    color: #fff;
  }

  .sidebar.open {
    margin-left: 0px;
  }

  .body {
    width: 100%;
    margin-left: 0px;
  }

  .UXPlanet {
    padding: 15px;
  }

  .project-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .project {
    height: 170px;
    flex-basis: 45%;
    margin-top: 20px;
    margin-right: 10px;
  }

  .project img {
    height: 170px;
    margin-left: -80px;
  }

  .project-text {
    height: 20px;
    padding: 10px 0px;
    top: unset;
    bottom: 0px;
    width: 100%;
    opacity: 1;
    font-size: 20px;
  }

  .image.illustration {
    order: 1;
    display: block;
    text-align: center;
    padding-top: 25%;
  }
  .introduction .intro-text {
    order: 2;
  }

  .introduction {
    flex-direction: column;
  }

  .about-me .subheading {
    width: 80%;
  }

  .skill-container .leaf {
    display: none;
  }

  .leaf img {
    height: 200px;
  }

  .image.cat img {
    width: 250px;
  }

  .skill-set {
    height: auto;
  }

  .skill-container {
    padding: 0px 0px 20px 10px;
  }

  .skill,
  .glyph-icon,
  .button {
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
  }

  ul li {
    display: block;
    width: 48%;
  }

  ul li:last-child {
    margin-top: 32px;
    margin-left: 0px;
  }

  .button {
    height: 50px;
    margin-top: 30px;
  }

  .menu {
    display: block;
    z-index: 3;
  }

  .icons {
    margin-top: 40px;
    color: #844da3;
  }

  .link {
    margin-top: 50px;
  }

  .about-me {
    height: auto;
    margin-bottom: 40px;
    flex-direction: column;
  }

  .image.cat {
    padding-top: 0px;
    width: 100%;
  }

  .work {
    padding-bottom: 30px;
  }

  #contact-me-section .small-text {
    margin-top: 30px;
  }

  .sidebar {
    height: 100vh;
    flex-direction: column;
  }

  .sidebar .link-container {
    flex-direction: column;
    order: 2;
    width: 100%;
    text-align: center;
  }

  .sidebar .icons {
    width: 100%;
    order: 3;
    justify-content: center;
  }

  .link {
    width: 100%;
  }

  .sidebar .glyph-icon:before {
    background: #fff;
  }

  .project-container {
    display: block;
    padding: 0 10%;
  }

  .card .heading{
    margin-top: 30px;
  }

  .card .tags{
    display: none;
  }
}

@media (min-width: 1300px) {
  #skill-set .small-text {
    margin-top: 100px;
  }
}
