/*
Theme Name: Astra Child - Mazeda Youth Foundation
Theme URI: https://mazedayouthfoundation.org/
Description: Astra child theme for Mazeda Youth Foundation (MYF) — homepage, donation, and charity project templates.
Author: Dream Web Center
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* All custom styling lives in /assets/css/main.css (enqueued in functions.php).
   This file is intentionally left as just the required child-theme header,
   so Astra's own stylesheet is never touched or overridden here. */

.nav-donate-button{
    display: none !important;
    padding: 10px 20px !important;
}

.nav-donate-button a{
    background: #f38922;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 600;
    color: #FFF;
}

@media (max-width: 767px){
    .nav-donate-button{
        display: block !important;
    }
}

