/*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;}
img {
	width: 100%;
	display: block;
}

body {
	background-color: rgb(255, 255, 254);
	color: rgb(0, 0, 5);
	line-height: 140%; 
	font-family: sans-serif;
}

h1 {
	background-color: rgb(180, 180, 194);
	color: rgb(255, 255, 254); 
	font-size: 3em;
	padding: 3em .65em .5em; 
	font-weight: bold;
	text-transform: uppercase;
}

/* You’ll need to add a span element to your HTML. */
h1 span { 	
	font-family: serif;
	font-style: italic ;
	font-weight: normal;
	text-transform: lowercase;
}

h2 {
	background-color: rgb(180, 180, 194);
	color: rgb(255, 255, 254);
	font-size: 2em;
	padding: 1em;
	font-family: serif;
	font-weight: 1em;
}

h3 {
	margin: 3em 1em 3em; /*Three values again. You got the idea.*/
	padding-top: 1em;
	font-size: 1.5em;
	color: rgb(191, 4, 4);
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em; /*Just an extra tracking for bold uppercase letters. Try 0.1em */
	border-top: 3px solid;
}

h4 {
	font-weight: bold;
}

p.description {
	font-style: italic;
}

p.price {
	color: rgb(191, 4, 4);
}

ul {
	margin: 1.5em 1em 1.5em;
}

li { 
	margin: 1.5em 1em;
	list-style-type: none;
}

}
