#site-body {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  max-width: 50rem;
}

@media (min-width: 768px) {
  #site-body {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
h1 {
  font-size: inherit;
  font-weight: 400;
  margin-bottom: 0;
  color: rgb(82, 82, 82);
}

#nav {
  margin-top: 1rem;
  height: 37.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-link {
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
}

@media screen and (max-width: 768px) {
  .nav-items {
    display: none !important;
  }
  #nav {
    margin-top: 2rem;
  }
  #site-body {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
.nav-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-primary {
  color: rgb(38, 38, 38);
  font-size: 16px;
  background-color: transparent;
  border-color: transparent;
  text-decoration-color: transparent;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-color: rgb(82 82 82);
  --bs-btn-active-border-color: transparent;
}

.btn-primary:hover {
  background-color: transparent;
  text-decoration: none;
  border-color: transparent;
  color: rgb(82 82 82);
}

.mid-item {
  margin-bottom: 1rem;
}

.dropdown-toggle::after {
  content: none !important;
}

@media screen and (max-width: 768px) {
  #dropdownMenuLink {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  #dropdownMenuLink {
    display: none !important;
  }
}
.img-2 {
  border-radius: 0px;
  width: 64px;
  height: 64px;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.content {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}

a {
  text-decoration: none;
  color: rgb(38, 38, 38);
}

a:hover {
  color: rgb(82, 82, 82);
}

.icon,
.text {
  vertical-align: middle;
  display: inline-block;
}

h2 {
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
}

.skill {
  font-size: 20px !important;
  margin-bottom: 16px;
  margin-top: 32px;
}

.project-title::after {
  padding-left: 4px;
  content: "\2197";
}

.outside-link::after {
  padding-left: 4px;
  content: "\2197";
}

.intro {
  font-size: 24px !important;
}

.p1 {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-size: 16px;
}

.p2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p0 {
  margin-top: 1.5rem;
  margin-bottom: 0rem;
  font-size: 16px;
}

.margin-l {
  margin-left: 30px;
}

#email {
  font-weight: bold;
}

/*
a#email {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

a#email::before,
a#email::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}

a#email::before {
  background-color: var(--pink-text);
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

a#email::after {
  content: attr(data-replace);
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(200%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  color: var(--pink-text);
}

a#email:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

a#email:hover::after {
  transform: translate3d(0, 0, 0);
}

a#email span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

a#email:hover span {
  transform: translate3d(-200%, 0, 0);
}

a#email {
  text-decoration: none;
  color: var(--title-color);
  font-weight: 700;
  vertical-align: top;
}*/

.menu .menu-icon {
  position: absolute;
  width: 50px;
  height: 23px;
  line-height: 0;
  padding-top: 13px;
  padding-bottom: 15px;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}

.menu-icon:hover {
  cursor: pointer;
}

.menu .menu-icon > svg {
  fill: var(--title-color);
  opacity: 1;
}

.menu .menu-icon:hover > svg {
  opacity: 1;
}

.menu .menu-icon:active {
  transform: scale(0.9, 0.9);
}

#dropdownMenuLink {
  color: rgb(82, 82, 82);
  background-color: white;
  border-color: white;
  text-decoration: underline;
  text-decoration-color: #E5E5E5;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: #D3D3D3;
  --bs-dropdown-link-active-color: #212529;
  font-size: 15px;
  text-align: center;
}

.break {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

hr {
  height: 0;
  color: inherit;
  border: 0 solid #e5e5e5;
  border-top-width: 1px;
  opacity: 1;
}

.project-card {
  display: flex;
}

.project-icon {
  display: flex;
  height: 52px;
  width: 52px;
  border-radius: 5px;
  align-items: center;
  min-width: 52px;
}

.project-text {
  padding-top: 0.2em;
}

p {
  margin-bottom: 0;
}

#more {
  color: #212529;
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  max-width: 10%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.footer-icon {
  width: 16px;
}

.foot {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.btn {
  --bs-btn-font-size: 15px;
}

.skillsflex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.skillelement {
  border-radius: 0.375rem;
  background-color: #f2f2f27a;
  color: #262626e3;
  padding: 0.5rem;
  text-align: center;
}

.skillelement h2 {
  margin-bottom: 0;
}

.skillsflex .skillelement{
  margin-bottom: 10px;
}

.skillsflex .skillelement {
  flex: 1 0 calc(33.33% - 10px);
  max-width: calc(33.33% - 10px);
  margin: 5px;
}

.se2 {
  margin-left: 0rem;
}

::-moz-selection {
  background-color: #F9EBCA;
}

::selection {
  background-color: #F9EBCA;
}

.more-work {
  margin-left: 0.4rem;
}

.pe {
  margin-top: 2rem;
  margin-bottom: 0rem !important;
}

.pjbut {
  padding: 0;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

@media (max-width: 768px) {
  .pjbut {
    width: 100%;
  }
}
.projectf {
  margin-bottom: 2rem;
}

.tech-buttons {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  color: #525252;
}

.tech-badge {
  flex: 1 1 25%;
  box-sizing: border-box;

  margin: 0.25rem;
  padding: 0.5rem 0.5rem;
  white-space: nowrap;
  font-size: 1rem;
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  filter: drop-shadow(0px 3px 0px #0000001a);
  transition: transform 100ms ease;
  text-align: center;
}

.discovermore {
  width: 100%;
  margin-top: 1rem;
}/*# sourceMappingURL=styles.css.map */
