nav{background: #FE6F91;
padding-bottom: 30px;}
nav ul {
    background: #FE6F91;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
nav li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    min-width: 16.5%;
}
nav a {
    background: #0000;
    color: #FFFF;
    display: block;
    font: bold 20px/50px times;
    padding: 0 1px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
nav .dropdown:after {
    content: ' \25bc';
}
nav li:hover a {
    background: #FB7E9B;
   
}
nav li ul {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
    
}
nav li:hover ul {
    opacity: 1;
    top: 50px;
    visibility: visible;
}
nav li ul li {
    width: 100%;
}
nav li ul a:hover {
    background: #FFABBE;
}
body{
    background-color: #fff0f3;
    
}
.move{
    text-align: center;
    font-family: times;
}
h1{text-align: center;
    font: bold 40px/50px times;
}


footer{
    background-color: #FE6F91;
    color: #ffffff;
    text-align: center;
   margin-top: 0px;
    padding-bottom: 30px;
    overflow: hidden;
    height: 350px;
    padding-top: 120px;
    background-repeat: repeat-x;
    background-image: url(Images/flo.png)
}
.footer-pink{
    overflow: hidden;
    
    margin-bottom: 0px;
    
}


.center{
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

@media screen and (min-width: 1001px){
    
}
@media screen and (max-width: 1000px){
    
}


@media screen and (max-width: 700px){
    
}
section{text-align: left;
    padding-left: 10%;
        padding-bottom: 20px;
    float: left;
    width: 40%;
    
}
.clear{
    clear: both;
    
}
h3
{padding-left: 20%;
font-family: times;}
.cart{
    position: absolute;
    right: 0;
    margin-top: -70px;
    padding-right: 40px;
}
.map{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: auto;
}
.michelle{
    width: 100%;
    display: flex; 
    margin: auto;
   
    
}

;
  padding: 10px;
  margin: 10px;
text-align: center;
    padding-right: 10px;
}
label{
      padding-top: 20%      
            }

    

.inputsearch {
    background-color: white;
 
  font: 16px system-ui;
  color: #FFABBE;
  height: 100%;
  width: 13%;
  padding: 6px 10px;
    
    
}
::placeholder {
  opacity: 0.7; 
    
}
.party{
    padding-left: 40px;
    width: 40%;
        float:left;
}
button{
    background-color: #7CD8C1;
   
    color: #ffff;
    border-color: #7CD8C1; 
}
h4{
     text-align: center;
    font-family: "PT Sans", Calibri, Tahoma, sans-serif;

}
.box {
  width: 230px;
  height: 500px;
padding: 25px;
  border: 1px solid black;
  margin: 25px;
    color: black;
    text-align: left;
     
}
.box2 {
  width: 230px;
  height: 40px;
  border: 1px solid black;
  padding: 10px;
  margin: 10px;
    color: black;
    text-align: left;
     
}
.catering{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
    
    
}
html {
  font-family: Arial, inherit;
}
.Checkout{
    padding-left: 15%
}
.cater{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.textparty{
    padding-left: 50%;
    padding-right: 5%;
    font-family: "Courgette", cursive;
  font-weight: 500;
  font-style: normal;
        
}
h2{
    text-align: center;
    font-family: "Courgette", cursive;
  font-weight: 400;
  font-style: normal;
    
}
.carousel{float: inherit;}
.overlay{top:400px;
position: absolute;
width:41%;
 opacity: 0.9;
}

.hours{

    display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
    pointer-events: none;
  position: absolute;
  height: 60%;
  z-index: -1;
}

    
}
h4{font-family: "Courgette", cursive;
  font-weight: 400;
  font-style: normal;}

p{text-align: center;
padding-left: 10%}
.button1{
display: block;
margin-left: auto;
margin-right: auto}
img{padding-left: 3% }


one{
    padding-left: 20%;
}
.column {
  float: left;
  width: 20.33%;
  
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}