    @charset "UTF-8";
    * {
        color: aliceblue;
        box-sizing: border-box;
    }
    
    html,
    body {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    body {
        position: absolute;
        z-index: 1;
        background-color: rgb(0, 0, 0);
        font-family: Verdana, Tahoma, sans-serif;
        width: 100%;
    }
    
    #top {
        background-color: rgb(24, 19, 19);
        margin-top: 2%;
    }
    
    #list {
        z-index: 20;
        position: relative;
        display: flex;
        /*display: block;*/
        font-size: 20px;
        text-align: center;
        padding-left: 30%;
        padding-right: 30%;
        justify-content: center;
        height: 2em;
    }
    
    #list div {
        width: 25%;
    }
    
    #list a {
        text-decoration: none;
        color: rgb(127, 137, 143);
    }
    
    #list #current {
        color: rgb(179, 102, 109);
    }
    
    #list a:hover {
        color: rgb(179, 102, 109);
    }
    
    #logo {
        position: static;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 200px;
    }
    
    #bottom {
        bottom: 0;
        margin-top: 10px;
        margin-bottom: 3%;
        width: 100%;
        height: 10%;
        font-size: 16px;
        font-family: Georgia, 'Times New Roman', Times, serif;
        text-align: center;
        margin-top: 5%;
        padding-bottom: 10%;
    }
    
    #bottom img {
        width: 40px;
        height: 45px;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    #bottom img:hover {
        width: 50px;
        height: 55px;
    }
    
    #signature {
        font-family: cursive;
        font-size: 20px;
    }
    /*
    INDEX
    */
    
    #main {
        position: relative;
        /*display: block;*/
        width: 100%;
        padding-bottom: 50%;
        overflow: auto;
    }
    
    .body_image {
        position: absolute;
        display: block;
        max-height: 100%;
        width: 100%;
        height: 100%;
        object-fit: fill;
        z-index: 5;
    }
    
    #body_image2,
    #body_image3,
    #body_image4 {
        opacity: 0;
    }
    
    #main div:hover {
        background-color: rgba(153, 153, 153, 0.233);
    }
    
    #main #prev {
        z-index: 10;
        width: 10%;
        height: 100%;
        float: left;
        position: absolute;
        left: 0px;
    }
    
    #main #next {
        z-index: 10;
        width: 10%;
        height: 100%;
        float: right;
        position: absolute;
        right: 0px;
    }
    /*-------------------------------------------------------------------- 
    Info html
    -------------------------------------------------------------------*/
    
    #info_main {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        height: 50%;
    }
    
    #info_bambaImage {
        margin-right: 10px;
        flex: 1 0 65%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        width: 100%;
        height: auto;
    }
    
    #info_bambaImage img {
        object-fit: cover;
    }
    
    #info_info {
        left: 0;
        flex: 0 1 40%;
    }
    
    .info_name {
        font-size: 22pt;
    }
    
    .info_question {
        font-weight: bold;
        color: rgb(94, 47, 47);
    }
    
    #info_info {
        text-align: center;
    }
    
    #info_main {
        margin-top: 5%;
    }
    /*-------------------------------------------------------------------
    Offers
    -------------------------------------------------------------------*/
    /*-------------------------------------------------------------------
    Staff
    -------------------------------------------------------------------*/
    
    #staff_main * {
        text-align: center;
    }
    
    .staffgroup {
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 20%;
        margin-right: 20%;
        background-color: rgb(54, 54, 54);
        padding-bottom: 2em;
        padding-top: 2em;
    }
    
    .staffgroup img {
        width: 12em;
        height: auto;
    }
    
    .staff_name {
        font-size: 20pt;
        font-family: cursive;
    }
    /*-------------------------------------------------------------------
  Reserve
    -------------------------------------------------------------------*/
    
    h3 {
        text-align: center;
        font-size: 50px;
    }
    
    form {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
    }
    
    form div {
        padding-top: 20px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    form input {
        text-align: center;
        background-color: white;
        color: black;
        height: 40px;
        margin-right: 20px;
    }
    
    form label {
        width: 100%;
        margin-bottom: 10px;
    }
    /*name*/
    
    #name {
        justify-content: space-between;
    }
    
    #name input {
        flex: 1 1 auto;
    }
    /*number*/
    
    #number input {
        width: 100px;
    }
    /*people*/
    
    #people1 {
        width: 100px;
        color: black;
    }
    
    #people1 option {
        color: black;
    }
    /*Comments*/
    
    #comments {
        color: black;
        width: 100%;
        height: 150px;
        text-align: left;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0.4em;
        padding-right: 0.4em;
    }
    /*submit*/
    
    form input[type="submit"] {
        width: 100px;
        background-color: black;
        color: white;
        border: 2px white solid;
    }
    
    form input[type="submit"]:hover {
        background-color: rgb(211, 204, 204);
        color: black;
    }
    /*----------------------------------------
    Events
    ----------------------------*/
    
    .event {
        margin-top: 5%;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        height: auto;
        padding-bottom: 30%;
    }
    
    .event_banner {
        position: relative;
        width: 30%;
    }
    
    .event_info {
        width: 70%;
    }
    
    .event_image {
        position: absolute;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        z-index: 1;
    }
    
    .event_image img {
        position: absolute;
        width: 100%;
        height: 120%;
    }
    
    .event_image img:hover {
        filter: brightness(130%);
    }
    
    .event_image div {
        z-index: 5;
    }
    
    .event_name {
        text-align: center;
        font-size: 50px;
        font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
    }
    
    .event_desc {
        margin-top: 5%;
        padding-left: 5%;
        font-family: Arial Narrow, sans-serif;
    }
    /*Staff*/
    
    #staff {
        display: flex;
        width: 90%;
        flex-wrap: wrap;
        justify-content: center;
        margin: 5%;
    }
    
    .staff_member {
        border-left: 3px double white;
        border-right: 3px double white;
        border-radius: 50px;
        margin-top: 25px;
        position: relative;
        width: 50%;
        height: 0;
        padding-bottom: 25%;
    }
    
    .staff_image {
        position: absolute;
        width: 60%;
        height: 0;
        padding-bottom: 50%;
        margin-left: 10%;
        z-index: 2;
    }
    
    .staff_image img {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    
    .staff_info {
        width: 25%;
        text-align: center;
        float: right;
        padding-right: 5%;
        z-index: 5;
        padding-top: 20%;
    }