/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * 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
   ========================================================================== */

body {
  /*padding-top: 25px;*/
  background-image: url("../img/wood-planks-bw-bg.jpg");
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center;
	color: #000;
}

a, a:hover, a:link, a:visited {
	color: inherit;
	text-decoration: none;
}

.red {color: red; }
.red-filter {filter: invert(13%) sepia(86%) saturate(6642%) hue-rotate(4deg) brightness(98%) contrast(118%);}
.red-bg {background-color: red; }
.orange { color: #f15b27; }
.orange-bg { background-color: #f15b27; }
.yellow { color: #f29a25; }
.yellow-bg { background-color: #f29a25; }
.green { color: #89c64e; }
.green-filter {filter: invert(47%) sepia(29%) saturate(4010%) hue-rotate(87deg) brightness(113%) contrast(116%);}
.green-bg { background-color: #89c64e; }
.neon-green { color: greenyellow; }
.neon-green-filter {filter: invert(77%) sepia(91%) saturate(397%) hue-rotate(29deg) brightness(105%) contrast(102%);}
.neon-green-bg { background-color: greenyellow; }

.px425 { display: none; }

.black-bg { background-color: rgba(0,0,0,0.5); }

hr { border-top: 2px solid #f15b27; }

ul {
	list-style: none;
	padding-left: 0px;
}

.small {
	font-size: 50%; 
	font-weight: 400;
}

section:last-child {
  padding-bottom: 30px;
}

/*-- Header --*/

header {
	position: relative;
}

header #mae-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 250px;
}

header .mae-info {
  margin-top: 10px;
	text-align: center;
}

header .mae-info ul li {
	display: inline;
}

header .mae-info ul li img {
	max-width: 50px;
}

/*-- Hours of Operations --*/

#hoo {
  margin-top: 20px;
  margin-bottom: 20px;
}

#hoo .col-12 {
	background-color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#hoo-order {
	padding: 25px;
	border-top-left-radius: 25px;
	background-color: #FFF;
}

#hoo ul {
  margin-bottom: 0px;
}

#hoo ul li {
	margin: 0px auto 2px auto;
	padding: 10px 0px;
	text-align: center;
	font-size: 18px;
}

#hoo ul.hoo-days li {
	color: #fff;
	background-color: #f15b27;
}

#hoo ul.hoo-time li {
	background: none;
	color: #333;
}

#hoo ul.hoo-days li.mon {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#hoo ul.hoo-days li.sun {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#hoo div.hoo-days, #hoo div.hoo-time {
  display: none;
}

/*-- Menu --*/

#menu {
	margin-top: 0px; 
	padding-bottom: 20px;
}

main .title {
  margin-bottom: 8px;
  padding: 5px 25px;
  color: #fff;
  font-weight: bold;
	text-shadow: 1px 1px 2px black;
  border-radius: 25px;
  display: inline-block;
}

#menu ul.items {
  margin-top: 15px;
  margin-bottom: 0px;
}

/*#menu div.row ul.col-lg-6:first-child {
  margin-bottom: 0px;
}*/

#menu div.row ul.col-lg-6:last-child {
  margin-top: 0px;
}

#menu .item {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -5px;
}

#menu .empty {
	display: none;
}

#menu .disclaimer {
	font-size: 8px;
	font-style: italic;
}

#menu .includes {
	width: 50%;
  background: #f15b27;
  margin-top: 20px;
  padding: 10px 5px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

#menu .round {
  position: relative;
  margin-left: 70px;
}

#menu .round-title {
	position: absolute;
	top: 80px;
	left: -140px;
	transform: rotate(-90deg);
	font-size: 16px;
	font-weight: 600;
	color: #f15b27;
}

#menu .round-title h1 {
	text-align: center;
	margin-bottom: 5px;
}

#menu .round-title hr {
	width: 190px;
	margin: 0px auto;
}

#menu .fresh {
  position: relative;
	margin-top: 15px;
}

#menu .fresh-title {
	position: absolute;
	top: 0px;
	left: 200px;
	font-weight: 600;
	color: #89c64e;
}

#menu .fresh-title h1 {
  margin-top: 10px;
  padding-left: 12px;
  border-left: 2px solid #89c64e;
  font-size: 14px;
}

/*-- Footer --*/

footer {
  background-color: #f15b27;
  color: #ffffff;
}

footer p {
  padding-top: 10px;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

@media screen and (min-width: 375px) {
  #menu .round-title {
    top: 65px;
  }
  #menu .fresh-title {
    top: -3px;
  }
  #menu .fresh-title h1 {
    font-size: 14px;
  }
}

@media screen and (min-width: 425px) {
  .px320 {
    display: none;
  }
  .px425 {
    display: block;
  }
  
  header section {
    height: 375px;
  }
  header #mae-logo {
    position: absolute;
    top: 15px;
    left: 15px;
    max-width: 300px;
  }
  header .mae-info {
    margin-top: 130px;
    text-align: right;
  }
  #menu h1.title {
    font-size: 2rem;
  }
  #menu .item {
    font-size: 22px;
  }
	#menu .description {
    font-size: 18px;
  }
  #menu .disclaimer {
    font-size: 12px;
  }
  #menu .round-title {
    top: 77px;
  }
  #menu .fresh-title {
    left: 330px;
  }
  #menu .fresh-title h1 {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  
}

@media screen and (min-width: 768px) {
	header #palm01 {
		right: -190px;
	}
	
	header #mae-logo {
		max-width: 400px;
	}
  
  #menu .item {
    font-size: 28px;
  }
  
	#menu .description {
    font-size: 22px;
  }
  
  #menu .round-title {
    top: 88px;
  }
  
  #menu .fresh-title {
    top: 0px;
    left: 420px;
  }
  
  #menu .fresh-title h1 {
    font-size: 24px;
  }
  
  #palm02 {
    top: 30px;
    right: -220px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
	
	header #palm01 {
		right: -60px;
	}
	
	header #mae-logo {
		left: 112px;
	}
	
	header .mae-info {
		padding-right: 112px;
	}
  
  #hoo ul.hoo-days, #hoo ul.hoo-time {
    display: none;
  }
  
  #hoo div.hoo-days, #hoo div.hoo-time {
    display: block;
  }
  
  #hoo div .row {
    margin-left: -5px;
    margin-right: -5px;
  }
	
	#hoo div.hoo-days p {
		margin: 0px auto 2px auto;
		padding: 10px 0px;
		background-color: #f15b27;
		text-align: center;
		font-size: 18px;
    color: #fff;
    border-right: 3px solid #fff;
	}

	#hoo div.hoo-days p.mon {
		border-top-left-radius: 10px;
		border-top-right-radius: 0px;
	}

	#hoo div.hoo-days p.sun {
		border-top-left-radius: 0px;
		border-top-right-radius: 10px;
	}
  
  #hoo div.hoo-time p {
		margin: 0px auto 2px auto;
		padding: 10px 0px;
    color: #000;
		text-align: center;
		font-size: 18px;
	}
  
  #menu div.row ul.col-lg-6:last-child {
    margin-top: 15px;
  }
	
	#menu .round {
  margin-left: 0px;
  }

  #menu .round-title {
    top: 84px;
    left: -140px;
  }
  
  #palm02 {
    top: 100px;
    right: -220px;
    transform: rotate(-90deg);
  }

}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
	header #palm01 {
		right: 20px;
	}
	
	header #mae-logo {
		left: 216px;
	}
	
	header .mae-info {
		padding-right: 216px;
	}
}


/* ==========================================================================
   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
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * 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 only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@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:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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:
     * 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;
    }
}
