html, header, body, footer {
    min-height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Merienda One', 'Brush Script MT', cursive;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

/* ----------------------------------------General body */

body {
    background-color: rgb(255,253,208);
}

p {
    font-style: normal;
}

/* ----------------------------------------Header */

.table-header {
    width: 100%;
    top: 0;
    left: 0;
    border-collapse: collapse;
}

.chef-image {
    height: 125px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid rgb(181, 181, 181, 0.5);
}

.green {
    width: 33%;
    background-color: green;
}

.white {
    width: 33%;
    background-color: white;
    text-align: center;
}

.red {
    width: 33%;
    background-color: red;
}

/* ----------------------------------------Navbar */

nav {
    display: inline-block;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr auto;
    border: 2px solid black;
    text-align: center;
}

.home {
    font-family: sans-serif;
    text-align: center;
    background-color: rgb(255,253,208);
    color: black;
    white-space: nowrap;
    display: inline-block
}

.menu {
    font-family: sans-serif;
    text-align: center;
    background-color: rgb(255,253,208);
    color: black;
    white-space: nowrap;
    display: inline-block
}

.bookings {
    font-family: sans-serif;
    text-align: center;
    background-color: rgb(255,253,208);
    color: black;
    white-space: nowrap;
    display: inline-block
}

.story {
    font-family: sans-serif;
    text-align: center;
    background-color: rgb(255,253,208);
    color: black;
    white-space: nowrap;
    display: inline-block
}

/* ----------------------------------------Body home */

.div-home-main {
    width: 100%;
    text-align: center;
}

/* ----------------------------------------Bookings body */

.word-bookings {
    text-align: center;
    font-family: cursive;
}

form {
    text-align: center;
    width: 100%;
    font-family: 'Times New Roman', Times, serif;
}

label {
    text-align: left;
}

#fname {
    width: 50%;
    padding: 9px 10px;
}

#lname {
    width: 50%;
    padding: 9px 10px;
}

#email {
    width: 50%;
    padding: 9px 10px;
}

#noguests {
    width: 50%;
    padding: 3px 4px;
}

#toa-hours {
    width: 25%;
    padding: 3px 4px;
}

#toa-mins {
    width: 25%;
    padding: 3px 4px;
}

#spec-req {
    width: 75%;
}
/* ----------------------------------------Menu page */

.h-menu {
    text-align: center;
    font-family: cursive;
}

.menu-table {
    width: 100%;
    font-family: cursive;
}

.menu-text {
    text-align: center;
}

.spacer {
    width: 33%;
}

/* ----------------------------------------Our Story page */

.ethics {
    float: left;
    text-align: center;
}

.our-story-info {
    float: right;
    text-align: center;
}
/* ----------------------------------------Footer */

#social-media-div {
    width: 100%;
}

.facebook {
    width: 33%;
    float: left;
    background-color: green;
    text-align: center;
}

.instagram {
    width: 33%;
    margin: 0 auto;
    margin: 0 auto;
    background-color: white;
    text-align: center;
}

.twitter {
    width: 33%;
    float: right;
    background-color: red;
    text-align: center;
}

.fa-facebook {
    font-size: 30px;
}

.fa-instagram {
    font-size: 30px;
}

.fa-twitter {
    font-size: 30px;
}

.fa {
    color: rgb(44, 43, 43);
}

.fa:visited {
    text-decoration: none;
}