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

	body {
	font-family:  rosario, sans-serif;
	color: #353844;
	font-weight: 500;
	font-style: normal;
	font-size: 1.125em;
	background-color: #909FBC;
	padding: 0.625em;
	margin: 0.625em;
	
}

	h1, h2, h3, h4, h5, h6 {
	font-family: felipa, sans-serif;
	color: #5b0101;
	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: rosario, sans-serif;
		font-size: 1.25em;
		font-style: italic;
		font-weight: 700;
		color: #670000;
	}

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

		a:hover {
			font-family: rosario, sans-serif;
			font-style: italic;
			font-weight: 700;
			color: #162A01;
			}

		a:focus {
			font-family: rosario, sans-serif;
			font-style: italic;
			font-weight: 700;
			color: #162A01;
			}

		a:active {
		font-family: rosario, sans-serif;
		font-style: italic;
		font-weight: 700;
		color: #330033;
			}

	.navbar {
    	padding-top: 0.3125rem;
		padding-left: 0.3125em; padding-right: 0.3125em;
		padding-bottom: 0.3125em;
 		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.3125em;
	padding-bottom: 0.3125em;
	margin-bottom: 0.9375em;
	background-color: #353844;
	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: #353844;
	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: #353844;
	width: 100%;
}

/*

FOOTER

*/
#footer {
  background: #f5f8f5;
  font-family: rosario, sans-serif;
  font-size: 0.975em;
  font-weight: 500;
  font-color: #353844;
  line-height: 30px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  
}

#footer a {
	font-size: 0.975em;
	font-color: #670000;
}

