/* ---------------------------- Side Header Styling
*/

.site-nav-bar {
  width: 100%;
  min-width: 100%;
  z-index: 1000;
  padding: 5px;
  padding-top: 3em;
  padding-bottom: 2.5em;
}

.site-nav-bar a {
  color: black;
}

.site-nav-bar-link {
  display: inline;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1.25em;
  color: black;

  /* text-decoration: underline; */
}

.subpage-header {
  /* font-family: "Fira Code", "Trade Winds", "Press Start 2P"; */
}

/* ---------------------------- Contact section
*/

.contact-link {
  text-align: center;
}

.contact-logo {
  height: 12px;
  transform: translate(0, -1px);

  /* transform: translate(-50%, -50%); */
}

#contact-div p {
  margin-bottom: 0;
  line-height: 1.25;
}

/* -------------------------------
*/

.yellow-bg {
  background-color: yellow;
  display: inline;
}

.centered {
  display: block;
  margin: auto;
}

.centered_container {
  text-align: center;
  width: 100%;
}

html,
body {
  height: 100%;
  line-height: 1.4;
}

.jm-arxiv-logo {
  height: 25px;
}

.jm-paper-link-logo {
  height: 18px;
}
