body {
    padding: 0;
    margin: 0;
    background: #FEFCF5 ;
    position: relative;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}
  html, body {
    overflow-x: hidden;
    height: 100%;
  }
  li {
    list-style-type:circle;
    list-style-position: inside;
    text-indent: -1em;
    text-align: left;
  }
  h1{
    text-align: center;
    font-family: serif;
    margin-bottom: 50px;
    font-size: 80px;
    font-family: 'Cormorant', serif;

  }
  h3{
    font-family: 'Cormorant', serif;
  }
  .container-fluid{
    padding: 1em;
  }
.navbar {
    background: #596440;
    height: 80px;
    text-align: center;
}
  .nav-item{
    list-style-type: none;
  }
.nav-link,
.navbar-brand {
    color: #FEFCF5;
    cursor: pointer;
}
.nav-link {
    margin-right: 1em !important;
    background: #596440;
}
.nav-link {
    color: #FEFCF5 !important;
}
  .navbar-collapse {
    justify-content: flex-end;
  }
  .navbar-toggler.toggler-example {
    cursor: pointer;
    }
#breaker{
  background-image: url("familyTable.jpg");
  background-size: cover;
  background-position: center;
  height:500px;
  position: relative;
  background-attachment: fixed;
}
.description {
   transform: translate(-50%, -50%);
   left: 50%;
   position: absolute;
   top: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
}
.header {
  position: relative;
  background-image:url("tableMeal.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
}
  .features {
    margin: 4em auto;
    padding: 1em;
    position: relative;
  }
  .feature-title {
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
  }
  .features .form-control,.features input {
    border-radius: 50px;
}
.btn {
    background-color: #596440;
    color: #FEFCF5;
    font-size: 35px;
    text-align: center;
}
    .btn:hover {
        border: 5px solid;
        border-color: #596440;
        background-color: #FEFCF5;
        border: 1px solid;
        color: #596440;
    }
.page-footer {
  text-align: center ;
  padding: 30px 0px;
}
 .logo{
  width: 100%;
  height: auto;
 }
 .font{
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
 }
.accordion {
    background-color: #FEFCF5;
    color: #000;
    cursor: pointer;
    padding: 1em;
    margin: .2em;
    width: 100%;
    text-align: left;
    border: solid;
    border-color: #596440;
    transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .accordion:hover {
        background-color: #596440;
        color: #FEFCF5;
    }
/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: #FEFCF5;
    display: none;
    overflow: hidden;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px;
}
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 15px;
  color: #000;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.icon{
  width: 10em;
  height: 10em;
  margin-bottom: 1em;
  align-items: center;
  display: block;
  margin-left:auto;
  margin-right:auto;
}
#contact
{
  scroll-margin-top: 100px;
  text-align: center;
}
#alert 
{
  text-align: center;
  border: solid black;
  border-width: 3px 3px 3px 3px;
  width: 80%;
  margin-top: 3em;
}
#expect{
  text-align: center;
  scroll-margin-top: 100px;
  font-size: 20px;
}
#aboutme{
  margin-top: 5%;
 margin-bottom: 5%;
 padding-left: 10%;
 padding-right: 10%;
 scroll-margin-top: 100px;
}
#bookings
{
scroll-margin-top: 100px;
text-align: center;
}
#whyonline{
 scroll-margin-top: 100px;
}
#FAQ{
  scroll-margin-top: 100px;
 }
.form-group
{
width: 80%;
border: 2px solid #CCE3DE;
margin: 0.5em;
border-radius: 4px;
display: inline-block;
}

.bookingEmbed{
  height : 700px;
}
.help
{
  padding-left: 500px;
  text-align: center;
  align-items: center;
   align-self: center;
}
a {
    text-align: center;
    text-decoration: none;
    color: #FEFCF5;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}

