@font-face{
	font-family: 'alef';
	font-style: normal;
	font-weight: 300;
	src: url('alef/alef.eot');
	src: url('alef/alef.eot?#iefix') format('embedded-opentype'),
		 url('alef/alef.woff') format('woff'),
		 url('alef/alef.ttf') format('truetype');
}

@font-face {
	font-family: fontstack;
	font-style: normal;
	font-weight: 300;
	src: local("Segoe UI"),local("Roboto"),local("Ubuntu");
}


body {
	background-blend-mode: luminosity;
	background-color: #fffcd1; /* #x322E6B; black; navy; /* #1301b1;*/
	background-image: url('city-perspective-wireframe_1200x800-white.webp');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	color: black;
	direction: ltr;
	font-family: alef, Arial, sans;
	font-size: 1.8rem;
	height: 100%;
	letter-spacing: 0.1rem;
	margin-bottom: 316px;
	text-shadow: 0.2rem 0.2rem 1.5rem yellow;

}

#text2 { display: block;}
.narrow {display: block; width: 73%; }

#banner {
	position: fixed; x:absolute;
	right: 0; top: 0;
	height: 100%;
	z-index: -1;
}
a:link, a {color: navy;}
a:hover {color: blue; font-weight:bold;
	border-bottom: dashed 2px blue;
	text-decoration: none;
}
.divider { margin: 5rem;}
#caricature {
	display: none;
}
#text, #text2 {
	top: 0rem;
	right: 2rem;
	width: 60%;
	font-size: 1.9rem;
	margin: 0.2em;
	line-height: 1.5em;
}

header {
	top: 0rem;
	right: 2rem;
	width: 60%;
	font-size: 2.5rem;
	x-text-align: center;
	text-shadow: 0.25rem 0.25rem 2rem yellow;
	margin: 0;
	z-index: 10;
}

@media (min-width: 780px)			{	header { padding-right: 2em;   }}
@media (min-width: 680px; max-width: 779px)	{	header { padding-right: 1em;   }}
@media (max-width: 678px) 			{	header { padding-right: 0.2em; } .narrow { width: 55%;}}

#muscle { max-width: 70%; width: 70%; max-height: 100px; margin: 5rem 1em; display: block;}

.event {   display: inline-flex; }

h1 {line-height: 1.1em;}
header, h1, h3, .m0, .event { margin: 0 !important; }
.cat-eyes { list-style-image: url('bullet-eye2.png'); }
.green-eyes { list-style-image: url('bullet-eye3.png'); }
.blue-eyes { list-style-image: url('bullet-eye.png'); }
.muscle { list-style-image: url('bullet-muscle.png'); }
.right-pad { margin-right: 2em;}

#tele {height: 22px; margin-top: 4px;}

.fb {
	text-decoration: none;
	background: url('fb-logo2.png') no-repeat transparent;
	margin-right: 2em;
	height: 30px;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	padding-right: 33px;
	background-position: 100% 2px;
	xpadding-top: 3px;
	font-family: arial, sans;
}

#text2 p span,
#text p span,
#text li span {background-color: rgba(210,210,150,0.2);}

#whyXXX {display: block; max-width: 90%; width: 80%; background: url('why2.png') 100% 0 no-repeat transparent;}
@media screen and (max-width: 800px) {
    #banner {height: 50vh;}
}