/*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%; /*Please leave this line.*/
     display: block;
}

h1 {
    background-color: rgb(240,141,52);
	color: rgb(250,250,250); 
	font-size: 2em;
	padding: 3rem 1rem 0.5rem 1.5rem; 
    font-family: Sutro, serif;  
    font-weight: bold;  
    font-style: normal;
    line-height: 120%;
}

h2 {
	background-color: rgb(240,141,52);
	color: rgb(250,221,190); 
	font-size: 1.5em;
	padding: 0rem 1rem 1.5rem 1.5rem;
    font-family: Sutro, serif;  
    font-weight: ;  
    font-style: normal;
	text-transform: ;
}

figcaption {
	color: rgb(0,0,0); 
	font-size: 1em;
	padding: 1rem 1rem 0.5rem 1.5rem; 
    font-family: poppins, sans-serif;  
    font-weight: 200;  
    font-style: italic;
}

h3 {
    color: rgb(240,141,52);
    margin: 1rem 1rem 0rem 1.5rem; /*Three values again. You got the idea.*/
	padding-top: 1rem;
	font-size: 1.3rem;
    font-family: Sutro, serif;  
    font-weight: 400;  
    font-style: normal;
	font-weight: ;
	text-transform: uppercase;
	letter-spacing: 0.1em;
    border-top: 0.1em solid rgb(240,141,52);
}

ul {
    font-family: poppins, sans-serif;  
    font-weight: 400;  
    font-style: normal;
    margin: 0rem 1 rem 1rem;
    padding: 0rem 0.5rem 1rem;
	list-style-type: disc;
}

ol { 
    font-family: poppins, sans-serif;  
    font-weight: 400;  
    font-style: normal;
    margin: 0rem 1 rem 1rem;
    padding: 0rem 0.5rem 1rem;
	list-style-type: decimal;
}

li { 
	margin: 1rem;
}

footer {
    background-color: rgb(240,141,52);
	color: rgb(250,250,250); 
    font-family: poppins, sans-serif;  
    font-weight: 400;  
    font-style: normal;
    padding: 1rem; 
}

figure {
width: 100%;
display: grid;
grid-template-columns: 75% auto;
margin: 0rem 0rem 2rem 0rem;
}

figcaption{
margin: 0.5rem 0.5rem;
}

main{
display: grid ;
grid-template-columns: 50% auto;
margin: 1rem 1rem 2rem 1rem;
}












