/* line 1, ../sass/contentstyles.scss */
h1 {
    color: #3b3b3b;
    font-family: 'Fjalla One', sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.2em;
}

a {
    color: #ffc800;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #ffc800;
}

/* line 7, ../sass/contentstyles.scss */
.gallery {
  margin: 0 auto;
  text-align: center;
}

/* line 12, ../sass/contentstyles.scss */
.galleryimage {
  display: inline-block;
  padding: 10px;
}

th {
    text-align: left;
}