@charset "utf-8";
.navMenu {
	color: white;
    background-color: #D8D8D8;
	text-align: center;
}
.NavMiddle {
    padding-top: 25px;
    background-color: #EAD7AE;
}
.overlay {
    padding-top: 50px;
    color: white;
    z-index: 99;
    font-size: x-large;
}
.overlayImg {
    color: white;
	z-index: 1;
}
.title {
    color: gray;
    text-align: center;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.MainHeading {
    color: white;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    text-align: center;
    font-size: 4rem;
}
.MainContent {
    position: relative;
	height: 920px;
	width: 100%;
    margin-top: 100px;
    z-index: 1;
    background-image: url("../images/flight1920.jpg");
}
.NavTitle {
    background-color: #EAD7AE;
}
@media only screen and (max-width:576px){
	.NavTitle {
	text: "The Sip Craft Beer Pub";	
	}
	.MainContent {
    content: url("/images/taps.jpg");
    width: 100%;
		}
}

.titleMain {
    width: 100%;
	z-index: 10;
    margin-top: 100px;
}
.buttonMain {
    width: 100%;
    text-align: center;
    background-color: #2b2b2b;
}
.beerList {
	width: 400px;
}
