@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap");
#portfolio-item-1 {
  background-color: #1D83C1;
}

#portfolio-item-2 {
  background-color: #BA4C63;
}

#portfolio-item-3 {
  background-color: #4D4D4D;
}

.pfm-social-icon {
  font-size: 32px;
  margin: auto;
}

.web-link {
  padding: 4px;
  width: 52px;
  height: 52px;
}
.web-link svg {
  width: 40px !important;
  height: 32px;
}

.portfolio-item {
  max-width: 370px !important;
  min-width: 240px;
  height: auto;
  z-index: 0;
}

.portfolio-item-caption-content p:nth-child(1),
.portfolio-modal-title p:nth-child(1) {
  font-weight: bold;
}

.portfolio-item-caption-content p:nth-child(2),
.portfolio-modal-title p:nth-child(2) {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: bold;
}

.portfolio-address {
  font-family: "Noto Sans TC", sans-serif;
}

.circular--portrait {
  background-color: #ffffff;
  position: relative;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
  border-width: 10px;
  margin: auto;
  margin-top: 22px;
  margin-bottom: 22px;
  text-align: center;
  line-height: 180px;
  z-index: -1;
}
.circular--portrait .img-fluid {
  width: auto;
  height: 150px;
  vertical-align: middle;
}
.circular--portrait .large-profo-preview-img {
  width: 200px;
  height: 190px;
}

.nav-item {
  transition: all 0.15s ease-in-out;
  border-radius: 10px;
}

.nav-item:hover {
  background-color: #586a7d;
  opacity: 0.5;
  box-shadow: 0 0 3px 2px #586a7d;
}

.portfolio_modal_img {
  overflow: hidden;
  object-fit: contain;
}
.portfolio_modal_img img {
  max-width: 400px;
  width: 100%;
  height: auto;
}

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