
/* Reset */
html,   span, applet, object, iframe, h1,  h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 5;
	border: 0;
	vertical-align: baseline; }
/* Main */

	#main article {
		opacity: 1;
		margin: 4rem 0 0 0;

	}

	body{

	background: #1b1f22;
  	font-family: "Source Sans Pro", sans-serif;
	color: #fffff0;
  	font-weight: 300;
 	font-size: 1rem;
  	line-height: 1.65; }



	.privacy-policy {
		display: block;
		max-height: max-content;
		margin: 20 10 10 10;
		padding: 10 10 10 10;
		color: #fffff0;
	}

	.privacy-policy p {
		text-decoration: none;
		font-size: 1.2rem;
		line-height: 1.65;
		margin: 10;
	}
	.privacy-policy ol {
		list-style-type: decimal;
		margin: 10;
		padding: 10;
	}


	.privacy-policy li {
		display: list-item;
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.75;
		margin: 10;
	}
	p {
		font-size: .85rem;
	}