/* ===================================================================== */
/* ================================= Styles ============================= */
/* ===================================================================== */

/* ====== headings/titles ====== */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Helvetica Neue , Arial,sans-serif;
    line-height: 1.6em;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}
h1, .h1 {
  font-size: 300%;
  font-weight: 600;
  line-height: 1.4em;
  color: #000;
}
h2, .h2 {
  font-size: 200%;
  font-weight: 600;
  color: #000;
}
h3, .h3 {
  font-size: 175%;
  font-weight: 600;
  color: #000;
}
h4, .h4 {
  font-size: 125%;
  font-weight: 600;
  color: #000;
}
h5, .h5 {
  font-size: 100%;
  font-weight: 600;
}
h6, .h6 {
  font-size: 105%;
  font-weight: 600;
}
img.board-pics {
  width: 150px;
}
table.board td {
  width: 25%;
}