/* General Reset */
body, html {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #FBF4DB;
    color: #AA5486;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    height: 100%;
}

  }

body {
    flex: 1;
}

/* Header Styling */
h2, h3, h4 {
    color: #AA5486;
    text-align: center;
}

h1 {
    font-family: "DynaPuff", system-ui;
    font-optical-sizing: auto;
    font-weight:600;
    font-style: normal;
    text-align: center;
    font-variation-settings:
"wdth" 100;
      all
}
/* Menu */
nav {
    background-color:#AA5486;
    color: #fff;
   }

#menu {
    width: 2rem;
    height: 2rem;
    padding: 10px 10px;
    color: #AA5486;
   
   }

   #hrdtitle {
    color: #FBF4DB;
    text-align: center;
   }

.checkbtn {
    font-size: 1rem;
    color: white;
    cursor: pointer;
    display: block;
   }

.nav-site {
    display: none;
   }

#check:checked ~ .nav-site {
    display: block;
   }

.nav-site {
    position:absolute;
    top: 100 rem;
    left: 0;
    background: #AA5486;
    z-index: 1;
    width: 10rem;
   }
   
.nav-site a {
    color: #fff;
    padding: 1rem 1.5rem;
    display: block;
   }

@media only screen and (max-width: 10px) {
    .checkbtn {
    display: block;
    font-size: 5rem;
    position: absolute;
    top: 0px;
    left: 0px;
    }

.nav-site {
    top: 160px;
    width: 100%;
    }

.nav-site a {
    font-size: 2rem;
    padding: 2rem 3rem;
    }
   }

   #check {
    display: none;

   }
/* Main Content */
div {
    background-color: #FDE7BB;
    border: 2px solid #FC8F54;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 10px auto;
    max-width: 800px;
    color: #AA5486;
}

.bring {
    border-radius: 50% 0;
    box-shadow: 0.2;
}

.prize {
    border-radius: 50% 0;
    box-shadow: 0.2;
}

.map {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;

}

.confirm {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* Buttons */
button, input[type="submit"] {
    background-color: #FC8F54;
    color: #FBF4DB;
    border: none;
    padding: 10px 20px;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 5px;
    display: block;
    margin: 20px auto;
}

button:hover, input[type="submit"]:hover, #submitinperson:hover {
    background-color: #AA5486;
    color: #FBF4DB;
}

#submitinperson {
    background-color: #FC8F54;
    color: #FBF4DB;
    border: none;
    padding: 10px 10px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 5px;
    display: block;
    margin: 0px auto;
}

/* Images */
.images {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border-radius: 50% 0;
}

/* Lists & Schedule */
li::marker {
    color: #FC8F54;
}

#scdl {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

/* Form */
form {
    max-width: 600px;
    margin: 0 auto;
    
}

label {
    color: #AA5486;
    font-weight: bold;
}

input[type="text"], input[type = "number"], input[type = "tel"] {
    width: 70%;
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #FC8F54;
    border-radius: 5px;
    background-color: #FBF4DB;
    color: #AA5486;
    font-size: large;
    font-weight: bold;
}

/* Footer */
footer {
    display: block;
    background-color: #AA5486;
    color: #FBF4DB;
    text-align: center;
    padding: 10px 0;
    margin-top: auto;

}
header {
    display: block;
    background-color: #AA5486;
    color: #FBF4DB;
    text-align: center;
    margin-top: 0px;
}