Dinosaur Dance Party
Open to kids ages 2 - 6. Stomp those feet and shake those claws! Join us for a rockin' good time with songs, dancing, and a craft! Feel free to wear dinosaur clothes and costumes to the party!Date: Saturday, July 18, 2026
Time: 11:00am - 12:00pm
Home Page
Book Bundle
.nav-menu {
display: flex;
justify-content: space-evenly; /* spreads menu across the page */
list
Storytime
.nav-menu {
display: flex;
justify-content: space-evenly; /* spreads menu across the page */
list-style: none;
margin: 0;
padding: 0;
background-color: #003366; /* dark blue background */
border:
Board Game Collection
.nav-menu {
display: flex;
justify-content: space-evenly; /* spreads menu across the page */
list-style: none;
margin: 0;
padding: 0;
background-color: #003366; /* dark blue background */
border: 1px solid #003366; /* border matches background */
}
.nav-menu li {
margin: 0;
padding: 0;
}
.nav-menu
1000 Books Before Kindergarten
.nav-menu {
display: flex;
justify-content: space-evenly; /* spreads menu across the page */
list-style: none;
margin: 0;
padding: 0;
background-color: #003366; /* dark blue background */
border: 1px solid #003366; /* border matches background */
}
Tween Space
.nav-menu {
display: flex;
justify-content: space-evenly; /* spreads menu across the page */
list-style: none;
margin: 0;
padding: 0;
Newbery Medal Books
.nav-menu {
display: flex;
justify-content: space-evenly; /* spre
Caldecott Medal Books
.nav-menu {
display: flex;
justify-content: space-evenly; /* spre
Recommended Websites for Kids
/* Container around table */
.table-container {
max-width: 100%;
margin: 0 auto;
background-color: #ffffff; /* white background for table */
border-radius: 15px;
padding: 20px;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
/* Table title */
.table-container h2 {
text-align: center;
font-size: 28px;
color: #1e90ff;
margin-bottom: 20px;
}
/* Table styling */
.table {
width: 100%;
border-collapse: separate;
border-spacing: 15px;
text-align: center;
}
.table th {
font-size: 16px;
background-color: #e0f7fa;
padding: 10px;
b
Teens
body {
font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
background-color: #f4f7fa;
color: #003366;
}
.youth-section {
display: flex;
flex-wrap: wrap;
gap: 40px;
padding: 40px 20px;
max-width: 1200px;
margin: auto;
}
.youth-card {
flex: 1;
min-width: 300px;
background-color: #ffffff;
border-radius: 12px;
padding: 24px;
box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}
h2 {
font-size: 1.75rem;
border-bottom: 3px solid #008cff;
padding-bottom: 10px;
margin-bottom: 20px;
}
/* Age buttons */
.a