@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v94/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
  font-display: swap;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v69/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format("woff2");
  font-display: swap;
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.material-icons,
.material-icons-outlined {
  font-size: 1rem;
  vertical-align: middle;
  padding-bottom: 2px;
}

.profile-page {
  height: 90%;
  display: flex;
  align-items: center;
}

.profile-box {
  border-radius: 16px;
  overflow: hidden;
  width: 320px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .profile-box {
    width: auto;
  }
  .profile-box .profile-info {
    padding-left: 32px;
    padding-right: 32px;
    align-items: flex-start;
  }
  .profile-box .profile-info img {
    width: 300px;
    height: 82px;
  }
  .profile-box .profile-info p {
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.profile-image {
  background-image: url(../image/apirak@2x.jpg);
  background-position: center top;
  background-size: 320px 337px;
  width: 320px;
  height: 320px;
}

.profile-info {
  padding: 16px;
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: center;
}
.profile-info p {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #212529;
  text-align: center;
}
.profile-info img {
  width: 254px;
  height: 70px;
  margin-left: -6px;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

a,
.nav-link,
.link-dark,
.material-icons {
  text-decoration: none;
}
a:hover,
.nav-link:hover,
.link-dark:hover,
.material-icons:hover {
  color: #0d6efd;
}
a:hover .material-icons,
.nav-link:hover .material-icons,
.link-dark:hover .material-icons,
.material-icons:hover .material-icons {
  color: #0d6efd;
}

.selected {
  position: relative;
  display: inline-block;
}

.selected::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background-color: #0d6efd;
  border-radius: 50%;
  display: block;
}

a.selected:hover {
  color: #000000;
}

footer {
  color: rgb(97, 97, 97);
  height: 72px;
}

.contact-box a {
  text-decoration: none;
  padding-left: 2px;
}

.portfolio {
  height: 100%;
}

.card {
  margin-bottom: 32px;
  width: 320px;
  height: 432px;
  border-radius: 16px;
  overflow: hidden;
  border: 0px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
}
.card H5 a:hover {
  color: #000000;
}

.card:not(:last-child) {
  margin-right: 32px;
}

.card-body {
  flex-direction: column;
  border-top: 1px solid #eee;
}

.post-header {
  text-align: center;
  margin-top: 32px;
}

.post-content {
  max-width: 680px;
  padding: 0 15px;
}
.post-content p {
  margin-top: 32px;
}
.post-content h1 {
  margin-top: 32px;
}

.clickable {
  cursor: pointer;
}

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