/*
 * 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: 24px;
}
body {
	margin: auto;
    padding: 0;
	width: 70%;
	/* Full viewport height for vertical centering */
    height: 100vh;
	background: url(cur_tile.png);
	background-repeat: repeat; 
	background-position: left top
}
div.maintitle {
	font-size: 2.0rem;
	color: red; 
	text-align: center;
}
div.subtitle {
	font-size: 1.2rem;
	color: black; 
	text-align: center;
}
div.quote {
	font-size: 0.9rem;
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;	
	padding: 0px;
	color: rgb(235, 119, 12);
}
table.center {
	margin: auto;
	text-align: center;
}
table.left {
	margin-left: 4%;
    text-align: left;
    font-size: 1.0em;
}
th {
	font-size: 1.0em;
	color: rgb(0, 0, 0); 
}
td {
	padding-bottom: 8px;
}
/* HTML Divisions */ 
div.center {
	text-align: center;
}
div.list {
	text-align: left;
	font-size: 1em;
	margin-left: 5%;
	padding-bottom: 8px;
	
}
h1 {
    color: black;
    text-align: center;
    font-size: 30px;
}
h2 {
    color: black;
    text-align: center;
    font-size: 20px;
}
h3 {
    color: black;
    text-align: center;
    font-size: 18px;
}
/* Headers and Text */ 
h1.nam {
    color: rgb(238, 113, 11);
    text-align: center;
    font-size: 50px;
}

p {
    text-align: left;
    font-weight: normal;
    font-size: 1.0rem;
}
p.more {
    font-size: 1.2em;
    vertical-align: center;
}
p.books {
margin: auto;
font-size: 35px;
text-align: center;
padding-bottom: 4px;
color: #eb0c0c;
}
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);
}
p.quote2 {
	width: 90%;
	margin-left: 5%;
	font-size: 30px;
	text-align: left;
	color: rgb(235, 119, 12);
}
/* 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;
}
