@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&family=Public+Sans:wght@300;400&display=swap");
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", arial;
  min-height: 100vh;
  position: relative;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

svg {
  width: 30px;
}

.footer {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #aaa;
  height: 15px;
  font-size: 0.65rem;
  padding: 5px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #b3b3b3;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3em;
  background: white;
}
.navbar .ham {
  position: absolute;
  right: 0;
}
.navbar .ham .mobile-menu {
  width: 20px;
  cursor: pointer;
  padding: 0.3em;
}
.navbar .social-header {
  display: none;
}
.navbar .logo a {
  color: black;
  letter-spacing: 0.2em;
  font-size: 104%;
}
.navbar .logo a:hover {
  color: #3b648c;
}
.navbar nav {
  display: none;
  animation: growDown 200ms ease-in-out forwards;
  transform-origin: top center;
}

.hero {
  background: #f2f2f2;
  color: black;
  display: grid;
  text-align: center;
  padding: 5em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b3b3b3;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #b3b3b3;
}
.hero .portrait {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.125);
  padding: 0.5rem;
  width: 100px;
  background-color: #fafafa;
  border-radius: 50%;
}

.sectionheader {
  color: black;
  text-align: center;
  font-weight: bold;
  padding: 2em;
}

.work {
  color: black;
  background: white;
  padding: 0 1em 1em 1em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b3b3b3;
}

.projects-container {
  width: 300px;
  margin: auto;
}

.projects-container ul li {
  background: #fafafa;
  padding: 1em;
  border-radius: 1em;
  margin-bottom: 1em;
}
.projects-container ul li .icon-container {
  height: 100px;
  display: grid;
  place-content: center;
  width: 30px;
  margin: 0 auto;
}

.project-title {
  font-weight: bold;
  font-size: 0.85em;
  text-align: center;
}

.featured-desc {
  text-align: center;
  font-size: 0.8em;
}

.skills {
  background: #f2f2f2;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b3b3b3;
}
.skills .skills-container {
  padding: 1em;
  padding-top: 0;
  padding-bottom: 2em;
  text-align: center;
}

.aboutme-contact {
  display: block;
  text-align: center;
  color: black;
  background: white;
  padding: 0em;
  padding-bottom: 4em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b3b3b3;
}

.aboutme {
  width: 50vw;
  margin: auto;
}

.aboutme-container {
  font-size: 0.9em;
}

.social-header-contact {
  display: grid;
  justify-content: center;
}
.social-header-contact ul li {
  text-align: left;
  padding-left: 0;
  margin-left: 0;
}
.social-header-contact ul li a span {
  font-size: 0.9em;
  color: black;
  vertical-align: center;
  padding-left: 0.5em;
}
.social-header-contact ul li a {
  width: 20px;
  text-decoration: none;
  color: black;
}
.social-header-contact ul a:hover {
  opacity: 0.7;
  color: #3b648c;
}
.social-header-contact ul a:hover span {
  color: #3b648c;
}

nav.menu-btn {
  display: block;
}

nav {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  text-align: center;
}
nav a {
  color: black;
  font-size: 85%;
}
nav a:hover {
  font-weight: bold;
  color: #3b648c !important;
}
nav li {
  padding: 0.1em;
}

@media only screen and (min-width: 600px) {
  .mobile-menu {
    display: none;
  }
  .navbar {
    display: grid;
    grid-template-columns: 40% auto;
    align-items: center;
  }
  .navbar .ham {
    display: none;
  }
  .navbar nav {
    display: block;
    background: none;
    position: unset;
    height: auto;
    width: unset;
    padding: 0;
    animation: none;
  }
  .navbar nav ul {
    display: flex;
    justify-content: right;
    font-size: 90%;
    margin: 0;
  }
  .navbar nav a {
    color: black;
    display: block;
    padding: 0 0.5em;
  }
  .projects-container {
    width: 300px;
    margin: auto;
  }
}
@media only screen and (min-width: 1010px) {
  .navbar {
    grid-template-columns: 22% 56% 22%;
    margin-left: 6vw;
    margin-right: 6vw;
  }
  .navbar nav {
    display: flex;
    animation: none;
    justify-content: center;
    background: ul;
    background-display: flex;
    background-justify-content: center;
  }
  .navbar nav a {
    color: black;
    font-size: 90%;
    display: block;
    padding: 0 0.5em;
  }
  .social-header {
    display: block !important;
  }
  .social-header ul {
    display: flex;
    justify-content: space-between;
    float: right;
  }
  .social-header ul .fa-solid {
    width: 20px;
    margin: 0 0.6em 0 0.6em;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 50%;
    color: black;
  }
  .social-header ul .fa-solid:hover {
    opacity: 0.7;
    color: #3b648c;
  }
  .social-header ul .fa-brands {
    width: 20px;
    margin: 0 0.6em 0 0.6em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 50%;
    color: black;
  }
  .social-header ul .fa-brands:hover {
    opacity: 0.7;
    color: #3b648c;
  }
  .skills {
    padding: 0 10em 0 10em;
  }
  .projects-container ul {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    grid-gap: 1em;
    justify-content: center;
  }
  .aboutme-contact {
    margin-bottom: 0;
    padding-bottom: 2em;
    display: flex;
    justify-content: center;
  }
  .aboutme-contact .aboutme {
    margin: 0;
    width: 555px;
  }
  .aboutme-contact .contact {
    padding-right: 5em;
    padding-left: 10em;
  }
  .aboutme-contact .contact .contact-container {
    margin-top: 1em;
  }
}

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