html, body {
  background-color: #fff;
  font: 16px/1.5 open_sansregular,HelveticaNeue,Helvetica,Arial,sans-serif; }

@media (min-width: 1200px) {
  .container {
    width: 960px; } }
header#pageHeader {
  height: 25%;
  /* background-image: url("/img/sortgull-cup-h160.png"); */
  /* background-position: top right; */
  background: url("/img/beans.jpg") no-repeat center center fixed;
  background-position: 0 -80px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 15px;
  text-align: center; }
  header#pageHeader a {
    color: #222; }
    header#pageHeader a:hover {
      color: #222;
      text-decoration: none; }
    header#pageHeader a h1.title {
      margin-top: 120px;
      color: #fff;
      font-size: 100px;
      margin-bottom: 0; }
    header#pageHeader a h2.subtitle {
      color: #fff;
      font-size: 40px;
      font-style: italic;
      margin: 0; }

@media (max-width: 768px) {
  header#pageHeader a {
    color: #fff; }
    header#pageHeader a:hover {
      color: #fff; }
    header#pageHeader a h1.title {
      margin-top: 0;
      font-size: 40px;
      color: #fff;
      text-align: right;
      padding-right: 24px;
      padding-top: 5px; }
    header#pageHeader a h2.subtitle {
      display: none; } }
#menu {
  display: none;
  padding-top: 20px; }
  #menu ul {
    list-style-type: none;
    padding: 0;
    text-transform: uppercase; }

#content {
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.5;
  font-family: "freight-text-pro", Georgia, Cambria, "Times New Roman", Times, serif; }
  #content header h1 {
    margin-top: 0; }
  #content .fb-post, #content iframe {
    margin: 1em auto !important; }

footer#pageFooter {
  color: #777;
  margin-top: 1em;
  margin-bottom: 1em; }

.permalink {
  float: right; }

.date {
  font-size: 13px;
  color: #999;
  positon: relative;
  top: -12px; }
  .date span {
    margin-left: 1em; }

#posts .post {
  margin-bottom: 3em; }
  #posts .post:last-child {
    margin-bottom: 0; }
  #posts .post .permalink {
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    color: #f4f5f6; }
  #posts .post:hover .permalink {
    color: #428bca; }
  #posts .post:first-child h1 {
    margin-top: 0; }
  #posts .post h1 {
    font-size: 24px; }
  #posts .post h2 {
    font-size: 20px; }

.attention-quote {
  font-size: 26px;
  line-height: 1.2;
  font-style: italic;
  padding: 1em 0.6em;
  padding-left: 40px;
  font-family: "Times New Roman", Times, serif;
  position: relative; }

blockquote {
  border-left: 8px solid #eee; }

blockquote, blockquote p {
  font-family: alright_sansmediumitalic,HelveticaNeue,Helvetica,Arial,sans-serif;
  font-style: italic;
  color: #686c68;
  line-height: 1.5;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  font-weight: 500; }

/*# sourceMappingURL=main.css.map */
