body.home {
	background-color: black;
	background-size: cover;
	background-repeat: no-repeat;
}

body.menu {
	background-image: url("Images/background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.catering {
	background-image: url("Images/background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.careers {
	background-image: url("Images/background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.about {
	background-color: black;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	list-style-type: none;
    margin-top: 0;
    padding: 15px;
    overflow: hidden;
    color: white;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 50px;
    background-color: black;
}

li {
	float: left;
}

.logo {
	margin-right: 100px;
}

#container {
	width: auto;
	overflow: hidden;
}

li a {
    display: block;
    color: white;
    padding: 5px 16px;
    font-family: goudy old style;
    font-size: 30px;
    text-decoration: none;
}

.active {
	background-color: green;
}

li a:hover {
	background-color: #EC2E45;
}

h1 {
	font-family: goudy old style;
	font-size: 50px;
	text-align: center;
	color: white;
	margin-top: 50px;
	margin-left: 30%;
	margin-right: 30%;
	border-bottom: 5px solid green;
}

h2 {
	font-family: goudy old style;
	font-size: 50px;
	text-align: center;
	color: white;
	margin-top: 50px;
	margin-left: 30%;
	margin-right: 30%;
	border-bottom: 5px solid green;
}

h3 {
	font-family: goudy old style;
	font-size: 50px;
	text-align: center;
	color: white;
	margin-top: 100px;
	margin-left: 30%;
	margin-right: 30%;
	border-bottom: 5px solid white;
}

h4 {
	font-family: goudy old style;
	font-size: 50px;
	text-align: center;
	color: white;
	margin-top: 100px;
	margin-left: 30%;
	margin-right: 30%;
	border-bottom: 5px solid white;
}

h5 {
	font-family: Times New Roman;
	font-size: 30px;
	text-align: center;
	color: white;
	margin-top: 30px;

}

h6{
	display: block;
	font-family: goudy old style;
	font-size: 40px;
	text-align: center;
	color: white;
	margin-right: 70px;
	margin-left: 70px;
	margin-bottom: 0;
	margin-top: 8%;
	width: 40%;
	text-align: center;
	border-bottom: 3px solid green;
}

.options {
	display: inline-block;
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
	padding: 20px
}

.options img:hover {
	opacity: 0.7;
}

p {
	display: block;
	margin-left: 30%;
	margin-right: 30%;
	margin-bottom: 2%;
	font-family: goudy old style;
	font-size: 30px;
	text-align: center;
	color: white;
}

.image_banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	padding: auto;
}

footer {
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	text-align: center;

}

footer img:hover {
	opacity: 0.7;
}

p.legal {
	border-top: 5px solid white;
	padding-top: 25px;
}

.parallax {
	background-image: url("Images/bait_image32.png");
	height: 900px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
}

.mission {
	display: block;
	background-color: black;
	padding-top: 100px;
	padding-bottom: 200px;
}

.vision {
	display: block;
	background-color: #720606;
	padding-top: 100px;
	padding-bottom: 100px;
}

.arrow {
	display: block;
	float: left;
	position: fixed;
	margin-left: 90%;
}

.us {
	display: inline-block;
}

.right {
	float: right;
	text-align: center;
}

.left {
	float: left;
	text-align: center;

}

.us p {
	margin-right: 70px;
	margin-left: 70px;
	margin-bottom: 0;
	width: 40%;
	text-align: center;
}


