@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;
}
.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 */
		}

/* 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;}


/* 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.2em;
			line-height: 1.5;
		}
	/* Set paragraph attributes for main*/
		.main p{
			font-family: "eb-garamond"
		}
	/* Set Link attributes for main */
		.main a {
			color: #123E8C ;
				font-size: 1em;
				text-decoration: none;}

/*Drop cap*/
		.firstcharacter {
			float: left;
			font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
			font-size: 5em;
			line-height: .8;
			vertical-align: top;
			padding-right: .125em;
			}
/*caption*/
		.caption {
			display: block;
			color:dimgray;
			font-family: antic;
			font-kerning: normal;
			font-weight: 100;
			font-size: .7em;
			line-height: 1.1em;
			text-align:justify;
			padding-bottom: .5 em;
			padding-top: .5em;
}
/*End notes*/
	/* Single Digit End notes */
		.endnote1 {
			font-family:Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
				font-size: 1em;
			line-height: 1.2;
			}
		.endnote1 p {
			margin-left: 1em;
			text-indent: -.8em;
		}
		.endnote1 a {
			font-family:Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
				font-size: 1em;
			text-decoration: none;
		}
	/* double Digit End notes */
		.endnote2 {
			font-family:Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
				font-size: 1em;
			line-height: 1;
			}
		.endnote2 p {
			margin-left: 1em;
			text-indent: -1.5em;
		}
		.endnote2 a {
			font-family:Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
				font-size: 1em;
			text-decoration: none;
		}