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

/* Headings */

/* <link href="https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700|Oxygen:400,700|Varela+Round&display=swap" rel="stylesheet"> */
/*	Google Fonts:
	font-family: 'Oxygen', sans-serif; 			<-- Has Bold
	font-family: 'Josefin Sans', sans-serif;	<-- Has Bold, Italic, Semi-Bold, Semi-Bold Italic, & Bold Italic
	font-family: 'Varela Round', sans-serif;	<-- no bold

	Other Options:
	font-family: "Arial Black", Gadget, sans-serif;
	font-family: Verdana, Geneva, sans-serif;

	Body text:
	font-family: Arial, Helvetica, sans-serif;
*/

body, html, table, p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* 13px */
	font-size-adjust: 0.58;
}

body { 
	width: 980px;
	margin: 0 auto;
} 

h1 {
	font-family: 'Josefin Sans', sans-serif;
	text-shadow: 4px 4px 4px #aaa;
	font-weight: 700;
	font-size: 200%;
	color: #73173a; /* color-safe dark pink */
	/* padding-top: 10px; remove for old header style */
}

h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 180%;
	color: #174e73; /* color-safe dark blue */
	padding-top: 10px;
	margin-bottom: 5px;
}

h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 160%;
	color: #391a66; /* color-safe dark purple */
	padding-top: 10px;
	margin-bottom: 5px;
}

h4 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 150%;
	color: #174e73; /* color-safe dark blue */
	padding-top: 5px;
	margin: 0px 0px 5px;
}

h5 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 140%;
	color: #391a66; /* color-safe dark purple */
	padding-top: 5px;
	margin: 0px 0px 5px;
}

h6 {
	font-family: 'Josefin Sans', sans-serif;
	font-size-adjust: 0.58;
	font-size: 120%;
	color: #174e73; /* color-safe dark blue */
	padding-top: 5px;
	margin: 0px 0px 5px;
}

p, ul { margin-bottom: 15px; padding-bottom: 5px; }

li { padding-bottom: 10px; }

.double-line { border-bottom: 1px double #7719F8; }

.no-border { border-bottom: 0px; }

.center { text-align: center; }

img { border: 0; }

a { text-decoration: underline; }
a:link { color: #7719F8; } /* Purple */
a:visited {color: #7719F8; } /* Purple */
a:hover { color: #DA0762; } /* Pink */
a:active { color: #DA0762; } /* Pink */
a:focus { outline: 3px solid #7719F8; } /* add a purple box when using keyboard */


/* Main and Sidebar Columns */
	.row-content { margin: 0px; }

	/* Clear floats after the columns */
	.row-content:after {
		content: "";
		display: table;
		clear: both;
}

	.column-main {
		float: left;
		width: 70%;
		padding: 0px 20px 0px 15px;
        border: #000 solid 1px;
}

	.column-sidebar {
		float: left;
		width: 23%;
		padding: 0px 15px 25px 15px;
        border: #000 solid 1px;
}


.copyright, .footer  {
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #391a66; /* Dark Purple */
	text-align: center;
}

	.copyright { margin-top: 30px; }

	#footer-top { 
		border-top: 1px solid #7719F8; 
		margin-top: 30px;
}

	.footer a:link { color: #0779C5; } /* Color-safe blue; original: 1c9ff7 */
	.footer a:visited { color: #0779C5; } /* Blue, old - #40667F */
	.footer a:hover { color: #DC3004; text-decoration: none; } /* Color-safe pink: A23F6A */
	.footer a:active { color: #DC3004; text-decoration: none; } /* Color-safe orange */
	.footer a:focus { outline: 2px solid #0779C5; } /* add a blue box when using keyboard */


#social {
	border: 0;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

	#social img { 
		margin-left: 1px; 
		margin-right: 1px; 
		padding-left: 4px; 
		padding-right: 4px; 
}
