ADMFA Audio
VIBESGIVING
https://youtu.be/VE6GADhA5U8?list=TLGGRhSqjMWgPXMxMzExMjAyNQ
:root {
–orange: #FF7A00;
–purple: #2C0C54;
–purple2: #3E146A;
–gradient-start: #2C0C54;
–gradient-end: #FF7A00;
–white: #ffffff;
–offwhite: #f8f4ff;
–muted: #d7cdea;
}
.vibesgiving-theme {
font-family: “Open Sans”, system-ui, sans-serif;
background: linear-gradient(180deg, var(–gradient-start), var(–gradient-end));
padding: 80px 6%;
color: var(–white);
max-width: 1200px;
margin: 0 auto;
border-radius: 14px;
}
.hero {
text-align: center;
margin-bottom: 40px;
}
.hero img {
max-width: 170px;
margin-bottom: 10px;
}
.hero h1 {
font-size: 3rem;
font-weight: 900;
color: var(–orange);
text-transform: uppercase;
margin-bottom: 5px;
}
.hero h2 {
font-size: 1.4rem;
font-weight: 600;
color: var(–offwhite);
margin-bottom: 10px;
}
.hero p {
font-size: 1.15rem;
max-width: 900px;
margin: 0 auto;
line-height: 1.7;
color: var(–muted);
}
.event-info {
text-align: center;
font-size: 1.3rem;
margin: 40px 0;
font-weight: 700;
}
.eventbrite-banner {
text-align: center;
background: rgba(255, 122, 0, 0.25);
padding: 18px;
margin: 40px 0;
border-radius: 12px;
font-weight: 800;
color: var(–white);
font-size: 1.2rem;
border: 1px solid rgba(255,122,0,0.5);
}
.cta {
text-align: center;
margin-top: 40px;
}
.cta a {
display: inline-block;
background: var(–orange);
color: var(–purple);
padding: 16px 42px;
font-size: 1.3rem;
font-weight: 800;
border-radius: 50px;
text-decoration: none;
box-shadow: 0px 8px 25px rgba(0,0,0,0.3);
transition: 0.3s ease;
}
.cta a:hover {
background: #ffa64d;
transform: translateY(-3px);
}
.section-title {
font-size: 1.8rem;
text-align: center;
color: var(–offwhite);
margin: 60px 0 20px;
font-weight: 700;
}
.info-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 25px;
margin-top: 30px;
}
.card {
background: rgba(255,255,255,0.09);
padding: 25px;
border-radius: 14px;
text-align: center;
backdrop-filter: blur(6px);
border: 1px solid rgba(255,255,255,0.15);
box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}
.card h3 {
font-size: 1.3rem;
font-weight: 700;
color: var(–orange);
margin-bottom: 10px;
}
.card p {
color: var(–offwhite);
line-height: 1.6;
font-size: 1rem;
}
.faq-wrapper {
margin-top: 50px;
}
.faq-wrapper details {
background: rgba(255,255,255,0.09);
border-radius: 10px;
margin-bottom: 12px;
padding: 15px 20px;
border: 1px solid rgba(255,255,255,0.15);
cursor: pointer;
}
.faq-wrapper summary {
font-weight: 700;
color: var(–white);
font-size: 1.1rem;
}
.faq-wrapper p {
margin-top: 10px;
color: var(–muted);
font-size: 1rem;
line-height: 1.6;
}
footer {
margin-top: 60px;
text-align: center;
color: var(–offwhite);
font-size: .95rem;
}
VIBESGIVING
at ADMFA Private Studio
Experience live Afrobeat music, dancing, free food at 6 PM (while supplies last),
appreciation giveaways, in-person studio raffles, vendors, sponsors, and community connection.
Everyone must register on Eventbrite for entry.
November 23 • 5 PM – 10 PM
6210 S Dairy Ashford Rd, Ste A5, Houston, TX 77072
MUST REGISTER ON EVENTBRITE FOR ENTRY
Event Highlights
🎶 Live Music
💃 Dancing
🍲 Free Food at 6 PM
🎁 Giveaways
🎫 Studio Raffles (In-Person)
🛍 Vendors & Sponsors
🎧 Ask About Our Studio + Equipment Rentals
Frequently Asked Questions
Is the event free?
Yes—free admission while supplies last. Giver Tickets offer guaranteed entry.
Do I need to register?
Yes, all guests must register on Eventbrite.
What time is food served?
Food starts at 6 PM while supplies last.
How do giveaways work?
There are 5 appreciation giveaways. You must select “Giveaway Entry” during registration.
How do studio raffles work?
Raffles are in-person only. Winners have 30 days to pick up prize certificates. Must be redeemed in 2026.
Are kids allowed?
Yes, this is a family-friendly event.
Can I rent the studio or equipment?
Yes—ADMFA offers full studio access, sound systems, mixers, LED panels & event equipment.
.vibesgiving-tickets {
font-family: “Open Sans”, system-ui, sans-serif;
background: linear-gradient(135deg, #2C0C54, #FF7A00);
padding: 60px 6%;
border-radius: 14px;
color: #ffffff;
text-align: center;
margin: 60px auto;
max-width: 1100px;
box-shadow: 0 10px 28px rgba(0,0,0,0.25);
}
.vibesgiving-tickets h2 {
font-size: 2.4rem;
margin-bottom: 10px;
font-weight: 900;
color: #FF7A00;
text-transform: uppercase;
letter-spacing: 1px;
}
.vibesgiving-tickets p {
font-size: 1.18rem;
color: #e7daf7;
max-width: 800px;
margin: 0 auto 30px;
line-height: 1.7;
}
.vibesgiving-tickets .btn {
display: inline-block;
background: #ffffff;
color: #2C0C54;
padding: 16px 42px;
font-size: 1.25rem;
font-weight: 800;
border-radius: 50px;
text-decoration: none;
transition: 0.25s ease;
box-shadow: 0px 8px 26px rgba(0,0,0,0.3);
}
.vibesgiving-tickets .btn:hover {
background: #FF7A00;
color: #ffffff;
transform: translateY(-4px);
}
.vibesgiving-tickets .details {
margin-top: 22px;
font-size: 1rem;
color: #f5eaff;
}
Get Your Tickets
Don’t miss Vibesgiving at ADMFA Private Studio!
Register now for free entry (while supplies last), giveaways, live music,
studio raffles, free food at 6 PM, vendors, and more.
Register on Eventbrite
Limited space • Must register for entry • Free admission & donation options available
ADMFA Audio LLC – Terms & Conditions
:root {
–bg: #0e0b1a;
–card: #191429;
–accent: #FF7A00;
–accent2: #5b3bff;
–text: #f8f6ff;
–muted: #b4aecb;
–border: #332a4b;
}
body {
margin: 0;
font-family: system-ui, -apple-system, BlinkMacSystemFont, “Segoe UI”, sans-serif;
background: radial-gradient(circle at top, #211641 0, #090712 50%, #050309 100%);
color: var(–text);
line-height: 1.6;
}
.wrapper {
max-width: 900px;
margin: 40px auto;
padding: 20px;
}
.card {
background: var(–card);
border-radius: 14px;
border: 1px solid var(–border);
padding: 32px 22px 36px;
box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}
header {
text-align: center;
margin-bottom: 30px;
}
header img {
max-width: 150px;
margin-bottom: 10px;
}
header h1 {
font-size: 1.9rem;
margin: 0;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(–accent);
}
header p {
margin: 6px 0 0;
font-size: 0.95rem;
color: var(–muted);
}
h2 {
font-size: 1.25rem;
margin-top: 26px;
margin-bottom: 6px;
color: var(–accent);
}
h3 {
font-size: 1.05rem;
margin-top: 18px;
margin-bottom: 4px;
color: var(–accent2);
}
p {
font-size: 0.98rem;
margin-top: 4px;
color: var(–muted);
}
ul {
padding-left: 20px;
margin-top: 4px;
color: var(–muted);
font-size: 0.96rem;
}
li {
margin-bottom: 4px;
}
a {
color: var(–accent);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.meta {
font-size: 0.9rem;
color: var(–muted);
margin-bottom: 10px;
}
.section-divider {
margin: 26px 0;
border-top: 1px solid var(–border);
border-bottom: 1px solid #000;
height: 0;
}
.footer-note {
margin-top: 30px;
font-size: 0.9rem;
color: var(–muted);
text-align: center;
}
@media (min-width: 768px) {
.card {
padding: 40px 40px 46px;
}
}
Terms & Conditions
ADMFA Audio LLC • ADMFA Private Studio • Houston, Texas
Effective Date: November 2025
Governing Law: State of Texas – Harris County
These Terms & Conditions (“Terms”) govern your access to and participation in events, studio use, raffles, promotions,
sponsorships, and vendor opportunities provided by ADMFA Audio LLC (“ADMFA”, “we”, “us”, or “our”), including
activities held at ADMFA Private Studio and any related online or in-person experiences. By registering for, attending,
entering onto our premises, or otherwise participating in any ADMFA activity, you agree to be bound by these Terms.
1. Acceptance of Terms
By accessing our premises, registering for an event (including via Eventbrite), purchasing a ticket or raffle, or using our
studio or equipment, you acknowledge that you have read, understood, and agree to these Terms & Conditions and any additional
policies referenced or posted on-site or online. If you do not agree, you must not attend, register for, or participate in ADMFA
activities.
2. Event Registration & Admission
2.1 Eventbrite Registration
All guests must register through the official ADMFA event registration link (such as Eventbrite) for entry. Registration information
must be accurate and complete.
2.2 Capacity Limits
Free admission and event entry are subject to capacity. ADMFA reserves the right to deny entry once maximum occupancy is reached,
even to registered guests, to comply with safety and fire code requirements.
2.3 Ticket Use & Non-Transferability
Unless expressly permitted in writing by ADMFA, tickets, sponsor passes, vendor passes, or raffle entries may not be sold, resold,
transferred, or assigned.
2.4 Right to Refuse Service or Entry
ADMFA reserves the right, at its sole discretion, to refuse admission or remove any person from the premises for any lawful reason,
including but not limited to disruptive behavior, safety concerns, harassment, intoxication, or failure to follow staff instructions
or posted rules.
3. Assumption of Risk & Liability Waiver
By entering ADMFA premises or participating in our events, you acknowledge and voluntarily accept all inherent risks associated
with being in a public or private gathering, including but not limited to:
- Accidental injury, slips, trips, or falls;
- Illness or exposure to communicable diseases, including viral or airborne illness;
- Loss, theft, or damage to personal property;
- Interactions with other guests, vendors, or performers; and
- Use of or proximity to sound, lighting, staging, and event equipment.
To the fullest extent permitted by law, ADMFA Audio LLC, its owners, members, employees, contractors, performers, and affiliates
shall not be liable for any personal injury, illness, property damage, loss, or other claim arising out of or related to your attendance
or participation, whether caused by you, another guest, a vendor, or any other party.
You agree to indemnify and hold harmless ADMFA from any claims, demands, or causes of action arising from your conduct or that of
any minor or guest accompanying you.
4. Premises Rules & Conduct
4.1 Guests agree to follow all posted rules and reasonable verbal instructions from ADMFA staff at all times.
4.2 The following are strictly prohibited unless expressly authorized by ADMFA:
- Possession or use of illegal substances;
- Unauthorized alcohol service or sale;
- Smoking or vaping indoors;
- Violent, threatening, harassing, or disorderly conduct;
- Damage, tampering, or misuse of ADMFA property or equipment.
4.3 Guests are financially responsible for any damage they cause to the premises, equipment, or property belonging to ADMFA or
other parties.
4.4 Children must be supervised by a parent or legal guardian at all times. By bringing a minor, you agree to these Terms on
their behalf.
5. Studio Raffles (4-Hour & 8-Hour Sessions)
5.1 In-Person Raffles
Studio session raffles (e.g., 4-hour and 8-hour sessions) are conducted in person during designated events such as Vibesgiving.
Raffle entries, pricing, and drawing procedures are as announced at the event.
5.2 Validity Period
All studio raffle prizes are valid only for the calendar year 2026. Sessions must be scheduled, used, and completed
on or before December 31, 2026. Expired prizes have no value and will not be honored.
5.3 Prize Pickup & Forfeiture
If a raffle winner is not present when announced, the winner may pick up their certificate or prize at the ADMFA office or private
studio location within 30 days of the event date. Failure to claim the prize within 30 days will result in automatic
forfeiture, with no refund or credit.
5.4 Non-Transferable & No Cash Value
Raffle prizes are non-transferable, may not be sold or assigned, and have no cash value. They cannot be exchanged for money, credit,
or different services.
5.5 Booking Conditions
Studio raffle sessions:
- Must be booked at least 14 days in advance, subject to availability;
- May be rescheduled once with a minimum of 72 hours’ notice;
- Do not automatically include additional engineering, production, or specialty equipment beyond the stated offer;
- May incur additional charges for add-ons, extended time, or extra services.
5.6 ADMFA reserves the right to deny a booking or reschedule a session for safety, operational, or legal reasons.
6. Giveaways (Non-Raffle Prizes)
6.1 ADMFA may conduct multiple appreciation giveaways (such as five giveaways during an event). These giveaways are separate from
studio raffles and do not include studio time unless explicitly stated.
6.2 To be eligible for certain giveaways, guests may be required to select a designated “Giveaway Entry” option during registration
or comply with specific entry instructions.
6.3 Giveaway items:
- Have no cash value;
- Are not transferable;
- Must be claimed as directed by ADMFA or may be forfeited.
7. Sponsors
7.1 Sponsorship purchases (including Sponsor Club tickets) provide promotional benefits as described in ADMFA materials at the time
of purchase. Sponsor fees are considered a non-refundable contribution toward building improvements, staffing, and event production.
7.2 By becoming a sponsor, you grant ADMFA permission to display your business name, logo, and related brand materials in connection
with events, livestreams, recaps, websites, and marketing efforts.
7.3 Sponsor benefits (such as logo placement, directory listing, event access, and stage mentions) are valid for the stated period
(e.g., 2025–2026) and may not be extended unless agreed in writing.
7.4 ADMFA does not guarantee any specific business outcomes, sales, or results arising from sponsorship exposure.
8. Vendors
8.1 Vendor spaces are limited and may require pre-approval. Vendors must comply with all setup instructions, timing requirements, and
local regulations.
8.2 Vendors are solely responsible for their merchandise, cash handling, equipment, and customer interactions.
8.3 ADMFA is not responsible for loss, theft, or damage to vendor property.
8.4 Vendor participation may include listing in an ADMFA vendor directory for a specified term.
9. Photography, Video & Media Release
By entering ADMFA premises or attending events, you consent to being photographed, filmed, or recorded. You grant ADMFA a royalty-free,
worldwide license to use your likeness, image, and voice in any promotional, marketing, or archival materials in any media now known
or later developed, without further approval or compensation.
10. No Warranties
Events, services, and facilities are provided on an “as-is” and “as-available” basis. ADMFA makes no warranties, express or implied,
regarding the quality, availability, or fitness for a particular purpose of any event, performance, or service.
11. Governing Law & Venue
These Terms & Conditions shall be governed by and construed in accordance with the laws of the State of Texas. Any dispute arising
out of or related to these Terms, ADMFA events, or use of the premises shall be brought exclusively in the state or federal courts
located in Harris County, Texas.
12. Modifications
ADMFA reserves the right to update, modify, or replace these Terms at any time. Changes are effective upon posting to our website.
Continued attendance or participation after such changes constitutes acceptance of the revised Terms.
13. Contact Information
ADMFA Audio LLC
ADMFA Private Studio
6210 S Dairy Ashford Rd, Suite A5
Houston, TX 77072
Phone: 281-249-5930
Website: www.admfaaudio.com
This page is for general informational purposes and does not constitute individualized legal advice. For legal questions,
consult an attorney licensed in the State of Texas.