/*
 * Combined style sheet for the index pages and the slide pages, with classes that are common to both styles
 */

/* HTML parameters */ 
html {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
}
body {
	margin: auto;
    padding: 0;
	width: 80%;
	/* Full viewport height for vertical centering */
    height: 100vh;
	background: url(webassets/cur_tile.png);
	background-repeat: repeat; 
	background-position: left top
}
div.maintitle {
	font-size: 2.5em;
	color: red; 
	text-align: center;
}
div.subtitle {
	font-size: 2.0em;
	color: black; 
	text-align: center;
}
table {
	text-align: center;
	margin: auto;
	font-size: 20px;
	padding-bottom: 4px;
}
table.left {
	text-align: left;
	padding-bottom: 10px;
}
td {
	text-align: left;
	padding-bottom: 6px;
	vertical-align: middle;
}
/* HTML Divisions */ 
div.center {
	text-align: center;
}
div.list {
	text-align: left;
	font-size: 1em;
	margin-left: 5%;
	padding-bottom: 8px;
	
}

/* Headers and Text */ 
h1 {
    color: black;
    text-align: center;
    font-size: 30px;
}
h2 {
    color: rgb(238, 113, 11);
    text-align: left;
	font-size: 1.5em;
}
p {
    text-align: left;
    font-weight: normal;
	font-size: 1.0em;
}
p.center {
    text-align: center;
    font-size: 25;
}
p.bold {
    text-align: left;
    font-weight: bold;
    font-size: 18;
}
p.quote {
	font-size: 40px;
	text-align: center;
	color: rgb(122, 22, 22);
}
/* HTML Spacing */ 
div.a {
	height: 100px;
}
div.b {
	height: 50px;
}
div.c {
	height: 25px;
}
div.d {
	height: 10px;
}
div.e {
	height: 5px;
}
  /* HTML Images */ 
img {
	border: 1px;
}
/* HTML Links */ 
a.pics:hover {
	font-size:125%;
}
a:link {
	color: blue;
}
a:hover {
	font-size:120%;
	color: hsl(350, 3%, 60%);
}
a:active {
	color: blue;
}
a:visited {
	color: blue;
}
