/* 	File Name: toc.css		Description: Shared stylesheet for Sites
	Date Revised: Jan. 10, 2026	Author: Ronald B. Kopelman
	© Copyright 2025 Ronald B. Kopelman All Rights Reserved */

@font-face {
	font-family: "textile";
	src: url("../../../fonts/textile/textile.woff2") format("woff2"),
	url("../../../fonts/textile/textile.woff") format("woff"),
	url("../../../fonts/textile/textile.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
	
* {margin: 0; padding: 0; box-sizing: border-box;}

html {font-family: Georgia, Times, serif; font-size: 16pt;}

/* body {height: 100vh; background-color: #938978;} */
body {height: 600px; width: 1000px; background-color: #938978;}

.xycentered {
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}

.content {
	width: 95%; height: 95%;
	color: #941100;
	border-radius: 20px;
	border: 12px #011993 double;
	background-color: bisque;
	/* following pins footer to window bottom */
	display: flex; flex-direction: column; justify-content: space-between;
}

main {
	margin: 2.5%;
	width: 95%;
	height: 100%;
	text-align: center;
	border-radius: 10px;
	background-color: #938978;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

video {margin: 20px;}

footer {
	position: fixed;
	bottom: 0;
	width: 95%;
	padding: 8px;
	margin: 2.5%;
	border-radius: 0 0 10px 10px;
	border-top: 3px #011993 solid;
	background-color: tomato;
	font-family: textile, helvetica, arial, sans-serif;
	color: beige;
	font-size: 1rem;
	font-style: italic;
	text-align: center;
}
