/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* Mahalo Waves トップページスタイル */
.hero-section {
    background-image: url('https://example.com/your-hawaii-image.jpg');
    background-size: cover;
    padding: 100px 20px;
    text-align: center;
    color: white;
}

.hero-section h1 {
    font-size: 2.5rem;
    margin: 0;
}

.hero-section a {
    background-color: #f57c00;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.category-section {
    display: flex;
    justify-content: space-around;
    padding: 40px 0;
}

.category {
    text-align: center;
}

.blog-section {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
}

footer {
    background: #333;
    color: white;
    padding: 20px;
    text-align: center;
}
