BEGIN:VCALENDAR
VERSION:2.0
PRODID:Imitheme.com
BEGIN:VEVENT
UID:20260609T222758-1469163202
DTSTAMP:20260609T222758
DTSTART:20240713T100000Z
DTEND:20240713T120000Z
SUMMARY:Stay Cool, While You Give Back!
LOCATION:1700 N Meridian Road, Tallahassee, FL 32303
DESCRIPTION: <!-- wp:html -->
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Beach-Themed Breakfast Fundraiser</title>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
    <style>
        body {
            font-family: 'Roboto', sans-serif;
            background-color: #f0f8ff;
            color: #333;
            margin: 0;
            padding: 0;
        }
        .beach-header {
            background-color: #87ceeb;
            color: white;
            text-align: center;
            padding: 40px 20px;
        }
        .beach-container {
            width: 80%;
            margin: 40px auto;
            padding: 20px;
        }
        .beach-content {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            padding: 40px;
            text-align: center;
        }
        .beach-content h2 {
            font-family: 'Pacifico', cursive;
        }
        .beach-event-details {
            margin: 40px 0;
        }
        .beach-event-details h2, .beach-event-details p {
            margin: 0;
            margin-bottom: 20px;
        }
        .beach-location {
            background-color: #ffcccb;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 20px;
        }
        .beach-additional-info {
            margin-top: 20px;
            background-color: #ffe4b5;
            padding: 20px;
            border-radius: 10px;
        }
        .beach-footer {
            background-color: #87ceeb;
            color: white;
            text-align: center;
            padding: 20px;
        }
        .beach-btn {
            background-color: #ff6347;
            color: white;
            padding: 15px 30px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            text-decoration: none;
            font-size: 18px;
            margin-top: 20px;
        }
        .beach-btn:hover {
            background-color: #ff4500;
        }
    </style>
</head>
<body>
    <header class="beach-header">
        <h1>Beach-Themed Breakfast Fundraiser</h1>
    </header>
    <div class="beach-container">
        <div class="beach-content">
            <h2>Stay cool while you give back!</h2>
            <p>Dive into delightful flavors, engage in sustainability talks, and savor delicious food for a good cause. Your support makes a difference!</p>
            <div class="beach-event-details">
                <h2>Join us for a coastal-themed breakfast fundraiser</h2>
                <p>Enjoy delightful flavors while showing your support!</p>
                <div class="beach-location">
                    <p><strong>Location:</strong> 1700 N Meridian Rd, Tallahassee, FL 32303</p>
                    <p><strong>Date & Time:</strong> July 13 at 10 am</p>
                </div>
                <div class="beach-additional-info">
                    <p>There is no ticket cost, but you will be asked to donate or make a pledge there. Our goal is to raise $10,000 from the event.</p>
                </div>
            </div>
            <a href="https://rethinkenergyflorida.app.neoncrm.com/eventReg.jsp?event=16" class="beach-btn">Register to Attend</a>
        </div>
    </div>
    <footer class="beach-footer">
        <!-- Footer content here -->
    </footer>
</body>
</html>
<!-- /wp:html -->
END:VEVENT
END:VCALENDAR
