@charset "UTF-8";
@namespace xml "http://www.w3.org/XML/1998/namespace";
@namespace xsi "http://www.w3.org/2001/XMLSchema-instance";
@namespace xsd "http://www.w3.org/2001/XMLSchema";
@namespace xsl "http://www.w3.org/1999/XSL/Transform";
@namespace xmlns "http://www.w3.org/2000/xmlns/";
/*******************************************************************************
SITE_WEB_PAGE_STYLE_HOST = 'https://airchetal.com/';
SITE_WEB_PAGE_STYLE_FILE = '2016-08-29-01~Lest_We_Forget.css';
SITE_WEB_PAGE_STYLE_OID = 'urn:oid:1.3.6.1.4.1.64067.0.0.3.0.7.1.25.4';
SITE_WEB_PAGE_STYLE_AUTHORED = '2025-09-04T12:00:00Z';
SITE_WEB_PAGE_STYLE_MODIFIED = '2025-10-29T02:28:00Z';

See https://airchetal.com/home.xhtml metadata for rights and licensing information.
*******************************************************************************/

figure[property="frontispiece"]
{
	position: relative;
}

figure[property="frontispiece"] > img
{
	position: absolute;
	left: 0.625vw;
	top: 0.625vw;
	animation-name: ImageFader;
	animation-duration: 30s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	opacity: 0;
}

@keyframes ImageFader
{
	from{ opacity: 0; }
	10%{ opacity: 1; }
	33%{ opacity: 1; }
	43%{ opacity: 0; }
	to{ opacity: 0; }
}

figure[property="frontispiece"] > img#graphic01
{
	animation-delay: -3s;
}

figure[property="frontispiece"] > img#graphic02
{
	animation-delay: 7s;
}

figure[property="frontispiece"] > img#graphic03
{
	animation-delay: 17s;
}
