/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/***** BASE STYLES *****/
   body, html {
     height: auto;
     max-width: 100vw;
   }

   html {
     font-size: 16px;
     margin: 0;
     padding: 0;
     border: 0;
     width: auto;
     overflow-x: hidden;
   }

   body {
     font-family: 'Arial Narrow', sans-serif;
   }

   @font-face {
     font-family: 'block';
     src: url('../font/lhf-mikes-block.ttf') format('truetype');
   }

/* Glass Antiqua css =
	font-family: 'Glass Antiqua', cursive; */


/***** HEADER & NAVIGATION SECTION *****/
header {
	background-color: #800020;
	background-position: center;
	height: 100%;
  width: 100%;

}

.hero {
	display: block;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.background img {
	width: 100vw;
}

.navigation nav {
	font-family: block;
	font-size: 2rem;
	position: relative;
	text-align: center;

}

.navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}

.navigation li {
  margin: 0 2vw;
  list-style-type: none;
  line-height: .125rem;
}

.navigation nav a{
  color: white;
  padding: 1vw;
  display: block;
  text-decoration: none;
}

.heading {
  font-family: 'Glass Antiqua', cursive;
	color: #ffffff;
	font-size: 1em;
	line-height: 1.125em;
}

.notice {
    width: 90%;
    display: block;
    margin: auto;
    padding: 10px 0;
}

 /***** MENU SECTION *****/
#menu {
  height: auto;
}

#menu img {
  width: 100%;
}

#menu p {
  font-family: 'Glass Antiqua', cursive;
  font-size: 1.25em;
  margin: 30px 10px;
}

#menu {
	height: auto;
	margin: 10px;
}

#menu h1, h2, h3 {
	text-align: center;
}

#menu h1 {
	font-family: block;
	color: #800020;
	font-size: 2.25em;
	line-height: 1em;
	transform:scaleY(1.1);
	letter-spacing: .1em
}

#menu h2 {
	font-family: 'Glass Antiqua', cursive;
	color: #800020;
	font-size: 1.875em;
	line-height: 1em;
	font-weight: normal;
}

#breakfast h2 {
	margin-top: -15px;
	margin-bottom: -20px;
}

.menu-items h3 {
	font-family: 'Glass Antiqua', cursive;
	font-size: 1.125em;
	line-height: 1em;
  margin-bottom: -15px;
}

ul.leaders {
  max-width: 40em;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
  font-size: .75em;
  line-height: 1.5em;
  }

ul.leaders span:first-child {
  padding-right: 0.33em;
  background: white;
  }

  ul.leaders span:first-child::after {
  float: left;
  width: 0;
  white-space: nowrap;
  content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ;
}

ul.leaders span + span {
  float: right;
  padding-left: 0.33em;
  background: white;
  position: relative;
  z-index: 1
  }

.house ul.leaders span + span, .house ul.leaders span:first-child {
  background: #800020
  }

.house {
	background-color: #800020;
	color: #ffffff;
  padding-top: 10px;
  margin-top: 20px;
  margin-bottom: -10px;
}

.house h3 {
	font-family: "Glass Antiqua", cursive;
	font-size: 1.125em;
	margin-bottom: 5px;
  margin-top: -3px;
}

.house ul {
  margin-top: -5px;
  padding: 0 5px 10px 5px;
}

#lunch h2, #dinner h2 {
	margin-top: 40px;
  margin-bottom: -15px;
}

#dinner #notation {
	font-size: .75rem;
	text-align: center;
  margin-top: 15px;
	margin-bottom: -10px;
}

#dinner-right #soup {
	font-size: .875rem;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#sides-left, #sides-right {
	float: left;
	width: 50%;
	margin-top: -5px;
}

#sides-left p, #sides-right p {
	text-align: center;
	margin-bottom: 10px;
  font-size: .875rem;
}

.daily {
	clear:left;
	font-family: 'Glass Antiqua', cursive;
	font-size: 1.125rem;
	font-weight: normal;
	margin-top: 5px;
}



/***** CONTACT SECTION *****/
#contact {
	height: auto;
	margin: 10px;
}

#contact h1, h2, p {
	text-align: center;
}

#contact h1 {
	font-family: block;
	color: #800020;
	font-size: 2.25em;
	line-height: 1em;
	transform:scaleY(1.1);
	letter-spacing: .1em;
  margin-top: 40px;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

#contact h2 {
	margin-bottom: -10px;
  font-size: 1.25em;
  font-family: 'Glass Antiqua', cursive;
}

#contact p {
	font-size: .75em;
	line-height: 1.25em;
}

iframe {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 30%;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}

/***** FOOTER SECTION *****/
.footer {
	height: 100px;
}

.footer h3 {
	font-family: 'Glass Antiqua', cursive;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: -20px;
  margin-top: 40px;
  text-align: center;
}

.footer p {
	font-size: .875em;
	text-align: center;
}

.footer a:link {
	text-decoration: none;
	color: #000000;
}

.footer a:hover {
	text-decoration: none;
	color: #800020;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media all and (min-width: 760px) {
  /* TABLET STYLES HERE */


/***** HEADER & NAVIGATION SECTION *****/
header {
  height: auto;

}

.navigation nav {
  font-size: 3rem;
  line-height: 2rem;
}

.navigation ul {
  padding-top: 75px;
  width: 33%;
  margin: 0 auto;
}

.heading {
  font-size: 1.5rem;
  line-height: 1.5rem;
}


/***** MENU SECTION *****/
#menu p {
  font-size: 1.75em;
}

#menu {
  height: auto;
}

#menu h1 {
  font-size: 2.875em;
}

#menu h2 {
  font-size: 1.5em;
}

#breakfast h2 {
  margin-top: -20px;
  margin-bottom: -25px;
}

.menu-items h3 {
  font-size: 1.5em;
}

#breakfast-left {
  float: left;
  width: 45%;
  margin: 0 auto;
}

#breakfast-right {
  float: right;
  width: 45%;
  margin: 0 auto;
}

.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both
 }

.house {
  float: left;
  width: 45%;
}

.house h3 {
  font-size: 1.5em;
}

.house li {
  padding-bottom: -10px;
  margin-bottom: -15px;
}

h3.meats, .meats li {
  margin-top: -45px;
}

#lunch h2 {
  margin-bottom: -25px;
  margin-top: 50px;
}

#lunch-left {
  float: left;
  width: 45%;
  margin: 0 auto;
}

#lunch-right {
  float: right;
  width: 45%;
  margin: 0 auto;
}

#dinner h2 {
  padding-bottom: 10px;
  margin-top: 20px;
}

#dinner #notation {
  font-size: 1rem;
  margin-top: 5px;
  margin-bottom: -10px;
}

#dinner-left {
  float: left;
  width: 45%;
  margin: 0 auto;
}

#dinner-right {
  float: right;
  width: 45%;
  margin: 0 auto;
}

#dinner-right #soup {
  font-size: 1rem;
}

#sides-left p, #sides-right p {
  font-size: 1rem;
  line-height: 1rem;
}

.daily h3 {
  margin-top: -35px;
}


/***** CONTACT SECTION *****/
#contact h1 {
  font-size: 2.875em;
}

img {
  width: 50%;

}

#contact h2 {
  margin-top: 10px;
}

iframe {
  width: 60%;
  height: 40%;
}

/***** FOOTER SECTION *****/


@media all and (min-width: 1000px) {
  /* LAPTOP STYLES HERE */

/***** HEADER & NAVIGATION SECTION *****/
header {
  height: auto;

}

.heading {
    position: relative;
    background-color: #800020;
    height: 150px;
}

.heading #two-lines {
  font-size: 1.325rem;
}

.notice {
    font-size: 1.25rem;
}

/***** MENU SECTION *****/
#menu {
  margin-bottom: 10px;
}

#menu p {
  font-size: 2em;
  margin-bottom: 10px;
}

#menu h1 {
  font-size: 3em;
}

#menu h2 {
  font-size: 2em;
}

.menu-items h3 {
  font-size: 1.875em;
}

.menu-items ul {
  font-size: 1em;
}

#breakfast-left, #breakfast-right {
  width: 48%;
}

.house ul {
  overflow-x: hidden;
  overflow-y: hidden;
}

h3.meats, .meats li {
  margin-top: -90px;
}

#lunch-left, #lunch-right {
  width: 48%;
}

#dinner #notation {
  font-size: 1.25rem;
}

#dinner-left, #dinner-right {
  width: 48%;
}

#dinner-right #soup {
  font-size: 1em;
}

#sides-left p, #sides-right p {
  font-size: 1em;
}

.daily {
  font-size: 1.5rem;
}


/***** CONTACT SECTION *****/
#contact {
  height: auto;
}


#contact h1 {
  font-size: 3em;
}

img {
  width: 35%;
}

#contact h2 {
  font-size: 2em;
}

#contact p {
  font-size: 1em;
}

/***** FOOTER SECTION *****/
.footer {
  height: 75px;
}

@media all and (min-width: 1900px) {
  /* DESKTOP STYLES HERE */

/***** HEADER & NAVIGATION SECTION *****/
header {
  height: auto;

}

/* .heading #one-line {
  left: 15px;
} */

.heading #two-lines {
  right: 15px;
  line-height: 1.125em;
}

/***** MENU SECTION *****/
#menu {
  height: auto;;
}

.menu-items ul {
  font-size: 1.25em;
}

.house {
  width: 37%;
}

h3.meats, .meats li {
  margin-top: -100px;
}

#dinner #notation {
  font-size: 1.5em;
}

#dinner #soup {
  font-size: 1.5em;
}

.daily {
  margin-top: -50px;
}

/***** CONTACT SECTION *****/

img {
  width: 30%;
}

iframe {
  width: 50%;
  height: 50%;
}

/***** FOOTER SECTION *****/
.footer h3{
  margin-top: 50px
}

.footer p {
  font-size: 1em;
}

}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
