/*
 * Theme Name: gelform 2016
*/
* {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQIW2NkQAWSjEh8SQYGhucwATAHJAkSgHNAAgBJLgMeVQZnUgAAAABJRU5ErkJggg==) repeat;
  font-size: 1.618em;
  /* Margin bottom by footer height */
  margin-bottom: 150px; }

#footer-site-wide {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 150px;
  background-color: white; }
  #footer-site-wide .container {
    padding-top: 15px; }
  #footer-site-wide p {
    margin: 0; }

/* -------------------------------------------------- */
h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: 'Varela Round', sans-serif;
  font-size: 1em;
  font-weight: normal; }
  h1 small, h2 small, h3 small, h4 small,
  .h1 small, .h2 small, .h3 small, .h4 small {
    display: block; }

p {
  margin-bottom: 15px; }

#wrapper-all {
  padding: 92.7px 0; }

#header-site-wide {
  margin-bottom: 92.7px; }
  #header-site-wide img {
    max-height: 57.3px; }
  #header-site-wide h1 {
    font-size: 1.618em; }

#prev-next-posts a {
  display: inline-block;
  padding: 0 15px; }

.btn {
  border: 0;
  box-shadow: none; }

.container {
  max-width: 750px; }
