@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");
body {
  color: #002c3e !important;
  box-sizing: border-box;
}

h1 {
  font-size: calc(2rem + 1.5vw) !important;
}

main.container {
  padding: 1em 0 !important;
}
@media only screen and (min-width: 1200px) {
  main.container {
    padding: 0 !important;
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 1200px) {
  #about {
    width: max-content;
  }
}
#about img {
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) {
  #about img {
    border-radius: 0.5rem;
  }
}
#about div h1 {
  color: #f7444e;
  font-weight: 1000;
  font-family: "Parisienne", cursive;
}

#projects {
  background-color: #78bcc4;
  color: #000000;
  margin: 2rem 0;
}
#projects .col {
  min-width: 370px;
  max-width: 370px;
}
#projects .project-categories {
  background-color: #fff;
  color: #7b2227;
  width: max-content;
}
#projects .gallery + hr {
  border: solid 1rem #2d4649;
}
#projects img {
  height: 350px;
}
#projects .card {
  background-color: #cdf6f2;
  border: none;
  max-width: 600px;
  height: 100%;
}
#projects .card hr {
  height: 0;
}

#skills {
  font-size: 1.2rem;
  color: #000000;
}
#skills .col {
  position: relative;
  min-width: 350px;
  padding-bottom: 1rem;
  background-image: linear-gradient(black, black);
  background-repeat: no-repeat;
  background-size: 90% 2px;
  background-position: bottom;
}
#skills p {
  margin-bottom: initial;
}
#skills img {
  margin: 0 1rem;
  width: 3rem;
  height: 3rem;
  flex-basis: 10px;
  margin: 0 1rem 0 0;
}
#skills .exp-years {
  margin-left: auto;
}

footer {
  background-color: #002c3e;
  color: #f7f8f3;
}
footer .col {
  max-width: 120px;
}

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