@charset "utf-8";
/* CSS Essay Pages */

header {
	width: 100%;
	top: 0;
	padding: 1.5em;
	position: fixed;
}

.title {
	font-family: 'Times New Roman', 'serif'sans-serif;
	color: #F7082D;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1.8;
	letter-spacing: .325em;
}


/* The navigation bar */
		.navbar {
		  overflow: hidden;
		  background-color: #333;
			color:white;
			text-align: Center;
			display:block;
		  position: fixed; /* Set the navbar to fixed position */
		  top: 0; /* Position the navbar at the top of the page */
			left: 0;
		  width: 100%; /* Full width */
		}
		/* Links inside the navbar */
		.navbar a {
		  float: center;
		  display: inline-block;
		  color: #f2f2f2;
		  text-align: center;
		  padding: 14px 16px;
		  text-decoration: none;
		}
		/* Change background on mouse-over */
		.navbar a:hover {
		  background: #ddd;
			color: black;}

.footer {
		  overflow: hidden;
		  background-color: #333;
			color:white;
			text-align: Center;
			display:block;
		  position: fixed; /* Set the footer to fixed position */
		  bottom: 0; /* Position the footer at the bpttom of the page */
			left: 0;
		  width: 100%; /* Full width */
		}


/* Main content */
		.main {
		  margin-top: 50px; /* Add a top margin to avoid content overlay */
				margin-bottom: 50px;
			width: 500px;
		margin-left:auto;
			margin-right: auto;
			padding-left: 1em;
			text-align: left;
				font-size: 1 em;
			line-height: 1.2;
			color:black;
		}

	/* Set paragraph attributes for main*/
		.main p{
			font-family: "eb-garamond"
		}
	/* Set Link attributes for main */
		.main a {
			color: #123E8C ;
				font-size: .75em;
				text-decoration: none;
		}
.thumbnails {
	display: block;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 4px;
}
.thumbnails a {
	font-family: "eb-garamond";
	font-size: 1.5em;
	text-align:center;
}
.tagline{
	padding-bottom: 8px;
}
.headingOne{font-family: "eb-garamond";
	font-size: 1.5em;
	text-align:center;
padding-bottom: 8px;}

