#hero {
    background: linear-gradient(
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.65)
    ),
    url('wave-background.png') center/cover no-repeat !important;
    padding: 80px 0 !important;
    color: white !important;
    text-align: center !important;
}
/* GLOBAL RESET */
body {
    background: #111;
    color: #eee;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* HEADERS */
h1, h2, h3 {
    color: #fff;
    margin-bottom: 15px;
}

/* SECTION CARD LAYOUT */
section {
    background: #1f1f1f !important;
    border-radius: 8px;
    padding: 40px;
    margin: 40px auto;
    max-width: 1000px;
}


/* DIVIDERS */
hr {
    border: none;
    border-top: 1px solid #333;
    margin: 40px 0;
}

/* BUTTONS */
a.button {
    padding: 12px 30px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 1.1rem;
    display: inline-block;
    margin: 10px;
}

/* PREVIEW SECTIONS */
#about-preview,
#dj-tyten,
#services,
#contact {
    background: #1a1a1a;
    border-radius: 8px;
    margin: 40px auto;
    max-width: 1000px;
    padding: 40px;
}
.page-content {
    background: #222; /* noticeably lighter */
    border-radius: 8px;
    padding: 40px;
    max-width: 1000px;
    margin: 40px auto;
}


