@charset "utf-8";

body {
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  background-image: url(/assets/rgb_bg.png);
  background-size: cover;
  background-attachment: fixed;
}

.content {
  position: absolute;
  left: 300px;
  top: 50px;
}

.content_item {
  position: relative;
  width: auto;
  /* border-color: #e0e0e0;
  border-width: 0px 0px 2px 0px; */
  border-style: solid;
  padding: 24px;
  max-width: 800px;
  /* min-width: 90vw; */
  /* margin-right: 50px; */
  line-height: 140%;
  background-color: white;

  margin-bottom: 50px;
}


.content_item img {
  max-width: 100%;
}

/* .content .content_item:last-of-type {
  border-width: 0px 0px 0px 0px;
} */

.sidebar {
  /*position only*/
  position: absolute;
  left: 50px;
  top: 50px;
  width: 200px;
}

.sidebar .sidebar_item {
  /*visible: this allows the gaps to be seen. */
  /* border-color: #e0e0e0;
  border-width: 0px 0px 2px 0px; */
  border-style: solid;
  padding: 8px;
  /* margin-bottom: 0px; */
  text-align: right;
  line-height: 120%;
}

.sidebar_item {
  background-color: white;
  padding: 9px 0px;
  margin-bottom: 25px;
}

.sidebar_heading {
  line-height: 200%;
  font-weight: bold;
  font-size: 120%;
}

/* .sidebar .sidebar_item:last-of-type {
  border-width: 0px 0px 0px 0px;
} */

.bighead {
  background-color: white;
  line-height: 1em;
  font-size: 6em;
  height: 100px;
  margin: 0;
  font-family: "IBM Plex Mono", "Menlo", "DejaVu Sans Mono",
    "Bitstream Vera Sans Mono", Courier, monospace;
}

address {
  font-style: normal;
  line-height: 140%;
}

a {
  text-decoration: none;

  font-weight: bold;
}

.header {
  font-weight: bold;
  padding-bottom: 5px;
}

img {
  border: 0px;
  padding: 0px;
}

h3 {
  margin: 0px;
}

.date {
  font-style: italic;
  font-size: 75%;
}