@charset "utf-8";
/* CSS Essay Pages */

header {
	width: 100%;
	top: 0;
	padding: 1.5em;
	position: fixed;
}

.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 em;
		
		}
.main a{
	font-family: "eb-garamond";
	font-size: 1em !important;}

	/* Set paragraph attributes for main including hanging indent for CV*/
.hanging {
			font-family: 'eb-garamond';
			margin: 3em;
			text-indent: -3em;
}
.hanging p {margin-bottom: -.5em}
	

	/* Set Link attributes for main */
		.main a {
			color: #123E8C ;
				font-size: .75em;
				text-decoration: none;
		}
h1 {

font-family:  "eb-garamond" serif ;
font-size: 3em;
font-weight: 100;
margin-top: 3px;
	margin-bottom: 0;

}

.heading2{
font-family:  "eb-garamond" serif;
font-size: 2em;
font-weight: lighter;
	margin-top: 1em;
}

.heading3 {
font-family:  'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-variant-caps: small-caps;
font-size: 1.25em;
font-weight: lighter;
margin-top: .5em;
	margin-bottom: -.5em;
}
.indentList {
	text-indent: 1.5em;
}
