/*
	Text in header images use these color values:
	
	black  #000000
	orange #ff6633
	green  #1f6f50
	red    #ff004d

	and these fonts:  "Curlz MT" for Wylde Q. Chicken header, "Matisse ITC" for subheaders
*/


body {
	background-color: #ffffff; 
	margin: 5px 40px;
	font-family: 'comic sans ms', sans-serif;
}

a {color: blue; text-decoration: none;}
a:hover {text-decoration: underline;}
	
img {margin: 16px, 10px}

img.textheader {		/* For images used as text headers */
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
}

#header {
	width: 100%;
}

.navbar {
	font-size: .75em; 
	font-family: arial;
}

.subheader {
	color: #ff6633;
	font-size: 64px;
	font-weight: bold;
	font-family: 'matisse itc', 'comic sans ms';
}
.subheader-sm {
	color: #ff6633;
	font-size: 56px;
	font-weight: bold;
	font-family: 'matisse itc', 'comic sans ms';
}


#copyright {
	font-size: 10px;
	font-family: 'comic sans ms', sans-serif;
}

#credits {
	font-size: 10px;
	font-family: 'comic sans ms', sans-serif;
	text-align: center;
}

#plaque {
	font-family: 'times new roman';
}

