.logo {
	//width:800px;
}
.dropdown-menu {
	text-align:center;
	width: 95%;
	font-weight:bold;
	font-size: 100%;
}
.logonew {
	background-image:url("../images/moybanner.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	min-height:232px;
}
.hours {
	width:100%;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
}
a, a:hover, a:visited {
	color:black;
	font-weight: bold;
	background-color:transparent !important;
}
img {
	border-radius: 3px;
}
hr {
	border-top:1px solid black;
}
.menubar {
	background-image:url("../images/menubar.png");
	background-repeat: no-repeat;
	width:100%;
	background-size:cover !important;
}
.menu {
	display: none;
}
.menubtn {
	background-image:url("../images/menu.jpg"); 
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	cursor:pointer;
	margin: 0 auto;
}
.facebookbtn {
	background-image:url("../images/facebook.png");
	background-repeat:no-repeat;
	width:100px;
	height:100px;
	cursor:pointer;
	margin: 0 auto;
}
.yelpbtn {
	background-image:url("../images/yelp.png");
	background-repeat:no-repeat;
	width:100px;
	height:100px;
	cursor:pointer;
	margin: 0 auto;
}
.moymap {
	background-image:url("../images/moymap.jpg");
	background-repeat: no-repeat;
	max-width: 721px;
	max-height: 451px;
	width: calc(100vw * .85);
	height: calc(100vw * .85);
	margin: 0 auto;
	background-size: contain;	
}
#contentframe {
	display: block !important;
	width: 100%;
	height: 100%;
	border:0px;
}
div.pagebackground {
	//background-image:url("../images/flag.jpg");
	//background-repeat: repeat-y;
	//background-size: contain;
	//border: 1px solid lightgrey;
	//border-radius: 5px;
	//box-shadow:3px 3px 3px black;
	//margin-right: 3px;
	//margin-bottom: 3px;
	//background-color: whitesmoke;
}
.moybutton {
	padding: 10px;
	padding-left: 20px;
}
.btntext {
	color:black;
	font-size:25px;
	font-weight:bold
}
@media all and (max-width:1024px) and (min-width:768px) {
	.menubar {
		background-size:cover !important;
	}
	//.logo {
	//	width:calc(100vw * .95);
	//}	
	div.pagebackground {
		background-size:cover;
		height: calc(100vh);
	}
}
@media all and (min-width:1024px) {
	div.pagebackground {
		width:100% !important;
		height:675px !important;
	}
	.moybutton {
  	padding-left: calc(50% - 50px);
	}
}
@media all and (max-width:500px) {
	.logonew {
		min-height:130px !important;
	}
	.menubar {
		background-size:contain !important;
	}
	.smallbody {
		//top: 120px !important;
	}
}
@media all and (max-width: 768px) {
	.hours {
		font-size: 12px;
	}
	.fixedlogo {
		position:fixed;
	}
	.navbar {
		min-height: 20px !important;	
	}
	.smallbody {
		//position:relative;
		//background-color:white;
		//top: calc(200px);
		//width:calc(100vw * .95);
	}
	ul {
		font-size: 18px !important;
		margin-left: 5px;
	}
	.nav-justified > li {
	  display: table-cell;
    width: 1%
	}
	.nav > li > a {
		padding:0px;
	}
	.logo {
		width:calc(100vw * .95);
	}	
	.menubtn {
		width: 50px;
		height: 66px;
	}	
	.moybutton {
		padding-left:calc(50% - 25px);
		//width:calc(50% - 60px/2);
	}
	.btntext {
		color:black;
		font-size:20px;
		font-weight:bold
	}
	div.pagebackground {
		height: calc(100vh);
	}
