* {
  font-family: "Noto Sans TC", sans-serif;
}

@media screen and (min-width: 992px) {
  #sideNav .navbar-nav .nav-item .nav-link {
    font-weight: 800;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
  }
  #sideNav {
    text-align: center;
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 20%;
    height: 100vh;
  }
  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 10rem;
    max-height: 10rem;
    border: 0.5rem solid rgba(255, 255, 255, 0.2);
  }
  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  #sideNav {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  section.resume-section {
    padding-left: 3rem;
  }
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
}

.social-icons .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 3.5rem;
  background-color: #495057;
  color: #fff;
  border-radius: 100%;
  font-size: 1.5rem;
  margin-right: 1.5rem;
}
.social-icons .social-icon:last-child {
  margin-right: 0;
}
.social-icons .social-icon:hover {
  background-color: #bd5d38;
}

section.resume-section {
  display: flex;
  align-items: center;
  max-width: 75rem;
  padding-right: 3rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 100vh;
}
section.resume-section .resume-section-content {
  width: 100%;
}

.content {
  display: flex;
  align-items: center;
}

.sameboat-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 1rem;
}
