html,body{display:block;position:relative;width:100%;margin:0;padding:0;font-size:16pt;text-align:center;line-height:1.5;overflow-x:hidden;}a{text-decoration:none;}img{width:100%;max-width:100%;height:auto;}section{display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center;position:relative;width:100%;max-width:100%;min-height:100vh;padding:35px;box-sizing:border-box;}section.orange{color:white;background-color:#DD732C;}section.pink{color:white;background-color:#DB76A3;}section.light_blue{color:white;background-color:#75C1DD;}section.dark_blue{color:white;background-color:#4171B4;}section.red{color:white;background-color:#D32D36;}section.yellow{color:#302D05;background-color:#F8EF6F;}section p{max-width:950px;margin-right:auto;margin-left:auto;}#back-to-top{display:block;position:fixed;bottom:35px;right:35px;width:50px;height:50px;background-color:white;border-radius:50%;box-sizing:border-box;z-index:99;}#back-to-top span{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}#site-header{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;padding:30px 50px;text-align:center;background-color:white;box-sizing:border-box;z-index:10;}#site-logo{display:inline-block;width:100%;max-width:300px;height:auto;}#site-header nav{display:block;margin-top:20px;}#site-header nav ul{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:0;padding:0;font-size:13pt;list-style:none;box-sizing:border-box;}#site-header nav ul li{margin:0;padding:0 7px;}#site-header nav ul li a{color:#DB76A3;transition:color .15s ease-out;}#site-header nav ul li a:hover{color:#75C1DD;}#splash-page{background-color:#F8EF6F;}#splash-page img.circle{max-width:450px;margin-bottom:35px;}#splash-image{display:block;position:relative;width:100%;max-width:1000px;aspect-ratio:4/1;flex:0 1 auto;}#splash-clip-path{display:block;position:relative;width:100%;height:100%;clip-path:url(#clipMeDesktop);overflow:hidden;}#splash-background{display:block;position:absolute;top:50%;left:50%;width:100%;aspect-ratio:1/1;background-image:url('/images/rainbow-wavvy.webp');background-position:center;background-repeat:repeat;transform:translate(-50%,-50%);will-change:transform,background-position;animation:cycleBackground 60s ease-in-out infinite alternate;}.clip_reference{position:absolute;opacity:0;z-index:-1;}ul li{text-align:left;}ul.grid{display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;justify-content:flex-start;width:100%;max-width:1200px;margin:0 auto;margin:0;padding:0;list-style:none;}ul.grid.center{justify-content:center;}ul.grid li{width:33.33%;padding:20px;box-sizing:border-box;flex:0 1 auto;}ul.grid li a{color:white;transition:color .15s ease-out;}ul.grid li:hover{animation:bounceIt 1.5s cubic-bezier(.455,.030,.515,.955) infinite alternate forwards;}ul.grid li img{display:block;width:100%;height:auto;margin-bottom:15px;padding:7px;border:3px solid white;box-sizing:border-box;aspect-ratio:3/2;border-radius:20px;object-position:center;object-fit:cover;transition:border-color .15s ease-out;}section>header + img,section>header + video{display:block;width:100%;max-width:750px;height:auto;margin-bottom:30px;border-radius:20px;object-position:center;object-fit:cover;}img.portrait{max-width:400px;}img.circle{border-radius:50%;aspect-ratio:1/1;object-position:center;object-fit:cover;}video{aspect-ratio:16/9;}h1,h2{font-size:50pt;line-height:1.1;}@keyframes cycleBackground{0%{transform:translate(-50%,-50%) rotate(0deg) scale(1);background-position:left center}100%{transform:translate(-50%,-50%) rotate(360deg) scale(1.5);background-position:right center}}@keyframes bounceIt{0%{transform:translateY(0)}50%{transform:translateY(-20px)}100%{transform:translateY(-5px)}}@media screen and (max-width:768px){ul.grid li{width:100%;padding:20px 0}h1,h2{font-size:calc(35pt + .05vw)}}