/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2025 | 10:44:32 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */

.fullscreen-menu{        
        transform: scaleY(0.7);
        -webkit-transform: scaleY(0.7);
        display: block;
}

.fullscreen-menu li a span {
        color: transparent;
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
    }
}


.hero-title h1{
        transform: scaleY(0.7) !important;
    -webkit-transform: scaleY(0.7) !important; 
}

.slider-title{
        transform: scaleY(0.7) !important;
    -webkit-transform: scaleY(0.7) !important; 
}