/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* end of reset */
body {
  font-family: trade gothic lt std;
  background-color: #C2E7F3; }

container {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  background-color: #C2E7F3; }

#logo img {
  margin: auto;
  width: 100%; }

@media screen and (max-width: 450px) {
  #logo img {
    width: 100%; } }
#intro {
  background-image: url(images/introbg.jpg);
  background-color: #1A9092;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px;
  margin: auto;
  color: white; }

#intro p {
  text-align: center;
  font-size: 20px; }

#intro h2 {
  padding-top: 25px;
  font-size: 25px;
  text-align: center;
  color: white; }

@media screen and (max-width: 450px) {
  #intro p {
    font-size: 12px; }

  #intro h2 {
    font-size: 20px; } }
/* PART ONE OF TWO */
#partone ul li {
  padding-bottom: 20px; }

/* BREAKFAST */
#partone li#breakfast {
  background-image: url(images/breakfastbg.png);
  background-color: #F6BE73;
  background-position: center;
  background-repeat: no-repeat;
  height: 480px;
  margin: auto; }

#partone li#breakfast p {
  text-align: left;
  color: white;
  padding-left: 400px;
  line-height: 30px;
  padding-top: 20px; }

#partone li#breakfast h1 {
  font-size: 30px;
  padding-left: 200px;
  color: white;
  padding-top: 40px; }

#partone li#breakfast h2 {
  font-size: 20px;
  padding-left: 270px;
  line-height: 25px;
  color: white;
  padding-top: 30px; }

#partone li#breakfast img {
  top: 50%;
  left: 50%;
  width: 165px;
  height: 165px;
  margin-left: 60px;
  margin-bottom: -60px;
  -webkit-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#partone li#breakfast img#mayo {
  float: right;
  top: 50%;
  left: 50%;
  width: 165px;
  height: 165px;
  margin-left: 60px;
  margin-top: 250px;
  -webkit-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@media screen and (max-width: 450px) {
  #partone li#breakfast {
    background-color: #F6BE73;
    background-position: center;
    background-repeat: no-repeat; }

  #partone li#breakfast p {
    text-align: center;
    color: white;
    line-height: 30px;
    padding: 0px; }

  #partone li#breakfast h1 {
    font-size: 25px;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-left: 0px; }

  #partone li#breakfast h2 {
    font-size: 16px;
    padding-left: 0px;
    line-height: 25px;
    color: white;
    padding-top: 30px;
    text-align: center; }

  #partone li#breakfast img {
    top: 50%;
    left: 50%;
    width: 165px;
    height: 165px;
    margin: auto;
    -webkit-animation: spin 0s linear infinite;
    animation: spin 0s linear infinite; }
  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg); } }
  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  #partone li#breakfast img#mayo {
    display: none;
    float: right;
    top: 50%;
    left: 50%;
    width: 165px;
    height: 165px;
    margin: auto;
    -webkit-animation: spin 0s linear infinite;
    animation: spin 0s linear infinite; }
  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg); } }
  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } } }
/* LINNER */
#partone li#linner {
  background-image: url(images/linnerbg.jpg);
  background-color: #E46C4B;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  height: 575px; }

#partone li#linner p {
  text-align: left;
  color: white;
  padding-left: 400px;
  line-height: 30px;
  padding-top: 50px; }

#partone li#linner h2 {
  font-size: 20px;
  padding-left: 75px;
  line-height: 25px;
  color: white;
  padding-top: 125px;
  padding-left: 200px; }

#partone li#linner img#mustard {
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: 60px;
  -webkit-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@media screen and (max-width: 450px) {
  #partone li#linner {
    background-color: #E46C4B;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto; }

  #partone li#linner p {
    text-align: center;
    color: white;
    line-height: 30px;
    padding: 0px; }

  #partone li#linner h2 {
    font-size: 18px;
    padding: 10px;
    line-height: 20px;
    color: white; }

  #partone li#linner img#mustard {
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: 60px;
    -webkit-animation: spin 0s linear infinite;
    animation: spin 0s linear infinite; }
  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg); } }
  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } } }
/* UNUSUAL */
#partone li#unusual {
  background-image: url(images/unusualbg.jpg);
  background-color: #BCD75C;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  height: 448px; }

#partone li#unusual p {
  text-align: left;
  color: white;
  padding-left: 300px;
  line-height: 30px; }

#partone li#unusual h2 {
  font-size: 20px;
  padding-left: 200px;
  padding-top: 75px;
  line-height: 25px;
  padding-bottom: 50px;
  color: white; }

#partone li#unusual img#apple {
  float: right;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 60px;
  margin-right: 60px;
  -webkit-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#partone li#unusual img#raspberry {
  top: 50%;
  left: 50%;
  width: 80px;
  margin-left: 60px;
  margin-bottom: -60px;
  -webkit-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@media screen and (max-width: 450px) {
  #partone li#unusual {
    background-color: #BCD75C;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    height: 448px; }

  #partone li#unusual p {
    text-align: center;
    color: white;
    line-height: 30px;
    padding: 10px; }

  #partone li#unusual h2 {
    font-size: 18px;
    padding: 10px;
    line-height: 20px;
    color: white;
    padding-top: 30px; }

  #partone li#unusual img#apple {
    display: none;
    float: right;
    top: 50%;
    left: 50%;
    width: 200px;
    -webkit-animation: spin 0s linear infinite;
    animation: spin 0s linear infinite; }
  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg); } }
  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  #partone li#unusual img#raspberry {
    top: 50%;
    left: 50%;
    width: 80px;
    float: left;
    -webkit-animation: spin 0s linear infinite;
    animation: spin 0s linear infinite; }
  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg); } }
  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } } }
/* REGIONAL */
#partone li#regional {
  background-image: url(images/regionalbg.jpg);
  background-color: #5CA4D9;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  height: 575px; }

#partone li#regional p {
  text-align: left;
  color: white;
  padding-left: 350px;
  padding-top: 65px;
  line-height: 30px; }

#partone li#regional h2 {
  font-size: 20px;
  padding-left: 200px;
  padding-top: 100px;
  line-height: 25px;
  color: white; }

@media screen and (max-width: 450px) {
  #partone li#regional {
    background-color: #5CA4D9;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    height: 575px; }

  #partone li#regional p {
    text-align: center;
    color: white;
    padding: 15px;
    line-height: 30px; }

  #partone li#regional h2 {
    font-size: 20px;
    padding: 15px;
    text-align: center;
    line-height: 25px;
    color: white;
    padding-top: 60px; } }
/* PART TWO OF TWO */
#parttwo li#bread {
  background-color: #F6BE73;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  height: 1075px; }

#parttwo li#bread p {
  text-align: left;
  color: white;
  padding: 15px;
  line-height: 30px;
  padding-left: 180px; }

#parttwo li#bread h1 {
  font-size: 30px;
  padding-top: 10px;
  color: white;
  text-align: center; }

#parttwo li#bread h2 {
  font-size: 20px;
  padding-left: 125px;
  line-height: 25px;
  color: white; }

#parttwo li#bread img {
  height: 200px;
  padding-top: 50px; }

.anim {
  -webkit-animation: move 2s;
          animation: move 2s; }

@-webkit-keyframes move {
  100% {
    margin-left: 430px; } }

@keyframes move {
  100% {
    margin-left: 430px; } }
@media screen and (max-width: 450px) {
  #parttwo li#bread {
    background-color: #F6BE73;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    height: 1500px; }

  #parttwo li#bread p {
    text-align: center;
    color: white;
    padding: 20px;
    line-height: 30px; }

  #parttwo li#bread h1 {
    font-size: 30px;
    padding-left: 50px;
    color: white;
    padding-top: 50px; }

  #parttwo li#bread h2 {
    font-size: 20px;
    padding-left: 125px;
    line-height: 25px;
    color: white; }

  #parttwo li#bread img {
    height: 200px;
    padding-top: 50px; }

  .anim {
    -webkit-animation: move 0s;
            animation: move 0s; }

  @-webkit-keyframes move {
    100% {
      margin-left: 0px; } }

  @keyframes move {
    100% {
      margin-left: 0px; } } }
/* CONDIMENTS */
#parttwo li#condiments {
  background-color: #E46C4B;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  height: 567px; }

#parttwo li#condiments p {
  text-align: left;
  color: white;
  padding-left: 300px;
  line-height: 30px; }

#parttwo li#condiments h1 {
  font-size: 30px;
  padding-left: 50px;
  color: white; }

#parttwo li#condiments h2 {
  font-size: 20px;
  padding-left: 125px;
  padding-top: 15px;
  line-height: 25px;
  color: white; }

#parttwo li#condiments img {
  height: 200px;
  padding-top: 50px; }

.anim {
  -webkit-animation: move 2s;
          animation: move 2s; }

@keyframes move {
  100% {
    margin-left: 430px; } }
@media screen and (max-width: 450px) {
  #parttwo li#condiments {
    background-color: #E46C4B;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    height: 780px; }

  #parttwo li#condiments p {
    text-align: center;
    color: white;
    padding: 20px;
    line-height: 30px; }

  #parttwo li#condiments h1 {
    font-size: 30px;
    padding: 15px;
    color: white;
    text-align: center; }

  #parttwo li#condiments h2 {
    font-size: 20px;
    padding: 15px;
    line-height: 25px;
    color: white;
    text-align: center; }

  #parttwo li#condiments img {
    height: 200px;
    padding-top: 50px; }

  .anim {
    -webkit-animation: move 0s;
            animation: move 0s; }

  @-webkit-keyframes move {
    100% {
      margin-left: 0px; } }

  @keyframes move {
    100% {
      margin-left: 0px; } } }
/* FILLINGS */
#parttwo li#fillings {
  background-color: #AFC35A;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  height: 1030px; }

#parttwo li#fillings p {
  text-align: left;
  color: white;
  padding-left: 150px;
  line-height: 20px;
  padding-top: 30px; }

#parttwo li#fillings h1 {
  font-size: 30px;
  padding-left: 50px;
  color: white; }

#parttwo li#fillings h2 {
  font-size: 20px;
  padding-left: 125px;
  padding-top: 50px;
  line-height: 25px;
  color: white; }

#parttwo li#fillings img {
  height: 170px;
  padding-top: 50px; }

.anim {
  -webkit-animation: move 2s;
          animation: move 2s; }

@keyframes move {
  100% {
    margin-left: 430px; } }
@media screen and (max-width: 450px) {
  #parttwo li#fillings {
    background-color: #AFC35A;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    height: 1490px; }

  #parttwo li#fillings p {
    text-align: center;
    color: white;
    padding: 20px;
    line-height: 30px; }

  #parttwo li#fillings h1 {
    font-size: 30px;
    padding: 15px;
    color: white;
    text-align: center; }

  #parttwo li#fillings h2 {
    font-size: 20px;
    padding: 15px;
    line-height: 25px;
    color: white;
    text-align: center; }

  #parttwo li#fillings img {
    height: 200px;
    padding-top: 50px; }

  .anim {
    -webkit-animation: move 0s;
            animation: move 0s; }

  @-webkit-keyframes move {
    100% {
      margin-left: 0px; } }

  @keyframes move {
    100% {
      margin-left: 0px; } } }
/* COLD SANDWICH */
#parttwo li#cold {
  background-color: #5CA4D9;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  height: 400px; }

#parttwo li#cold p {
  text-align: left;
  color: white;
  padding-left: 150px;
  line-height: 30px; }

#parttwo li#cold h1 {
  font-size: 30px;
  padding-left: 50px;
  color: white; }

#parttwo li#cold h2 {
  font-size: 20px;
  padding-left: 125px;
  padding-top: 50px;
  line-height: 25px;
  color: white; }

#parttwo li#cold img {
  height: 200px;
  padding-top: 50px; }

.anim {
  -webkit-animation: move 2s;
          animation: move 2s; }

@keyframes move {
  100% {
    margin-left: 430px; } }
@media screen and (max-width: 450px) {
  #parttwo li#cold {
    background-color: #5CA4D9;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    height: 480px; }

  #parttwo li#cold p {
    text-align: center;
    color: white;
    padding: 20px;
    line-height: 30px; }

  #parttwo li#cold h1 {
    font-size: 30px;
    padding: 15px;
    color: white;
    text-align: center; }

  #parttwo li#cold h2 {
    font-size: 20px;
    padding: 15px;
    line-height: 25px;
    color: white;
    text-align: center; }

  #parttwo li#cold img {
    height: 200px;
    padding-top: 50px; }

  .anim {
    -webkit-animation: move 0s;
            animation: move 0s; }

  @-webkit-keyframes move {
    100% {
      margin-left: 0px; } }

  @keyframes move {
    100% {
      margin-left: 0px; } } }
/* HOT SANDWICH */
#parttwo li#hot {
  background-color: #F6BE73;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  height: 840px; }

#parttwo li#hot p {
  text-align: left;
  color: white;
  padding-left: 150px;
  line-height: 30px; }

#parttwo li#hot h1 {
  font-size: 30px;
  padding-left: 50px;
  color: white; }

#parttwo li#hot h2 {
  font-size: 20px;
  padding-left: 125px;
  padding-top: 50px;
  line-height: 25px;
  color: white; }

#parttwo li#hot img {
  height: 200px;
  padding-top: 50px; }

.anim {
  -webkit-animation: move 2s;
          animation: move 2s; }

@keyframes move {
  100% {
    margin-left: 430px; } }
@media screen and (max-width: 450px) {
  #parttwo li#hot {
    background-color: #F6BE73;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    height: 1150px; }

  #parttwo li#hot p {
    text-align: center;
    color: white;
    padding: 20px;
    line-height: 30px; }

  #parttwo li#hot h1 {
    font-size: 30px;
    padding: 15px;
    color: white;
    text-align: center; }

  #parttwo li#hot h2 {
    font-size: 20px;
    padding: 15px;
    line-height: 25px;
    color: white;
    text-align: center; }

  #parttwo li#hot img {
    height: 200px;
    padding-top: 50px; }

  .anim {
    -webkit-animation: move 0s;
            animation: move 0s; }

  @-webkit-keyframes move {
    100% {
      margin-left: 0px; } }

  @keyframes move {
    100% {
      margin-left: 0px; } } }
footer {
  width: 50%;
  margin: auto; }
  footer footer img {
    width: 60%;
    clear: both;
    background-repeat: no-repeat;
    overflow: auto;
    padding-top: 50px; }

@media screen and (max-width: 450px) {
  footer img {
    width: 100%; } }
