/*
Theme Name: Birding Tours Nepal Enhanced
Theme URI: https://naturehubnepal.com
Author: Anuj Ghimire
Description: A stylish and interactive theme for birding tour operators, using Bootstrap 5.
Version: 1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: birding, travel, nature, responsive, modern, bootstrap
Text Domain: birding-tours-enhanced
*/

body {
    font-family: 'Segoe UI', sans-serif;
    color: #333;
}
.site-title {
    font-size: 1.8rem;
    font-weight: 700;
}
.nav a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}
.nav a:hover {
    text-decoration: underline;
}
.hero {
    background: url('assets/hero.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 160px 20px;
}
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
}
.hero p {
    font-size: 1.25rem;
}
