body {
  font-family: Verdana,Arial, Helvetica, sans-serif;
  color: #333;
  background-color: white;
  padding: 0;
  margin: 0;
  line-height: 1.4em;
}
@font-face {
  font-family: 'fontin_sans_rgregular';
  /* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
  src: url('../resources/fontinsans/fontin_sans_r_45b-webfont.eot');
  src: url('../resources/fontinsans/fontin_sans_r_45b-webfont.eot?#iefix') format('embedded-opentype'),
       url('../resources/fontinsans/fontin_sans_r_45b-webfont.woff') format('woff'),
       url('../resources/fontinsans/fontin_sans_r_45b-webfont.ttf') format('truetype'),
       url('../resources/fontinsans/fontin_sans_r_45b-webfont.svg#fontin_sans_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'fontin_sans_rgregular',Arial,Helvetica,sans-serif;
  font-weight: normal;
  color: 272525;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
  letter-spacing: 0em !important;
}
#bodyBlock {
  position: relative;
  z-index: 2;
  padding: 1em 2em 4em 2em;
}
header {
  padding: 2em 0;
  text-align: center;
}
header img {
  max-width: 100%;
}
#tagline {
  color: #666;
  font-weight: bold;
  padding: 4px 0 6px 0;
  text-align: center;
}
#tagline.tagline-fixed {
  position: fixed;
  z-index: 1;
  width: 100%;
  bottom: 50px;
}
#tagline h1,
#tagline h2 {
  display: inline;
  font-size: 1.4em;
  line-height: 1.2em;
}
#contentBlock {
  padding: 2em 0;
  max-width: 800px;
  margin: auto;
}
p {
  margin: 0 0 1em 0;
  padding: 0;
}
#services {
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  padding: 1em 1em 1em 2em;
  margin: 0;
}
#services li {
  list-style: circle;
}
main {
  margin: 0 0 3em 0;
}
#http-status-page {
  width: 100%;
  text-align: center;
}
#http-status-page h1 {
  margin: 2em 0 0.5em;
}
footer {
  position: fixed;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: white url("resources/katahdin-FredericEdwinChurch-inset-publicDomain.jpg") no-repeat right bottom;
  color: #666;
  opacity: 0.6;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width : 375px) {
  #tagline.tagline-fixed {
    bottom: 100px;
  }
}

@media only screen and (max-height : 550px) {
  #tagline.tagline-fixed {
    display: none;
  }
}

/* Small Devices, Tablets */
/* Primary Break Point */
@media only screen and (min-width : 768px) {
  #contentBlock {
    display: flex;
    justify-content: space-between;
    padding-top: 0;
  }
  #tagline {
	  margin-top: 4em;
	  padding: 0;
  }
  #tagline h1, #tagline h2 {
	  font-size: 1.8em;
	  line-height: 1.4em;
  }
  main {
     margin-right: 2em; 
  }
  #services {
    min-width: 260px;
  }
  footer {
    background-position: center bottom;
  }
}