@font-face {
  font-family: "IBMPlexMono-Regular";
  src: url("/static/fonts/IBMPlexMono-Regular.ef8b866bb24c.ttf");
}
@font-face {
  font-family: "IBMPlexMono-Bold";
  src: url("/static/fonts/IBMPlexMono-Bold.c220c40359b7.ttf");
}
@font-face {
  font-family: "IBMPlexSans-Regular";
  src: url("/static/fonts/IBMPlexSans-Regular.4edd0a387666.ttf");
}
@font-face {
  font-family: "IBMPlexSans-Bold";
  src: url("/static/fonts/IBMPlexSans-Bold.637ed9484d56.ttf");
}
body {
  padding: 2rem 2rem 2rem 2rem;
}

h1, h2, h3, h4, h5, h6, b, strong, .bold {
  font-family: "IBMPlexSans-Bold";
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-variant: normal;
  color: #222;
}

.bold_mono {
  font-family: "IBMPlexMono-Bold";
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-variant: normal;
  color: #222;
}

hr {
  border-top: 1px solid #222;
}

p, span {
  font-family: "IBMPlexSans-Regular";
  color: #222;
}

a {
  font-family: "IBMPlexMono-Regular";
  color: #222;
}
a:hover {
  border-bottom: none;
}

.no_hover:hover {
  border-bottom: 0px;
}

header {
  font-size: 1.5rem;
  font-family: "IBMPlexMono-Regular";
  padding-bottom: 1rem;
  border-bottom: 1px solid #222;
}
header .link {
  text-align: center;
}
header .main_title {
  padding-left: 1.5rem;
}
header .main_title a {
  font-family: "IBMPlexMono-Bold";
}
header a {
  text-decoration: none;
}
header a:hover {
  text-decoration: underline;
}
header .active {
  text-decoration: underline;
}
@media only screen and (max-width: 64em) {
  header .main_title {
    padding-left: 0rem;
    text-align: center;
  }
}

.home {
  overflow: hidden;
}

.container {
  text-align: center;
  padding-top: 1rem;
}
.container hr {
  width: 30%;
}
.container .section_title {
  padding-bottom: 1rem;
}
.container .item_title {
  text-decoration: underline;
}
.container .item_title a {
  font-family: "IBMPlexSans-Bold";
}
.container .project {
  padding-bottom: 1rem;
}
.container .project .description {
  padding-bottom: 0.5rem;
}
.container .project .description p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.container .project img, .container .project .video-container {
  width: 50%;
  height: auto;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border: 1px solid #222;
}
.container .project img.portrait {
  width: auto;
  height: 75%;
}
@media only screen and (max-width: 64em) {
  .container .project img, .container .project .video-container {
    width: 100%;
  }
}
.container .project a {
  font-weight: bold;
}
.container .project-detail {
  padding-bottom: 1rem;
}
.container .project-detail img {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border: 1px solid #222;
}
.container .project-detail .description {
  text-align: center;
  max-width: 50%;
  padding-bottom: 0.5rem;
}
.container .project-detail .video-container {
  width: 50%;
  height: auto;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border: 1px solid #222;
}
.container .project-detail .portrait-video-container {
  width: 30%;
  height: auto;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border: 1px solid #222;
}
.container .project-detail .images img {
  width: 30%;
  height: auto;
  align-items: center;
  /* align vertical */
}
.container .project-detail .images a:hover {
  border-bottom: none;
}
@media only screen and (max-width: 64em) {
  .container .project-detail img, .container .project-detail .video-container {
    width: 100%;
  }
}
.container .talk {
  padding-bottom: 1rem;
}
.container .talk a {
  font-weight: bold;
}
.container .links ul {
  list-style: none;
  padding-left: 0;
}
.container .about img {
  width: 30%;
}
.container .about a {
  font-weight: bold;
}
