/*
 Theme Name:   Funny Weather Child
 Theme URI:    https://www.facebook.com/joychandrashil143/
 Description:  A professional child theme for the Funny Weather Forecast website, built for Astra.
 Author:       Joy Shil
 Author URI:   https://www.facebook.com/joychandrashil143/
 Template:     astra
 Version:      1.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  funny-weather-child
*/

/* --- Custom Styles --- */

/* Smooth transition for background image change */
body.custom-background-active {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    transition: background-image 1.2s ease-in-out;
}

/* Style for the main weather image for smooth appearance */
#main-weather-image {
    transition: opacity 0.8s ease-in-out;
}

/* Placeholder styles until content loads */
#weather-location:empty::before {
    content: "Detecting location...";
}

#funny-forecast-joke:empty::before {
    content: "Finding the funniest forecast...";
    display: block;
}