:root {
    --primary: rgb(52, 79, 50);
    --secondary: rgb(128, 156, 91);
    --trans-green: rgba(52, 79, 50, 0.9);
    --dark: #333;
    --medium: #aaa;
    --light: #f3faf8;
    
  }

  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Poppins', Arial, sans-serif;
  }

  h1 {
    font-weight: 400;
    font-size: 3.5rem;
  }

  h2 {
      font-size: 2.5rem;
      padding-bottom: 30px;
  }

  h4 {
      font-size: 1.5rem;
      padding: 16px;
  }

  p {
      font-size: 1.4rem;
  }

  a {
      text-decoration: none;
      color: inherit;
  }

  li {
      list-style: none;
  }

  a:hover, i:hover, button:hover {
      color: var(--medium);
      transition: 200ms ease;
  }

  button {
      border: none;
      background-color: var(--primary);
      color: var(--light);
      padding: 10px 20px;
      margin: 10px;
      font-size: 20px;
  }

  .bricks {
      background-image: url(/images/brick-background.png);
      background-repeat: repeat-y;
      background-size: cover;
  }

  .section-padding {
      padding: 5vw;
  }

  /* GLOBAL HEADER STYLINGS */

  header {
    z-index: 4;
    position: fixed;
  }

  #address {
      background-color: var(--dark);
      color: var(--light);
      text-align: center;
      padding: 8px;
  }

  nav {
      width: 100vw;
      background-color: var(--trans-green);
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 3vw;
  }

  #logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--light);
    color: #000;
    padding: 16px 20px;
    margin: 10px 0;
    border-radius: 50%;
    border: 1px solid var(--dark);
  }

  #logo h1 {
      font-size: 2.5rem;
      line-height: 0.8;
      font-family: 'Satisfy';
  }

  #logo h4 {
      font-size: 0.8rem;
      padding: 0;
  }

  nav ul {
      display: flex;
      justify-content: space-between;
      min-width: 80%;
  }

  .active {
    color: var(--medium);
  }

  .reservations {
      background-color: var(--light);
      color: var(--primary);
      padding: 14px;
  }

  .reservations:hover {
    background-color: var(--medium);
    color: var(--dark);
  }

  #mobile {
      display: none;
  }

  /* HERO SECTION STYLINGS */

  #hero {
      height: 100vh;
      position: relative;
      background-position: center;
  }

  #hero .hero-text {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      max-width: 700px;
      max-height: 120px;
      z-index: 2;
      font-size: 3rem;
      background-color: #333a;
      color: var(--light);
      padding: 20px;
  }

  #hero button {
    position: absolute;
    background-color: var(--secondary);
    max-width: 250px;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
  }

  /* HOME PAGE STYLINGS */

  #banner {
      text-align: center;
      padding: 100px 5vw;
  }

  #features {
      padding: 80px 0;
  }

  #features h2 {
      text-align: center;
  }

  #features .feat-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .feature {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      max-width: 420px;
      margin-bottom: 20px;
      margin: 10px;
  }

  .feature-img {
      background-color: purple;
      height: 280px;
      width: 420px;
      max-width: 90vw;
      max-height: 60vw;
      background-image: url('./images/features/feat1.png');
      background-size: 100%;
      background-position: center;
      transition: 300ms ;
  }

  /* for clickable images */
  .clickable:hover {
    background-size: 120%;
  }

  #info-sect {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 5vw;
  }

  #info-sect .hours, #info-sect .add-info {
      max-width: 500px;
      text-align: center;
      background-color: #fff5;
      padding: 20px;
  }

  #info-sect .contact-text {
    color: var(--primary);
    font-size: 1.2rem;
  }
  

  #info-sect .add-info p {
    padding-bottom: 20px;
  }
  

  footer {
      height: 70px;
      background-color: var(--dark);
      color: var(--light);  
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 3vw;
  }

  footer i {
      padding: 6px;
      font-size: 1.5rem;
  }

  footer ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;  
  }

  footer li {
      font-size: 1.2rem;
      padding: 0 1vw;
  }


  /* MENU PAGE STYLINGS */


  #menus-sect {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 60px 0;
  }

  .menu-buttons {
    text-align: center;
  }
  
  #menu {
      max-width: 800px;
      background-color: #fff;
      border: 3px solid var(--primary);
      padding: 40px;
      margin: 40px 0;
  }
  .menu-item {
      margin: 20px 0;
  }

  #menu h2 {
    text-align: center;
  }

  #menu h4 {
      padding: 10px 0;
      text-decoration: underline;
  }

  #menu p {
      font-size: 1rem;
  }

  #menu .price {
      margin-top: 4px;
      font-size: 1.4rem;
      font-weight: 600;
  }


/* PRIVATE EVENT PAGE STYLING*/

#events-page {
    text-align: center;
    padding-bottom: 40px;
}

#events-page span {
    color: black;
    font-weight: 600;
}

#events-page button {
    margin: 40px;
}

.event-img {
    display: block;
    margin: 0 auto;
    width: 360;
    height: 240;
    background-image: url("./images/hero-index.png");
    background-size: 100%;
    max-width: 90vw;
    max-height: 90vw;
}

/* Order Online A Page */
#order-page {
    text-align: center;
    padding-top: 30vh;
    height: 100vh;
    margin-bottom: 80px;
}

.order-links-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.order-link {
    background-size: cover;
    height: 80px;
    width: 200px;
    margin: 20px;
    box-shadow: 2px 2px 20px #3335;
    transition: 200ms ease;
}

.order-link:hover {
    transform: scale(1.1);
}

/* Reservations Page */

.reservations-page {
    padding-top: 140px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--light);
}

.reservations-page form {
    display: flex;
    flex-direction: column;
    padding: 2rem 3vw;
    max-width: 800px;
    border: 1px solid var(--primary);
    border-radius: 10px;
    box-shadow: 5px 5px 10px #3333;
    background-color: var(--light);
}

.reservations-page label {
    margin-top: 10px;
}

.reservations-page button {
    margin-top: 2rem;
}



/* MESSAGE PAGE STYLING */
  #message-page {
      width: 100vw;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
  }

   .message {
    max-width: 600px;
    padding: 50px;
    background-color: var(--light);
    border: 1px solid var(--primary);
    border-radius: 20px;
  }


  @media only screen and (max-width: 1000px) {
    
    #mobile {
        display: initial;
        font-size: 2rem;
    }

    header {
        top: 0;
    }

    #address {
        display: none;
    }

    #logo {
        margin: 0;
    }

    .header-links {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background-color: var(--secondary);
        position: fixed;
        top: -110vh;
        height: 100vh;
        padding-top: 100px;
        right: 0;
        left: 0;
        z-index: -1;
        transition: 300ms;
    }

    .header-links li {
        margin-top: 20px;
    }

    .menu-active {
       top: 0;
    }

}

@media only screen and (max-width: 600px) {

    h1 {
        font-size: 2.2rem;
        line-height: 1;
    }

    h2 {
        font-size: 1.8rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    p {
        font-size: 1rem;
    }

    #logo {
        padding: 8px 10px;
        margin: 5px;
     }

    #logo h1 {
        font-size: 1.2rem;
    }
  
    #logo h4 {
        font-size: 0.5rem;
    }
  
  
    
  footer {
      position: fixed;
      bottom: 0;
      height: 26px;
      width: 100vw;
    }

    footer i {
        padding: 6px;
        font-size: 1rem;
    }

    footer li {
        font-size: 0.8rem;
        padding-left: 5px;
    }

}
