/* pallet : #e9ccb1 #d58258 #ecb984 #fffee9 #a8a676 #e4dac2 */a
/*div.MainMenu{position: fixed; left: 50%; top:0; transform: translateX(-50%); transform: translateY(-10); width:1080}*/
div.MainMenu{
  overflow: hidden;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}
div.centered {
	position: fixed;
  left: 50%;
	top: 50%;
  transform: translate(-50%, -50%);
	z-index : 9999;
}
table.MainMenu{background-color:#5555FF;}
body.standard {
font-family: "Calibri Light", Verdana, sans-serif;
background-image: url("./pics/cloudslight.jpg"),linear-gradient(red, yellow);
background-repeat: no-repeat no-repeat;
height: 768px;
background-size:cover, cover;
background-position: center, bottom 1000px;
background-color:#a8a676;
}
table.standard{
background-color:#CCCCFF;
}
table.calander{
border-radius: 15px;
background-color:#0000FF;
border-collapse: collapse;
border: 1px solid black;
}
table.admin{
border-radius: 15px;
background-color:#000055;
border-collapse: collapse;
border: 1px solid black;
}
th.standard {text-align:center;background-color:#CCCCFF;color:#0000FF;}
td.standard{text-align:center;background-color:#CCCCFF;text-align:center;}
td.menubutton{background-color:#CCCCFF;border-radius: 25px;padding: 10px;text-align:center;width:100px;}
td.menubutton:hover {background-color: #AAAAFF;}
td.calanderpast{background-color:#e4dac2;}
td.calanderopen{background-color:#fffee9;}
td.calanderopen:hover {background-color:#a8a676;}
td.calanderbooked{background-color:#d58258;}
/* body.standard {background-image: url("menu.jpg");  background-repeat: no-repeat; background-position: center top; background-attachment: fixed;}*/
body.splash{
background-image: url("./pics/cloudslight.jpg");
background-repeat: no-repeat;
height: 768px;
background-size:cover;
background-position: center;
background-color:#a8a676;
}

