/* news blog */

body {
  overflow-x: hidden;
  background: white;
}

.post-content p {
  margin-bottom: 1rem;
  line-height: 1.75;
}

.post-content h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.post-content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.post-content h3, .post-content h4, .post-content h5 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
/* end news blog */

.layout-container {
  /*overflow-x: hidden;*/
  overflow: hidden; /*fixes the double scroll bar issue*/
  width: 100%;
}