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

div.container {
    max-width: 75em;
    margin: auto;
    } 

    
img {
    width: 100%; 
     display: block; 
}
figure {
    width: 100%;
    text-align: left;
    font-style: italic;
    margin: 0rem 0rem 2rem 0rem;
    padding: 0em;
    display: grid;
    grid-template-columns: 80% auto;
  }
  img.scaled {
    width: 100%;
  }
figcaption {
    margin: 1rem 2rem 1rem;
  }

body {
	background-color: #FAF9F6; 
	color: #313639;  
	line-height: 145%; 	
	font-family: poppins, sans-serif;  
    font-weight: 400;  
    font-style: normal;
}

h1 {
	background-color: #EF8D34;
	color: #FAF9F6;
	line-height: 115%;
    font-size: 2.3em;
	padding: 2rem 2rem .5rem; 
    font-family: Sutro, serif;  
    font-weight: 700;  
    font-style: normal;
}

h2 {
	background-color: #EF8D34;
	color: #F9DDBE;
	font-size: 1.8em;
	padding: 1rem 2rem 2rem;
    font-family: Sutro, serif;  
    font-weight: 300;  
    font-style: normal;
}

h3 {
	margin: 1rem ; 
	padding-top: 2rem;
	font-size: 1.5em;
	color: #EF8D34;
	font-family: Sutro, serif;  
    font-weight: 300;  
    font-style: normal;
	text-transform: uppercase;
	letter-spacing: .1em ; 
    text-indent: .3rem;
    border-top: .1em solid #ff8c04;
    

}

main{
    display: grid;
    grid-template-columns: 50% auto;
}


footer {
	background-color: #EF8D34;
	color: #FAF9F6; 
	line-height: 115%;
    font-size: 1em;
	padding: 1rem ; 
    font-family: poppins, sans-serif;  
    font-weight: 400;  
    font-style: normal;
}

ul{
    color: #000000;
    padding: 1rem 2rem;
    line-height: 200%;
    list-style-type: disc}
ol{
    color: #000000;
    padding: 1rem 2rem 4rem;
    line-height: 200%;
    list-style-type: decimal;}

