/* header */
h2.title-about {
  display: inherit;
}

/* sidebar */
h4 {
  font-size: 14px;
  font-weight: bold;
  color: #ca600a;
  text-transform: uppercase;
}

.citation {
  font-size: 12px;
  padding: 4px 15px;
}

.citation-title {
  font-style: italic;
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
  .sidebar-column img {
    width: 200px;
    height: auto;
  }
}

@media only screen and (max-width: 599px) {
  img.graph {
    width: 300px;
    height: auto;
  }
  .main-content.main {
    flex-direction: column;
  }
  .sidebar-column {
    flex-direction: column;
    justify-content: center;
  }
}
