/*
Theme Name: a little bit
Theme URI: https://example.com
Author: しー
Author URI: https://example.com
Description: 英語は無理と言われた人の英語学習ブログ - Bootstrapベースのレスポンシブテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: a-little-bit
Tags: blog, bootstrap, responsive, japanese
*/

/* ===========================
   Hero Section
=========================== */
.hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('img/hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    display: flex;
    align-items: center;
}

/* ===========================
   透過背景テキスト
=========================== */
.bg-light-transparent {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}

/* ===========================
   記事カード
=========================== */
.post-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.post-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

/* ===========================
   フォント
=========================== */
.line-seed-jp-regular {
    font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
    font-weight: 400;
}

body {
    font-family: "Noto Sans JP", sans-serif;
}

/* ===========================
   ナビゲーション
=========================== */
.navbar-brand {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}

/* ===========================
   フッター
=========================== */
footer a:hover {
    opacity: 0.8;
    text-decoration: underline !important;
}

/* ===========================
   セクションタイトル
=========================== */
.section-title {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.section-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #2F4F4F;
    margin: 0.5rem auto 0;
}

/* ===========================
   ページネーション
=========================== */
.pagination .page-link {
    color: #2F4F4F;
}

.pagination .page-item.active .page-link {
    background-color: #2F4F4F;
    border-color: #2F4F4F;
}
