/*GLOBAL STYLES*/
@font-face {
font-family: 'Gobold Uplow';
src: url('Gobold Uplow.OTF');
}

@font-face {
font-family: 'Rockwell Extra';
src: url('Rockwell Extra.OTF');
}

@font-face {
font-family: 'Rockwell Condensed';
src: url('ROCC____.TTF');
}

@font-face {
font-family: 'Lilita One';
src: url('LilitaOne-Regular.TTF');
}

@font-family {
font-family: 'Rockwell';
src: url('ROCK.TTF');
}

@font-family {
font-family: 'Rockwell Bold';
src: url('ROCKB.TTF');
}

@font-family {
font-family: 'Rockwell Condensed Bold';
src: url('ROCCB___.TTF');
}

@font-family {
font-family: 'Rockwell Extra Bold';
src: url('rockwell-extra-bold.otf');
}

/*TEXT LINK STYLING*/
/*TEXT LINK STYLING*/
A:link {color:#ffffff; text-decoration: none;}
A:active {color: #202759; text-decoration: none;}
A:visited {color: #ffffff; text-decoration: none;}
A:hover {color: #ffffff;}

body {
    margin: 0px;
    padding: 0px;
    background-color: white;
    overflow-x: hidden;
    width: 100%;
}

h1 {
    position: relative;
    display: block;
    font-family: Rockwell;
    font-size: 68px;
    text-align: center;
    color: white;
    font-weight: 900;
}

h2 {
    display: flex;
    position: relative;
    font-family: Rockwell;
    color: #9d0000;
    font-size: 36px;
    justify-content: center;
    text-align: center;
    line-height: 60px;
    font-weight: 900;
}

h3 {
    display: block;
    position: relative;
    font-family: Rockwell;
    color: white;
    font-size: 26px;
    text-align: right;

}

.cartIcon {
    position: fixed;
    display: block;
    background-image: url("graphics/cartIcon.png");
    width: 50px;
    height: 40px;
    z-index: 10;
    float: right;
    right: 20px;
    top: 10px;
    background-size: 50px;
    background-repeat: no-repeat;
}

.cartIcon:hover {
    cursor: pointer;
}

.cartCounter {
    position: relative;
    display: none;
    background-color: #991616;
    color: white;
    font-size: 14px;
    width: 20px;
    height: 20px;
    font-family: Verdana;
    float: right;
    text-align: center;
    border-radius: 11px;
}

.mobileLogo {
        position: absolute;
        display: none;
        width: 150px;
    }

.menuIcon {
    display: none;
    width: 80%;
    margin-left: 5px;
    margin-top: 5px;
}

/*NAV BAR*/
.header {
    display: flex;
    position: relative;
    width: 100%;
    height: 210px;
    background-image: url("graphics/headerBG.jpg");
    justify-content: center;
    box-shadow: 0px 2px 20px 5px black;
    z-index: 5;

}

.navBar {
    display: block;
    position: relative;
    justify-content: center;
    height: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 35px;
}

.navButton {
    display: inline-block;
    position: relative;
    background-color: transparent;
    justify-content: center;
    width: 180px;
    height: 60px;
    font-face: Times;
    color: white;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    font-family: Gobold Uplow;
    font-size: 28px;
    padding-top: 9px;
    padding-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.navButton:hover {
    -webkit-transition: 0.5s;
	background-color: yellow;
	color: red;
	cursor: pointer;
	text-decoration: none;
}

.navSpacer {
    display: inline-block;
    position: relative;
    width: 350px;
    top: -50px;
}

.mobileMenu {
    display: none;
}

#pblogo {
    position: absolute;
    display: block;
    top: -40px;
    width: 350px;
}

/*LANDING PAGE STYLING*/

.carousel {
    position: relative;
    display: block;
    height: 550px;
    width: 100%;
    z-index: 0;
}

.caroContainer1 {
    position: absolute;
    display: block;
    background-image: url("graphics/wed_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    width: 100%;
}

.caroContainer2 {
    position: absolute;
    display: block;
    background-image: url("graphics/pizza_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
    width: 100%;
}

.caroContainer3 {
    position: absolute;
    display: block;
    background-image: url("graphics/cobbler_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -3;
    width: 100%;
}

.caroContainer4 {
    position: absolute;
    display: block;
    background-color: #0b3b49;
    background-image: url("graphics/redBird_BG.png");
    z-index: -1;
    width: 100%;
}

.redBirdContainer {
    position: relative;
    display: block;
    height: 500px;
    margin: 0;
    padding: 50px;
    width: 60%;
}

.specialsContainer {
    position: relative;
    display: block;
    height: 500px;
    margin: 0;
    padding: 50px;
    width: 60%;
}

.pizzaContainer {
    position: relative;
    display: block;
    height: 500px;
    margin: 0;
    padding: 50px;
    width: 90%;
}

.cobblerContainer {
    position: relative;
    display: block;
    height: 500px;
    margin: 0;
    padding: 50px;
    width: 65%;
}

#cobblerHeader {
    color: #440d0d;
}

#redBirdHeader {
    color: #f54c38;
    font-size: 100px;
    font-family: Lilita One;
}

#cobblerSub {
    color: white;
    margin-left: 50px;
    font-size: 100px;
}

#cobblerBlurb {
    margin-left: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    height: 120px;
    width: 80%;
}

#redBlurb {
    margin-left: 50px;
}

#pizzaHeader {
    font-size: 100px;
}

#pizzaSub {
    position: relative;
    display: block;
    color: white;
    margin-left: 50px;
    border-style: dashed;
    border-color: white;
    padding: 20px;
    font-size: 42px;
    float: left;
}

#pizzaBlurb {
    position: relative;
    display: block;
    width: 60%;
    background-color: rgba(72, 9, 9,.6);
    padding: 20px;
    margin-left: 50px;
    margin-top: 30px;
    float: left;
}

.specialsHeader {
    position: relative;
    display: block;
    font-family: Rockwell Condensed;
    color: white;
    font-size: 118px;
    margin-left: 50px;
}

.star {
    position: relative;
    display: inline-block;
    margin: 10px;
    margin-bottom: 8px;
}

.specialsDivider {
    position: relative;
    display: block;
    margin: 5px;
    padding: 0;
    height: 3px;
    background-color: white;
    border-style: none;
    width: 100%;
}

.specialsSubheader {
    position: relative;
    display: block;
    font-family: Rockwell Condensed;
    color: #f8c900;
    font-size: 67px;
    margin-left: 80px;
}

.specialsBlurb {
    position: relative;
    display: block;
    font-family: Verdana;
    color: white;
    font-size: 18px;
    margin-left: 80px;
    line-height: 36px;
}

.bigNine {
    position: relative;
    display: block;
    font-family: Rockwell Condensed;
    color: #f8c900;
    font-size: 135px;
    margin-left: 80px;
    float: left;
    margin-top: 0;
}

.smallNine {
    position: absolute;
    display: block;
    margin-top: 15px;
    left: 190px;
}

.specialsPrice {
    position: relative;
    display: block;
    font-family: Rockwell Condensed;
    color: #f8c900;
    font-size: 67px;
}

.specialsButton {
    position: relative;
    display: block;
    height: 70px;
    width: 220px;
    border-style: solid;
    border-color: white;
    background: rgba(0,0,0,0.2);
    font-family: Gobold Uplow;
    color: white;
    font-size: 28px;
    border-radius: 10px;
    float: right;
    margin-top: 40px;
    right: 400px;
}

.specialsButton:hover {
    cursor: pointer;
    -webkit-transition: 0.5s;
	background-color: white;
	color: #9d0000;
}

.pizzaButton {
    position: relative;
    display: block;
    height: 70px;
    width: 220px;
    border-style: solid;
    border-color: white;
    background: rgba(0,0,0,0.2);
    font-family: Gobold Uplow;
    color: white;
    font-size: 28px;
    border-radius: 10px;
    float: right;
    margin-top: 20px;
}

.pizzaButton:hover {
    cursor: pointer;
    -webkit-transition: 0.5s;
	background-color: white;
	color: #9d0000;
}

#orderCobbler {
    margin-right: 40px;
}

#redBirdChicken {
    right: 0px;
    float: left;
    margin-left: 100px;
}

.headerRow {
    position: relative;
    display: block;
    text-align: center;
    height: 200px;
    padding-top: 40px;
    padding-bottom: 40px;

}

#header {
    width: 80%;
    height: 200px;
    margin-left: 160px;
}

.blurb {
    position: relative;
    display: block;
    font-family: Rockwell;
    color: white;
    font-size: 22px;
    padding: 60px;
    line-height: 50px;
    width: 40%;
    margin-left: 100px;
    scale: 1;
    z-index: 2;
}

.blurb2 {
    position: relative;
    display: block;
    font-family: Rockwell;
    color: white;
    font-size: 22px;
    line-height: 50px;
    text-align: right;
    width: 600px;
    left: 850px;
}

#bbq-header{
    right: 90px;
    color: white;
    text-align: right;
    left: 450px;
}

.seeMenu {
    position: relative;
    display: block;
    height: 70px;
    width: 220px;
    border-style: solid;
    border-color: white;
    background: rgba(0,0,0,0.2);
    font-family: Gobold Uplow;
    color: white;
    font-size: 28px;
    border-radius: 10px;
}

#menuButton1 {
    left: 1240px;
}

.seeMenu:hover {
    -webkit-transition: 0.5s;
	background-color: white;
	color: #9d0000;
	cursor: pointer;
}



.colorBlock {
    position: relative;
    display: block;
    background-color: #9d0000;
    height: 450px;
}

.colorBlock2 {
    position: relative;
    display: block;
    padding: 20px;
    background-image: url("graphics/wings_BG.jpg");
    height: 550px;

}

#porkSam {
    position: absolute;
    display: block;
    z-index: 1;
    width: 750px;
    margin-left: 800px;
    top: -100px;
}

.spacer {
    position: relative;
    display: block;
    height: 200px;
}

.spacer2 {
    position: relative;
    display: block;
    background-image: url("graphics/headerBG.jpg");
    height: 130px;
}

.cateringBlock {
    position: relative;
    display: block;
    background-image: url("graphics/catering.jpeg");
    font-family: Rockwell;
    color: white;
    font-size: 24px;
    text-align: center;
    width: 100%;
    padding: 20px;
    padding-top: 80px;
    padding-bottom: 100px;
}

.bigBlurb {
    position: relative;
    display: block;
    width: 65%;
    left: 250px;
    line-height: 75px;
}

.learnMore {
    position: relative;
    display: block;
    height: 70px;
    width: 220px;
    border-style: solid;
    border-color: white;
    background: rgba(0,0,0,0.2);
    font-family: Gobold Uplow;
    color: white;
    font-size: 28px;
    border-radius: 10px;
    left: 675px;
    top: 40px;
}

.learnMore:hover {
    -webkit-transition: 0.5s;
	background-color: white;
	color: #9d0000;
	cursor: pointer;
}

.lunchSpecials {
    position: relative;
    display: inline-block;

}

#specialsButton {
    left: 350px;
    bottom: 30px;
}

#lunchImage {
    position: absolute;
    display: inline-block;
    right: 10px;
    width: 700px;
    top: 125px;
}

#orderButton1 {
    position: absolute;
    display: block;
    bottom: 30px;
    left: 155px;
    z-index: 3;
}

.orderOnlineBlock {
    position: relative;
    display: block;
    background-color: #9d0000;
    height: 700px;
    padding: 40px;
    text-align: right;
}

#onlineHeader {
    text-align: right;
    margin-right: 35px;
}

#onlineImage {
    position: absolute;
    display: inline-block;
    left: 0;
}

#startOrder {
    position: absolute;
    display: block;
    right: 100px;
    margin: 50px;
}

.footer {
    position: relative;
    display: block;
    background-image: url("graphics/footerBG.jpg");
    color: white;
    font-family: Verdana;
    height: 300px;
    padding: 40px;
    padding-left: 80px;
    padding-bottom: 80px;
    width: 100%;
    float: left;
}

ul {
    list-style-type: none;
}

.links {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 40px;
    font-size: 18px;
    width: 50%;
}

.copyright {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    font-family: Arial;
    font-size: 12px;
    float: left;
    margin-top: 50px;
}

.social {
    position: relative;
    display: inline-block;
    float: left;
    width: 40%;
    text-align: right;
}

.fbIcon {
    position: relative;
    display: block;
    float: right;
    width: 50px;
    margin-top: 20px;
}

/*MENU PAGE STYLING*/
.headerBlock {
    position: relative;
    display: block;
    color: #9d0000;
    height: 150px;
}

.menuFrame {
    position: relative;
    display: block;
    width: 80%;
    margin-left: 170px;
    margin-right: auto;
}

.row-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 20px;

}

.row-box:hover {
    -webkit-transition: 0.5s;
    scale: 1.05;
}

.col {
    position: relative;
    display: inline-block;
    width: 47%;
    vertical-align: top;
}

.menuHeader {
    position: relative;
    display: block;
    background-color: #9d0000;
    color: yellow;
    font-family: Rockwell;
    font-weight: 900;
    height: 40px;
    font-size: 32px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-radius: 10px;
}

.comboIcon {
    position: relative;
    display: inline-block;
    width: 100px;
    height: auto;
    float: left;
}

.right-box {
    position: absolute;
    display: inline-block;
    float: right;
    top: 1750px;
    left: 300px;
}

h4 {
    position: relative;
    display: block;
    color: #161414;
    font-family: Rockwell;
    font-weight: 900;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;

}

.menuItem {
    position: relative;
    display: inline-block;
    color: #161414;
    font-family: Rockwell;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 10px;
    width: auto;
    vertical-align: top;
}

.subHeader {
    position: relative;
    display: block;
    color: #161414;
    font-family: Rockwell;
    font-size: 18px;
    line-height: 20px;
    padding-top: 10px;
    padding-left: 10px;
}

.v-divider {
    position: relative;
    display: inline-block;
    background-color: #9d0000;
    width: 5px;
    height: 3800px;
    margin-left: 20px;
    margin-right: 20px;
}

/*LOCATIONS STYLING*/
.locationsFrame {
    position: relative;
    display: inline-block;
    width: 500px;
    left: 185px;
    margin: 50px;
    font-family: Verdana;
    color: black;
    font-size: 18px;
    text-align: center;
    vertical-align: top;
}

.maps {
    width: 500px;
    vertical-align: top;
}

.maps:hover {
    cursor: pointer;
    -webkit-transition: 0.2s;
    scale: 1.05;
}

.modal {
    position: fixed;
    display: none;
    z-index: 2;
    top: 100px;
    left: 290px;
    border-style: solid;
    border-color: gray;
    border-radius: 10px;
    background-color: white;
}

#image {
    border-radius: 10px;
    margin: 0;
}

.close {
    font-family: Arial;
    font-weight: bold;
    color: gray;
    font-size: 50px;
    vertical-align: top;
    margin-left: 20px;
    margin-top: 0;
    margin-right: 20px;
}

.close:hover {
    cursor: pointer;
}

/*CONTACT PAGE STYLING*/
.questions {
    position: relative;
    display: block;
    width: 80%;
    color: #161414;
    text-align: center;
    left: 150px;
    margin-bottom: 50px;
}

.hotdog {
    position: relative;
    display: block;
    float: right;
    width: 800px;
    right: -100px;
}

.form {
    position: relative;
    display: inline-block;
    width: 750px;
    left: 175px;
    font-family: Verdana;
    font-size: 18px;
    color: #161414;
    float: left;
}

.textBox {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 300px;
    border-radius: 10px;
    border-style: solid;
    border-color: silver;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Verdana;
    color: #161414;
    font-size: 18px;
}

#fnLabel {
    position: absolute;
    display: block;
}

#lnLabel {
    position: absolute;
    display: block;
    top: 0;
    left: 350px;
}

#lname {
    position: absolute;
    display: block;
    top: 20px;
    left: 350px;
}

#phoneLabel {
    position: absolute;
    display: block;
    left: 0;
}

#phoneNum {
    position: absolute;
    display: block;
    left: 0;
    top: 100px;
}

#emailLabel {
    position: absolute;
    display: block;
    left: 350px;
    top: 75px;
}

#email {
    position: absolute;
    display: block;
    left: 350px;
    top: 100px;
}

#messLabel {
    position: absolute;
    display: block;
    top: 150px;
}

#message {
    position: absolute;
    display: block;
    border-style: solid;
    border-color: silver;
    border-radius: 10px;
    width: 650px;
    top: 175px;
    font-family: Rockwell;
    font-size: 18px;
    padding: 10px;
}

#submitButton {
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #9d0000;
    border-radius: 10px;
    height: 50px;
    background-color: #9d0000;
    width: 300px;
    top: 440px;
    color: white;
    font-family: Gobold Uplow;
    font-size: 24px;
    left: 180px;

}

#submitButton:hover {
    -webkit-transition: 0.5s;
    cursor: pointer;
    background-color: white;
    color: #9d0000;
    border-color: white;
}

/*ORDER ONLINE STYLES*/
.preOrderScreenContainer {
    position: absolute;
    display: block;
    width: 90%;
    left: 5%;
    top: 330px;
    text-align: center;
}

#where {
    color: #161414;
    margin: 0;
    line-height: 20px;

}

.locationBlock {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    width: 400px;
    font-family: Rockwell;
    color: white;
    font-size: 18px;
    text-align: center;
    background-color: #9d0000;
    margin-right: 5%;
    margin-top: 50px;
    margin-bottom: 100px;
    padding: 20px;
    left: 20px;
}

.locationBlock:hover {
    -webkit-transition: 0.5s;
    cursor: pointer;
    scale: 1.05;

}

.map {
    width: 400px;
    border-radius: 20px;
}

/*MAIN MENU STYLING*/
.mainMenuContainer {
    position: absolute;
    display: block;
    width: 90%;
    margin-left: 5%;
    vertical-align: top;
    left: 110%;
    top: 250px;
}

.onlineMenuHeader {
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    background-color: #9d0000;
    font-family: Rockwell;
    color: yellow;
    font-weight: 900;
    height: 45px;
    border-radius: 10px;
    text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
    padding-top: 5px;

}

#location {
    position: relative;
    display: block;
    font-family: Rockwell;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.menuItemContainer {
    position: relative;
    display: inline-block;
    width: 31%;
    border-radius: 10px;
    height: 170px;
    font-family: Verdana;
    color: #161414;
    font-size: 16px;
    background-color: white;
    padding: 5px;
    vertical-align: top;
    margin-left: 0.8%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.menuItemContainer:hover {
    -webkit-transition: 0.5s;
    cursor: pointer;
    scale: 1.05;
    z-index: 1;
    background-color: yellow;
}

.thumbnail {
    position: relative;
    display: block;
    float: left;
    width: 130px;
    height: 130px;
    margin: 10px;
    object-fit: cover;
}

.itemHeader {
    color: #9d0000;
    text-align: left;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

h3 .itemHeader {
    font-size: 14px;
}

.description {
    margin-bottom: 10px;
}

.price {
    font-size: 36px;
    vertical-align: bottom;
    font-weight: bold;
    margin-top: 20px;
}

.backButton {
    position: relative;
    display: block;
    height: 60px;
    width: 150px;
    font-family: Gobold Uplow;
    font-size: 24px;
    border-radius: 10px;
    border-style: none;
    color: #9d0000;
}

.backButton:hover {
    cursor: pointer;
    -webkit-transition: 0.5s;
    background-color: #9d0000;
    color: white;
}

.filterBar {
    position: relative;
    display: block;
    font-family: Arial;
    color: gray;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 18px;
}

.filterButton {
    position: relative;
    display: inline-block;
    height: 40px;
    border-radius: 20px;
    background-color: #f3ede0;
    color: #939393;
    border-style: none;
    font-size: 16px;
    font-family: Arial;
    font-style: italic;
    padding: 5px;
}

.filterButton:hover {
    cursor: pointer;
    -webkit-transition: 0.5s !important;
    background-color: silver !important;
    color: #161414 !important;
}

/*ITEM SCREEN STYLES*/
.itemScreenContainer {
    position: absolute;
    display: block;
    width: 90%;
    z-index: 2;
    background-color: white;
    top: 270px;
    margin-left: 5%;
    margin-bottom: 20px;
    left: 110%;

}

.leftCol {
    position: relative;
    display: inline-block;
    width: 48%;
    vertical-align: top;

}

.rightCol {
    position: relative;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-left: 20px;
    float: right;
}

.largeImage {
    position: relative;
    display: block;
    float: left;
    vertical-align: top;
    width: 100%;
    margin-top: 50px;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
}

.itemHeaderMain {
    position: relative;
    display: block;
    color: #191616;
    font-family: Rockwell;
    font-weight: Bold;
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.itemDescriptionMain {
    position: relative;
    display: block;
    color: #191616;
    font-family: Verdana;
    font-size: 18px;
    margin-bottom: 30px;
}

.quantityBlock {
    position: relative;
    display: inline-block;
    background-color: #9d0000;
    height: 60px;
    width: 200px;
    border-radius: 30px;
    margin-right: 20px;
    float: left;
    text-align: center;
}

.plusMinusButton {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: white;
    color: #191616;
    font-family: Rockwell;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
    background-color: yellow;
}

.plusMinusButton:hover {
    cursor: pointer;
}

#quantityInput {
    position: relative;
    display: inline-block;
    width: 50px;
    margin-top: 12px;
    height: 30px;
    border-radius: 10px;
    border-style: none;
    font-family: Rockwell;
    font-size: 24px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 8px;
}

.addToCart {
    position: relative;
    display: inline-block;
    background-color: #9d0000;
    height: 60px;
    width: 300px;
    border-radius: 30px;
    color: yellow;
    font-family: Rockwell;
    font-size: 24px;
    border-style: none;
    margin: 0;

}

.addToCart:hover {
    cursor: pointer;
    -webkit-transition: 0.5s;
    background-color: white;
    color: #9d0000;
}

.optionsBanner {
    position: relative;
    display: block;
    height: 60px;
    width: 620px;
    background-color: #9d0000;
    vertical-align: middle;
    color: yellow;
    font-family: Rockwell;
    font-size: 24px;
    line-height: 60px;
    padding-left: 20px;
    border-radius: 30px;
    margin-top: 20px;
    float: left;
    z-index: 3;

}

.optionsBanner:hover {
    cursor: pointer;
    -webkit-transition: 0.5s;
    background-color: #730006;
}

.arrowBox {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    margin: 20px;
    right: 0;
    top: -5px;

}

.arrow {
    fill: yellow;
}

.instructions {
    position: relative;
    display: block;
    font-family: Rockwell;
    font-size: 24px;
    float: right;
}

.instructionsText {
    margin-top: 10px;
    color: #9d0000;
    float: left;
}

.instructionsArea {
    position: relative;
    display: block;
    margin-top: 10px;
    border-radius: 10px;
    width: 600px;
    height: 200px;
    padding: 20px;
    font-family: Rockwell;
    font-size: 24px;
    border-color: gray;
    border-style: solid;
    border-width: 2px;
    float: left;
}

.locationText {
    position: relative;
    display: block;
    font-family: Rockwell;
    font-size: 20px;
    left: 60px;
}

.sidesBox {
    position: relative;
    font-family: Verdana;
    display: block;
    margin-top: 90px;
    top: 10px;
    font-size: 20px;
    color: #191616;
    z-index: 2;

}

#saladDressings {
    display: none;
}

#saladDress {
    display: none;
}

#pizzaTops {
    display: none;
}

#pizzaToppings {
    display: none;
}

#sidesBox {
    display: block;
}

#drinksBox {
    display: none;
}

#sauce {
    display: none;
}

#sauceBox {
    display: none;
}

#addOnsBan {
    display: none;
}

#addOnsBox {
    display: none;
}

/*CHECKBOX STYLING COPIED FROM DYNAMIK DESIGN LAB*/
.checkContainer {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 350px;
    left: 100px;
    margin: 10px;
}

.checkContainer input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #ccc;
    border-radius: 5px;
    left: -105px;
}

.checkmarkPint {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #ccc;
    border-radius: 5px;
    left: -50px;
}

.checkmarkPint:hover {
    background-color: #aaa;
}

.checkmark:hover {
    background-color: #aaa;
}

input:checked ~ .checkmark {
    background-color: #991616;
}

input:checked ~ .checkmarkPint {
    background-color: #991616;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmarkPint:after {
    content: "";
    position: absolute;
    display: none;
}

input:checked ~ .checkmark:after {
    display: block;
}

input:checked ~ .checkmarkPint:after {
    display: block;
}

.checkmark:after {
  left: 9px;
  top: 3px;
  width: 9px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmarkPint:after {
  left: 9px;
  top: 3px;
  width: 9px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sideBoxLabel {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: Verdana;
    margin-right: 20px;
}

#smokePotatoSaladPint {
    left: -20px;
}

/*SHOPPING CART MODAL*/
.shoppingCartModal {
    position: fixed;
    display: none;
    width: 90%;
    margin-left: 4%;
    background-color: white;
    top: 20px;
    border-radius: 20px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 22px;
    padding: 20px;
    z-index: 50;
    overflow-x: auto;
}

.modalHeader {
    position: relative;
    display: block;
    height: 120px;
}

.modalLogo {
    margin: 20px;
    width: 150px;
}

.pickupLocation {
    vertical-align: middle;
    float: right;
    margin-top: 50px;
    margin-right: 20px;
}

#exitButton {
    position: absolute;
    display: block;
    width: 20px;
    right: 0px;
    top: 0px;
    color: silver;
    font-weight: 900;
    font-family: Arial
    float: right;
    vertical-align: top;
}

#exitButton:hover {
    cursor: pointer;
}

.leftModalColumn {
    position: relative;
    display: block;
    width: 60%;
    vertical-align: top;
    float: left;
}

.itemRow {
    position: relative;
    display: block;
    background-color: #e9e9e9;
    height: 100px;
    border-radius: 5px;
    font-size: 18px;
    font-family: Verdana;
    padding: 5px;
    width: 98%;
    margin-top: 10px;
    padding-top: 25px;
    border-width: 1px;
    font-weight: normal;
}

.deleteIcon {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px;
    margin-top: 25px;
    float: left;
    background-color: gray;
    color: white;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
}

.deleteIcon:hover {
    cursor: pointer;
    -webkit-transition: 0.5s;
    background-color: #484848;
}

.rowThumb {
    position: relative;
    display: block;
    width: 90px;
    height: 80px;
    float: left;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 15px;
}

.itemSummary {
    position: relative;
    display: block;
    width: 50%;
    float: left;
}

.quantityDisplay {
    position: relative;
    display: block;
    text-align: center;
    width: 40px;
    float: left;
    margin-top: 15px;
    margin-left: 20px;
}

.modalPrice {
    position: relative;
    display: block;
    float: right;
    margin-top: 25px;
    margin-right: 10px;
    font-size: 24px;
    font-weight: bold;
}

.addInstructions {
    position: relative;
    width: 85%;
    float: left;
    height: 120px;
    border-style: solid;
    border-color: gray;
    border-width: 2px;
    border-radius: 10px;
    padding: 15px;
    font-family: Verdana;
    font-size: 18px;
    color: #191616;
    margin-top: 20px;
    margin-left: 40px;
}

.vDivider {
    position: relative;
    display: block;
    width: 3px;
    background-color: silver;
    height: 100%;
    float: left;
    margin-left: 10px;
}
.rightModalColumn {
    position: relative;
    display: block;
    float: right;
    width: 38%;
    vertical-align: top;
}

.tipBar {
    position: relative;
    display: block;
    height: 50px;
    border-radius: 26px;
    text-align: center;
    background-color: yellow;
    margin-top: 30px;
}

.tipButton {
    position: relative;
    display: block;
    height: 100%;
    border-style: solid;
    border-color: #991616;
    border-width: 2px;
    background-color: white;
    float: left;
    width: 19%;
    font-family: Verdana;
    font-size: 15px;
}

.tipButton:hover {
    cursor: pointer;
}

#zeroTip {
    border-radius: 26px 0 0 26px;
    background-color: #991616;
    color: white;
}

#customTip {
    border-radius: 0 26px 26px 0;
    width: 24%;
}

.customTipInput {
    position: relative;
    display: none;
    margin-top: 20px;

}

#customTipValue {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 80px;
    padding: 5px;
    border-radius: 5px;
    border-style: solid;
    border-color: silver;
    font-family: Verdana;
    font-size: 18px;
    text-align: right;
}

.customTipButton {
    position: relative;
    display: block;
    float: right;
    height: 50px;
    width: 200px;
    background-color: white;
    color: #991616;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    border-radius: 26px;
    border-style: solid;
    border-color: #991616;
}

.customTipButton:hover {
    cursor: pointer;
    -webkit-transition: 0.5s;
    background-color: #991616;
    color: white;
    border-style: solid;
    border-color: #991616;
}

.cartTotalBox {
    position: relative;
    display: block;
    border-style: solid;
    border-color: silver;
    border-width: 1px;
    margin-top: 50px;
    border-radius: 5px;
    padding: 15px;
    font-weight: bold;
}

#subTotal {
    font-weight: normal;
    color: gray;
    font-size: 16px;
}

#tax {
    font-weight: normal;
    color: gray;
    font-size: 16px;
}

#tip {
    font-weight: normal;
    color: gray;
    font-size: 16px;
}

#total {
    font-size: 16px;
}

.checkoutButton {
    position: relative;
    display: block;
    height: 50px;
    width: 300px;
    background-color: white;
    color: #991616;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-left: 100px;
    margin-top: 30px;
    border-radius: 26px;
    border-style: solid;
    border-color: #991616;
}

.checkoutButton:hover {
    cursor: pointer;
    -webkit-transition: 0.5s;
    background-color: #991616;
    color: white;
    border-style: solid;
    border-color: #991616;
}

#moreItems {
    position: relative;
    display: block;
    float: right;
    font-weight: bold;
    text-decoration: underline;
    color: #991616;
    margin-right: 10px;
}

#moreItems:hover {
    cursor: pointer;
}

/*PAYMENT PAGE STYLING*/
.master {
    padding: 30px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: Verdana;
    font-size: 16px;
    background-color: white;

}

.pickUpBox {
    position: relative;
    display: block;
    border-style: solid;
    border-color: silver;
    border-width: 1px;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;

}

.logo {
    margin-bottom: 10px;
    width: 150px;
}

.pinIcon {
    position: relative;
    display: block;
    float: left;
    margin-right: 20px;
    width: 40px;
}

.payPageHeader {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

input {
    position: relative;
    display: block;
    width: 90%;
    height: 30px;
    border-style: solid;
    border-color: silver;
    border-radius: 5px;
    font-family: Verdana;
    font-size: 16px;
}

.payButton {
    position: relative;
    display: block;
    height: 50px;
    width: 300px;
    background-color: white;
    color: #991616;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-left: 30%;
    border-radius: 26px;
    border-style: solid;
    border-color: #991616;
}

.payButton:hover {
    cursor: pointer;
    -webkit-transition: 0.5s;
    background-color: #991616;
    color: white;
    border-style: solid;
    border-color: #991616;
}

.field card-number {
    position: relative;
    display: block;
    width: 90%;
    height: 30px;
    border-style: solid;
    border-color: silver;
    border-radius: 5px;
}

.totals {
    float: right;
}

.grandTotal {
    font-weight: bold;
}

#grandTotal {
    float: right;
    font-weight: bold;
}

/*CATERING PAGE*/
.cateringBlurb {
    position: relative;
    display: block;
    font-family: Verdana;
    color: #191616;
    font-size: 18px;
    line-height: 50px;
    width: 50%;
    margin: 80px;
}

.seeMenuForCatering {
    position: relative;
    display: block;
    height: 70px;
    width: 220px;
    border-style: solid;
    border-color: white;
    background: rgba(0,0,0,0.2);
    font-family: Gobold Uplow;
    color: white;
    font-size: 28px;
    border-radius: 10px;
    float: left;
    left: 120px;
    margin-right: 50px;
}

.seeMenuForCatering:hover {
   -webkit-transition: 0.5s;
	background-color: #9d0000;
	color: white;
	cursor: pointer;
}

.sentModal {
    position: fixed;
    display: none;
    width: 200px;
    height: 150px;
    border-radius: 10px;
    background-color: white;
    color: #191616;
    font-family: Verdana;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    left: 40%;
    padding: 30px;
    line-height: 50px;
    border-style: solid;
    border-color: silver;
    top: 300px;
}

.return {
    position: relative;
    display: block;
    width: 150px;
    height: 50px;
    border-style: none;
    border-radius: 10px;
    font-family: Gobold Uplow;
    font-size: 22px;
    text-align: center;
    margin-left: 12%;
    color: #991616;
}

.return:hover {
    -webkit-transition: 0.5s;
    background-color: #991616;
    color: white;
    cursor: pointer;
}

/*ORDER SUCCESS PAGE*/
.successMaster {
    position: relative;
    display: block;
    font-family: Verdana;
    top: 50px;
}

.successLogo {
    position: relative;
    display: block;
    width: 35%;
    text-align: center;
    left: 32%
}

.successContainer {
    position: relative;
    display: block;
    width: 50%;
    margin-left: 25%;
    text-align: center;
}

.successDiv {
    position: relative;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
}

#return {
    left: 35%;
}

/*POP UP MODAL STYLING*/
.popup {
    position: fixed;
    display: none;
    width: 300px;
    height: 240px;
    border-radius: 15px;
    background-color: white;
    font-family: Verdana;
    margin-left: 38%;
    z-index: 10;
    padding: 40px;
    left: 0;
    top: 250px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

#close {
    width: 110px;
    left: 95px;
    top: 30px;
}

/*MOBILE VERSION STYLING---------------------*/
@media only screen and (max-width: 1000px) {
    body {
        width: 100%;

    }

    .navBar {
        display: none;
    }

    .header {
        height: 100px;

    }

    .mobileNavIcon {
        position: absolute;
        display: block;
        width: 40px;
        height: 40px;
        margin: 15px;
        border-style: solid;
        border-color: white;
        border-width: 5px;
        z-index: 99;

    }

    .mobileMenu {
        position: relative;
        display: none;
        width: 100%;
        top: 100px;
    }

    .mobileNavButton {
        position: relative;
        display: block;
        width: 100%;
        height: 100px;
        font-family: Verdana;
        font-size: 32px;
        color: white;
        background-color: #540006;
        border-style: solid;
        border-bottom-style: none;
        border-color: grey;
    }

    .mobileLogo {
        position: absolute;
        display: block;
        width: 150px;
    }

    .cartIcon {
        position: absolute;
        width: 65px;
        height: 65px;
        background-size: 75px;
        margin: 0;
        padding: 0;
        background-size: contain;
     }

     .menuIcon {
        display: block;
        z-index: -2;
     }

    .blurb {
        margin-left: 20px;
        font-size: 10px;
    }

    .blurb2 {
        margin-left: 20px;
        font-size: 10px;
    }

    #onlineImage {
        display: none;
    }

    #menuButton1 {
        left: 0px;
    }

    .carousel {
        position: relative;
        display: block;
        height: 700px;
        width: 100%;
        z-index: 0;
    }

    .caroContainer1 {
        position: absolute;
        display: block;
        background-image: url("graphics/wed_bg.jpg");
        background-repeat: no-repeat;
        background-size: 1800px;
        background-position-x: -700px;
        z-index: 0;
        width: 100%;
    }

    .caroContainer2 {
        position: absolute;
        display: block;
        background-image: url("graphics/pizza_bg.jpg");
        background-repeat: no-repeat;
        background-size: 1800px;
        background-position-x: -600px;
        z-index: -2;
        width: 100%;
    }

    .caroContainer3 {
        position: absolute;
        display: block;
        background-image: url("graphics/cobbler_bg.jpg");
        background-repeat: no-repeat;
        background-size: 1800px;
        height: 700px;
        z-index: -3;
        width: 100%;
    }

    .caroContainer4 {
        position: absolute;
        display: block;
        background-image: url("graphics/redBird_BG.png");
        background-repeat: no-repeat;
        background-size: 1800px;
        background-position-x: -800px;
        height: 670px;
        z-index: -1;
        width: 100%;
    }

    .specialsContainer {
        position: relative;
        display: block;
        height: 700px;
        margin: 0;
        padding: 0px;
        width: 100%;
    }

    .specialsHeader {
        position: relative;
        display: block;
        font-family: Rockwell Condensed;
        color: white;
        font-size: 42px;
        margin-left: 0px;
        text-align: center;
        width: 100%;
        margin-top: 50px;
    }

    .star {
        position: relative;
        display: inline-block;
        width: 30px;
        margin-bottom: 8px;
    }

    .specialsDivider {
        position: relative;
        display: block;
        margin: 5px;
        padding: 0;
        height: 3px;
        background-color: white;
        border-style: none;
        width: 95%;
    }

    .specialsSubheader {
        position: relative;
        display: block;
        font-family: Rockwell Condensed;
        color: #f8c900;
        font-size: 50px;
        margin-left: 20px;
    }

    .specialsBlurb {
        position: relative;
        display: block;
        font-family: Verdana;
        color: white;
        font-size: 16px;
        margin-left: 10px;
        line-height: 36px;
        padding: 10px;
        width: 90%;
        background-color: rgba(72, 9, 9,.6);
    }

    .bigNine {
        position: relative;
        display: block;
        font-family: Rockwell Condensed;
        color: #f8c900;
        font-size: 135px;
        margin-left: 20px;
        float: left;
        margin-top: 0;
    }

    .smallNine {
        position: absolute;
        display: block;
        margin-top: 15px;
        left: 130px;
    }

    .specialsPrice {
        position: relative;
        display: block;
        font-family: Rockwell Condensed;
        color: #f8c900;
        font-size: 67px;
    }

    .specialsButton {
        position: relative;
        display: block;
        height: 50px;
        width: 140px;
        border-style: solid;
        border-color: white;
        background: rgba(0,0,0,0.2);
        font-family: Gobold Uplow;
        color: white;
        font-size: 22px;
        border-radius: 10px;
        float: right;
        margin-top: 40px;
        right: 10px;
    }

    .redBirdContainer {
        position: relative;
        display: block;
        height: 500px;
        margin: 10px;
        padding: 0;
        width: 95%;
    }

    .pizzaContainer {
        position: relative;
        display: block;
        height: 500px;
        margin: 10px;
        padding: 0;
        width: 100%;
    }

    #redBirdHeader {
        font-size: 55px;
        margin-top: 50px;
        text-align: left;
    }

    #redBlurb {
        position: relative;
        display: block;
        margin-left: 1px;
        width: 90%;
        background-color: rgba(0, 0, 0,.6);
        padding: 10px;
        margin-top: 20px;
        text-align: center;
    }

    #pizzaHeader {
        font-size: 60px;
        margin-left: 0px;
        text-align: center;
        margin: 0;
    }

    #pizzaSub {
        position: relative;
        display: block;
        color: white;
        margin: 0px;
        width: 90%;
        border-style: dashed;
        border-color: white;
        padding: 10px;
        font-size: 32px;
        text-align: center;
    }

    #pizzaBlurb {
        position: relative;
        display: block;
        width: 90%;
        margin-left: 0;
        background-color: rgba(72, 9, 9,.6);
        padding: 10px;
        margin-top: 20px;
        float: left;
        text-align: center;
    }

    .pizzaButton {
        position: relative;
        display: block;
        height: 70px;
        width: 180px;
        border-style: solid;
        border-color: white;
        background: rgba(0,0,0,0.2);
        font-family: Gobold Uplow;
        color: white;
        font-size: 28px;
        border-radius: 10px;
        margin-top: 20px;
        right: 25%;
    }

    .cobblerContainer {
        position: relative;
        display: block;
        height: 500px;
        margin: 10px;
        padding: 0px;
        width: 100%;
    }

    #cobblerHeader {
        color: #440d0d;
        font-size: 60px;
        text-align: center;
        margin: 0;
        margin-left: -10px;
        margin-top: 50px;
    }

    #cobblerSub {
        color: white;
        margin-left: -20px;
        font-size: 50px;
        text-align: center;
    }

    #cobblerBlurb {
        margin-left: 0px;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 20px;
        margin-top: 20px;
        height: 250px;
        width: 85%;
        font-size: 18px;
        text-align: center;
        border-radius: 0;
    }

    #orderCobbler {
        margin-right: -10px;
        margin-top: 30px;
    }

    h2 {
        display: flex;
        position: relative;
        font-family: Rockwell;
        color: #9d0000;
        font-size: 36px;
        justify-content: center;
        text-align: center;
        line-height: 60px;
        font-weight: 900;
        }

    .headerRow {
        position: relative;
        display: block;
        text-align: center;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding: 10px;

    }

    #header {
        width: 100%;
        height: 300px;
        margin-left: 0px;
        margin-top: 0;
    }

    .colorBlock {
        position: relative;
        display: block;
        background-color: #9d0000;
        height: 650px;
    }

    .blurb {
        position: relative;
        display: block;
        font-family: Rockwell;
        color: white;
        font-size: 26px;
        padding: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
        line-height: 50px;
        width: 90%;
        margin-left: 20px;
        scale: 1;
        z-index: 2;
        text-align: center;
    }

    #porkSam {
        position: absolute;
        display: block;
        z-index: 1;
        width: 750px;
        margin-left: 0px;
        margin-top: 90px;
        opacity: 0.3;
    }

    #orderButton1 {
        position: absolute;
        display: block;
        bottom: 30px;
        left: 25%;
        z-index: 3;
    }

    .spacer {
        display: none;
    }

    .colorBlock2 {
        position: relative;
        display: block;
        background-color: #95250f;
        background-size: 1200px;
        background-repeat: no-repeat;
        height: 1280px;
    }

    #bbq-header{
        right: 0px;
        color: white;
        text-align: center;
        left: 0px;
        top: 450px;
    }

    .blurb2 {
        position: relative;
        display: block;
        font-family: Rockwell;
        color: white;
        font-size: 22px;
        line-height: 50px;
        text-align: center;
        width: 100%;
        left: -20px;
        top: 450px;
    }

    #menuButton1 {
        top: 450px;
        margin-left: 15%;
    }

    .orderOnlineBlock {
        position: relative;
        display: block;
        background-color: #9d0000;
        height: 800px;
        padding: 40px;
        text-align: center;
    }

    #blurb3 {
        left: 0px;
        position: absolute;
        top: 250px;
        width: 90%;
    }

    #onlineHeader {
        text-align: center;
        margin-right: 35px;
        position: absolute;
        top: 20px;
    }

    #onlineImage {
        position: absolute;
        display: block;
        left: 0;
        opacity: 0.4;
        float: left;
    }

    #startOrder {
        position: absolute;
        display: block;
        left: 5%;
        right: 0px;
        margin: 50px;
        top: 700px;
    }

    .cateringBlock {
        position: relative;
        display: block;
        background-image: url("graphics/catering.jpeg");
        background-color: rbga(0, 0, 0, 0.2);
        background-blend-mode: overlay;
        font-family: Rockwell;
        color: white;
        font-size: 24px;
        text-align: center;
        width: 100%;
        padding: 0px;
        padding-top: 40px;
        padding-bottom: 50px;
    }

    h1 {
        position: relative;
        display: block;
        font-family: Rockwell;
        font-size: 58px;
        text-align: center;
        color: white;
        font-weight: 900;
    }

    .bigBlurb {
        position: relative;
        display: block;
        width: 95%;
        left: 8px;
        line-height: 70px;
        font-size: 28px;
    }

    .learnMore {
        position: relative;
        display: block;
        height: 70px;
        width: 220px;
        border-style: solid;
        border-color: white;
        background: rgba(0,0,0,0.2);
        font-family: Gobold Uplow;
        color: white;
        font-size: 28px;
        border-radius: 10px;
        left: 20%;
        top: 10px;
    }

    .lunchSpecials {
        position: relative;
        display: inline-block;

    }

    #specialsButton {
        left: 20%;
        bottom: 30px;
    }

    #lunchImage {
        position: absolute;
        display: inline-block;
        right: 0px;
        width: 700px;
        top: 125px;
        opacity: 0.3;
    }

    /*FOOTER STYLING*/
    .footer {
        position: relative;
        display: block;
        background-image: url("graphics/footerBG.jpg");
        background-position-x: 1000px;
        color: white;
        font-family: Verdana;
        height: 300px;
        padding: 40px;
        padding-left: 0px;
        padding-bottom: 80px;
        width: 100%;
        float: left;
    }

    ul {
        list-style-type: none;
    }

    .links {
        position: relative;
        display: inline-block;
        float: left;
        line-height: 40px;
        font-size: 18px;
        width: 50%;
    }

    .copyright {
        position: relative;
        display: block;
        text-align: center;
        width: 100%;
        font-family: Arial;
        font-size: 12px;
        float: left;
        margin-top: 50px;
    }

    .social {
        position: relative;
        display: inline-block;
        float: left;
        width: 40%;
        text-align: right;
    }

    .fbIcon {
        position: relative;
        display: block;
        float: right;
        width: 50px;
        margin-top: 20px;
    }

    /*MENU PAGE STYLING*/
    .headerBlock {
        position: relative;
        display: block;
        color: #9d0000;
        height: 90px;
        text-align: center;

    }

    .menuFrame {
        position: relative;
        display: block;
        width: 100%;
        margin-left: 0px;
        margin-right: auto;
    }

    .right-box {
        display: block;
        width: 300px;
        left: 190px;
        overflow-x: hidden;
    }

    .row-box {
        position: relative;
        display: block;
        width: 100%;
        margin: 10px;

    }

    .row-box:hover {
        -webkit-transition: 0.5s;
        scale: 1.05;
    }

    .col {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .menuHeader {
        position: relative;
        display: block;
        background-color: #9d0000;
        color: yellow;
        font-family: Rockwell;
        font-weight: 900;
        text-align: center;
        height: auto;
        font-size: 32px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        border-radius: 10px;
    }

    .comboIcon {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        height: auto;

    }

    h4 {
        position: relative;
        display: block;
        color: #161414;
        font-family: Rockwell;
        font-weight: 900;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .menuItem {
        position: relative;
        display: inline-block;
        color: #161414;
        font-family: Verdana;
        font-size: 16px;
        line-height: 20px;
        padding-top: 0;
        padding-bottom: 10px;
        width: auto;
        vertical-align: top;
    }

    .subHeader {
        position: relative;
        display: block;
        color: #161414;
        font-family: Rockwell;
        font-size: 18px;
        line-height: 20px;
        padding-top: 10px;
        padding-left: 10px;
    }

    .v-divider {
        position: relative;
        display: none;
        background-color: #9d0000;
        width: 5px;
        height: 3200px;
        margin-left: 20px;
        margin-right: 20px;
    }

    /*LOCATIONS STYLING*/

    .locationsFrame {
        position: relative;
        display: inline-block;
        width: 100%;
        left: 0px;
        margin: 0px;
        margin-bottom: 20px;
        font-family: Rockwell;
        color: black;
        font-size: 18px;
        text-align: center;
    }

    .maps {
        width: 300px;
        vertical-align: top;
    }

    .maps:hover {
        cursor: pointer;
        -webkit-transition: 0.2s;
        scale: 1.05;
    }

    .modal {
        position: fixed;
        display: none;
        z-index: 2;
        top: 100px;
        left: 0px;
        border-style: solid;
        border-color: gray;
        border-radius: 10px;
        background-color: white;

    }

    #image {
        border-radius: 10px;
        width: 400px;
        margin: 0;
    }

    .close {
        font-family: Arial;
        font-weight: bold;
        color: gray;
        font-size: 20px;
        vertical-align: top;
        margin-left: 0px;
        margin-top: 0;
        width: 30px;
        margin-right: 0px;
    }

    /*CONTACT PAGE STYLING*/
    .questions {
        position: relative;
        display: block;
        width: 100%;
        color: #161414;
        text-align: center;
        left: 0px;
        margin-bottom: 50px;
    }

    .hotdog {
        position: absolute;
        display: block;
        float: right;
        width: 800px;
        right: -100px;
        opacity: 0.3;
    }

    .form {
        position: relative;
        display: inline-block;
        width: 100%;
        height: auto;
        left: 0px;
        font-family: Rockwell;
        font-size: 24px;
        color: #161414;
        float: left;
        margin: 10px;
    }

    .textBox {
        position: relative;
        display: inline-block;
        height: 50px;
        width: 400px;
        border-radius: 10px;
        border-style: solid;
        border-color: silver;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: Verdana;
        color: #161414;
        font-size: 24px;
    }

    #fnLabel {
        position: relative;
        display: block;
    }

    #lnLabel {
        position: relative;
        display: block;
        top: 0;
        left: 0px;
        margin-top: 30px;
    }

    #fname {
        width: 92%;
    }

    #lname {
        position: relative;
        display: block;
        top: 0px;
        left: 0px;
        margin-top: 30px;
        width: 92%;
    }

    #phoneLabel {
        position: relative;
        display: block;
        left: 0;
        margin: 0;
        margin-top: 30px;
    }

    #phoneNum {
        position: relative;
        display: block;
        left: 0;
        top: 0px;
        width: 92%;
    }

    #emailLabel {
        position: relative;
        display: block;
        left: 0px;
        top: 0px;
    }

    #email {
        position: relative;
        display: block;
        left: 0px;
        top: 0px;
        width: 92%;
    }

    #messLabel {
        position: relative;
        display: block;
        top: 0px;
    }

    #message {
        position: relative;
        display: block;
        border-style: solid;
        border-color: silver;
        border-radius: 10px;
        width: 92%;
        top: 0px;
        font-family: Verdana;
        font-size: 24px;
        padding: 10px;
    }

    #submitButton {
        position: relative;
        display: block;
        border-style: solid;
        border-color: #9d0000;
        border-radius: 10px;
        height: 50px;
        background-color: #9d0000;
        width: 300px;
        top: 0px;
        color: white;
        font-family: Gobold Uplow;
        font-size: 24px;
        left: 12%;
        margin-top: 20px;
    }

    /*ORDER ONLINE STYLES*/
    #where {
        text-align: center;
        line-height: 40px;
        font-size: 24px;
        margin-left: 5px;
        right: 0;
        top: -50px;
    }
    .preOrderScreenContainer {
        position: absolute;
        display: block;
        width: 100%;
        left: 0;
        height: 600px;
        top: 200px;
        text-align: center;
     }

    .locationBlock {
        position: relative;
        display: inline-block;
        border-radius: 20px;
        width: 80%;
        font-family: Rockwell;
        color: white;
        font-size: 14px;
        text-align: center;
        background-color: #9d0000;
        margin-right: 0;
        margin-top: 0px;
        margin-bottom: 100px;
        padding: 20px;
        left: 0px;
    }

    .map {
        position: relative;
        display: block;
        width: 300px;
        border-radius: 20px;
        right: 5px;
    }

    /*MAIN MENU STYLING*/
    .mainMenuContainer {
        position: absolute;
        display: block;
        width: 100%;
        margin-left: 0;
        vertical-align: top;
        left: 110%;
        top: 130px;
    }

    .onlineMenuHeader {
        position: relative;
        display: block;
        z-index: 1;
        width: 100%;
        background-color: #9d0000;
        font-family: Rockwell;
        color: yellow;
        font-weight: 900;
        height: auto;
        border-radius: 10px;
        text-align: center;
        font-size: 32px;
        margin-bottom: 10px;
        padding-top: 5px;

    }

    #location {
        position: relative;
        display: block;
        font-family: Rockwell;
        font-size: 28px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .menuItemContainer {
        position: relative;
        display: inline-block;
        width: 95%;
        border-radius: 10px;
        height: 170px;
        font-family: Verdana;
        color: #161414;
        font-size: 14px;
        background-color: white;
        padding: 5px;
        vertical-align: top;
        margin-left: 0.8%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .price {
        font-size: 24px;
        text-align: right;
    }

    .filterBar {
        position: relative;
        display: block;
        font-family: Arial;
        color: gray;
        font-style: italic;
        margin-bottom: 20px;
        margin-top: 10px;
        font-size: 18px;
    }

    .filterButton {
        position: relative;
        display: inline-block;
        height: 40px;
        border-radius: 20px;
        background-color: #f3ede0;
        color: #939393;
        border-style: none;
        font-size: 16px;
        font-family: Arial;
        font-style: italic;
        padding: 5px;
        margin-bottom: 10px;
    }

    /*ITEM SCREEN STYLES*/
    .itemScreenContainer {
        position: absolute;
        display: block;
        width: 90%;
        z-index: 2;
        background-color: white;
        top: 270px;
        margin-left: 5%;
        margin-bottom: 20px;
        left: 110%;

    }

    .leftCol {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;

    }

    .rightCol {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-left: 20px;
        float: right;
    }

    .largeImage {
        position: relative;
        display: block;
        float: left;
        vertical-align: top;
        width: 100%;
        margin-top: 50px;
        height: 300px;
        object-fit: cover;
        border-radius: 30px;
    }

    .itemHeaderMain {
        position: relative;
        display: block;
        color: #191616;
        font-family: Rockwell;
        font-weight: Bold;
        font-size: 32px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .itemDescriptionMain {
        position: relative;
        display: block;
        color: #191616;
        font-family: Verdana;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .quantityBlock {
        position: relative;
        display: inline-block;
        background-color: #9d0000;
        height: 60px;
        width: 200px;
        border-radius: 30px;
        margin-right: 0px;
        left: 20%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }

    .addToCart {
        position: relative;
        display: inline-block;
        background-color: #9d0000;
        height: 60px;
        width: 300px;
        border-radius: 30px;
        color: yellow;
        font-family: Rockwell;
        font-size: 24px;
        border-style: none;
        margin: 0;
        left: 4%;
    }

    .optionsBanner {
        position: relative;
        display: block;
        height: 60px;
        width: 100%;
        background-color: #9d0000;
        vertical-align: middle;
        color: yellow;
        font-family: Rockwell;
        font-size: 24px;
        line-height: 60px;
        padding-left: 20px;
        border-radius: 30px;
        margin-top: 20px;
        margin-left: 0;
        left: -10px;
        float: left;
        z-index: 1;
    }

    .instructions {
        position: relative;
        display: block;
        font-family: Rockwell;
        font-size: 24px;
        float: right;
        width: 90%;
        margin: 0;
        left: -12%;
    }

    .instructionsText {
        margin-top: 10px;
        color: #9d0000;
        float: left;
    }

    .instructionsArea {
        position: relative;
        display: block;
        margin-top: 10px;
        border-radius: 10px;
        width: 100%;
        height: 200px;
        padding: 20px;
        font-family: Rockwell;
        font-size: 24px;
        border-color: gray;
        border-style: solid;
        border-width: 2px;
        float: left;
    }

    .sidesBox {
        font-family: Verdana;
    }

    /*SHOPPING CART MODAL*/
    .shoppingCartModal {
        position: absolute;
        display: none;
        width: 90%;
        margin-left: 0;
        background-color: white;
        top: 20px;
        border-radius: 20px;
        font-family: Verdana;
        font-weight: bold;
        font-size: 22px;
        padding: 20px;
        z-index: 50;
    }

    .modalHeader {
        position: relative;
        display: block;
        height: 120px;
    }

    .modalLogo {
        margin: 0px;
        width: 150px;
        float: left;
    }

    .rowThumb {
        position: relative;
        display: block;
        width: 150px;
        height: 80px;
        float: left;
        object-fit: cover;
        border-radius: 10px;
        margin-right: 0px;
        margin-top: 5px;
    }

    #itemName {
        font-size: 20px;
    }

    .itemSummary {
        position: relative;
        display: block;
        width: 100%;
        float: right;
        font-size: 14px;
    }

    .pickupLocation {
        vertical-align: middle;
        float: right;
        margin-top: 0px;
        margin-right: 0px;
        font-size: 18px;
    }

    .leftModalColumn {
        position: relative;
        display: block;
        width: 100%;
        vertical-align: top;
        float: left;
    }

    .itemRow {
        position: relative;
        display: block;
        background-color: #e9e9e9;
        height: 220px;
        border-radius: 5px;
        font-size: 18px;
        font-family: Verdana;
        padding: 5px;
        width: 98%;
        margin-top: 30px;
        padding-top: 0px;
        border-width: 1px;
        font-weight: normal;
    }

    .quantityDisplay {
        position: relative;
        display: block;
        text-align: center;
        font-size: 22px;
        margin-top: 15px;
        margin-left: 0px;
        float: left;
    }

    .modalPrice {
        position: relative;
        display: block;
        float: right;
        margin-top: 15px;
        margin-right: 0px;
        font-size: 26px;
        font-weight: bold;
        text-align: right;
     }

    .addInstructions {
        position: relative;
        width: 90%;
        float: left;
        height: 120px;
        border-style: solid;
        border-color: gray;
        border-width: 2px;
        border-radius: 10px;
        padding: 15px;
        font-family: Verdana;
        font-size: 18px;
        color: #191616;
        margin-top: 20px;
        margin-left: 0px;
    }

    .vDivider {
        position: relative;
        display: none;
        width: 3px;
        background-color: silver;
        height: 100%;
        float: left;
        margin-left: 10px;
    }
    .rightModalColumn {
        position: relative;
        display: block;
        float: right;
        width: 100%;
        vertical-align: top;
    }

    .customTipButton {
        right: 25%;
        margin-top: 20px;
    }

    .cartTotalBox {
        position: relative;
        display: block;
        border-style: solid;
        border-color: silver;
        border-width: 1px;
        margin-top: 80px;
        border-radius: 5px;
        padding: 15px;
        font-weight: bold;
    }

    .checkoutButton {
        position: relative;
        display: block;
        height: 50px;
        width: 300px;
        background-color: white;
        color: #991616;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        margin-left: 0;
        left: 8%;
        margin-top: 30px;
        border-radius: 26px;
        border-style: solid;
        border-color: #991616;
    }

    #moreItems {
        margin-right: 0px;
    }

    /*PAYMENT PAGE STYLING*/
    .payButton {
        margin-left: 0;
        right: 10px;
    }

    .field card-number {
        position: relative;
        display: block;
        width: 90%;
        height: 50px;
        border-style: solid;
        border-color: silver;
        border-radius: 5px;
    }

    /*CATERING PAGE STYLING*/
    .cateringBlurb {
        font-size: 20px;
        text-align: center;
        width: 90%;
        margin-left: 15px;
    }

    .seeMenuForCatering {
        left: 20%;
        background-color: #991616;
        margin-bottom: 20px;
    }

    /*ORDER SUCCESS*/
    .successMaster {
        position: relative;
        display: block;
        width: 95%;
        top: 100px;
        margin-left: 2%;
        font-size: 12px;
    }

    .successContainer {
        width: 100%;
        margin: 0;
        font-family: Verdana;
    }

    .successLogo {
        width: 70%;
        left: 16%;
    }

    .seeMenu {
        left: 23%;
    }
}

/*LAPTOP DISPLAY STYLING*/
@media only screen and (min-width: 1100px) and (max-width: 1400px) {
    /*NAV BAR*/
    .header {
        height: 160px;
        background-size: contain;
    }

    .navBar {
        display: block;
        position: relative;
        justify-content: center;
        height: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 25px;
    }

    .navButton {
        display: inline-block;
        position: relative;
        background-color: transparent;
        justify-content: center;
        width: 140px;
        height: 50px;
        font-face: Times;
        color: white;
        cursor: pointer;
        border: none;
        border-radius: 10px;
        font-family: Gobold Uplow;
        font-size: 22px;
        padding-top: 9px;
        padding-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;

    }

    .navSpacer {
        display: inline-block;
        position: relative;
        width: 250px;
        top: -50px;
    }

    #pblogo {
        position: absolute;
        display: block;
        top: -10px;
        width: 250px;
    }

    .caroContainer1 {
        position: absolute;
        display: block;
        background-image: url("graphics/wed_bg.jpg");
        background-repeat: no-repeat;
        background-size: 1800px;
        height: 500px;
        z-index: 0;
        width: 100%;
    }

    .caroContainer2 {
        position: absolute;
        display: block;
        background-image: url("graphics/pizza_bg.jpg");
        background-repeat: no-repeat;
        background-size: 1800px;
        z-index: -2;
        width: 100%;
    }

    .caroContainer3 {
        position: absolute;
        display: block;
        background-image: url("graphics/cobbler_bg.jpg");
        background-repeat: no-repeat;
        background-size: 1400px;
        height: 500px;
        z-index: -3;
        width: 100%;
    }

    .caroContainer4 {
        position: absolute;
        display: block;
        background-image: url("graphics/redBird_BG.png");
        background-repeat: no-repeat;
        background-size: 1600px;
        background-position-x: -300px;
        height: 500px;
        z-index: -1;
        width: 100%;
    }

    .specialsContainer {
        position: relative;
        display: block;
        height: 500px;
        margin: 0;
        padding: 0px;
        width: 100%;
    }

    .specialsHeader {
        position: relative;
        display: block;
        font-family: Rockwell Condensed;
        color: white;
        font-size: 82px;
        margin-left: 50px;
        text-align: left;
        width: 100%;
        margin-top: 30px;
    }

    .star {
        position: relative;
        display: inline-block;
        width: 50px;
        margin-bottom: 8px;
    }

    .specialsDivider {
        position: relative;
        display: block;
        margin: 5px;
        padding: 0;
        height: 3px;
        background-color: white;
        border-style: none;
        width: 50%;
    }

    .specialsSubheader {
        position: relative;
        display: block;
        font-family: Rockwell Condensed;
        color: #f8c900;
        font-size: 62px;
        margin-left: 70px;
    }

    .specialsBlurb {
        position: relative;
        display: block;
        font-family: Verdana;
        color: white;
        font-size: 14px;
        margin-left: 60px;
        line-height: 36px;
        padding: 10px;
        width: 60%;
        background-color: rgba(0, 0, 0,.6);
    }

    .bigNine {
        position: relative;
        display: block;
        font-family: Rockwell Condensed;
        color: #f8c900;
        font-size: 105px;
        margin-left: 60px;
        float: left;
        margin-top: 0;
    }

    .smallNine {
        position: absolute;
        display: block;
        margin-top: 12px;
        left: 150px;
        font-size: 65px;
    }

    .specialsPrice {
        position: relative;
        display: block;
        font-family: Rockwell Condensed;
        color: #f8c900;
        font-size: 67px;
    }

    .specialsButton {
        position: relative;
        display: block;
        height: 50px;
        width: 140px;
        border-style: solid;
        border-color: white;
        background: rgba(0,0,0,0.2);
        font-family: Gobold Uplow;
        color: white;
        font-size: 22px;
        border-radius: 10px;
        float: left;
        left: 350px;
        margin-top: 40px;
        right: 0px;
    }

    #redBirdChicken {
        left: 0px;
    }

    .redBirdContainer {
        position: relative;
        display: block;
        height: 500px;
        margin: 10px;
        padding: 0;
        width: 95%;
    }

    .pizzaContainer {
        position: relative;
        display: block;
        height: 500px;
        margin: 10px;
        padding: 0;
        width: 100%;
    }

    #redBirdHeader {
        font-size: 65px;
        margin-top: 50px;
        text-align: left;
        width: 60%;
    }

    #redBlurb {
        position: relative;
        display: block;
        margin-left: 50px;
        width: 60%;
        background-color: rgba(0, 0, 0,.6);
        padding: 10px;
        margin-top: 20px;
        text-align: left;
    }

    #pizzaHeader {
        font-size: 80px;
    }

    #pizzaSub {
        position: relative;
        display: block;
        color: white;
        margin-left: 50px;
        border-style: dashed;
        border-color: white;
        padding: 20px;
        font-size: 36px;
        float: left;
    }

    #pizzaBlurb {
        position: relative;
        display: block;
        width: 60%;
        background-color: rgba(0, 0, 0,.6);
        padding: 20px;
        margin-left: 50px;
        margin-top: 30px;
        float: left;
    }

    .pizzaButton {
        position: relative;
        display: block;
        height: 50px;
        width: 140px;
        border-style: solid;
        border-color: white;
        background: rgba(0,0,0,0.2);
        font-family: Gobold Uplow;
        color: white;
        font-size: 22px;
        border-radius: 10px;
        margin-top: 20px;
        right: 5%;
    }

    .cobblerContainer {
        position: relative;
        display: block;
        height: 500px;
        margin: 10px;
        padding: 0px;
        width: 100%;
    }

    #cobblerHeader {
        color: #440d0d;
        font-size: 82px;
        text-align: left;
        margin: 0;
        margin-left: 50px;
        margin-top: 50px;
    }

    #cobblerSub {
        color: white;
        margin-left: 50px;
        font-size: 62px;
        text-align: left;
    }

    #cobblerBlurb {
        margin-left: 50px;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 20px;
        margin-top: 20px;
        height: 140px;
        width: 50%;
        font-size: 14px;
        text-align: left;
        border-radius: 0;
    }

    #orderCobbler {
        margin-right: 20px;
        margin-top: 30px;
        float: right;
        left: 0px;
    }

    h1 {
        display: block;
        position: relative;
        font-family: Rockwell;
        font-size: 58px;
        text-align: center;
        color: white;
        font-weight: 900;
        margin-left: 0;
    }

    #onlineHeader {
        text-align: center;
        z-index: 2;
    }

    h2 {
        display: block;
        position: relative;
        font-family: Rockwell;
        color: #9d0000;
        font-size: 38px;
        justify-content: center;
        text-align: center;
        line-height: 60px;
        font-weight: 900;
    }

    .headerRow {
        position: relative;
        display: block;
        text-align: center;
        height: 200px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding: 10px;

    }

    #header {
        width: 100%;
        height: 300px;
        margin-left: 0px;
        margin-top: 0;
    }

    .colorBlock {
        position: relative;
        display: block;
        background-color: #9d0000;
        height: 420px;
    }

    .blurb {
        margin-left: 50px;
        font-size: 18px;
    }

    .blurb2 {
        margin-left: 0px;
        font-size: 18px;
    }

    #porkSam {
        position: absolute;
        display: block;
        z-index: 1;
        width: 650px;
        margin-left: 0px;
        margin-top: 50px;
        float: right;
        right: 10px;
    }

    #orderButton1 {
        position: absolute;
        display: block;
        bottom: 30px;
        left: 25%;
        z-index: 3;
    }

    .colorBlock2 {
        position: relative;
        display: block;
        background-color: #95250f;
        background-size: 1200px;
        background-repeat: no-repeat;
        height: 420px;
    }

    #bbq-header{
        right: 0px;
        color: white;
        text-align: center;
        left: 0px;
        top: 450px;
    }

    #bbq-header{
        right: 0px;
        color: white;
        text-align: right;
        left: 0px;
        top: 0px;
    }

    .blurb2 {
        position: relative;
        display: block;
        font-family: Rockwell;
        color: white;
        font-size: 16px;
        line-height: 50px;
        text-align: right;
        width: 45%;
        left: 0px;
        float: right;
        top: 0px;
    }

    #menuButton1 {
        top: 450px;
        margin-left: 15%;
    }

    .orderOnlineBlock {
        position: relative;
        display: block;
        background-color: #9d0000;
        height: 400px;
        padding: 40px;
        text-align: center;
    }

    #blurb3 {
        left: 0px;
        position: relative;
        display: block;
        top: 20px;
        width: 40%;
        float: right;
        text-align: right;
    }

    #onlineHeader {
        text-align: right;
        margin-right: 35px;
        position: relative;
        top: 10px;
        margin: 0;
    }

    #onlineImage {
        position: absolute;
        display: block;
        left: 100px;
        opacity: 1;
        float: left;
        width: 700px;
        left: -70px;
        right: 0px;
    }

    .seeMenu {
        position: relative;
        display: block;
        width: 150px;
        height: 50px;
        font-size: 22px;
        z-index: 2;
    }

    #startOrder {
        position: absolute;
        display: block;
        float: right;
        top: 350px;
        right: 10px;
    }

    .learnMore {
        position: relative;
        display: block;
        width: 150px;
        height: 50px;
        font-size: 22px;
        top: 0;
        left: 580px;
    }

    .cateringBlock {
        position: relative;
        display: block;
        background-image: url("graphics/catering.jpeg");
        background-color: rbga(0, 0, 0, 0.2);
        background-blend-mode: overlay;
        font-family: Rockwell;
        color: white;
        font-size: 24px;
        text-align: center;
        width: 100%;
        padding: 0px;
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .bigBlurb {
        position: relative;
        display: block;
        width: 85%;
        left: 65px;
        line-height: 70px;
        font-size: 18px;
        text-align: center;
    }

    #lunchImage {
        right: -90px;
    }

    #specialsButton {
        left: 280px;
    }

    .footer {
        position: relative;
        display: block;
        background-image: url("graphics/footerBG.jpg");
        color: white;
        font-family: Verdana;
        height: 200px;
        padding: 40px;
        padding-left: 80px;
        padding-bottom: 80px;
        width: 100%;
        float: left;

    }

    .links {
        position: relative;
        display: inline-block;
        float: left;
        line-height: 30px;
        font-size: 14px;
        width: 50%;
    }

    .copyright {
        position: relative;
        display: block;
        text-align: center;
        width: 100%;
        font-family: Arial;
        font-size: 10px;
        float: left;
        margin-top: 50px;
        left: -50px;
    }

    .social {
        position: relative;
        display: inline-block;
        float: left;
        width: 40%;
        text-align: right;
    }

    .fbIcon {
        position: relative;
        display: block;
        float: right;
        width: 40px;
        margin-top: 20px;
    }

    /*MENU PAGE*/
    .menuHeader {
        position: relative;
        display: block;
        background-color: #9d0000;
        color: yellow;
        font-family: Rockwell;
        font-weight: 900;
        height: 35px;
        font-size: 32px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        border-radius: 10px;
    }

    .menuFrame {
        position: relative;
        display: block;
        width: 80%;
        margin-left: 130px;
        margin-right: auto;
    }

    .menuHeader {
        font-size: 26px;
        padding-top: 5px;
    }

    .comboIcon {
        position: relative;
        display: inline-block;
        width: 80px;
        height: auto;
        float: left;
    }

    /*LOCATIONS STYLING*/
    .locationsFrame {
        width: 400px;
        margin: 50px;
        font-size: 18px;
        left: 120px;
    }

    .maps {
        width: 400px;
        vertical-align: top;
    }

    .modal {
        top: 10px;
        left: 140px;
    }

    .close {
        font-size: 40px;
    }

    /*CONTACT STYLING*/
    .questions {
        position: relative;
        display: block;
        width: 80%;
        color: #161414;
        text-align: center;
        left: 120px;
        margin-bottom: 20px;
        margin-top: 0;
        bottom: 50px;
    }

    .hotdog {
        position: relative;
        display: inline-block;
        float: right;
        width: 670px;
    }

    .form {
        position: relative;
        display: inline-block;
        width: 580px;
        left: 50px;
        font-family: Verdana;
        font-size: 16px;
        color: #161414;
        float: left;
        vertical-align: top;
    }

    .textBox {
        position: relative;
        display: inline-block;
        height: 30px;
        width: 250px;
        border-radius: 10px;
        border-style: solid;
        border-color: silver;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: Verdana;
        color: #161414;
        font-size: 18px;
    }

    #lnLabel {
        left: 300px;
    }

    #lname {
        left: 300px;
    }

    #phoneLabel {
        position: absolute;
        display: block;
        left: 0;
    }

    #phoneNum {
        position: absolute;
        display: block;
        left: 0;
        top: 100px;
    }

    #emailLabel {
        position: absolute;
        display: block;
        left: 300px;
        top: 75px;
    }

    #email {
        position: absolute;
        display: block;
        left: 300px;
        top: 100px;
    }

    #messLabel {
        position: absolute;
        display: block;
        top: 150px;
    }

    #message {
        position: absolute;
        display: block;
        border-style: solid;
        border-color: silver;
        border-radius: 10px;
        width: 550px;
        top: 175px;
        font-family: Rockwell;
        font-size: 18px;
        padding: 10px;
    }

    #submitButton {
        position: absolute;
        display: block;
        border-style: solid;
        border-color: #9d0000;
        border-radius: 10px;
        height: 50px;
        background-color: #9d0000;
        width: 200px;
        top: 440px;
        color: white;
        font-family: Gobold Uplow;
        font-size: 24px;
        left: 180px;
    }
}