html { 
    background: url(/wp-content/uploads/2024/07/s-placeholder.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* IE */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/uploads/2024/07/s-placeholder.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/uploads/2024/07/s-placeholder.jpg', sizingMethod='scale')";

}

.asma-h1-underconstruction {
	margin-left:auto;
	margin-right: auto;
	max-width: 1024px;
	padding: 10px;
        font-size:7em;
        padding:.1em 0;
        text-align:center;
        color:#ff5202;
        margin:.5em auto;
        position: relative;
        top: 2em;
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 1px #0d1028;

        animation:fading 14s;
        animation-fill-mode: both;

	text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 6px #0d1028, 0 0 8px #0d1028, 0 0 10px #0d1028, 0 0 12px #0d1028, 0 0 14px #0d1028;

}


@keyframes fading {
     0%{opacity:0}
     50%{opacity:1}
     100%{opacity:0}
}
