/**
 * Author Jony Miadi
 * Date: 2026-03-13
 * Description: Main Layer
 * Version: 3.1
 */

/*h1 {bottom:35px; right:0px; margin:0; padding:0; font-size:12pt; text-align:right; position:absolute;}*/

/*Parallax Layer Style*/

/*.waves_layer{position:absolute; width:100%;	height:200px; bottom:0px;} */
.waves_layer{position:absolute; width:100%;	bottom:0px;}
::selection {color: white;}
.parallax > use {animation: move-forever 12s linear infinite;}
.parallax > use:nth-child(1) {animation-delay: -2s;}
.parallax > use:nth-child(2) {animation-delay: -2s; animation-duration: 5s;}
.parallax > use:nth-child(3) {animation-delay: -4s; animation-duration: 3s;}
@keyframes move-forever {0% {transform: translate(-90px, 0%);} 100% {transform: translate(85px, 0%);}}
.editorial {display: block; width: 100%; height: 200px;}
/*prevent many large-by-comparison ripples by shrinking the height*/
@media (max-width: 50em) {.editorial {height: 17vw;}}