/*
Theme Name: Dan theme 2025Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.2.1752585180
Updated: 2025-07-15 15:13:00

*/

:root {
    --navy-blue: #000080;
    --emerald-green: #50c878;
    --gold: #ffd700;
    --brunished-gold: #daa520;
    --dark-navy-blue: #0a0a5c;
    --medium-electric-blue: #0000cd;
    --forest-military-green: #39814f;
    --article-background: #f8f8f8;
    --article-text: #333;
    --light-text-on-dark: #f8f8f8;
}
body {
    background-color: var(--navy-blue);
    color: var(--light-text-on-dark);
    font-size: 1.1rem;
}
.wp-site-header, .wp-site-footer {
    background-color: var(--navy-blue);
}
.main-navigation ul li a {
    color: var(--gold);
    text-transform: uppercase;
}
.main-navigation ul li a:hover, .main-navigation ul li a:focus {
    color: var(--brunished-gold);
}
.wp-site-header h1, .wp-site-header h2, .wp-site-footer h1, .wp-site-footer h2 {
    color: var(--gold);
    text-transform: uppercase;
}
.wp-site-header h3, .wp-site-header h4, .wp-site-header h5, .wp-site-header h6, .wp-site-footer h3, .wp-site-footer h4, .wp-site-footer h5, .wp-site-footer h6 {
    color: var(--emerald-green);
    text-transform: uppercase;
}
.dark-background-text-block p, .dark-background-text-block span, .dark-background-text-block a, .dark-background-text-block li {
    color: var(--light-text-on-dark);
}
.page-template-articles, .blog .site-main, .single-post .site-main {
    background-color: var(--article-background);
    color: var(--article-text);
}
.page-template-articles p, .blog .entry-content p, .single-post .entry-content p {
    color: var(--article-text);
}
.page-template-articles h1, .single-post h1, .page-template-articles h2, .single-post h2 {
    color: var(--navy-blue);
    text-transform: uppercase;
}
.page-template-articles h3, .single-post h3, .page-template-articles h4, .single-post h4, .page-template-articles h5, .single-post h5, .page-template-articles h6, .single-post h6 {
    color: var(--medium-electric-blue);
    text-transform: uppercase;
}
h6 {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
h5 {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
h4 {
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
h3 {
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
h2 {
    font-size: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
h1 {
    font-size: 2.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.wp-block-button__link.is-style-fill, .button.primary, input[type="submit"].primary {
    display: inline-block;
    background-color: var(--gold);
    color: var(--navy-blue);
    border: none;
    text-decoration: none;
    cursor: pointer;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    padding: 0.8em 1.5em;
}
.wp-block-button__link.is-style-fill:hover, .button.primary:hover, input[type="submit"].primary:hover {
    background-color: #daa520;
}
.wp-block-button__link.is-style-outline, .button.secondary, input[type="submit"].secondary {
    display: inline-block;
    background-color: var(--forest-military-green);
    color: var(--light-text-on-dark);
    border: none;
    text-decoration: none;
    cursor: pointer;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    padding: 0.8em 1.5em;
}
.wp-block-button__link.is-style-outline:hover, .button.secondary:hover, input[type="submit"].secondary:hover {
    background-color: var(--emerald-green);
}
.entry-content a, .page-template-articles a {
    color: var(--emerald-green);
    text-decoration: underline;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.entry-content a:hover, .page-template-articles a:hover {
    color: var(--forest-military-green);
    text-decoration: underline;
    font-weight: bold;
}
.wp-site-footer a {
    color: var(--gold);
    text-decoration: none;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.wp-site-footer a:hover {
    color: var(--brunished-gold);
    text-decoration: underline;
}
