/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body {
     background-image: url(/wp-content/uploads/2026/04/13fcc2c7-f8b3-4d61-a568-462073f3180b1.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.force-w *,.force-w{
	color:white !important;
}
body:not(.home) #content{
	background-color: #000000e0;
    color: white;
    font-size: 18px;
    text-align: justify;
    padding: 10px;
    line-height: 32px;
    font-family: sans-serif;
}
.page-content img,.elementor-widget-theme-post-content .size-full,.elementor-widget-theme-post-featured-image img{
	max-width:650px;
	margin:0 auto;
	display:block;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background-color: transparent;
	color:white !important;
}
[type=button], [type=submit], button {
    border: 1px solid #ffec7f !important;
    color: #ffec7f !important;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #ffed89 !important;
    color: #040404 !important;
    text-decoration: none;
}
a {
    color: #ffdf49;
}