.my-none {
  margin-top: 0;
  margin-bottom: 0;
}

.mb-none {
  margin-bottom: 0;
}

.mt-sm {
  margin-top: 1rem;
}

@font-face {
  font-family: "Glass TTY VT220";
  src: url("/font/Glass_TTY_VT220.woff2") format("woff2"), url("/font/Glass_TTY_VT220.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSerif";
  src: url("/font/IBMPlexSerif-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSerif";
  src: url("/font/IBMPlexSerif-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "IBMPlexSerif";
  src: url("/font/IBMPlexSerif-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSerif";
  src: url("/font/IBMPlexSerif-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "IBMPlexSerif";
  src: url("/font/IBMPlexSerif-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "IBMPlexSerif";
  src: url("/font/IBMPlexSerif-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSerif";
  src: url("/font/IBMPlexSerif-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "IBMPlexSerif";
  src: url("/font/IBMPlexSerif-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSerif";
  src: url("/font/IBMPlexSerif-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "IBMPlexSerif";
  src: url("/font/IBMPlexSerif-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSerif";
  src: url("/font/IBMPlexSerif-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSerif";
  src: url("/font/IBMPlexSerif-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "IBMPlexSerif";
  src: url("/font/IBMPlexSerif-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSerif";
  src: url("/font/IBMPlexSerif-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
/**
 * CSS here is a modified version of the Jek theme 
 * https://github.com/tcbutler320/jek
 */
body {
  background-color: #292524;
  color: #f9fafb;
  font-family: "IBMPlexSerif", serif;
  font-size: 16px;
  min-height: 100vh;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

header {
  min-height: 50px;
}

footer {
  min-height: 50px;
}

a {
  color: #a8a29e;
  text-decoration: none;
}
a h1, a h2, a h3, a h4 {
  color: #f9fafb;
}

a:hover {
  text-decoration: underline;
}

img {
  width: 100%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  /* body {
    background-color: red;
} */
  body {
    margin: auto;
    width: 90%;
  }
  .nav {
    margin-right: 10px;
  }
}
@media only screen and (min-device-width: 768px) {
  /* body {
    background-color: blue;
} */
  body {
    margin: auto;
    width: 60%;
  }
  .nav {
    margin-right: 100px;
  }
}
nav {
  margin-bottom: 32px;
}

.zoom:hover {
  transform: scale(1.5);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

code {
  overflow-x: auto;
  background-color: #94a3b8;
  border-radius: 5px;
  color: #f8fafc;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  overflow-x: auto;
}

blockquote {
  margin: 0;
  padding-left: 1.4rem;
  border-left: 2px solid black;
}

.title {
  text-align: center;
}

.logo {
  font-size: 0.5rem;
  font-family: "Glass TTY VT220";
  display: block;
  color: #f5f5f4;
  background-color: #57534e;
  padding: 0.5rem;
  margin: 0;
}

.logo-link {
  text-decoration: none;
}

.logo-bg {
  border-radius: 8px;
}

@media (max-width: 600px) {
  .logo {
    font-size: 0.333rem;
  }
}
.bio {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.bio > h1, .bio h2 {
  margin-top: 0;
}
.bio .bio-avatar img {
  border-radius: 8px;
  max-width: 10vw;
}
.bio .bio-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
}
.bio .bio-socials a {
  margin-right: 1rem;
}

article {
  font-size: 18px;
}
article h1 {
  margin-bottom: 0px;
  color: #f3f4f6;
}
article .subtitle {
  font-size: 14px;
}

.subtitle {
  color: #9ca3af;
}

nav {
  color: #d6d3d1;
}
nav a:not(:last-child) {
  margin-right: 8px;
}
