<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row {
	width: 100%;
	float: left;
}
.rowInner {
	width: 100%;
	float: left;
	border-bottom: 1px solid #CCC;
}
.column1 {
	width: 100%;
	float: left;
}
.column2 {
	width: 50%;
	float: left;
}
.column2Adj {
	width: 50%;
	float: left;
}
.column2Adj2 {
	width: 50%;
	float: left;
}
.column2_prod{
	width: 50%;
	float: left;
}
.column3 {
	width: 33.3%;
	float: left;
}
.column34 {
	width: 75%;
	float: right;
}
.column4 {
	width: 25%;
	float: left;
}
.column78 {
	width: 87.5%;
	float: right;
}
.column8 {
	width: 12.5%;
	float: left;
}
.culumnPhi {
	float: left;
	width: 38%;
}
.culumnPhi2 {
	float: right;
	width: 62%;
}
.menuSection {
	position: fixed;
	width: 38%;
	height: 28%;
	text-align: center;
}
.menuSection2 {
	position: fixed;
	width: 38%;
	height: 33%;
	top: 28%;
	text-align: center;
}
.menuSection3 {
	position: fixed;
	width: 38%;
	height: 28%;
	top: 51%;
	text-align: center;
}
.menuSection4 {
    background: rgba(193, 204, 190, 0.8);
    bottom: 0px;
    height: 4.2%;
    padding: 4px 0;
    position: fixed;
    text-align: center;
    width: 38%;
}
.menuSection img {
	margin-top: 10%;
    width: 18%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.menuSection img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";/* IE 5-7 */
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.menuSection2 img {
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.menuSection2 img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";/* IE 5-7 */
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.menuSection3 img {
	margin-top: 23%;
    width: 18%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.menuSection3 img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";/* IE 5-7 */
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.menuSection4 img {
	cursor: pointer;
    float: right;
    margin-right: 4%;
    width: 12%;
}
.menuSection4 img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";/* IE 5-7 */
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.menuSection4 div {
	color: #285225;
    float: left;
    line-height: 2em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 46%;
	padding-left:3%;
}
section {
	margin: 0 auto;
	padding: 0;
	display: block;
}
article {
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	display: block;
}
.art1 {
	background: url(../images/bgGourmet.png);
	background-size: cover;
}
.art2 {
	background: url(../images/bgGourmet.png);
	background-size: cover;
}
.art3 {
	background: url(../images/bgGourmet.png);
	background-size: cover;
}
.art20 {
	background: url(../images/bgGurmitHome.jpg);
	background-size: cover;
}
.art21 {
	background: url(../images/bgGurmitAbout.jpg);
	background-size: cover;
}
.art22 {
	background: url(../images/bgGurmitFranchising.jpg);
	background-size: cover;
}
.art23 {
	
}
.art24 {
	background: url(../images/bgGurmitContact.jpg);
	background-size: cover;
}
.width {
	width: 40%
}
.prod{
	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 10px;
    position: fixed;
    right: 10px;
    top: 10%;
    width: 59%;
	height:308px;
	border-radius: 12px;
	z-index: 8;
}
.paragraph{
	font-family: 'Roboto Condensed', sans-serif;
	background:rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #212121;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2em;
    margin-left: 2%;
    margin-top: 8px;
    padding: 2% 2% 0 2%;
    text-align: left;
    width: 92.1%;
	
}
.tableProd img{
	cursor:pointer;
	border: 2px solid #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	float:left;
	margin:8px;
	transition:ease all 1s;
	width:16%;
	
}
.splashMobile{
	display:none;
}
.padProd{
	font-size: 15px;
    line-height: 1.3em;
    padding: 8px 10px 0 0;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */
 @media screen and (orientation:portrait) {
.menuSection img {
	margin-top: 16%;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.menuSection img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";/* IE 5-7 */
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.menuSection3 img {
	margin-top: 18%;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.menuSection3 img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";/* IE 5-7 */
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.menuSection4 img {
	width: 30%;
	float: left;
	margin-left: 3%;
	cursor: pointer;
}
.menuSection4 img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";/* IE 5-7 */
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.menuSection4 div {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	line-height: 4.8em;
}
.top54 {
	margin-top: 120%
}
.mobileEmptyPotrait {
	display: block;
}
.adjustPotrait {
	font-size: 40% !important;
}
.column2Adj {
	width: 100%;
	float: left;
}
.column2Adj2 {
	width: 33%;
	float: left;
}
.padLook img {
	width: 100%;
}
.padLook2 img {
	width: 100%;
}
.art20 {
	border-bottom: 1px solid #CCC;
	background: url(../images/bgGurmitHomePot.jpg);
	background-size: cover;
}
.width {
	width: 80%;
	padding-top: 50%
}
.paragraph{
	font-family: 'Roboto Condensed', sans-serif;
	background:rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #212121;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2em;
    margin-left: 2%;
    margin-top: 8px;
    padding: 2% 2% 0 2%;
    text-align: left;
    width: 92.1%;
	
}
.tableProd img{
	cursor:pointer;
	border: 2px solid #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	float:left;
	margin:8px;
	transition:ease all 1s;
	width:24%;
	
}

.prod{
	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 10px;
    position: fixed;
    right: 16px;
    top: 10%;
    width: 55%;
	height:500px;
	border-radius: 12px;
	z-index: 8;
}
.menuSection4 {
    background: rgba(193, 204, 190, 0.8);
    bottom: 0px;
    height: 4.2%;
    padding: 16px 0;
    position: fixed;
    text-align: center;
    width: 38%;
}
.menuSection4 div {
	color: #285225;
    float: left;
    line-height: 2em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.menuSection4 img {
	cursor: pointer;
    width: 12%;
	margin-left:2%;
}
.splashMobile{
	display:block;
}
.splash{
	display:none;
}
.column2_prod{
	width: 91%;
	float: left;
}
.padProd{
	font-size: 19px;
    line-height: 1.3em;
    padding: 8px 10px 0 0;
}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
}
/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
.navigation li {
	display: inline;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 28px 3px;
	text-transform: uppercase;
}
}

/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Smaller than standard 1279 (big Mobile) */
	@media only screen and (max-width: 1279px) and media screen and (orientation:landscape) {
.title2Grey {
	color: #686d78;
	font-size: 50px;
	text-align: right;
	padding: 0px 0px 3% 0%;
	font-family: 'Bilbo Swash Caps', cursive;
	border-bottom: 1px solid #686d78;
}
.paragraph2Grey {
	padding: 3% 0% 0;
	font-size: 16px;
	line-height: 1.2em;
	text-align: right;
	color: #686d78;
}
.prod{
	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 10px;
    position: fixed;
    right: 10px;
    top: 10%;
    width: 59%;
	height:350px;
	border-radius: 12px;
	z-index: 8;
}
.column2_prod{
	width: 64%;
	float: left;
}
}

@media only screen and (max-width: 1280px) and (orientation:landscape) {
		.column2_prod{
	width: 56%;
	float: left;
}
}


@media only screen and (min-width: 1281px) and (max-width: 1344px) {
		.column2_prod{
	width: 54%;
	float: left;
}
}


	@media only screen and (min-width: 1345px)  and (max-width: 1440px) {
		.column2_prod{
	width: 51%;
	float: left;
}
}
</pre></body></html>