body {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 3rem;
}

h1,
h2,
h3,
.links-list,
.links-list a {
  font-family: "VT323", monospace;
  font-weight: normal;
  text-transform: uppercase;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
  margin-top: 1rem;
}

.links-list {
  font-size: 1.2rem;
}

.jumbotron {
  background-color: rgba(255, 255, 255, 0.7);
  padding-bottom: 0px;
}

a {
  color: rgb(130, 130, 130);
  font-weight: bold;
}

a:hover {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px dotted;
}

.category-bio {
  color: #4e8c02;
}

.category-events,
.category-eng {
  color: #0d8ba1;
}

.category-making,
.category-comms {
  color: #8a0038;
}

.category-misc {
  color: rgb(130, 130, 130);
}

.no-fouc {
  display: none;
}

ul.no-bullets {
  list-style-type: none;
  padding-inline-start: 0px;
}

ul ul {
  font-size: 0.95rem;
  list-style-type: square;
}

.longform-text-container {
  margin-top: 4rem;
  font-size: 1.3rem;
}

p.caption {
  font-size: 1rem;
}

blockquote {
  margin: 0 0.5rem 1rem;
  padding: 0 1rem 0;
  border-left: 3px solid rgb(130, 130, 130);
}