body{
    background-color: bisque;
    margin: 0%;
    padding: 0%;
}

h1 {
    background-color: rgb(84, 17, 17);
    color: bisque;
    font-size: 40px;
    font-family: monospace;
    top:0;
    width: 100%;
    padding: 30px;
    margin: auto;
    box-sizing: border-box;
}
.navbar {
    background-color:bisque; /* Darker background color for the navbar */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    flex-wrap: wrap; /* Allows wrapping for responsive design */
    position: sticky; /* Sticks to the top when scrolling */
    top: 0;
    z-index: 1000;
    margin-top: 10px;
}

/* Navbar links styling */
.navbar-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap; /* Responsive wrapping */
    margin: 0;
    padding: 0;
}

/* Styling for the button-like navbar links */
.navbar-button {
    display: inline-block;
    background-color: bisque; /* Button background color */
    font-size: 20px;
    font-family: monospace;
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 10px 25px;
    margin: 40px;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-align: center;
}

/* Change button background on hover */
.navbar-button:hover {
    background-color: rgb(84, 17, 17);
    color: bisque;
    transform: scale(1.1); /* Slightly enlarge the button */
}

/* Mobile menu button styling */
.navbar-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}
h2 {
    font-family: monospace;
    color: black;
    padding-left: 27%;
    font-size: 40px;
}
.full-underline {
    border: none;
    width: 50%;
    border-color: rgb(84, 17, 17);
    border-style: solid;
    border-top: 20%;
}

p {
    justify-content: center;
    padding-left: 27%;
    padding-right: 27%;
    font-size: 25px;
    font-family: monospace;
    color: black;
}

#Rifle4Cal {
    padding-left: 25%;
    width: 740px;
    height: 200px;
    border-radius: 30px;
    object-fit: cover;
}
#giftfelle {
    padding-left: 25%;
    width: 740px;
    height: 200px;
    border-radius: 30px;
    object-fit: cover;
}

#piknikfelle {
    padding-left: 25%;
    width: 740px;
    height: 200px;
    border-radius: 30px;
    object-fit: cover;
}

table {
    font-family: monospace;
    border-collapse: collapse;
    background-color: bisque;
    margin: auto;
    border: 1px solid rgb(84, 17, 17);
}
th {
    background-color: rgb(84, 17, 17);
    color: bisque;
    text-align: center; 
    padding: 8px; 
}
td{
    border: 1.5px solid rgb(84, 17, 17);
}
form {
    padding-left: 27%;
    margin-top: 25px;
    margin-bottom: 25px;
}
footer {
    background-color: rgb(84, 17, 17);
}
.footer {
    font-family: monospace;
    color: bisque;
    font-size: 100%;
    padding-left: 5%;
    margin: auto;
}