@charset "UTF-8";
/* CSS Document */
body {
    font-family: Arial;
    margin: 0;
    border: 0;
    padding: 0;
}
h1 {
    text-align: center;
    font-size: 80px;
}
td {
    /*border: 2px solid black;*/
}
iframe {
	width: 70%;
	height: 800px;
	border: 15px solid transparent;
    border-image: url("images/wood_texture.jpg") 10% round;
	display: block;
	margin: 0 auto;
	box-shadow: 0px 8px 23px #222222;
}
#headerBarContainer {
    background-image: url("images/wood_texture.jpg");
    width: 100%;
    margin-top: 0;
    height: 200;
    text-align: center;
    float: left;
}
#headerBarContainer a {
    color: green;
    text-decoration: none;
    font-size: 40px;
}
#headerBarContainer a:hover {
    color: yellow;
}
#headerLogo {
    height: 100px;
    float: left;
    margin: 0;
}
#headerLogoGradient {
    height: 100px;
    float: left;
    margin: 0;
}
.headerBarElement {
    float: left;
    margin: 30px 40px 20px 0px;
}
.active_page {
    font-weight: bold;
    font-style: italic;
}
#headerSubBar {
    width: 100%;
    height: 15px;
    background-color: green;
    float: left;
}
#menuContainer {
    width: 1100px;
    margin: auto;
    padding: 10px;
    border: 15px solid transparent;
    border-image: url("images/wood_texture.jpg") 10% round;
    text-shadow: 1px 2px 4px #222222;
    font-size: 20px;
    color: white;
    background-image: url("images/sandwich_board_tiled.jpg");
    background-size: 14%;
    box-shadow: 0px 8px 23px #222222;
}
#menuTable {
    width: 100%;
}
#specialsTable {
    width: 100%;
}
#pageTitle {
    position: relative;
    top: 20px;
    font-weight: bold;
}
#comingSoon {
    text-align: center;
    color: green;
    font-size: 30px;
    position: relative;
    top: -30px;
}
.toppings {
    font-family: Arial;
    font-size: 25px;
    text-align: center;
    height: px;
    margin: 0 auto;
}
.sandwichNumber {
    width: 6%
}
.sandwichName {
    width: 88%;
}
.sandwichPrice {
    width: 6%;
    display: flex;
    justify-content: flex-end;
}
#menuLine {
    align: center;
    width: 70%;
    height: 3px;
    margin: 20px auto;
    background-color: white;
    border-width: 0;
    box-shadow: 1px 2px 8px #222222;
}
#menuPDF {
    width: 100%;
    text-align: center;
    font-size: 30px;
    position: relative;
    top: 40px;
}
#menuPDF a {
    color: green;
}
#menuPDF a:hover {
    color: yellow;
}
#breadAndCheese {
    width: 100%;
    height: 120px;
    margin: 10px;
    color: white;
}
#breadChoices {
    float: left;
    width: 45%;
    height: 100%;
    display: flex;
    flex-flow: column;
}
#cheeseChoices {
    float: right;
    width: 45%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-flow: column;
}
.clearFloat {
    float: none;
}
.rotatedLetterDiv {
    float: left;
}
#toppingsContainer {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
}
.bread {
    margin: 0 auto;
}
.cheese {
    margin: 0 auto;
}
#mapContainer {
    margin: 0 auto;
}
#locationInfo {
	margin: 0 auto;
}
