@charset "UTF-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(../image/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
nav {
	background-color: rgba(255,255,255,0.7);
	height: 45px;
	margin-right: 50px;
	margin-left: auto;
	width: 1418px;
	margin-top: 100px;
}
nav ul{
	list-style-image: none;
	list-style-type: none;
	display: block;
	padding: 0px;
	height: 43px;
	width: 600px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
}
nav ul li {
	display: block;
	float: left;
	height: 40px;
	width: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	text-decoration: none;
	padding-top: 7px;
}
nav ul li:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.container {
	width: 1500px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	height: 1000px;
	background-image: url(../image/background_white.png);
	background-repeat: no-repeat;
}

header {
	height: 500px;
	background-image: url(../image/survice_photo.jpg);
	background-repeat: no-repeat;
	margin-left: 30px;
}
.headline {
	float: left;
	height: 30px;
	width: 500px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	text-decoration: none;
	margin-top: 50px;
	text-align: left;
	margin-left: 180px;
	font-weight: bold;
	margin-bottom: 20px;
}
.headline2 {
	float: left;
	height: 30px;
	width: 500px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	text-decoration: none;
	margin-top: 50px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 40px;
}
.beer {
	float: left;
	height: 400px;
	width: 460px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	margin-left: 180px;
	text-align: left;
	padding-right: 40px;
	line-height: 1.4em;
}
.catering{
	float: left;
	height: 400px;
	width: 580px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 40px;
	line-height: 1.4em;

}
.doorstop {
	clear: both;
}
