/*  contact.css  */

body {
	font-family: "Helvetica", "Arial", Sans-serif;
	background: url(../img/background1.jpg) center no-repeat;
	background-size: 100%;
}

h1 {
	font-size: 50px;
	width: 410px;
	padding: 10px 0 0 10px;
}

nav ul {
	border: 1px solid black;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #b5ccbf;
	font-size: 20px;
	text-align: center
}

nav li {
	display: inline-block;
	text-align: center;
	margin: 0 40px;
	padding: 0;
}

nav li a {
	color: black;
	text-decoration: none;
}

li a:hover {
	background-color: #67908c;
}

footer {
	background-color: #b5ccbf;
	margin-top: 30px;
	text-align: center;
}


/*  Class Selectors  */

.container {
	width: 989px;
	background-color: #b5ccbf;
	margin: 0 auto;
}

.hoo {
	margin: 10px 0 0 50px;
	font-size: 18px;
}

.days {
	width: 90px;
	margin: 5px 0 0 50px;
	padding: 0;
	text-align: left;
	list-style-type: none;
	display: inline-block;
}

.hours {
	width: 130px;
	margin: 5px 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
	display: inline-block;
}

.visit {
	width: 400px;
	margin-left: auto;
	margin-right: 50px;
	margin-top: 10px;
	padding: 0;
	font-size: 18px;
	text-align: center;
	list-style-type: none;
}

.phone {
	margin: 20px 0 0 50px;
}

.number {
	margin: 5px 0 0 50px;
}

.form {
	margin: 275px 0 0 50px;
	text-align: left;
}

.button:hover {
	background-color: #67908c;
}

.active {
	background-color: #67908c;
}

.bottomlist {
	font-size: 15px;
	margin-bottom: 5px;
}

.bottomlist ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.bottomlist li {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.bottomlist li a {
	color: black;
	text-decoration: none;
}


