* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    header {
        flex-direction: column;
        gap: 1rem;
    }
}

/* BACK GROUND PALETTE COLORS*/
.paletteColor01 {
    background-color: #4b2e2b;
}

.paletteColor02 {
    background-color: #7a4b3b;
}

.paletteColor03 {
    background-color: #a66e47;
}

.paletteColor04 {
    background-color: #cb9751;
}

.paletteColor05 {
    background-color: #e8c55d;
}

.paletteColor06 {
    background-color: #f9f871;
}

.paletteColor07 {
    background-color: #ff0000;
}

.paletteColor08 {
    background-color: #00ff04;
}

.paletteColor09 {
    background-color: #00cffe;
}

.paletteColor10 {
    background-color: #000000;
}

.paletteColor11 {
    background-color: #ffffff;
}

/* TEXT COLORS */
.whiteText {
    color: white;
}

.goldText {
    color: #ddaa11;
}

/* SECTION */
.sectionStyle {
    border: 3px solid #FFF7C599;
    color: white;
    text-align: center;
    padding: 10px 20px 20px 20px;
    margin: 10px 0px 10px 0px;
}

/* BODY */
body {
    background: #4b2e2b;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    background: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)),
        url('https://images.unsplash.com/photo-1447933601403-0c6688de566e?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;

}

/* HEADER */
header {
    background: #4b2e2b;
    border: 3px solid #FFF7C599;
    color: white;
    padding: 1rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* NAV */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #4b2e2b;
    display: flex;
}

ul li a {
    display: block;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
}

ul li a:hover {
    background-color: #111111;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.logo {
    font-size: 1.8rem;
    font-weight: bold;
}

.p {
    color: white;
    align-items: center;
}


/* HERO */
.hero {
    background-color: #6f9135a3;
    border: 3px solid #FFF7C599;
    color: white;
    text-align: center;
    padding: 0px 20px 0px 20px;
    margin: 10px 0px 10px 0px;

}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 5px;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 5px;
}



/* GRID */
.coffee-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
}

.spacer {
    padding: 18px;
    text-align: center;
    margin: 10px 0px 10px 0px;
}

/* CARD */
.card {
    border: 3px solid #FFF7C599;
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 10px 0px 10px 0px;
}

.card h3 {
    color: #f8f2f2;
    margin-bottom: 10px;
}

/* ABOUT */
.about {
    max-width: 900px;
    margin: auto;
    text-align: left;
}

/* CONTACT */
.contact {
    background: #4b2e2b;
    color: white;
    text-align: center;
}

/* FOOTER */
footer {
    background: #e4ca0385;
    border: 3px solid #FFF7C599;
    color: white;
    text-align: center;
    padding: 10px 20px 20px 20px;
    margin: 40px 0px 10px 0px;
}

.box {
  width: 500x;
  height: 200px;
  padding: 20px;
  border: 5px solid black;
  /* Total layout size stays exactly 200px x 200px */
}



/* BUTTONS */

.btn {
    display: inline-block;
}

.btn-inset {
    /*background-color: #45c450;*/
    border: none;
    font-size: 15px;
    padding: 15px 15px 15px 15px;
    margin: 3px 10px 3px 10px;
    /*box-shadow: inset 0 2px 4px rgb(3, 0, 0);*/
    box-shadow: inset 0px 4px 6px rgb(3, 5, 5);
}

.btn-inset-larger {
    /*background-color: #45c450;*/
    border: none;
    font-size: 32px;
    padding: 15px 15px 15px 15px;
    margin: 3px 10px 3px 10px;
    /*box-shadow: inset 0 2px 4px rgb(3, 0, 0);*/
    box-shadow: inset 0px 4px 6px rgb(3, 5, 5);
}

.btn-plain {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #726e2a;
    font-size: 16px;
    padding: 15px 15px 15px 15px;
    margin: 3px 3px 3px 3px;
    cursor: pointer;

}

.btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-color: #f2ea06;
    color: black;
    transition-duration: 0.4s;
}

.btn:disabled {
    background-color: #d5cdc450 !important;
    color: #000000 !important;
    cursor: not-allowed;
    opacity: 0.6;
}

.btn01 {
    display: inline-block;
}

.btn01-inset {
    /*background-color: #45c450;*/
    border: none;
    font-size: 15px;
    padding: 15px 15px 15px 15px;
    margin: 3px 10px 3px 10px;
    /*box-shadow: inset 0 2px 4px rgb(3, 0, 0);*/
    box-shadow: inset 0px 4px 6px rgb(3, 5, 5);
}

.btn01-inset-larger {
    /*background-color: #45c450;*/
    border: none;
    font-size: 32px;
    padding: 15px 15px 15px 15px;
    margin: 3px 10px 3px 10px;
    /*box-shadow: inset 0 2px 4px rgb(3, 0, 0);*/
    box-shadow: inset 0px 4px 6px rgb(3, 5, 5);
}

.btn01:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-color: #f2ea06;
    color: black;
    transition-duration: 0.4s;
}

.btn01:disabled {
    background-color: #d5cdc450 !important;
    color: #000000 !important;
    cursor: not-allowed;
    opacity: 0.6;
}

.btnShadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
}



.btnTextWhite {
    color: #ffffff;
}

.btnTextBlack {
    color: #000000;
}

.btnTextBlue {
    color: #0047f9;
}

.btnTextRed {
    color: #f90000;
}

.btnTextYellow {
    color: #f9f500;
}

/* TABLES */
.table-container {
    padding: 0px 20px 20px 20px;
    margin: 10px 0px 10px 0px;
    background-color: #32e28250;
    border: 3px solid #FFF7C599;
    overflow-x: auto;
    /* Forces horizontal scrolling on tiny windows */
    -webkit-overflow-scrolling: touch;
}

/* Header styling */
.styled-table thead tr {
    background-color: #7a4b3b;
    color: #0c2a8b;
    text-align: left;
    /* Left align for cleaner content scanning */
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    /* Merges cell borders into a single clean line */
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
    background-color: #e8c55d;
}

/* Cell padding and spacing */
.styled-table th {
    padding: 12px 15px;
    color: #ffffff;
}

.styled-table td {
    padding: 12px 15px;
    color: #000000;
}

/* Zebra striping for readability */
.styled-table tbody tr:nth-child(even) {
    background-color: #cb9751;
}

/* Subtle border underneath data rows */
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

/* Hover highlights to guide the user's eye */
.styled-table tbody tr:hover {
    background-color: #e4f406;
    cursor: pointer;
    color: #000000;
}

caption {
    caption-side: top;          /* Position text above the table */
    text-align: left;           /* Align text to the left */
    font-size: 1.25rem;         /* Enlarge typography */
    font-weight: bold;          /* Bold the text */
    color: #fff9f9;             /* Dark gray color */
    padding-bottom: 10px;       /* Add spacing below the text */
    font-family: sans-serif;    /* Clean typography */
  }


input[type="password"],input[type="text"],input[type="email"],input[type="number"] {
  width: 25%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box; /* Includes padding in total width */
  border: 2px solid #efcf05;
  border-radius: 4px;
  font-size: 16px;
}

input[type="submit"], input[type="button"] {
  background-color: #4caf50;
  color: white;
  cursor: pointer;
}


