/**
 * 7wattbulb.com - Styling for pop-up pages (basic.css)
 */
html,
body {
	font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
	font-size: 18px; /* 1rem */
}
article {
	line-height: 150%;
	margin-left: auto;
	margin-right: auto;
	max-width: 40rem;
}
section {
	border: 0.25rem solid lightblue;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	padding: 1rem;
}
h1,
h2 {
	font-family: "Quattrocento", Georgia, serif;
}
h1 {
	font-size: 1.25rem;
	text-align: center;
	-webkit-margin-before: 0.25em;
	-webkit-margin-after: 0.25em;
}
h2 {
	font-size: 1.0625rem;
	-webkit-margin-before: 0.25em;
	-webkit-margin-after: 0.25em;
}
p {
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"; /* curly quotes */
} 
q::before {
	content: open-quote;
}
q::after {
	content: close-quote;
}
.logo {
	text-align: center;
	-webkit-margin-after: 0;
}
.no-bullet li {
	list-style-type: none;
}
.subhead {
	font-style: italic;
	text-align: center;
}
