/*CSS DOCUMENT*/
html, body, div, 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;} /*My edited version of the Eric Meyer’s reset tool. You may want to include this in all of your future CSS files. */
img {
width: 100%; 
display: block;
}
body {
background-color: #faf9f6; 
color: #313639;  
line-height: 145%; 	
font-family: poppins, sans-serif;  
font-weight: 500;  
font-style: normal;
}
h1 {
background-color: #fe8700;
color: #faf9f6;; 
font-size: 2em;
padding: 2.5rem 1.5rem 0rem;
line-height: 2.5rem;
font-family: Sutro, serif;  
font-weight: 700;  
font-style: normal;
}
h2 {
background-color:#fe8700;
color: #feddba;
font-size: 1.7em;
padding: .75rem 1.5rem 2rem;
font-family: Sutro, serif;   
font-style: normal;
}
figcaption { 	
padding: .75rem 1.5rem 0rem;
font-size: 1.05em;
font-style: italic;
font-weight: 500;
line-height: 1.75rem;
}
h3 {
margin: 1em 1.25em 0em; 
padding-top: .5rem;
font-size: 1.3em;
color: #fe8700;
font-family: Sutro, serif;   
font-style: normal;
text-transform: uppercase;
letter-spacing: .1em; 
}
ul {
font-size: 1em;
margin: .75rem 1rem 2rem;
}
li { 
margin: 1rem .5rem 1rem;
}
ol {
font-size: 1em;
margin: .75rem 1rem 2rem;
}
footer {
background-color: #fe8700;
color: #faf9f6;; 
font-size: 1em;
padding: 1.5rem 1.5rem 1.5rem;
}
