@charset "utf-8";
/* CSS Document */


	body {
	font-family:  lancelot, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.25em;
	color: #271E07;
	background-color: #f4eddc;
	padding: 0.625em;
	margin: 0.625em;
	
}

	h1, h2, h3, h4, h5, h6 {
	font-family: lancelot, serif;
	color: #352706;
	font-weight: 600;
}

		h1 {
		font-style: italic;			
		font-size: 3.0em;
			}

		h2 {
		font-style: italic;
		font-size: 2.5em;
			}
		
		h3 {
		font-style: italic;			
		font-size: 2.0em;
			}
		h4, h5, h6 {
		color: #353844;
			}
		h4 {
		font-style: italic;
		font-size: 1.5em;
			}

		h5 {
		font-style: italic;
		font-size: 1.0em;
			}

		h6 {
		font-style: italic;
		font-size: 0.975em;
			}
		
		a { 
		font-family: lancelot, serif;
		font-style: italic;
		font-size: 1.25em;
		font-weight: 700;
		color: #271c01;
	}

		a:visited {
		font-family: lancelot, serif;
		font-style: italic;
		font-weight: 700;
		color: #565d7d;			
			}

		a:hover {
			font-family: lancelot, serif;
			font-style: italic;
			font-weight: 700;
			color: #7e628e;
			}

		a:focus {
			font-family: lancelot, serif;
			font-style: italic;
			font-weight: 700;
			color: #7e628e;
			}

		a:active {
		font-family: lancelot, serif;
		font-style: italic;
		font-weight: 700;
		color: #ab829e;
			}

	.navbar {
    	padding-top: 0.3125rem;
	padding-left: 0.3125em; padding-right: 0.3125em;
	padding-bottom: 0.3125em;
 	background: #B6B1A6;
    	border: none;
    	border-radius: 0;
    	margin-bottom: 0;
    	box-shadow: 0.0625em 0.0625em 0.1875em rgba(0, 0, 0, 0.1);
}

#headerbar {
	/* Header bar at the bottom of the navbar. Adapted from the Adobe Dreamweaver CC 2017 Blogspotstyle CSS */
	height: 0.125em;
	clear: both;
	padding-top: 0.3125em;
	padding-bottom: 0.3125em;
	margin-bottom: 0.9375em;
	background-color: #100b00;
	width: 100%;
}

#headerbar-2 {
	/* Header bar at the bottom of the navbar. Adapted from the Adobe Dreamweaver CC 2017 Blogspotstyle CSS */
	height: 0.125em;
	clear: both;
	padding-top: 0.3125em;
	padding-bottom: 0.3125rem;
	margin-bottom: 0.9375em;
	background-color: #100b00;
	width: 100%;
}

#footerbar {
	/* Footer bar at the bottom of the page. From the Adobe Dreamweaver CC 2017 Blogspotstyle CSS */
	height: 0.125em;
	clear: both;
	padding-top: 0.3125em;
	padding-bottom: 0.3125em;
	margin-bottom: 0.3125rem;
	background-color: #100b00;
	width: 100%;
}

/*

FOOTER

*/
#footer {
  background: #f4eddc;
  font-family: lancelot, serif;
  font-size: 0.975em;
  font-color: #271e07;
  line-height: 30px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  
}

#footer a {
	font-size: 0.975em;
	font-weight: 700;
	font-color: #271c01;
}

