@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;
    width: 100%;
    margin-top: 100px;
    z-index: 1;
    text-align: center;
    background-color: #2b2b2b;
    color: #FFFFFF;
}
.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;
}
.beerListMain {
    color: #FFFFFF;
    background-color: #2B2B2B;
}
.beerName {
    color: #FFFFFF;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: large;
    font-weight: bold;
    text-decoration: underline;
}
.BeerMiddle {
    text-align: center;
}
