body {
    background-image: url("Redesign_Images/hickory_background_image.png");
    margin:0px;
    padding: 0px;
    color:white;
}

main {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

footer {
    width:1170px;
    bottom: 0;
    clear:both;
    margin-left: auto;
    margin-right: auto;
    background-color: #1E1817;
    overflow:hidden;
    padding-bottom: 10px;
    margin-top:10px;
    
}

.main_nav {
    display: inline-block;
    background-color:#631316;
    text-decoration: none;
    border-width:0px 0px 0px 2px;
    border-color: black;
    border-style: solid;
    padding-top:16px;
    padding-bottom:16px;
    width:228px;
    text-align:center;
    margin-top:0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    
}

.lastnav{
    border-right:2px solid black;
    padding-right:2px;
}



.navbackground {
    background-color: #631316;
    overflow: hidden;
    padding-top:0px;
    padding-bottom:0px;
    padding-left: 0px;
    padding-right: 0px;
    width:1170px;
    border-right: 2px solid black;
}

header {
    width:1170px;
    margin-right: auto;
    margin-left: auto;
    
    
}

.logo {
   width:350px;
}

aside {
    float:right;
    width:200px;
    margin-right:40px;
    text-align: left;
}

h3 {
    margin:5px 0px;
    font-family: 'Merienda One', cursive;
    font-size: 18px;
}

.times {
    font-family: 'Merienda One', cursive;
    font-size: 14px;
}

div {
    width:1170px;
    margin-right: auto;
    margin-left: auto;
}


.navul {
    margin:0px;
    padding:0px;
}

a:link {
    text-decoration:none;
    color:white;
}

a:visited {
    text-decoration:none;
    color:white;
}

a:hover {
    text-decoration:none;
    color:white;
}

a:active {
    text-decoration:none;
    color:black;
}

.drop_li {
    display:block;
    position:relative;
    margin-left:-100px;
    border-left:2px solid black;
    border-right:2px solid black;
    border-bottom:1px solid black;
    border-top:.5px solid black;
    
    padding-top:2px;
    padding-bottom:2px;
    width:232px;
    margin-bottom: 0px;
}

.drop_ul {
    position: absolute;
    min-width:173px;
    display: none;
    margin-left:58px;
    margin-top:15px;
    z-index:99;
}

.main_nav:hover>ul {
    display:block;
}



.slideshow {
    display:none;
    width:1170px;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    border:1px solid black;
}

.slidediv {
    width:1170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}


.footerdiv {
    width:370px;
    float:left;
    margin-right:10px;
    margin-left: 10px;
}

.footer {
    width:1170px;
    margin-left: auto;
    margin-right: auto;
}

.mainstuff {
    background-color: white;
    overflow:hidden;
    color:black;
    margin:10px 0px 0px 0px;
}

.mainheading {
    color:#631316;
}

.mainimage {
    width:370px;
    height:200px;
    margin-right: auto;
    margin-left: auto;
    display:block;
}

.center{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width:1170px;
}

.cateringdiv{
    float:right;
    width:500px;
    margin:10px 10px 5px 5px;
}

.pageheading{
    text-align: center;
    font-family: 'Parisienne', cursive;
    border-bottom: 2px solid #631316;
    width:200px;
    margin-right: auto;
    margin-left: auto;
    color:#631316;
}

.fa-facebook-square{
    font-size:25px;
}

.mainmenu{
    margin-top:10px; 
}

.menu{
    height:865px;
    width:545px;
}

.pagediv{
    padding:5px;
}

.pageh3{
    color:#631316;
    margin:0px;
    padding:0px;
}

.trash{
    margin-bottom:0px;
}

.cateringmenu{
    width:1080px;
    height:840px;
}

.dessertmenu{
    width:654px;
}

@media only screen and (max-width:700px)
{ body {
    margin:0px;
    padding: 0px;
}

main {
    width:700px;
}

footer {
    width:700px;
    padding-bottom: 10px;
    margin-top:10px;
    
}

.main_nav {
    border-width:0px 0px 0px 2px;
    padding-top:12px;
    padding-bottom:12px;
    width:134px;
    margin-top:0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom:0px;
    font-size: 16px;
    
}

.lastnav{
    padding-right:0px;
}



.navbackground {
    padding-top:0px;
    padding-bottom:0px;
    padding-left: 0px;
    padding-right: 0px;
    width:700px;
    border-right: 2px solid black;
}

header {
    width:700px;  
}

.logo {
   width:250px;
}

aside {
    width:200px;
    margin-right:40px;
}

h3 {
    margin:5px 0px;
    font-size: 16px;
}

.times {
    font-size: 12px;
}

div {
    width:700px;
    margin-right: auto;
    margin-left: auto;
}


.navul {
    margin:0px;
    padding:0px;
}

.drop_li {
    margin-left:0px;
    border-left:2px solid black;
    border-right:2px solid black;
    border-bottom:1px solid black;
    border-top:.5px solid black;
     
    padding-top:2px;
    padding-bottom:2px;
    width:138px;
    margin-bottom: 0px;
}

.drop_ul {
    min-width:85px;
    margin-left:-42px;
    margin-top:10px;
    z-index:99;
}

.slideshow {
    width:700px;
    height:314px;
}

.slidediv {
    width:700px;
    height:314px;
    margin-top: 10px;
}


.footerdiv {
    width:220px;
    margin-right:5px;
    margin-left: 5px;
    font-size: 12px;
}

.footer {
    width:700px;
}

.mainstuff {
    margin:10px 0px 0px 0px;
}

.mainimage {
    width:220px;
    height:150px;
}

.center{
    width:700px;
}

.cateringdiv{
    width:250px;
    margin:10px 10px 5px 5px;
}

.pageheading{
    border-bottom: 2px solid #631316;
    width:150px;
    font-size: 25px;
}

.fa-facebook-square{
    font-size:18px;
}

.mainmenu{
    margin-top:10px; 
}

.menu{
    height:475px;
    width:300px;
}

.pagediv{
    padding:5px;
}

.pageh3{
    margin:0px;
    padding:0px;
}

.trash{
    margin-bottom:0px;
}
    
.cateringmenu{
    width:540px;
    height:420px;
}
.mainheading {
    color:#631316;
    font-size:14px;
}
.dessertmenu{
    width:500px;
}
    
}