@charset "utf-8";
/* CSS Document */
	@font-face{
		font-family : "Vivaldi"; 
		src: url(/font/VIVALDI.TTF);
	}

	@font-face{
		font-family : "Garamond"; 
		src: url(/font/GARAMOND.otf);
	}
	
	.homePageContent{
		color:#141311;
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 35px;
		text-align:center;
		font-family:Vivaldi;
		font-size-adjust:0;
		font-weight:500;
		font-size:16pt;
	}
	h1{
		color:#272727;
		margin-top:5px;
		margin-bottom:0px;
		padding-top:0px;
		padding-bottom:0px;
		text-align:center;
		font-family:Vivaldi;
		font-weight:500;
		font-size:27pt;
	}
	.title{
		color:#272727;
		margin-top:10px;
		margin-bottom:10px;
		padding-top:0px;
		text-align:center;
		font-family:Vivaldi;
		font-weight:600;
		font-size:30pt;
	}
	.contact_us_details{
		color:#141311;
		text-align:center;
		font-family:Vivaldi;
		font-size-adjust:0;
		font-weight:500;
		font-size:17pt;
		padding-bottom:30px;
	}	

	.image_details{
		color:#141311;
		text-align:center;
		font-family:Vivaldi;
		font-size-adjust:0;
		font-weight:500;
		font-size:15pt;
		padding-bottom:30px;
	}	

	.reservation_info{
		color:#272727;
		font-family:"Times New Roman", Times, serif;
		font-size:18px;
		font-weight:600;
		line-height:30px;
		text-align:center;
	}
	.form_title_row{
		color:#272727;
		font-family:"Times New Roman", Times, serif;
		font-size:18px;
		font-weight:600;
		text-transform:uppercase;
		text-align:right;
	}
	.inp{
		border:1px solid #E2E2E2;
		width:120px;
		height:25px;
	}
	.bottom_address_information{
		color:#FFFFFF;
		text-align:center;
		padding-bottom:5px;

		font-family:Garamond;
		font-size:23px;
		font-weight:600;
	}
	
	.menuTableContent{
		font-family:Garamond;
		font-size:15px;
		font-weight:500;
	}

	.menuTitle{
		font-family:Garamond;
		text-transform:uppercase;
		text-decoration:blink;
		font-size:18px;
		font-weight:600;
		text-align:center;
		padding:10px;
	}

	body
	{
		font-family:Garamond;
		font-size:15px;
		font-weight:500;
		background-color: #f1e2cb;
	}

	body, tr,td, table {
		font-family:Garamond;
		font-size:15px;
		font-weight:500;
	}
	
	.image {
	       border: 1px solid #36080a;
	       margin: 5px;
	       display: none;
	}
	img{
	    display: none;
	}
	input {
	    display: none;  
 	}
