*{
  box-sizing: border-box;
  font-family: Display, arial, sans-serif;
}
html{
  display: block;
  background-image: url("https://images.unsplash.com/photo-1510148199876-8a856ee41d42?ixlib=rb-0.3.5&s=c6e07651e1f94951590487461029b908&auto=format&fit=crop&w=1050&q=80");
}
body, p, nav li, li{
  font-size: 18px;
}
body p {
  color: hsl(0,0%, 27%);
}
ul{
  line-height: 1.7;
}
.logopic{
  top: 32px;
  left: 80px;
}
.logoname{
  padding-bottom: 25px;
}
h1.logo{
  font-size: 26px;
}
  header{
    position: relative;
    text-align: center;
    width: 100%;
  }
  header h1{
    text-transform: uppercase;
    text-align: center;
    color: hsl(0,0%, 27%);
  }
  header ul{
    text-align: center;
    list-style: none;
    display: inline-block;
    background-color: white;
  }
  header li{
    position: relative;
    display: inline-block;
    margin-right: 30px;
    text-transform: uppercase;
  }
  header a{ 
  color: #999;
  }
  header a:hover{
    color: hsl(0,0%, 27%);
  }
header a.color{
  color:#C00000;
  text-decoration: underline #999;
}
a{
  text-decoration: none;
  outline: none;
}
#canvas{
    margin: 0 auto;
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
    border-width: 2px;
    border-style: solid;
    border-color: #999;
    background-color: white;
    max-width: 1100px;
    padding: 100px 100px 0;
}
/*Code for Home page begins*/

.homepage {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  text-align: center;
  color: hsl(0,0%, 27%);
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.fade img{
  width: 100%;
  border-radius: 5px;
  border: solid 1px #999;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/*End of Slideshow*/

/*Start of Store Info*/
.column2 {
    background-color: #ccc;
    float: left;
    width: 33.33%;
    height: 370px;
    padding: 10px;
    border: solid 1px darkgrey;
}
.column2 img{
  width: 150px;
  height: 150px;
  border-radius: 6px;
}
.column2 a{
  color: hsl(0,0%, 27%);
}
.column2 a:hover{
  opacity: .5;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.button3{
  border-radius: 10px;
  padding: 20px;
  background-color: hsl(0,0%, 27%) ;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-shadow: none;
  width: 34%;
  margin: 0 auto;
  text-align: center;
}
.button3 a{
  color: white;
}
.button3:hover{
  background-color:rgb(128,0,0);
  opacity: 1;
}
.cateringbutton{
  border-radius: 10px;
  padding: 20px;
  background-color: hsl(0,0%, 27%) ;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-shadow: none;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cateringbutton a{
  color: white;
}
.cateringbutton:hover{
  background-color:rgb(128,0,0);
  opacity: 1;
}
.news{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
    color: hsl(0,0%, 27%);
} 
/*End of Store Info*/
/*News Section*/
.news .menu-item1 {
  margin: 35px 0;
  font-size: 18px;
  background-color: #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}
 
.news .menu-item-name1{
  font-weight: bold;
  border-bottom: 2px solid #999;
  text-align: center;
  font-size: 24px;
}
 
.news .menu-item-description1 {
  padding-top: 10px;
  padding-left: 5px;
  text-align: left;
}
/*Code for Home Page ends*/

/* Code for About page begins*/

.aboutpage {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  color: hsl(0,0%, 27%);
}
.menu1{
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
}
.menu1 a{
  margin: 25px;
  display: inline-block;
  border-radius: 12px;
  opacity: 1;
}
.menu1:after{
  content: "";
  display: table;
  clear: both;
}
.column1 img{
  border-radius: 6px;
  max-width: 100%;
  display: block;
  border: solid 1px #999;
}
.column1{
  float: left;
  width: 20%;
}
 
.wdescription p{
  clear: both;
  }

.dogimage img{
  width: 40%;
  float: left;
  margin-right: 5%;
  border-radius: 10px;
  border: solid 1px #999;
}
.wallyinfo{
  padding-bottom: 60px;
}
.about-section {
  border-radius: 10px;
}
 
.about-item {
  margin: 35px 0;
  font-size: 18px;
}
 
.about-item-name{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
.about-body{
  padding-top: 1px;
}
/*code for about page ends*/

/* Code for Main Menu Page begins*/
.about {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  color: hsl(0,0%, 27%);
}
.menu{
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
}
.menu a{
  margin: 25px;
  display: inline-block;
  border-radius: 12px;
  opacity: 1;
}
.menu a:hover{
  opacity: .5;
}
.menu:after{
  content: "";
  display: table;
  clear: both;
}
.column img{
  border-radius: 6px;
  max-width: 100%;
  display: block;
  border: solid 1px #999;
}
.column{
  float: left;
  width: 33%;
}
/*code for main menu page ends*/

 /*This is for the menu pages*/
.background4{
  width: 100%;
  padding-top: 5%;
  margin-left: auto;
  color: hsl(0,0%, 27%);
}
.menu-body {
  max-width: 750px;
  margin: 0 auto;
  display: block;
}
.menu-section {
  padding-bottom: 20px;
  border-radius: 10px;
}
 
.menu-section-title {
  font-size: 40px;
  display: block;
  font-weight:normal;
  margin: 0px 0px 0px 20px;
  padding-bottom: 30px; 
  text-align: center;
}
 
.menu-item {
  margin: 35px 0;
  font-size: 18px;
}
 
.menu-item-name{
  font-weight: bold;
  border-bottom: 2px dotted rgb(76, 28, 1);
}
 
.menu-item-description {
  font-style: italic;
  font-size: .9em;
  line-height: 1.5em;
}
 
.menu-item-price{
  float: right;
  font-weight: bold;
  margin-top: -22px;
}
.button2{
  border-radius: 10px;
  padding: 20px;
  background-color: hsl(0,0%, 27%) ;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-shadow: none;
  width: 34%;
  margin: 0 auto;
  text-align: center;
}
.button2 a{
  color: white;
}
.button2:hover{
  background-color:rgb(128,0,0);
  opacity: 1;
}
/*This ends the code for menu pages*/

/*Contact Page*/
.wallysign {
  width: 100%;
  border: solid 1px #999;
  border-radius: 10px;
}
#contact{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
    color: hsl(0,0%, 27%);
} 
#contact .menu-item {
  margin: 35px 0;
  font-size: 18px;
  background-color: white;
}
 
#contact .menu-item-name{
  font-weight: bold;
  border-bottom: 2px solid #999;
  text-align: left;
}
 
#contact .menu-item-description {
  text-align: left;
  font-style: italic;
  font-size: .9em;
  line-height: 1.5em;
}
#contact .menu-item-description a:hover{
  color: rgb(128,0,0);
}
/*Contact Page Ends*/

/*Footer*/
footer{
  border-top-width: 2px;
  border-top: 1px solid #999;
  border-bottom-width: 2px;
  border-bottom: 1px solid #999;
  margin: 0 auto;
  padding: 25px 0;
  display: block;
  text-align: left;
}
footer ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
}
footer li{
  padding: 0 20px 0 0;
  display: block;
  float: left;
}
footer li a{
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color:  #999;
}
footer li a:hover{
  color: hsl(0,0%, 27%);
}
.socialmedia{
  display: block;
  float: right; 
}
.socialmedia li{
  position: relative;
  float: left;
}
.socialmedia img{
  width: 30px;
  height:30px;
  border-radius: 50%;
}
footer a{
  text-decoration: none;
}
.space{
  padding-top: 50px;
}

@media only screen and (max-width: 1460px)
{
  #canvas{
    padding: 100px 100px 0;
  } 
  div{
    display: block;
  }
#topNav .page-divider{
    line-height: 1.6em;
    margin-top: -2.6em;
    margin-bottom: 1.6em;
    font-size: 12px;
    border-bottom-width: 2px;
    border-bottom: 1px solid #999;
  }
footer{
   padding: 35px 0;
}
@media only screen and (max-width: 1032px){
.menu{
  text-align: center;
  width: 85%;
}
.column{
  float: none;
  width: 100%;
}
.columnitem{
  width: 100%;
}
.button2{
  padding:15px;
  font-size: 12px;
  width: 70%;
}
@media only screen and (max-width: 792px){
  #canvas{
    padding: 50px 50px 0;
    max-width: 1100px;
  }
.logoname{
  width: 250px;
}
.column1{
  float: none;
  width: 100%;
}
.columnitem1{
  width: 100%;
}
.column2{
  float: none;
  width: 100%;
}
footer{
   padding: 35px 0;
}
.socialmedia{
  position: absolute;
}
.breakfast .menu-item{
  font-size: 15px;
}
.deli .menu-item{
  font-size: 10.5px;
}
.sides .menu-item{
  font-size: 11px;
}