/*
Theme Name: Hypnosis4BetterLiving
Theme URI: https://hypnosis4betterliving.com
Author: Your Name
Description: A calming, modern theme for hypnosis and self-improvement.
Version: 1.0
*/

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
    color: #333;
    margin: 0;
    padding: 0;
}

header {
    background: #80deea;
    padding: 30px 0 20px 0;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.logo {
    display: block;
    margin: 0 auto 10px auto;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    background-image: url('https://via.placeholder.com/120x120?text=Logo');
    background-size: cover;
}

nav {
    margin-top: 10px;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}

nav ul li a {
    text-decoration: none;
    color: #00796b;
    font-weight: 500;
    font-size: 1.1em;
    transition: color 0.2s;
}

nav ul li a:hover {
    color: #004d40;
}

footer {
    background: #b2ebf2;
    color: #333;
    text-align: center;
    padding: 30px 0 20px 0;
    margin-top: 40px;
    font-size: 0.95em;
}

.container {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    padding: 30px;
}
