/*
Theme Name: Block Theme By TrueMark Digital
Theme URI: https://www.truemarkdigital.com
Author: Truemark Group, Inc. (Truemark Digital)
Author URI: https://www.truemarkdigital.com
Description: Block Theme for Websites - Scalable - Bootstrap & Wordpress Styling
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.1
*/



html, body { background: #fff; }
.box-sizing { border-box; }
.pink-box { display: block; background: ##ff008c; color: white; padding: 2px 5px; }
.text-link-pink a { color: #FF008C; }


.fixed-top { position: fixed;  top: 0; left: 0; right: 0; }


sticky-header.clone {
    position:fixed;
    top:-65px;
    left: 0;
    right: 0;
    z-index:999;
    transition:0.4s top cubic-bezier(.3,.73,.3,.74);
}
body.down sticky-header.clone {
    top:0;
}



.responsive-text-2vw { font-size: 2vw; }
.responsive-text-4vw { font-size:  calc(112.5% + 0.25vw); font-color: green; }

@keyframes wipe-enter {
	0% { transform: scale(0,.025); }
	50% { transform: scale(1,.025); }
}

@media (prefers-reduced-motion: no-preference) { 
.wipe-enter { 
animation: wipe-enter 1s;
}
}