body{
	/*background-color: #ac7339; */
	background-image:url("images/wood.jpg");
	background-size: cover;
	background-position: center;
	margin: left;
	margin: right;
}

h1{
	font-family: "Times New Roman", "Times New Roman";
	padding-top: 5px;
	color: white;
	text-align: center;
}

h2 {
	color:white;
	font-family: "Times New Roman";
	text-align: center;
}
p{
	margin: 100px;
	font-family: "Times New Roman";
	padding-top: 3px;
	font-size: 20px;
	color: #BDB76B;
	text-align: center;
}

#desc {
	padding-top: 5%;
	max-width: 70%;
	margin: auto;
}

img {
	padding: 5px;
	border-radius: 4px;
	width: 50%;
	height: auto;
	display: block;
	margin: auto;
	padding-bottom: 99px;
}
/* Image of Map */
.map{
	float: center;
	max-width:500px;
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
	border: 5px;
}

/* This is Nav Bar*/
#navbar {
	width: 100%;
	background: url(4.jpg);
}

.navbarcell {
	width: 34%;
	text-align: center;
	text-decoration:none;
	padding: 5px;
	background-color: black;
	opacity: 0.5;

}
.navbartext {
	display: block;
	text-decoration: none;
	color: white;
}

.navbarcell :hover {
	background-color: #333;
}

ul{
	font-family: "Times New Roman";
	list-style-type: none;
	background-color: none;
	margin: 0 auto;
	overflow:hidden;
	background:url(images/4.jpg)
}

li{
	float: left;
	text-align: right;
	display: block;
	max-width: 30%;
}

li a {
	width: 400px;
	display: block;
	color: #FFF;
	padding: 10px 15px;
	text-decoration: none;
}
li a:hover {
	background-color:#696969;
}

/* This is the Coffee Menu*/
img {
	width: 300px;
	height: auto;
	border-radius: 20px;
	padding: 5px;
}
table, tr, td {
	font-size: 20px;
	font-family: "Times New Roman";
	font-weight: bold;
	font-weight: 900;
	color: #BDB76B;
	border-bottom: 2px solid black;
}

/*Login Page*/
.lg-container{
	width:275px;
	margin:100px auto;
	padding:20px 40px;
	border:1px solid #f4f4f4;
	background:rgba(255,255,255,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;

	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}
.lg-container h1{
	font-size: 35px;
	text-align:center;
	color: black;
}
#lg-form > div {
	margin:10px 5px;
	padding:5px 0;
}
#lg-form label{
	display: none;
	font-size: 20px;
	line-height: 25px;
}
#lg-form input[type="text"],
#lg-form input[type="password"]{
	border:1px solid rgba(51,51,51,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding: 5px;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	font-family: Times New Roman;
	text-align:center;
}
/* The Button */
#lg-form div:nth-child(3) {
	text-align:center;
}
#lg-form button{
	font-family: Times New Roman;
	font-size: 18px;
	border:1px solid #000;
	padding:5px 10px;
	border:1px solid rgba(51,51,51,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;

	-webkit-box-shadow: 2px 1px 1px #aaa;
	-moz-box-shadow: 2px 1px 1px #aaa;
	box-shadow: 2px 1px 1px #aaa;
	cursor:pointer;
}
#lg-form button:active{
	-webkit-box-shadow: 0px 0px 1px #aaa;
	-moz-box-shadow: 0px 0px 1px #aaa;
	box-shadow: 0px 0px 1px #aaa;
}
#lg-form button:hover{
	background:#228B22;
}
#message{width:100%;text-align:center}
.success {
	color: green;
}
.error {
	color: red;
}

/*This is a footer */
#footer {
clear:both;
background: #333;
line-height: 22px;
text-align: center;
font-size: 15px;
font-family: Times;
color: #grey;
margin: auto;
margin-left: -20px !important;
margin-right: -20px !important;
width: 110%;
bottom: 0;
height: auto;
border-radius: 2px;
position: fixed;
}
