@font-face {
  font-family: 'LubalinGraphStd-BoldOblique';
  src: url('webfonts/2C014C_0_0.eot');
  src: url('webfonts/2C014C_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2C014C_0_0.woff') format('woff'), url('webfonts/2C014C_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'LubalinGraphStd-Bold';
  src: url('webfonts/2C014C_1_0.eot');
  src: url('webfonts/2C014C_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2C014C_1_0.woff') format('woff'), url('webfonts/2C014C_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'LubalinGraphStd-BookCond';
  src: url('webfonts/2C014C_2_0.eot');
  src: url('webfonts/2C014C_2_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2C014C_2_0.woff') format('woff'), url('webfonts/2C014C_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'LubalinGraphStd-BoldCond';
  src: url('webfonts/2C014C_3_0.eot');
  src: url('webfonts/2C014C_3_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2C014C_3_0.woff') format('woff'), url('webfonts/2C014C_3_0.ttf') format('truetype');
}
@font-face {
  font-family: 'LubalinGraphStd-Demi';
  src: url('webfonts/2C013F_0_0.eot');
  src: url('webfonts/2C013F_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2C013F_0_0.woff') format('woff'), url('webfonts/2C013F_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'LubalinGraphStd-Book';
  src: url('webfonts/2C013F_1_0.eot');
  src: url('webfonts/2C013F_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2C013F_1_0.woff') format('woff'), url('webfonts/2C013F_1_0.ttf') format('truetype');
}
html,
body {
  height: 100%;
  font-size: 20px;
}
body {
  background: #f1efdb;
  color: #f1efdb;
  font-family: 'LubalinGraphStd-Demi';
}
@media (min-width: 780px) {
  body {
    background-image: url("../images/bg.jpg");
    background-size: cover;
  }
}
p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 780px) {
  p {
    font-size: .8em;
  }
}
a {
  text-decoration: none;
  color: #f1efdb;
}
a:hover {
  color: #e81807;
  text-decoration: underline;
}
.content-wrap {
  min-height: 100%;
}
header#global {
  z-index: 1;
  position: relative;
  height: 480px;
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid #f1efdb;
  box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.4);
}
header#global nav {
  background: url("../images/nav-bg.png") repeat-x center center;
  font-family: 'LubalinGraphStd-Book';
  z-index: 2;
  position: relative;
}
header#global nav ul {
  font-size: 1.25em;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
}
header#global nav ul li a {
  color: #5d401e;
  line-height: 2.5em;
}
header#global nav ul li a:hover {
  color: #e81807;
}
header#global nav ul li.products {
  order: 1;
}
header#global nav ul li.about {
  order: 2;
}
header#global nav ul li.home {
  order: 3;
  background: url("../images/bg.jpg");
  padding: .8em;
}
header#global nav ul li.home h1 a {
  color: #e81807;
  font-family: 'LubalinGraphStd-Bold';
  text-transform: uppercase;
  font-size: 1.75em;
  line-height: 1em;
}
header#global nav ul li.home h1 a:hover {
  text-decoration: none;
}
header#global nav ul li.home h2 {
  color: #e81807;
  font-family: 'LubalinGraphStd-BookCond';
  text-transform: uppercase;
  font-size: .55em;
  letter-spacing: -1px;
  margin-top: -0.4em;
}
header#global nav ul li.home h2 span.sausage {
  font-family: 'LubalinGraphStd-BoldCond';
}
header#global nav ul li.history {
  order: 4;
}
header#global nav ul li.contact {
  order: 5;
}
@media (min-width: 780px) {
  header#global nav {
    padding: 2em 0;
  }
}
@media (max-width: 780px) {
  header#global nav {
    background: #f1efdb;
  }
  header#global nav ul {
    flex-flow: column nowrap;
    align-items: stretch;
    font-size: 1em;
  }
  header#global nav ul li {
    border-bottom: 1px dotted #5d401e;
    position: relative;
    margin: 0 1.15em;
  }
  header#global nav ul li a:hover {
    color: #5d401e;
    text-decoration: none;
  }
  header#global nav ul li:not(.home) {
    display: none;
  }
  header#global nav ul li:not(.home) a {
    display: block;
  }
  header#global nav ul li.home {
    background: #f1efdb;
    border: 0;
    margin: 0;
    padding: .6em;
  }
  header#global nav ul li.home div.menu-button {
    content: '';
    background: url("../images/menu-bars.png") center center no-repeat;
    background-color: #5d401e;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3.5em;
  }
  header#global nav ul li:not(.home):after {
    content: '\00bb';
    color: #5d401e;
    position: absolute;
    right: 0;
    top: .8em;
  }
  header#global nav ul li:last-of-type {
    border-bottom: none;
  }
}
header#global .callout {
  text-indent: -9999em;
  width: 350px;
  height: 350px;
  display: block;
  background: url("../images/callout.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  left: -20px;
}
@media (max-width: 780px) {
  header#global .callout {
    bottom: 100px;
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 780px) and (max-width: 1025px) {
  header#global .callout {
    bottom: 100px;
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1025px) and (max-width: 1350px) {
  header#global .callout {
    bottom: 50px;
  }
}
header#global.home {
  background-image: url("../images/home-bg.jpg");
}
header#global.about {
  background-image: url("../images/about-bg.jpg");
}
header#global.contact {
  background-image: url("../images/contact-bg.jpg");
}
header#global.products {
  background-image: url("../images/products-bg.jpg");
}
@media (min-width: 1025px) {
  header#global.products .callout {
    bottom: 50px;
  }
}
header#global.history {
  background-image: url("../images/history-bg.jpg");
}
header#global:after {
  border-bottom: 5px solid #5d401e;
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
}
@media (max-width: 1025px) {
  header#global {
    height: 400px;
  }
}
@media (max-width: 780px) {
  header#global {
    height: 300px;
  }
}
header#global.products li.products a {
  color: #e81807;
}
header#global.about li.about a {
  color: #e81807;
}
header#global.contact li.contact a {
  color: #e81807;
}
header#global.history li.history a {
  color: #e81807;
}
article#main {
  border-top: 5px solid #5d401e;
  padding-bottom: 5em;
  z-index: 2;
  position: relative;
  width: 50em;
  margin: 0 auto;
}
article#main > header {
  margin-top: -5em;
}
article#main > header h3 {
  z-index: 1;
  font-family: 'LubalinGraphStd-BoldOblique';
  font-size: 3em;
  position: relative;
  top: 0.23em;
  padding-left: 1em;
}
@media (max-width: 780px) {
  article#main > header h3 {
    font-size: 2em;
  }
}
article#main section.content {
  background: url("../images/content-bg.jpg") center center no-repeat;
  background-size: cover;
  border: 20px solid #f1efdb;
  border-radius: 10px;
  padding: 1em 2em;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 2em;
  position: relative;
}
article#main section.content > p {
  position: relative;
}
article#main section.content > p:first-of-type {
  padding-top: 4em;
}
article#main section.content > p:first-of-type span.first-letter {
  font-size: 3.5em;
  padding: .25em .1em .1em .1em;
  border: 1px solid #f1efdb;
  margin-right: 5px;
  display: block;
  line-height: 1em;
  height: 1.15em;
  float: left;
  margin-top: -0.75em;
  background: url("../images/first-letter-bg.png") center 5px no-repeat;
}
article#main section.content > p:first-of-type span.first-letter.wide {
  background-image: url("../images/first-letter-wide-bg.png");
}
@media (max-width: 780px) {
  article#main section.content > p:first-of-type span.first-letter {
    background-image: url("../images/first-letter-narrow-bg.png");
    background-position: center 3px;
  }
  article#main section.content > p:first-of-type span.first-letter.wide {
    background-image: url("../images/first-letter-bg.png");
  }
}
article#main section.content > p:last-of-type {
  padding-bottom: 2em;
}
article#main section.content:before {
  background: url("../images/star-bg.png") left top repeat-x;
  content: '';
  height: 5px;
  position: absolute;
  top: 1em;
  left: 2em;
  right: 2em;
}
article#main section.content:after {
  background: url("../images/banner-bg.png") left top repeat-x;
  content: '';
  height: 18px;
  position: absolute;
  bottom: 1em;
  left: 2em;
  right: 2em;
}
article#main section.content.contact {
  padding: 0;
}
article#main section.content.contact iframe {
  width: 100%;
  height: 500px;
  display: block;
}
article#main section.content.contact section.card {
  background: url("../images/content-bg.jpg") center center no-repeat;
  position: absolute;
  width: 320px;
  padding: .5em;
  overflow: hidden;
}
article#main section.content.contact section.card p {
  font-family: 'LubalinGraphStd-Demi';
  font-size: .8em;
  line-height: 1.25em;
  z-index: 1;
  position: relative;
}
article#main section.content.contact section.card.logo {
  text-transform: uppercase;
}
article#main section.content.contact section.card.logo h4 {
  font-family: 'LubalinGraphStd-BoldOblique';
  margin-bottom: .25em;
}
article#main section.content.contact section.card.logo p,
article#main section.content.contact section.card.logo h4 {
  padding-left: 70px;
}
article#main section.content.contact section.card.logo img {
  position: absolute;
  top: .5em;
  left: .5em;
}
article#main section.content.contact section.card.logo:after {
  content: '';
  position: absolute;
  left: .5em;
  top: .5em;
  right: .5em;
  bottom: .5em;
  background: url("../images/globe.png") left center no-repeat;
  background-size: contain;
  z-index: 0;
}
article#main section.content.contact section.card.email {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
article#main section.content.contact section.card.email a {
  font-size: .9em;
}
article#main section.content.contact section.card.logo,
article#main section.content.contact section.card.hours {
  top: 150px;
}
article#main section.content.contact section.card.email,
article#main section.content.contact section.card.map {
  top: 300px;
}
article#main section.content.contact section.card.logo,
article#main section.content.contact section.card.email {
  left: 20px;
}
article#main section.content.contact section.card.hours,
article#main section.content.contact section.card.map {
  right: 20px;
}
article#main section.content.contact section.card.hours h4,
article#main section.content.contact section.card.map h4 {
  background: #f1efdb;
  color: #5d401e;
  float: left;
  font-family: 'LubalinGraphStd-Bold';
  text-transform: uppercase;
  padding: .25em .25em 0 .25em;
}
article#main section.content.contact section.card.hours p,
article#main section.content.contact section.card.map p {
  float: left;
  padding: .2em 0 0 .75em;
  border-top: 1px solid #f1efdb;
}
article#main section.content.contact section.card.hours p a:first-of-type,
article#main section.content.contact section.card.map p a:first-of-type {
  margin-right: 1.1em;
}
article#main section.content.contact section.card.hours p a:last-of-type,
article#main section.content.contact section.card.map p a:last-of-type {
  margin-left: 1.1em;
}
@media (max-width: 780px) {
  article#main section.content.contact {
    padding: 1em;
  }
  article#main section.content.contact iframe {
    display: none;
  }
  article#main section.content.contact section.card {
    position: relative;
    padding: 0;
    width: 100%;
    background: none;
    font-size: .9em;
    margin-top: 1em;
  }
  article#main section.content.contact section.card.logo:after {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  article#main section.content.contact section.card.logo,
  article#main section.content.contact section.card.hours,
  article#main section.content.contact section.card.email,
  article#main section.content.contact section.card.map {
    top: auto;
    left: auto;
    right: auto;
  }
  article#main section.content.contact section.card:last-of-type {
    margin-bottom: 2em;
  }
}
article#main section.content.products {
  padding: 1em;
  position: relative;
}
article#main section.content.products img {
  width: 100%;
  display: block;
}
article#main section.content.products p {
  position: absolute;
  text-indent: -9999em;
}
article#main section.content.products:before,
article#main section.content.products:after {
  content: none;
}
article#main section.pig {
  text-align: center;
}
article#main section.pig img {
  width: 20%;
}
@media (max-width: 780px) {
  article#main section.pig img {
    width: 33%;
  }
}
@media (min-width: 1025px) {
  article#main.products {
    width: 60em;
  }
}
@media (max-width: 1025px) {
  article#main {
    width: 100%;
  }
  article#main section.content {
    padding: 1em;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
  article#main section.content:before,
  article#main section.content:after {
    left: 1em;
    right: 1em;
  }
}
footer#global {
  border-top: 0.25em solid #e81807;
  background: #5d401e;
  height: 5em;
  margin-top: -5em;
  padding-top: .75em;
  text-align: center;
  box-shadow: 0px -5px 30px 0px rgba(0, 0, 0, 0.4);
  z-index: 3;
  position: relative;
}
footer#global p {
  margin-bottom: 0;
  line-height: 1em;
}
footer#global p.hours {
  font-size: 1.15em;
}
@media (max-width: 780px) {
  footer#global p.hours {
    font-size: .7em;
  }
}
footer#global p.contact {
  font-size: .8em;
}
@media (max-width: 780px) {
  footer#global p.contact {
    font-size: .6em;
  }
}
footer#global p.colophon {
  font-size: .66em;
}
@media (max-width: 780px) {
  footer#global p.colophon {
    font-size: .5em;
  }
}
