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


    /* BODY STYLE */

body {
	font-family: philosopher sans-serif;
	color: #512c1e;
	font-weight: 500;
	font-style: normal;
	font-size: 1.25em;
	background-color: #868e96;
	padding: 0.625em;
	margin: 0.625em;
	
}

	h1, h2, h3, h4, h5, h6 {
	font-family: philosopher, sans-serif;
	color: #000636;
	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 {
		font-style: italic;
		font-size: 1.5em;
			}

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

		h6 {
		font-style: italic;
		font-size: 0.975em;
			}
		
		a { 
		font-family: philosopher, sans-serif;
		font-size: 1.25em;
		font-style: italic;
		font-weight: 500;
		color: #090000;
	}

		a:visited {
		font-family: philosopher, sans-serif;
		font-style: italic;
		font-weight: 500;
		color: #0A2156;			
			}

		a:hover {
			font-family: philosopher, sans-serif;
			font-style: italic;
			font-weight: 500;
			color: #1E2F31;
			}

		a:focus {
			font-family: philosopher, sans-serif;
			font-style: italic;
			font-weight: 500;
			color: #1E2F31;
			}

		a:active {
		font-family: philosopher, sans-serif;
		font-style: italic;
		font-weight: 500;
		color: #040506;
			}

	.navbar {
    	padding-top: 0.1125rem;
		padding-left: 0.3125em; padding-right: 0.3125em;
		padding-bottom: 0.1125em;
 		background: #f5f8f5;
    	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.125em;
	padding-bottom: 0.125em;
	margin-bottom: 0.9375em;
	background-color: #000A35;
	width: 100%;
}

#headerbar-2 {
	/* Header bar at the bottom of the navbar. Adapted from the Adobe Dreamweaver CC 2017 Blogspotstyle CSS */
	height: 0.025em;
	clear: both;
	padding-top: 0.025em;
	padding-bottom: 0.025rem;
	margin-bottom: 0.01em;
	background-color: #000A35;
	width: 100%;
}
.footer {
	margin-top: 0em;
	background-color: #cfcccc;
}

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

	#footer p {
  		margin: 0;
  		text-align: left;
  		font-size: 0.95em;
  		font-weight: 300;
  		color: #000000;
			}

	#footer a {
			font-size: 0.95em;
			}