.menu
{
	margin: auto;
	width: 100%;
	height: 120px;
	max-width: 1000px;
}	

.menuitem
{
	width: 19%;
	height: 150px;
    	line-height: 150px;
	font-family: Arial;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
}

@media (max-width: 1000px) 
{
	.menuitem
    	{
        	font-size: 10px; 
    	}
    	.imgbanner
    	{
            	max-width: 80px; 
  	}
}

.mapheader
{
	margin: auto;
	width: 100%;
    	height: 100px;
	max-width: 1000px;
    	border-radius: 10px;
    	border-width: 1px;
    	border-style: solid;
    	border-color: lightgray;
}

.title
{
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    margin: auto;
	width: 100%;
	max-width: 1000px;
    padding-top: 20px;
}

.information
{
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    margin: auto;
	width: 100%;
	max-width: 1000px;
    padding-top: 10px;
    line-height: 25px;
}

.menuitemanchor
{
    text-decoration: none;
    color: black;
}

.menuitem:hover {
    text-decoration: underline;
}

table
{
    border-collapse: collapse;
    width: 100%;
}

th
{
    background-color: lightgray;
}

td
{
    border-collapse: collapse;
    border: 1px solid lightgray;
    text-align: center;
}

.searchcontainer
{
    position: absolute;
    top: 20px;
    left: 20px;
	height: 25px;
    padding: 5px;
    width: 300px;
	overflow: hidden;
	text-align: center;
    z-index: 10;
    background-color: white;
    border-radius: 10px;
}

.searchresults
{
    position: absolute;
    top: 70px;
    left: 20px;
    width: 300px;
    height: fit-content;
    max-height: 350px;
	overflow: auto;
	text-align: center;
    z-index: 10;
    font-family: tahoma;
    font-size: 10px;
    display: none;
    background-color: white;
    border-radius: 10px;
    padding: 5px;
}

.searchresultsrow
{
	margin: auto;
	width: 100%;
	height: 20px;
	max-width: 600px;
	text-align: left;
    font-family: arial;
    font-size: 12px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap ;
}

.mapcontainer
{
    position: relative;
	margin: auto;
	width: 100%;
    height: 100%;
	max-width: 800px;
	max-height: 800px;
	overflow: hidden;
    text-align: right;
    border: 1px;
    border-style: solid;
    border-radius: 10px;
}

.bannercopyright
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 99%;
    background-color: lightgray;
    color: white;
    font-family: arial;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    text-align: left;
    padding-left: 5px;
}

body {
  padding-bottom: 35px;
}

.price
{
    width: 100%;
    font-family: arial;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.imgmap {
  --zoom: 1.0;
  --x: 50%;
  --y: 50%;
  transform: scale(var(--zoom));
  transform-origin: var(--x) var(--y);
  clip-path: inset(
    calc((1 - 1/var(--zoom)) * (var(--y)))
    calc((1 - 1/var(--zoom)) * (100% - var(--x)))
    calc((1 - 1/var(--zoom)) * (100% - var(--y)))
    calc((1 - 1/var(--zoom)) * (var(--x)))
  );
  width: 100%;
  cursor: crosshair;
}

body {
    overscroll-behavior-y: contain;
    background-image: url('getimage?name=York5px.jpg');
    background-size: cover;
}
