body { /*main body*/
	font-size: 87.5%; /*base font is 14pt*/
	font-family: Arial, 'Lucida Sans Unicode';
	line-height: 1.5;
	text-allign: left;
	width: 100%;
	margin: 0 auto;
	clear: both;
	background-color: #657fad;
}

h2 {
	margin: 3px auto;
}

a {
	text-decoration:none;
}

/**---------------------------------------------------------------------------------------------------------------------------------------------------**/

.spec {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

header h2 {
	color: #CF5C3F;
}

/**---------------------------------------------------------------------------------------------------------------------------------------------------


@media screen and (max-width: 1265px) {
	.togo a {
	font-size: 20px;
	}
	.dessert a {
	font-size: 20px;
	line-height: 195%;
	}

}
@media screen and (max-width: 980px) {
	.togo a {
	font-size: 16px;
	line-height: 255%;
	}
	.dessert a {
	font-size: 20px;
	line-height: 195%;
	}

}

---------------------------------------------------------------------------------------------------------------------------------------------------**/


.Content a:hover, .Content a:active { /*content links currently have cursor, color bg and text*/
	color: #FFF;
}

.Main-Footer a:hover, .Main-Footer a:active { /*footer links currently have cursor, color bg and text*/
	background-color: #CF5C3F;
	color: #FFF;
}


.mainheader {
	background-color: #002566;
	background-image: url(img/flagbanner.png);
	height: auto;
	max-height: 150px;
	padding-top:5px;
}

#logo {
	width: 340px;
	height: 150px;
	margin: 0 auto;
}

#logo img { /*top logo*/
	width: auto;
	height: auto;
	min-height: 100px;
	max-height: 150px;
	min-width: 266px;
	margin: 0 auto;
	display: block;
}

#navbar {
	background-color: #ffffff;
	float: left;
	width: 100%;
	height: 50px;
	padding: 0 auto;
}

.navholder {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding-left: 5%;
}

#navbar nav ul { /*listed object in nav bar, remove bullets and margin*/
	list-style: none;
	margin: 0 auto;
	text-align: center;
	padding-right: 50px;

}

#navbar nav ul li { /*items on listed object in nav bar, left allign*/
	float: left;
	display: inline;
	margin-right: 2%;
}

#navbar nav a:link, #navbar nav a:visited { /*links stay white #FFF, and set height for later color block, offset with padding*/
	color: #ac0000;
	font-family:"Charis SIL";
	font-size: 14pt;
	display: inline-block;
	padding: 10px 10%;
	height: 30px;
}

#navbar nav a:hover, #navbar nav a:active,
#navbar nav .active a:link, #navbar nav .active a:visited { /*color block for all these classes*/
	background-color: #c8d3e6;
	color: #FFF;
	text-shadow: none;
}

#navbar nav ul li a { /*round corners of color block*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:150px;
}

/**---------------------------------------------------------------------------------------------------------------------------------------------------**/


.box {
	/*universal box properties*/
}

.black {
	float: left;
	background-origin: border-box;
	background-size: 52.8%;
	background-color: hsla(0,0%,0%,0.61);
	margin-top: 0px;
	margin-left: 23%;
	margin-right: 23%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.photobg {
	width: 100%;
	min-width: 1328px;
	min-height: 820px;
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0px;
	clear: both;
	overflow: hidden;
}
.photobg img {
	width: 100%;
	min-width:1446px;
	min-height: 820px;
	height: auto;
	position: relative;
}

/**---------------------------------------------------------------------------------------------------------------------------------------------------**/


.Main-Content {
	line-height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 0px;
	padding-right: 33%; /* offset righthand gap from content */
	padding-left: 3%; /* lefthand gap from content */
	margin-bottom: 0;
}

.Content {
	width: 100%;
	float: left;
}

.post-info {
	font-style: normal;
	color: #000000;
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.Top-Content-Main {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin: 20px 0;
	min-height: 700px;
	overflow: auto;
	overflow-x: hidden;
}

.Top-Content {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin: 20px 0;
	overflow: auto;
	overflow-x: hidden;
}

.Bottom-Content {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin: 20px 0;
	min-height: 500px;
}

/**---------------------------------------------------------------------------------------------------------------------------------------------------**/

.Social-Content {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin-top: 20px;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 20px;
	min-height: 220px;
}

.Social-Content .facebook_soon {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,0%);

}

/**---------------------------------------------------------------------------------------------------------------------------------------------------**/

.Menu-Legend ul a:hover li, .Menu-Legend ul a:active li { /*content links currently have cursor, color bg and text*/
	color: #FFF;
	background-color: #002566
}

.Menu-Legend {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0% 0%;
	margin-top: 20px;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 30px;
	height: 216px;

}

.Menu-Legend ul {
	list-style: none;
	font-family: "Charis SIL", "Adobe Garamond Pro", Arial, serif;
	font-size: 1vw;
	height: 100%;
	padding: 0px 7%;
	text-align: center;
}

.Menu-Legend ul li{
	height: 35px;
	display: inline-block;
	width: 49%;
	color: #000000;
	background-color: #C8D3E6;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding-top: 15px;
	margin-bottom: 5px;
}
/**---------------------------------------------------------------------------------------------------------------------------------------------------**/


.Menu-Content {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0% 0%;
	margin-top: 20px;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 20px;
	min-height: 220px;
	overflow: auto;
}

.menutab {
	background-color: #c8d3e6;
	width: 95%;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 24px;
	color: #657fad;
	padding-left: 5%;
	padding-top: 20px;
	font-family: "Cooper Hewitt", Arial, sans-serif;
	font-weight: normal;
}

.Menu-Content header {
	background-color: #c8d3e6;
	width: 100%;
	height: 115px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.Menu-Content header h2 {
	font-size: 48px;
	font-family: "Charis SIL", "Adobe Garamond Pro", Arial, serif;
	color: #ffffff;
	background-color: #657fad;
	height: 50px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 20px;
	padding-top: 20px;
	margin-top: 0px;
}

.Menu-Content h3 {
	font-size: 24px;
	color: #657fad;
	margin-left: 20px;
	margin-top: 10px;
	font-family: "Cooper Hewitt", Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 0px;
}

.Menu-Content p {
	color: #000000;
}

#menulist ul {
	list-style: none;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

.Menu-Content ul li h3 {
	font-size: 2vw;
	color: #002566;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#menulist ul li .divide {
	width: 80%;
	height: auto;
	padding-left: 7%;
	padding-right: 13%;
	margin-bottom: 10px;
}

.backtotop {
	float: right;
	padding-right: 5%;
	text-decoration: none;
	font-size: 18px;
	color: #002566;
	font-family: "Cooper Hewitt", Arial, sans-serif;
	font-weight: normal;
}

.callandroid {
	background-color:#1EC431;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1px 5%;
	width: 45%;
	margin: 40px 20%;
	font-size: 5vw;
	text-align:center;
	display: none;
}

/**---------------------------------------------------------------------------------------------------------------------------------------------------**/


.Top-Sidebar {
	width: 27%;
	height: 53%;
	float: left;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 3%;
	margin-bottom: 10px;
}

.Top-Sidebar h2 {
	text-align: center;
	color: #FFF;
	background-color: #ac0000;
	width: 100%;
	height: 40px;
	margin: 0px auto 20px;
	padding-top: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.Top-Sidebar p {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align: center;
}

@media screen and (min-width: 2178px) {
	.Bottom-Sidebar h2 {
		font-size: 22px;
		padding: 0 15%;
	}
	.photobg {
	top: -150px;
	}

}

@media screen and (max-width: 1850px) {
	.black {
	}

}

@media screen and (max-width: 1486px) {
	
	.Top-Sidebar h2 {
		font-size: 16px;
		padding-top: 15px;
		height: 35px;
	}
	.Middle-Sidebar .togo a {
		font-size: 14px;
		padding-top: 5px;
		height: 35px;
	}
	.Bottom-Sidebar .dessert a {
		font-size: 14px;
		padding-top: 5px;
		height: 35px;
	}

	.Bottom-Sidebar h2 {
		font-size: 16px;
	}
	.Social-Content div {
		margin-left: 20%;
	}

	.Menu-Legend ul {
	font-size: 1.3vw;
	}

	.Menu-Content ul li h3 {
	font-size: 2.5vw;
	}

	#menusquare {
	width: 28%;
	height: 50%;
	background-color: #c8d3e6;
	float: left;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #fff;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.4vw;
	line-height: 505%;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 10px;
	}

}
@media screen and (max-width: 1139px) {
	
	.Top-Sidebar h2 {
		font-size: 12px;
		padding-top: 18px;
		height: 32px;

	}
	.Bottom-Sidebar h2 {
		font-size: 12px;
	}
	.Social-Content {
		min-height: 260px;
	}
	.Social-Content div {
		margin-left: 12%;
	}

}

.google-maps {
	position: relative;
	width: 100%;
	padding-bottom: 8%; /* This is the aspect ratio*/
	height: 261px;
	overflow: hidden;
}
.google-maps iframe {
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


.Top-Sidebar p {
}


/**---------------------------------------------------------------------------------------------------------------------------------------------------**/


.Middle-Sidebar {
	width: 21%;
	float: right;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 3%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 1%;
	padding-right: 3%;
	padding-left: 3%;
}

.Middle-Sidebar .togo a {
	display: block;
	background-color: #657fad;
	width: 130px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
	padding-top: 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
	text-align: center;
	font-family: droid-sans-mono;
	font-size: 18px;
	color: #FFFFFF;
}

.togo a:hover, togo a:active {
	background-color: #002566;
}
/**---------------------------------------------------------------------------------------------------------------------------------------------------**/

.Bottom-Sidebar {
	width: 21%;
	float: right;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 3%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 1% 3%;
}

.Bottom-Sidebar .dessert a {
	display: block;
	background-color: #657fad;
	width: 130px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
	padding-top: 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
	text-align: center;
	font-family: droid-sans-mono;
	font-size: 18px;
	color: #FFFFFF;
}

.dessert a:hover, dessert a:active {
	background-color: #002566;
}
/**---------------------------------------------------------------------------------------------------------------------------------------------------**/


.Main-Footer {
	width: 100%;
	height: 40px;
	float: left;
	background-color: #666;
	margin-top: 0%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0%;
}

.Main-Footer p {
	width: 92%;
	margin: 10px auto;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	line-height: 21px;
}

.Main-Footer a {
	color: #CF5C3F;
}

/**---------------------------------------------------------------------------------------------------------------------------------------------------**/
/**---------------------------------------------------------------------------------------------------------------------------------------------------**/
/**-----------------------------------------------------------------------FULLMENU-------------------------------------------------------------------------------**/
#menusquares {
	margin: 0 4% 0 5%;
	width: 100%;
	height: 100%;
}

#menusquare {
	width: 28%;
	height: 50%;
	background-color: #c8d3e6;
	float: left;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #fff;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.4vw;
	line-height: 554%;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 10px;
}

.tab_break {
	background-image: url(img/menu/breakfast.jpg);
	background-size: 120%;
	background-position: 23% 61%;
}

.tab_lunch {
	background-image: url(img/menu/lunch.jpg);
	background-size: 120%;
	background-position: 66% 6%;
}

.tab_dinner {
	background-image: url(img/menu/dinner.jpg);
	background-size: 120%;
	background-position: 39% 5%;
}
.tab_salads {
	background-image: url(img/menu/mexicoFlag.jpg);
	background-size: 175%;
	background-repeat: no-repeat;
	background-position: 45% 30%;
}
.tab_kids {
	background-image: url(img/menu/kidsMenu.jpg);
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: 15% 5%;
}

.tab_dessert {
	background-image: url(img/menu/dessert.jpg);
	background-size: 120%;
	background-position: 75% 85%;
}
/**---------------------------------------------------------------------------------------------------------------------------------------------------**/


@media screen and (max-width: 1024px) {
	.body { /*main body class*/
	font-size: 90%;
	}
	/**-----------------------------------------------------------**/
	#logo img { /*top logo*/
	}
	
	#navbar { /*navigation bar, round corners*/
	height: 184px;
	width: 100%;
	margin: 0 auto;
	}
	
	.navholder {
	width: 254px;
	height: auto;
	margin: 0 auto;
	padding-left: 0;
	}

	#navbar nav ul { /*listed object in nav bar, remove bullets and margin*/
	}
	
	#navbar nav ul li { /*items on listed object in nav bar, left allign*/
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	padding-left: 0px;
	}
	
	#navbar nav a:link, #navbar nav a:visited { /*links stay white #FFF, and set height for later color block, offset with padding*/
	height: 26px;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	}
	/**-----------------------------------------------------------**/	
	.black {
	margin-right: 3%;
	margin-left: 3%;
	height: auto;
	overflow: hidden;
	}

	.photobg {
	}

	/**-----------------------------------------------------------**/	
	.Main-Content {
	margin-top: 0;
	margin-right: 8%;
	margin-left: 5%;
	margin-bottom: 0;
	}
	
	.Content {
	width: 180%;
	float: left;
	margin-top: 2%;
	margin-left: -7%
	}
	
	.Top-Content {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 5px;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 5px;
	margin: 20px 0%;
	min-height: 176px;
	}
	
	.Bottom-Content {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin: 20px 0%;
	}
	
	.Social-Content .facebook_soon {
	width: 60%;
	margin: 30px 0;
	}

	.post-info {
	}
	
	/**-----------------------------------------------------------**/
	.Top-Sidebar {
	width: 92%;
	height: 869px;
	margin-top: 10px;
	margin-right: 0%;
	margin-left: 4.5%;
	margin-bottom: 10px;
	}
	
	.Top-Sidebar h2 {
	font-size: 20px;
	width: 100%;
	padding-top: 10px;
	height: 40px;
	margin-top: 0px;
	}
	
	.Top-Sidebar p {
	font-size: 24px;
	}
	
	.google-maps {
	position: relative;
	padding-bottom: 62%; /* This is the aspect ratio*/
	height: 0;
	overflow: hidden;
    }
    .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
    }
		
	/**-----------------------------------------------------------**/
	.Middle-Sidebar {
	width: 86%;
	margin-top: 10px;
	margin-right: 0;
	margin-right: 4.5%;
	margin-bottom: 10px;
	padding: 2% 3%;
	}
	
	.Middle-Sidebar .togo a {
	font-size: 28px;
	padding-top: 10px;
	height: 50px;
	}

	/**-----------------------------------------------------------**/
	.Bottom-Sidebar {
	width: 86%;
	margin-top: 10px;
	margin-right: 0;
	margin-right: 4.5%;
	margin-bottom: 10px;
	padding: 2% 3%;
	}
	
	.Bottom-Sidebar h2 {
	font-size: 20px;
	}

	.Bottom-Sidebar .dessert a {
	font-size: 28px;
	padding-top: 10px;
	height: 50px;
	}
	/**-----------------------------------------------------------**/
	.Menu-Legend ul {
	font-size: 3vw;
	margin-top: 5px;
	}
	
	.Menu-Content ul li h3 {
	font-size: 4vw;
	margin-top: 5px;
	line-height: 38px;
	}

	#menusquare {
	width: 31%;
	height: 30%;
	font-size: 3.4vw;
	line-height: 601%;
	}

	.tab_break {
	background-size: 120%;
	background-position: 23% 61%;
	}

	.tab_lunch {
	background-size: 120%;
	background-position: 66% 6%;
	}

	.tab_dinner {
	background-size: 120%;
	background-position: 39% 5%;
	}

	.tab_salads {
	background-size: 150%;
	background-position: 50% 75%;
	}

	.tab_kids {
	background-color: #FFF;
	background-size: 200%;
	background-position: 50% 0%;
	}

	.tab_dessert {
	background-color: #FFF;
	background-size: 120%;
	background-position: 75% 85%;
	}

	#menusquares {
	margin: 0 0% 0 0%;
	}
	
}

@media screen and (max-width: 768px) {
	.callandroid
	{
	display: block;
	}
	
	#logo {
	height: 135px;
	} 
	
	#logo img { /*top logo*/
	padding-top: 10px;
	width: 80%;
	}

	
	.black {
	overflow: hidden;
	height: auto;
	}

	.Top-Sidebar {
	height: 600px;
	}
	
	.photobg img {
	display: none;
	}
	
	.Menu-Legend ul {
	font-size: 3vw;
	}

	.Menu-Content h3 {
	font-size: 5vw;
	}

	.Menu-Content ul li h3 {
	font-size: 6vw;
	}

	.Menu-Content ul li h3 {
	font-size: 6vw;
	}

	.menutab {
	font-size: 5vw;
	}

	.backtotop {
	font-size: 4vw;
	}

	#menusquares {
	margin: 0 0%;
	}
}

@media screen and (max-width: 568px) {
	#menusquares {
	margin: 0 1%;
	}
	#menusquare {
	width: 44%;
	line-height: 464%;
	font-size: 6.3vw;
}


}
