@font-face {
    font-family: 'Berkeley';
    src: url('/assets/fonts/BerkeleyMono-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Berkeley';
    src: url('/assets/fonts/BerkeleyMono-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html, body {
  font-family: 'Berkeley', monospace;
}

nav h1:hover {
  text-decoration: underline;
}

.active {
  font-weight: bold;
  text-decoration: underline;
}

nav a:hover {
  text-decoration: underline;
}

h2 {
  font-weight: bold;
}

.font-berkeley {
  font-family: "Berkeley", monospace;
}

.image-crop {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

@media (min-width: 430px) {
  /* make it so navbar items are stacked atop each other */
  .navbar-nav {
    display: flex;
    align-items: center;
    margin: 10px 0px 10px 0px;
  }
  .nav-item {
    display: block;
    font-weight: bold;
  }
}
