#business-name {
  background: RGBa(242, 233, 233, .75);
  Padding: .5em;
  position: sticky;
  top: 0;
  z-index:2;
}
#slogan {
  background: RGBa(242, 233, 233, .75);
  Padding: .5em;

}
h1{
	text-align:center;
  color: #fce023;
  background-color: #e35b78;
  box-shadow:3px 3px 5px black;
  Text-shadow:2px 2px 5px black;
  Border: 1px solid transparent;
  border-radius:35%;
  Margin-bottom:2.5px;
  font-size: 50px;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}
h2{
	Text-align:center;
  color: #ff858b;
  Background-color:#2b23fc;
  box-shadow:3px 3px 5px black;
  Text-shadow:2px 2px 5px black;
  font-size: 25px;
 	font-family: "Tinos", serif;
  font-weight: 400;
  font-style: normal;
}
#hamnav {
  width: 100%;
  text-align: right;
}
#hamitems {
  display: flex;
}
#hamitems a {
  flex-grow: 1;
  flex-basis: 0;
  padding: 10px;
  text-decoration: none;
  text-align: Left;
  background-color:#ccbabb;
  color: #000000;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px solid #333;
}
#hamitems a:hover {
  background: #af0d0d;
}
#hamnav label, #hamburger {
  display: none;
}
#hamnav label {
    display: inline-block; 
    color: #000000;
    background: Transparent;
    font-style: normal;
    font-size: 3.25em;
    padding: 10px;
}
#hamitems {
  display: none;
}
#hamnav input:checked ~ #hamitems {
  display: block;
}
#Res-container{
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  Justify-content: Space-evenly;
}
#Res-form{
	Position:relative;
  width:100%;
}
#Res-img{
  Position:relative;
	width:100%;
}
#Res-Vital{
  Text-align:center;
	font-size:1.75em;
  text-decoration:underline;
}
fieldset{
	border:3px solid black;
  Background-color:#F0EAD6;
}
#Vital{
  Text-align:center;
	font-size:1.5em;
	text-decoration:underline;
}
.vital{
	color:Red;
}
em{
  font-weight:600;
	color:Red;
}
#Name, #eaddress, #pnumber{
	width: 100%;
}
#Comments{
	width: 100%;
}
#storefront{
	max-width:700px;
  margin: auto;
  display:block;
}
figcaption{
	text-align: center;
}
#Business-hours{
  list-style-type:none;
	Text-align: center;
  Border:1em solid black;
  border-radius:25% 0 25% 0;
  padding:3em;
  margin: 1% 19.25% 1% 19.25%;
}
#Business-hours h3{
	text-shadow: 2px 2px 5px #fce023;
}
table{
  Margin: 0 auto;
	Text-align:center;
}
#table-title{
  width: 100%;
  text-align:center;
  border:3px solid black;
  border-radius:50% 50% 0 0;
  Background-color: #FFA8F5;
  color:#52008C;
}
td,
th {
	border: 2px solid black;
  padding: 0.5em;
}
tr:nth-child(even) {
	
}
tr:nth-child(odd) {
	
}
#footer{
	Margin-bottom:5em;
  Text-align:center;
}
#FB:hover{
	transform: scale(1.1);
}
@media screen and (min-width:576px){
	#hamnav input:checked ~ #hamitems {
  display: block;
  }
  #ham-menu{
    Position:absolute;
    Top:.55em;
    right:0;
  }
  h1,h2{
     Margin-right: 10%;
  }
  #Res-img{
  width:45%;
  }
 	#Res-form{
  width:45%;
  }
  #Res-container{
  Flex-direction:row-reverse;
  }
}