body {
	font-family: sans-serif;
}


body.mainsite {
	background-color: white;
	color: black;
}


a { font-size: 110%; }
/*a:link { color: lightskyblue; }
a:visited { color: #6d4b8d; }
a:hover { color: #ffffff; }
a:active { color: #ff4040; text-decoration:none; font-weight:normal; }*/


h1	{
	margin-top: 1em;
	margin-bottom: 1em;
    text-align: center;
}


h2	{
	margin-top: 2em;
	margin-bottom: 1em;
    text-align: left;
}


h3	{
	margin-top: 1em;
	margin-bottom: .5em;
    text-align: left;
}


div.logo_cntnr	{
	display: grid;
	width: 100vw;
	background: #1e1e1e;
	padding: .5em;
	border-bottom: 2pt solid black
}


img.logo_img	{
	max-width: 100%;
    max-height: 6em;
    margin: auto;
}


div.cntnr_img	{
	position: relative;
	height: fit-content;
	display: grid;
    margin: auto;
	/* border: 3pt solid red; */
}


div.ovl_bg	{
	top: 0px;
	width: 50%;
	height: fit-content;
	margin: auto;
	/* background: lightgray; */
	/* border: 3pt solid green; */
}


img.fullsize_centered	{
	max-width: 100%;
    max-height: 100%;
    margin: auto;
	/* border: 3pt solid yellow; */ 
	border-radius: 1em;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


div.ovl_info_block	{
	position: absolute;
	left: 52.5%;
	top: .5em;
	width: 20%;
	background: none;
	color: lightgray;
	font-size: 110%;
	text-align: center;
	/* border: 3pt solid yellow; */
}


div.download_description	{
	margin-left: 3em;
	line-height: 1.5;
}


