/*header {
  
  max-width: 100%;
  height: 150px;
  margin-top: -50px;
}*/
#nav {
  font-size: 20px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  background-color: #6f1a07;
  z-index: 1;
}
#PK{
  font-size: 70px;
  text-align: center;
  font-weight: 800;
  color: #0d1010;
}

.head_nav {
  /*position: fixed;
  top: 90px;
  left: 0px;
  width: 100%;*/
} 

#a_home {
  position: relative;
  background-color: rgba(206, 130, 116, 0.336);
  border-style: ;
  bottom: 30px;
  left: 15px;
  font-size: 35px;
  color: black;
}
#a_about {
  position: relative;
  bottom: 90px;
  left: 150px;
  font-size: 35px;
  color: black;
}
#a_menu {
  position: relative;
  bottom: 150px;
  left: 290px;
  font-size: 35px;
  color: black;
}
#a_contact {
  position: relative;
  bottom: 210px;
  left: 420px;
  font-size: 35px;
  color: black;
}
body {
  background-color: #a8763e;
  padding: 30px 30px 30px 30px;
}

/*about page*/
.main_about {
  text-align: center;
  font-size: 12px;
}
#about_description {
  font-size: 16px;
}
.about_sb {
  
}
#about_bob{
  width: 50%;
  height: 50%;
}
.main_menu {
  position: relative;
  border-style: solid;
  text-align: center;
}

.appetizer {
  width: 100px;
  height: 100px;
  align-self: center;
}
.appetizers {
  position: relative;
  
}
p {
  font-size: 14px;
}
.bbq {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 40%;
  border-style: solid;

}
.right{
  position: absolute;
  right: 30px;
  border-style: solid;
  top: 180px;
  max-width: 25%;
  max-height: 40%;
}
.location{
  line-height: 2px;
  
}
/*
.business_hours {
  position:relative;
  float: right;
  left: 50%;
  bottom: 700px;
  max-width: 300px;
  border-style: solid;
}*/
.location {

  border-style: solid;
  
  max-width: 50%;
} 

#googlemaps {
  max-width: 380px;
  max-height: 380px;
}

.ul_list {
  font-size: 18px;
}

.main_photos {
  border: solid;
}
/*photos page*/
.photos {
  position: relative;
  text-align: center;
  padding: 10px 10px 10px 10px;
  border-style: solid;

}
#footer {
  background-color: #0d1010;
  width: 100%;
  height: 30px;
  left: 0px;
  color: #fdfefd;
  border-style: ;
  position: fixed;
  bottom: 0px;
}