/*
Theme Name: Astra Child-YFAMOUS
Theme URI: https://wpastra.com/
Template: astra
Author: GSR media
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 1.0.0.1760666305
Updated: 2025-10-17 01:58:25

*/

/* Custom Styles Start Here */

.site-title a {
    color: #0073aa; /* Example: changes text color to a blue shade */
    font-size: 36px; /* Example: increases the font size */
}
body { background-color: #f0f0f0; }

/* --- Header Styling for YFAMOUS --- */

/* 1. Adjust the size of the logo image */
.custom-logo {
    max-height: 70px; /* Adjust this value (e.g., 50px, 90px) */
    width: auto;
}

/* 2. Style the Site Title text (YFAMOUS) */
.site-title a,
.site-title a:hover {
    color: #0C184C; /* Dark Navy Blue */
    font-size: 32px; /* Adjust font size */
    font-weight: 700; /* Bold */
    text-decoration: none;
}

/* 3. Style the Main Menu Links */
.main-header-menu .menu-item a {
    color: #333333; /* Dark Gray text for readability */
    font-size: 15px; /* Adjust menu font size */
    font-weight: 600;
}

/* 4. Style the Menu Link Hover (change color when cursor is over it) */
.main-header-menu .menu-item a:hover {
    color: #FF9933; /* Orange/Saffron highlight color */
}