/*
Theme Name: Veterans Association Theme
Theme URI: https://www.theveteransassociation.org
Author: Your Name
Author URI: https://www.theveteransassociation.org
Description: Custom WordPress theme styled to match The Veterans Association website.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: veterans-theme
*/
/*
Theme Name: Veterans Association Theme
Theme URI: https://www.theveteransassociation.org
Author: Your Name
Author URI: https://www.theveteransassociation.org
Description: Custom WordPress theme styled to match The Veterans Association website.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: veterans-theme
*/

/* ========== GLOBAL STYLES ========== */
body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    line-height: 1.6;
}

.text-white {
	color: #fff;
}

.text-blue {
	color: #0f75bc;
}

a {
    color: #0f75bc;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #0f75bc;
    text-decoration: none;
}

.wp-element-button:hover {
	color: #fff;
}

.btn {
    font-weight: 500;
    transition: .5s;
	border-radius: 30px;
}

.btn-primary {
    background: #0f75bc;
	border-color: #0f75bc!important;
    color: #FFFFFF;
}
f
.btn-on-bluebg,
.btn-primary:hover {
    color: #fff!important;
	border-color: #094975!important;
	background: #094975;
	text-decoration: none;
}

.btn-on-bluebg {
	background: #fff;
	color: #094975!important;
}


/*
Theme Name: Veterans Association Theme
Theme URI: https://www.theveteransassociation.org
Author: Your Name
Author URI: https://www.theveteransassociation.org
Description: Custom WordPress theme styled to match The Veterans Association website.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: veterans-theme
*/

/* ========== NAVBAR ========== */
.navbar {
    background: #111;
    transition: background 0.3s ease-in-out;
    z-index: 1000;
    padding: 0.5rem 1rem; /* keep navbar height consistent */
}

/* Logo size (desktop default) */
.navbar-brand img#logo {
    height: 60px;   /* cleaner size for balance */
    width: auto;    /* maintains aspect ratio */
    max-width: 200px;
}

/* Navbar links */
.navbar .navbar-nav .nav-link {
    margin-right: 15px;
    padding: 0.75rem 0; /* less vertical padding */
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2; /* centers text better */
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link.active {
    color: #0f75bc; /* highlight color for hover/active */
}

.navbar .navbar-toggler {
    border: none;
}

/* Mobile adjustments */
@media (max-width: 991.98px) {
    .navbar-brand img#logo {
        height: 50px;
        max-width: 160px;
    }

    .navbar .navbar-nav {
        background: rgba(20, 20, 20, 0.95);
        padding: 1rem;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

.blue-divider {
    height: 8px; /* Adjust thickness if needed */
    background: #0f75bc;
    margin: 15px auto; /* Centers it and adds spacing above/below */
    border-radius: 2px; /* Optional: Adds smooth edges */
}

/* Extra small (phones) */
@media (max-width: 575.98px) {
    .navbar-brand img#logo {
        height: 42px;
        max-width: 140px;
    }
}

/* Dropdown menu (desktop) */
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        border: none;
        top: 100%;
        background: rgba(20, 20, 20, 0.95);
    }

    .navbar .dropdown-item {
        color: #fff !important;
    }

    .navbar .dropdown-item:hover {
        background-color: #0f75bc !important;
    }
}

.accordion-button {
	background: #0f75bc;
	color: #fff;
}

/* Professional Blog Card Styling */
.blog-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.blog-card img.card-img-top {
    object-fit: cover;
}



/* ========== FOOTER ========== */
.footer {
    background-color: #111; /* dark footer */
    color: #ddd;
    font-size: 0.95rem;
}

.footer a {
    color: #ccc;
}

.footer a:hover {
    color: #fff;
}

.footer h4 {
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-menu li {
    list-style: none;
    margin-bottom: 0.5rem;
}

.footer-menu li a {
    color: #ccc;
    font-size: 0.95rem;
}

.footer-menu li a:hover {
    color: #fff;
}

/* Social icons */
.footer .fab {
    font-size: 1.2rem;
    color: #ccc;
    margin-right: 12px;
    transition: color 0.3s ease;
}

.footer .fab:hover {
    color: #fff;
}

/* Copyright bar */
.copyright {
    background-color: #000;
    font-size: 0.85rem;
    color: #aaa;
    text-align: center;
}

.copyright a {
    color: #ccc;
}

.copyright a:hover {
    color: #fff;
}

/* ========== UTILITIES (OPTIONAL) ========== */
.text-light a {
    color: #f8f9fa;
}

.text-light a:hover {
    color: #ffffff;
}
