@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:700|Barlow:300|Lora&display=swap');

/***** IRONIC CSS ************/

@view-transition {
    navigation: auto;
}

/* 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; }

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

body { 
	background-image: url("../gfx/background-building-mobile.jpg");
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: contain;
	background-color: #000000;
	line-height: 1.5;
	font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 62.5%;
	text-rendering: optimizeLegibility;
	margin: 0;
	padding: 0;
}
a { 
	color: #ffffff;
}
.centre {
	text-align: center;
}
.clearall {
	clear: both;
}
b, strong {
	font-family: 'Barlow Semi Condensed', Helvetica, arial, san-serif;
	font-weight: 700;
}
i, em {
	font-style: italic;
}
::selection {
	background: #ffffff; /* Safari */
	color: #333333;
	}
::-moz-selection {
	background: #ffffff; /* Firefox */
	color: #333333;	
}

/***********

Layout

************/

.grid1-2 {
	width: 45%;
	margin-right: 10%;
	float: left;
}
.grid2-2 {
	width: 45%;
	float: left;
}
.grid1-3 {
	width: 30%;
	margin-right: 5%;
	float: left;
}
.grid2-3 {
	width: 30%;
	margin-right: 5%;
	float: left;
}
.grid3-3 {
	width: 30%;
	float: left;
}
.grid2-2-3 {
	width: 60%;
	float: left;
}


/***********

Typography

************/

#content h1, #heading h1 { 
	color: #ffffff;
	font-family: 'Barlow Semi Condensed', Helvetica, arial, san-serif;
	font-size: 5.0em;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin: 0em 1.0em 0.3em 1.0em;
	padding: 0.5em 0em 0.5em 0em;
	text-transform: uppercase;
}
#frontpage h1 {
	font-size: 42px;
	text-align: center;
}
#content h1 span, #heading p {
	font-size: 0.45em;
	line-height: 1.4;
	letter-spacing: 5px;
	color: #cccccc;
	padding: 2% 5% 5% 5%;
}
#frontpage #heading p {
	/*background-image: url(../gfx/dots.png);*/
	background-repeat: repeat-x;
	background-position: center bottom;
}
#content h2 { 
	font-size: 2rem;
	color: #ff0000;
	font-family: 'Barlow Semi Condensed', Helvetica, arial, san-serif;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.4;
	margin: 1.0em 0em 0.5em 0em;
	padding: 0em 0em 0.2em 0em;
	text-transform: uppercase;
}
#content h3 { 
	color: #ffffff;
	font-family: 'Barlow Semi Condensed', Helvetica, arial, san-serif;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
#content h4 { 
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}
#content p { 
	color: #f0f0f0;
	font-size: 1.2rem;
	line-height: 1.55;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 1.5em 0em;
	font-family: "Barlow", "Helvetica Neue", Helvetica, arial, serif;
	font-weight: 300;
}

hr {
	border-top: 1px solid #444444;
	border-bottom: none;
	border-right: none;
	border-left: none;
}
#content ul { 
	color: #f0f0f0;
	font-size: 1.5em;
	list-style-type: circle;
	padding: 0em;
	margin: 0em 0em 0em 1.1em;
	font-weight: 300;
	list-style-position: outside;
	font-size: 1.7em;
}
#content li { 
	padding: 0em 0em 0.3em 0em;
	margin: 0em;
	font-size: 1.0em;
}
sup {
	font-size: 0.4em;
	vertical-align: top;
}


/***********

HEADER

************/

#header { 
 	padding: 4.0em 0em 4.0em 0em;
 	margin: 0;
 	text-align: center;
 	background-image: url("../gfx/ironic-circle.png");
	background-repeat: no-repeat;
	background-position: center 20px;
}
#header a {
	display: block;
	height: 70px;
	background-image: url("../gfx/ironic-cafe-title.png");
	background-repeat: no-repeat;
	background-position: center 15px;
}
#header img { 
 	border: none;
 	display: none;
}
#header:after {
	content: "";
	width: 80px;
	height: 120px;
	display: block;
	position: absolute;
	top: 0;
	right: 60px;
	background: url("../gfx/cafe-of-year-logo.png") no-repeat 0 0;
}


/************

NAVIGATION 

************/

#navigation { 
	 color: #cc0000;
	 font-size: 15px;
	 background-color: #000000;
	 margin: 30px auto;
	 padding: 0em;
	 font-family: 'Barlow', Helvetica, arial, serif;
	 font-weight: 300;
	 text-transform: uppercase;
	 border: 1px solid #333333;
	 width: 100%;
	 max-width: 750px;
	 box-sizing: border-box;
}
#navigation img { 
	 margin: 0em;
	 padding: 0em;
	 border: none;
}
#navigation ul { 
	margin: 0 auto;
	padding: 0;
	max-width: 750px;
}
#navigation li { 
	display: inline-block;
	width: 25%;
	margin: 0;
	text-align: center;
	letter-spacing: 5px;
	text-shadow: -1px -1px 0px #000000;
}
#navigation li a {
	display: block;
	color: #999999;
	border: none;
	text-decoration: none;
	padding: 12px 0 12px 0;
	-webkit-transition: all 0.5s ease-out;  /* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.5s ease-out;  /* Opera 10.5–12.00 */
	transition: all 0.5s ease-out;  /* Firefox 16+, Opera 12.50+ */
}
#navigation li a:hover { 
background-color: #333333;
color: #ffffff;
}
#navigation li a:active { 
	background-color: #444444;
}
#navigation li.active {
	background-color: #1e1e1e;
	border-bottom: 1px solid #555555;
}
#navigation li.active a {
	color: #ffffff;
}

/************

CONTAINER

************/

#container { 
	margin: 4.0em auto 2.0em auto;
	max-width: 820px;
}

/************

CONTENT 

************/


#content { 
	/*background: rgb(0, 0, 0); 
	background: rgba(0, 0, 0, 0.3); */
	padding: 2.5em 0em 5.0em 0em;
	margin: 0em 5.0em 0em 5.0em;
	background-image: url(../gfx/dots.png);
	background-repeat: repeat-x;
	overflow: hidden;
}
#content a { 
	color: #c2edff;
	text-decoration: none;
	border-bottom: 1px solid #555555;
	-webkit-transition: all 0.5s ease;  /* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease;  /* Firefox 4-15 */
	-o-transition: all 0.5s ease;  /* Opera 10.5–12.00 */
	transition: all 0.5s ease;  /* Firefox 16+, Opera 12.50+ */
}
#content a:hover {
	color: #e4e4e4;
	text-decoration: none;
}
#content a:active {
	color: #c2edff;
	border-bottom: none;
}
#content img { 
	padding: 1.0em 0em 1.0em 2.0em;
	max-width: 100%;
}
#content .border { 
	background-color: #333333;
	float: right;
	border: 1px solid #666666;
	font-size: 0.9em;
}
#content .border img { 
	padding: 0em;
}
#content .border a { 
	color: #ffffff;
	padding: 0em;
	border: none;
}
#content .border table { 
 padding: 0em;
 margin: 0em;
}
#content .border th { 
 color: #cccccc;
 padding: 1.0em 0em 1.0em 1.0em;
}
#content .border td { 
 padding: 1.0em;
 margin: 0em;
}
#content .border td a img { 
 color: #ffffff;
 border: 1px solid #999999;
}
#content .pdf { 
 padding: 0em;
 margin: 0em;
}
#content .pdf img { 
 padding: 0em;
 margin: 0em 0.4em 0em 0em;
}
#content .feature { 
 text-align: center;
 padding: 0em;
 margin: 0em;
}
#content .feature img { 
 padding: 0em;
 margin: 0em;
 border: 1px solid #666666;
}
#content table { 
 margin: 0em;
 width: 100%;
 padding: 0em;
 text-align: left;
 font-size: 14px;
 /*border: 1px solid #333333;
*/ border-collapse: collapse;
}
#content tr { 
 margin: 0em;
 padding: 0em;
 border: none;
}
#content th { 
 border-bottom: 1px solid #666666;
 color: #cccccc;
 font-family: 'Barlow', Helvetica, arial, serif;
 font-size: 1.0em;
 font-weight: normal;
 letter-spacing: 0.05em;
 padding: 0.8em 1.0em 0.8em 1.0em;
 text-transform: uppercase;
}
#content td { 
 color: #cccccc;
 background-color: #111111;
 margin: 0em;
 padding: 1.0em 1.0em 1.0em 1.0em;
 border-bottom: 1px dotted #333333;
 border-collapse: collapse;
}
#content td a { 
 padding: 0.5em 0em 1.0em 0.4em;
 margin: 0em 0em 0em 0em;
 border-bottom: none;
}
#content .menu { 
 background-image: url(../gfx/pdf.gif);
 background-repeat: no-repeat;
 margin: 0em;
 padding: 0.2em 0em 0em 2.0em;
 border: none;
} 
#content .menulink { 
 background-image: url(../gfx/pdf.gif);
 background-repeat: no-repeat;
 padding: 0.5em 0em 1.0em 2.0em;
 margin: 0em 0em 0em 0em;
}
#content .tour { 
 margin: 0em 2.0em 0em 0em;
 background-color: #171717;
 width: 20%;
 padding: 0em;
 float: left;
}
#content .tour p { 
 padding: 1.0em;
 margin-bottom: 0;
}
#content .tour a { 
 text-decoration: none;
 border-bottom: none;
}
#content .tour img { 
 margin: 0em 0em 0.5em 0em;
 padding: 0em;
 border: 1px solid #444444;
}
#content .tour img:hover { 
 border: 1px solid #ffffff;
}
#content .noborder table { 
 border: 1px solid #000000;
 font-size: 1.0em;
}
#content .noborder tr { 
 border: none;
}
#content .noborder td { 
 border: none;
 vertical-align: top;
 border-bottom: 1px solid #333333;
}
#content .noborder td ul { 
 font-size: 1.0em;
}
#content .noborder td li { 
 font-size: 1.0em;
}
#content .noborder td p { 
 font-size: 1.0em;
 line-height: 1.5em;
 padding-bottom: 0.5em;
 margin-bottom: 0em;
}
#content .gallery { 
 padding: 0em;
 margin: 0em;
}
#content .gallery table { 
 padding: 0em;
 margin: 0em;
}
#content .gallery tr { 
 padding: 0em;
 margin: 0em;
}
#content .gallery td { 
 background-image: url(../gfx/construction/back_table.jpg);
 background-repeat: no-repeat;
 width: 212px;
 padding: 0em;
 margin: 0em;
 border: 4px solid #000000;
}
#content .gallery img { 
 margin: 1.4em 1.0em 1.4em 1.3em;
 padding: 0em;
 border: 1px solid #000000;
} 
#content .gallery td a { 
 background-image: none;
 padding: 0em;
 margin: 0em;
}
#content .fullwidth { 
 padding: 0em;
 margin: 0em 0em 0.5em 0em;
 border: 1px solid #333333;
}
#content .pullquote { 
	color: #cccccc;
	border-top: 1px solid #333;
	margin: 0em 0em 2.0em 0em;
	padding: 1.0em 1.0em 1.2em 1.0em;
	font-size: 1.8em;
	background-color: #1e1e1e;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#front img { 
 border-left: 2px solid #333333;
 border-right: 2px solid #333333;
}
#content .grid2-1 h3,
#content .grid1-2 h3,
#content .grid2-2 h3 {
	margin-bottom: 0;
}
#content .price {
	color: #888888;
	font-family: 'Barlow Semi Condensed', Helvetica, arial, san-serif;
	font-size: 0.8em;
	letter-spacing: 0.05em;
}
#content .nomargin {
	margin: 0;
}
#content .nopadding {
	padding: 0;
}

/* Menu pages */

.menu-page #content h3 {
	margin-bottom: 3px;
}
#content p.small-text {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.menu-page .price {
	float:right;
}
.menu-table th:nth-of-type(2),
.menu-table td:nth-of-type(2) {
	text-align: right;
}

/************

FRONTPAGE

************/
/*.photo-feature{
	background: url(../gfx/new-dessert-background.jpg) no-repeat center -60px;
	background-size: cover;
	height: 430px;
	width: 100%;
}*/

body#frontpage {
	background: #0a1315;
}
body#frontpage #header a {
	background-position: center 2px;
}
.circlebox {
	padding: 3.6em 0em 4.0em 0em;
 	margin: 0;
 	text-align: center;
 	background-image: url("../gfx/ironic-circle.png");
	background-repeat: no-repeat;
	background-position: center 0px;
}
#frontpage #navigation {
	margin-top: -20px;
	z-index: 99;
	position: relative;
}
#frontpage #heading h1 {
	line-height: 1.1;
	padding-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 0;
	font-family: 'Barlow Semi condensed', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 55px;
}
#frontpage #heading p.intro {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 6px;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 1%;
	padding-bottom: 0;
	margin-bottom: 1.5em;
	display: block;
	color: #999999;
	text-transform: uppercase;
	text-align: center;
}
#frontpage #heading p.intro strong {
	color: #ffffff;
}
#frontpage #heading p.intro span {
	color: #cc0000;
}
#frontpage #heading p.intro-sub {
	font-size: 18px;
	letter-spacing: 0;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
#frontpage #heading p.intro-sub a {
	border-bottom: 1px solid #555555;
	color: #c2edff;
	text-decoration: none;
}
#frontpage #heading {
	padding-bottom: 0em;
}
#frontpage h2 {
	margin: 0 0 0.4em 0;
	font-size: 2.1em;
}
#frontpage #content p.photobox {
	margin-bottom: 5px;
}
#frontpage #content .photobox img {
	margin: 0;
	padding: 0;
}
#frontpage #content img {
	max-width: 100%;
	margin: 0;
	padding: 0;
}
#frontpage #content img.feature-image,
#content img.feature-image {
	margin-bottom: 4%;
	background: url("../gfx/dots.png") 0 bottom repeat-x;
	padding-bottom: 2.5em;
	padding-left: 0;
}
#frontpage .award-logo {
	margin: 0 auto 2.5em auto;
	display: block;
}
#frontpage .grid1-3.hours strong {
	display: inline-block;
}
#frontpage .grid1-3.hours span {
	display: inline-block;
	float: right;
	text-align: right;
}
#frontpage .covid {
	background: #222;
	border: 3px solid #444;
	box-sizing: border-box;
	margin: 50px auto;
	padding: 20px;
	width: 90%;
}
#frontpage .covid h2 {
	color: #ffffff;
	font-family: 'Barlow Semi Condensed', Helvetica, arial, san-serif;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.4em;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	
}
#frontpage .covid p {
	color: #f0f0f0;
	font-family: 'Barlow', 'Helvetica Neue', Helvetica, arial, serif;
	font-size: 1.7em;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.55;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	text-align: center;
}
#frontpage .covid p a {
  border-bottom: 1px solid #555555;
  color: #c2edff;
  text-decoration: none;
}
#frontpage .covid p img {
	max-width: 100%;
}
#frontpage .covid .order-button a {
	background: #ff0000;
	border-bottom: none;
	border-radius: 4px;
	box-shadow: 0 2px 5px #000000;
	color: #ffffff;
	display: inline-block;
	font-family: 'Barlow Semi Condensed', Helvetica, arial, san-serif;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding: 2px 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	transition: all 0.3s ease-out;
}
#frontpage .covid .order-button a:hover {
	background: #990000;
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
}

.covid-page #heading h1 {
	background: url(../../gfx/covid-strip.png) no-repeat 0 bottom;
	padding-bottom: 70px;
}
.covid-page #content p strong,
.covid-page #content li strong {
	font-family: 'Barlow Semi Condensed', Helvetica, arial, san-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.covid-page #content table {
	margin-bottom: 30px;
}
.covid-page #content table th {
	font-family: 'Barlow Semi Condensed', Helvetica, arial, san-serif;
	font-weight: 700;
	letter-spacing: 0.03em;
	padding-left: 15px;
}
.covid-page #content table td {
	font-size: 1.1em;
	padding-left: 15px;
}
.covid-page #content p img {
	margin: 20px 0;
	padding: 0;
}
.covid-page #content ol {
	color: #f0f0f0;
	list-style-type: decimal;
}
.covid-page #content ol li {
	font-size: 1.7em;
	line-height: 1.55;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-left: 20px;
}
.covid-page #content ol li ul {
	margin: 5px 0 0 0;
}
.covid-page #content ol li ul li {
	font-size: 0.6em;
	margin-bottom: 0;
}

.mothersday {
	/*background: url(../gfx/mothers-day.jpg) #49c9e1 no-repeat 0 0;*/
	background: #111111;
	box-sizing: border-box;
	margin: 40px auto;
	max-width: 70%;
	padding: 5px 15%;
}
#frontpage .mothersday p {
	text-shadow: 0px 2px 2px #00687b;
	line-height: 1.2;
	margin-top: 20px;
}
#frontpage .mothersday p:first-of-type {
	font-family: 'Barlow Semi Condensed', Helvetica, arial, san-serif;
  font-size: 24px;
	font-weight: 700; 
	line-height: 1.2;
	margin-bottom: 0;
}

/* Review iframe styles */

#frontpage #reviews {
    border: 1px solid #444444;
    margin-bottom: 50px;
    padding: 50px 0 50px 1px;
    position: relative;
}


/************

FOOTER

************/

#footer { 
	margin: 0em 5.0em;
	padding: 5.0em 0em 3.0em 0em;
	background-image: url(../gfx/dots.png);
	background-repeat: repeat-x;
	font-weight: normal;
	font-family: 'Barlow', Helvetica, arial, serif;
}
#footer p { 
	margin: 0em;
	padding: 0em 0em 0em 0em;
	color: #ccc;
	font-size: 1.1em;
	text-align: center;
}
#footer a { 
 color: #ffffff;
 text-decoration: none;
}
#footer a:hover { 
 text-decoration: underline;
 color: #cccccc;
}

/***** Animation *********/

-webkit-@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/***** NODISPLAY *********/

#nodisplay { 
 display: none;
}

/***** IE styles *********/

.lt-ie8 #navigation li { 
	display: inline;
	width: 24%;
	vertical-align: top;
}
.lt-ie8 #content img {
	float: right;
}


/***********
	
	Media Queries

************/

@media screen and (min-width: 1401px) {
	#frontpage #header {
		background: url("../gfx/food-banner-1900.jpg") center 0 no-repeat #ffffff;
		background-size: cover;
		height: 550px;
	}
}
@media screen and (min-width: 810px) and (max-width: 1400px) {
	#frontpage #header {
		background: url("../gfx/food-banner-1200.jpg") center 0 no-repeat #ffffff;
		background-size: cover;
		height: 500px;
		-webkit-animation-duration: 4s;
		animation-duration: 4s;
		-webkit-animation-name: fadein;
		animation-name: fadein;
		-webkit-animation-fill-mode: backwards;
		animation-fill-mode: backwards;
	}
	#frontpage .circlebox {
		-webkit-animation-duration: 2s;
		animation-duration: 2s;
		-webkit-animation-delay: 2s;
		animation-delay: 2s;
		-webkit-animation-name: fadein;
		animation-name: fadein;
		-webkit-animation-fill-mode: backwards;
		animation-fill-mode: backwards;
	}
}
@media screen and (max-width: 810px) {
	#frontpage h2 {
		font-size: 1.8em;
	}
	#header:after {
		right: 20px;
		background: url("../gfx/cafe-of-year-logo.png") no-repeat 0 0;
	}
}
@media screen and (min-width: 600px) and (max-width: 810px) {
	#frontpage #header {
		background: url("../gfx/food-banner-800.jpg") center 0 no-repeat #ffffff;
		background-size: 800px;
		height: 320px;
	}
}
@media screen and (max-width: 600px) {
	#frontpage #header {
		background: url("../gfx/food-banner-600.jpg") center 0 no-repeat #ffffff;
		background-size: 600px;
		height: 310px;
	}
	#header:after {
		right: 20px;
		background: url("../gfx/cafe-of-year-logo.png") no-repeat 0 0;
		width: 60px;
		background-size: contain;
	}
}
@media screen and (min-width: 551px) {
	body {
		background-image: url("../gfx/background-building.jpg");
		background-size: contain;
	}
}
@media screen and (max-width: 550px) {
	#navigation {
		width: 99%;
	}
	#navigation li { 
		 width: 25%;
		 margin: 0;
		 letter-spacing: 1px;
		 font-size: 0.8em;
	}
	#navigation li a { 
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		font-size: 0.8em;
	}
	#container { 
		margin: 2.0em auto 2.0em auto;
	}
	#header {
		padding: 2.5em 0 1.0em 0;
		margin: 0;
		background-size: 90px;
		background-position: center 10px;
	}
	#header img {
		width: 35%;
	}
	#heading h1 {
		line-height: 1.3em;
		padding-top: 0;
		padding-bottom: 0;
	}
	#frontpage #heading h1 {
		padding: 0 10px 0 10px;
		line-height: 1.0em;
		font-size: 45px
	}
	#frontpage #heading h1 span {
		line-height: 1.3em;
		letter-spacing: 2px;
		padding: 0 0em 0 0em;
	}
	#frontpage #heading h1 span, #frontpage #heading p {
		padding: 2% 0% 5% 0%;
		letter-spacing: 1px;
	}
	#frontpage #heading h1 span {
		padding-left: 2%;
		padding-right: 2%;
	}
	#frontpage #content {
		background-image: none;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		padding-top: 5%;
	}
	#content {
		border: none;
		padding: 0 0em 0 0em;
		margin: 0 2.0em 0 2.0em;
	}
	#heading h1 {
		font-size: 2.8em;
		margin-left: 0;
		margin-right: 0;
	}
	#frontpage #content {
		background-position: center top;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#content img {
		padding: 1.0em 0 1.0em 0;
		margin: 0;
		display: block;
		float: none;
		max-width: 100%;
		height: auto;
	}
	#content td a {
		padding-left: 0;
	}
	#content .grid1-2 { 
		width: 100%;
	}
	#content .grid2-2 { 
		width: 100%;
	}
	#content .grid1-3 { 
		width: 100%;
	}
	#content .grid2-3 { 
		width: 100%;
	}
	#content .grid3-3 { 
		width: 100%;
	}
	#content .grid2-2-3 { 
		width: 100%;
	}
	#content .tour {
		width: 60%;
		margin-bottom: 2.0em;
	}
	#content .menu {
		padding-left: 20px;
	}
	#content .pdf img {
		float: left;
	}
	#footer { 
		margin: 0em 2.0em;
	}
	.mothersday {
		max-width: 100%;
	}
}

@media
screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 800px) and (max-width: 1400px),
screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 800px) and (max-width: 1400px),
screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 800px) and (max-width: 1400px),
screen and (        min-device-pixel-ratio: 2) and (min-width: 800px) and (max-width: 1400px),
screen and (                min-resolution: 192dpi) and (min-width: 800px) and (max-width: 1400px),
screen and (                min-resolution: 2dppx) and (min-width: 800px) and (max-width: 1400px) {
	#frontpage #header {
		background: url("../gfx/food-banner-1900.jpg") center 0 no-repeat #ffffff;
		background-size: cover;
		height: 500px;
	}
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	#header a {
		background-image: url("../gfx/ironic-cafe-title@2x.png");
		background-size: 161px;
	}
}