
body 
{
background-color:#e1e7ef;

}

table
{
color:#474a50;
text-align:justify;
letter-spacing:2px;
line-height:15pt;
vertical-align:text-top;
font-size:14px;
font-family: 'EB Garamond', serif;

}

#menu
{
color:#474a50;
text-align:right;
letter-spacing:2px;
line-height:18pt;
vertical-align:text-top;
font-size:16px;
font-family: 'EB Garamond', serif;
position: absolute;
top: 230px;
left: 78%;
z-index:1;

}

#aboutusmenu
{
color:#474a50;
text-align:right;
letter-spacing:2px;
line-height:18pt;
vertical-align:text-top;
font-size:16px;
font-family: 'EB Garamond', serif;
position: absolute;
top: 230px;
right: 6%;
z-index:1;

}


#menuleaf
{
position: absolute;
bottom: 0px;
left: 78%;
top: 5%;
z-index:1;
}

#thankyouleaf
{
position: absolute;
bottom: 0px;
left: 25%;
top: 25%;
z-index:1;
}


#title
{
color:#db6c5d;
text-align:justify;
letter-spacing:1px;
line-height:10pt;
font-size:24px;
vertical-align:text-top;
font-family: 'EB Garamond', serif;
position: relative;
z-index:2;
left: 12%;
}

#hotelwrapper
{
color:#db6c5d;
text-align:justify;
letter-spacing:1px;
line-height:10pt;
font-size:24px;
vertical-align:text-top;
font-family: 'EB Garamond', serif;
position: absolute;
z-index:0;
left: 12%;
}

#content
{
position: relative;
bottom: 0px;
top: 5%;
left: 12%;
z-index:1;
color:#474a50;
text-align:left;
letter-spacing:1px;
line-height:18pt;
vertical-align:text-top;
font-size:15px;
font-family: 'EB Garamond', serif;
width: 55%;
}

#thankyoucontent
{
position: relative;
bottom: 0px;
top: 10%;
left: 12%;
z-index:1;
color:#474a50;
text-align:left;
letter-spacing:1px;
line-height:18pt;
vertical-align:text-top;
font-size:15px;
font-family: 'EB Garamond', serif;
width: 55%;
}


h1
{
color:#474a50;
text-align:justify;
letter-spacing:1px;
line-height:10pt;
font-size:12px;
vertical-align:text-top;
font-family: 'EB Garamond', serif;
}

#formtable
{
position: absolute;
top: 230px;

z-index:1;
}

#foodquestions
{
position: relative;
left: 15%;
top: 10%;

z-index:1;
}



#contactclouds
{
position: relative;
bottom: 340px;
left: 0px;
z-index:-1;
}



/* link behaviour */

a:link {color:#474a50;
text-decoration:none;}      /* unvisited link */
a:visited {color:#474a50;
text-decoration:none;}  /* visited link */
a:hover {color:#db6c5d;
text-decoration:none;}  /* mouse over link */
a:active {color:#db6c5d;
text-decoration:none;}  /* selected link */




/* LAYOUT TABLE */

table.layout
{
border: 0px
border-collapse:collapse;
width:1000px;
height:100%;
padding:0px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
font-size:16px;
font-family: 'EB Garamond', serif;
    color: #cbb5ad;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

