/* 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;
}

/* ========= MY STYLE RULES ========= */

body {
    
  font-family: "Pontano Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

header {
 text-align: center;
  padding: 20px 10px;
   border-bottom: 4px solid rgb(91, 10, 10);
}

header h1 {
  font-size: 3em;
  font-weight: 900;
  margin-bottom: 5px; 
  color: rgb(8, 17, 54);
}
h1,h2,h3{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 1.2;
  margin-top: 1.25em;
  font-size: 1.5em;

}

p + p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

cite {
    font-style: italic;
    font-size: 1em;
}

main {
    line-height: 1.25;
    max-width: 40em; 
    margin: 0 auto;   
    padding-left: 2em; 
    padding-right: 2em;
}

h2 {
    font-weight: bold;
    padding-top: 1.25em;
}

h3, p, blockquote {
    padding-top: 1.25em;
}

blockquote {
    max-width: 30em;
    font-style: italic;
    margin: 0 auto;   
    padding-left: 2em; 
    padding-right: 2em;
    color:#525252; /* dark gray */
}

footer {
     text-align: center;
  background-color: #ffffff;
  padding: 15px;
  font-size: 14px;
  color: #444;
 font-style: italic;
 border-top: 2px solid rgb(30, 37, 119);
 margin-top: 2em;
}
img {
  max-width: 100%;
  height: auto;
}
