#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;
  position: sticky;
  top: 0;
  z-index:2;
}
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;
  Margin-bottom:0;
}
#page-title{
  font-family: "Tinos", serif;
  Text-shadow: 2px 2px 6px #fce023;
	Text-align:center;
	Font-size: 50px;
  Margin:.25em 0 -1em 0;
}
#hamnav {
  width: 100%;
  text-align: right;
}
#hamitems {
  display: flex;
}
#hamitems a {
  flex-grow: 1;
  flex-basis: 0;
  padding: 10px;
  color: white;
  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;
}
.menu-page {
  position: relative;   
  height: 4350px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}
.menu-tab{
  float: left;
}

.menu-tab label {
  background: #e35b78; 
  padding: 10px; 
  border: 4px outset gold; 
  margin-right: -1px; 
  position: relative;
  left: 1px;
}
.menu-tab [type=radio] {
  display: none;   
}
 
.content {
  position: absolute;
  top: 28px;
  left: 0;
  background-color: #ded9a2;
  right: 0;
  bottom: 0;
  padding: 20px;
 	Border:1em outset gold;
  Text-align: center;
  text-shadow: 1px 1px 3px #fc6ddd;
}
[type=radio]:checked ~ label {
  background: #ded9a2;
  border: 4px inset gold;
  Font-weight:600;
  text-decoration:underline;
  text-underline-offset:.25em;
  z-index: 1;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}
.title{
	Text-decoration:underline;
  font-size:2em;
}
#footer{
	Margin-bottom:5em;
  Text-align:center;
}
#FB:hover{
	transform: scale(1.1);
}
@media screen and (min-width:556px){
	#hamnav input:checked ~ #hamitems {
  display: block;
}
#ham-menu{
	Position:absolute;
  Top:.55em;
  right:0;
}

h1,h2{
   Margin-right: 10%;
}
}