/* null margins and padding to give good cross-browser baseline */
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
html,body,address,blockquote,div,
form,fieldset,caption,
h1,h2,h3,h4,h5,h6,
hr,ul,li,ol,ul,
table,tr,td,th,p,img {
	margin:0;
	padding:0;
	background:#f9f9f9;
}

.center {
	text-align:center;
}

img, fieldset {
	border:none;
	max-width:100%;
	width: 100%;
	height: auto;
}

hr {
	display:none;
	/*
		HR in my code are for semantic breaks in topic/section, NOT
		style/presenation, so hide them from screen.css users
	*/
}

p {
	color: #4696d7;
	background-color: #f9f9f9!important;
	background: #f9f9f9!important;
}

@media (max-width:512px) {
	* {
		-webkit-text-size-adjust:none;
		-ms-text-size-adjust:none;
	}
}

body {

	font:normal 100%/150% arial,helvetica,sans-serif;
	background:#E6E6E6;
	padding:20px;
}

.header {

	text-align:center;
	color:black;
	background: #f9f9f9;
	border:2px solid #4C96D7;
	border-left:none;
	border-right:none;
	border-radius: 15px;
	font-family: 'Cinzel', serif;
	font-weight: 300;
}

.pad20 {
	padding:20px;
}

h1,
#footer,
#copyright-footer {
	text-align:center;
	background:#f9f9f9;
	color:black;
	border-top: 2px solid #4C96D7;
}

h1 {
	padding:0.5em;
	font:bold 200%/120% arial,helvetica,sans-serif;
}

p {
	background-color: #f9f9f9!important;
	background: #!important;
	padding:0 1em 1em;
}

#top {
	max-width:75em;
	margin:0 auto;
	padding-top: 10px;
	background:#FFF;
}

#footer {
	padding-top: .5em;
	color:#4c96d7;

}

#copyright-footer {
	font-size:75%;
	border: none;
	padding-bottom: 10px;
}
#menuShowHide {
	position:absolute;
	left:-999em;
}

#mainMenu {
	list-style:none;
	text-align:center;
	padding:0.25em 0;
	margin-bottom:1em;
	border-bottom:2px solid #4C96D7;
}

#mainMenu li {
	display:inline;
}

#mainMenu a {
	display:inline-block;
	padding:0.25em 1em;
	text-decoration:none;
	color:#000;
}

#mainMenu a:active,
#mainMenu a:focus,
#mainMenu a:hover {
	background:#ACE;
}

@media (max-width:38em) {
	body {
		padding:20px;
		background:#fff;
	}
	h1 {
		text-align:left;
		padding-right:2em;
		margin-bottom:0.5em;
	}
	#mainMenu {
		clear:both;
		display:none;
		overflow:hidden; /* wrap floats and margins */
		padding:0.25em;
		margin-top:-1em;
		border-top:2px solid #4c96d7;
	}
	#mainMenu li {
		float:left;
		width:50%;
	}
	#mainMenu a {
		display:block;
		padding:0.75em;
		margin:0.25em;
		background:#DEF;
	}
	#menuShowHide + label {
		position:relative;
		float:right;
		padding:0.5em;
		margin:-4.75em 0.5em 0;
		border:2px solid #FFF;
		background:#248;
		color:#FFF;
		border-radius:0.5em;
	}
	#menuShowHide + label:active,
	#menuShowHide + label:focus,
	#menuShowHide + label:hover {
		background:#06C;
	}
	#menuShowHide + label:after,
	#menuShowHide + label:before {
		content:"";
		display:block;
		width:2em;
		height:0.5em;
		border:solid #FFF;
		border-width:0.25em 0;
	}
	#menuShowHide + label:after {
		border-top:0;
	}
	#menuShowHide:checked + label {
		background:#48C;
	}
	#menuShowHide:checked ~ #mainMenu {
		display:block;
	}
}

@media (max-width:18em) {
	#mainMenu li {
		float:none;
		width:auto;
	}
}

.right {
	float:right;
}

.left {
	float:left;
}
