/* remotefilename=/style/trailer.css
 *
 *	Copyright © 2025 by The Race To Space Project.  All rights reserved.
 *
 *	$Id: /style/trailer.css,v $
 */
/**
*	CSS rulesets for the trailer page(s)
*
*	Author:			Fred Koschara
*	Creation Date:	August twenty-ninth, 2025
*	Last Modified:	September 1, 2025 @ 9:36 am
*
*	Revision History:
*	   Date		  by		Description
*	2025/09/01	wfredk	use Viner Hand ITC TrueType font for .trailerPaper text
*	2025/09/01	wfredk	change to wrinkled paper for .trailerPaper background
*	2025/08/29	wfredk	original development
*/

@font-face
{	font-display:swap;
	font-family:'Scribbles';
	font-style:normal;
	font-weight:400;
	src: url('/style/scribbles-webfont.woff2') format('woff2'),
		 url('/style/scribbles-webfont.woff') format('woff'),
		 url('/style/scribbles-webfont.ttf') format('truetype');
}

.trailerHolder
{	max-width:800px;
}

.trailerPaper
{	background:#fec url('/graphics/20250901-wrinkled-paper-background-half.png');
	margin:2em;
	max-width:702px;	/* width of the background image */
	padding:2em 3em;
}
.trailerPaper p
{	background:none;
	color:#33d;
	font-family:Scribbles,cursive !important;
	font-size:1.5em;
/*	font-style:oblique; */
}

/* EOF: trailer.css */
