@import url("https://fonts.googleapis.com/css?family=Chivo:700");
@import url("https://fonts.googleapis.com/css?family=Cardo:400,400italic,700");

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, 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: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end css reset */

p, li {margin:0.7 0em;margin-bottom:1.0em;}
blockquote {margin:0.7em;}
ul {margin:0.7em; margin-left:1.2em;}
body { padding:6% 0; font-family: 'Cardo', Garamond, Cambria, Georgia, serif; font-size: 24px; line-height: 1.4;}
h1,h2,h3,h4,h5,h6 { font-family: 'Chivo', sans-serif; font-weight: 700; margin:0.5em 0;padding:0;}
h1{font-size:2em;} h2{font-size:1.5em;} h3{font-size:1.17em;}
a { color:#0087d1; text-decoration:none; }
b {font-weight:700;}
#maincontainer { 
margin: auto;
max-width: 750px;
margin-top: 40px;
margin-bottom: 40px;
text-align: justify;
}
blockquote {
text-align: left;
width: 250px;
font-size:36px;
font-style:italic;
float:right;
padding-bottom: 12px;
border-bottom: solid 4px black;
}
.bqleft {
float:left;
}
@media print {
body{ padding:5% 3%; font-size:20px; }
blockquote{ font-size:30px; }
}