/*
Theme Name:        dlbnn
Theme URI:         https://example.com/
Description:       A custom child theme for the Genesis Framework with clean blocks and a hero landing template.
Author:            Your Name
Template:          genesis
Version:           1.0.0
Text Domain:       dlbnn
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #333333;
    background-color: #f8f9fa;
    line-height: 1.6;
}

.site-container {
    max-width: 100%;
}

.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 999;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.site-title a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
}

.nav-primary {
    float: right;
}

.nav-primary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-primary li {
    display: inline-block;
    margin-left: 20px;
}

.nav-primary a {
    color: #555555;
    text-decoration: none;
    font-weight: 500;
}

.nav-primary a:hover {
    color: #0073aa;
}

.home-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), #222222;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    padding: 140px 20px;
}

.home-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.home-hero p {
    font-size: 20px;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons a {
    display: inline-block;
    padding: 12px 30px;
    margin: 10px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.btn-primary {
    background-color: #0073aa;
    color: #ffffff !important;
}

.btn-primary:hover {
    background-color: #005177;
}

.btn-secondary {
    background-color: transparent;
    color: #ffffff !important;
    border: 2px solid #ffffff;
}

.btn-secondary:hover {
    background-color: #ffffff;
    color: #1a1a1a !important;
}

.home-info-blocks {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: -40px;
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
}

.info-block {
    background: #ffffff;
    flex: 1;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    text-align: center;
}

.site-inner {
    padding: 60px 0;
}

.entry {
    background: #ffffff;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.site-footer {
    background-color: #1a1a1a;
    color: #b0b0b0;
    text-align: center;
    padding: 40px 20px;
    font-size: 14px;
}
