/*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;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

body {
	background-color: rgb(232, 237, 242);
	color: rgb(31,32,33);
	line-height: 140%;
	font-family: sans-serif;
}

h1 {
	background-color: rgb(129, 133, 139);
	color: rgb(232, 237, 242);
	font-size: 3em;
	padding: 1em .6em .5em;
	font-weight: bold;
	text-transform: uppercase;
}

h1 span { 	
	font-family: serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
}

h2 {
	background-color: rgb(129, 133, 139);
	color: rgb(232, 237, 242);
	font-size: 2em;
	padding: .1em 1em 1em;
	font-family: serif;
	font-weight: bold;
}

h3 {
	margin: 2em 1em 1em;
	padding-top: 1rem;
	font-size: 1.5em;
	color: rgb(170,42,42);
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-top: .1rem solid;
}

h4 {
	font-weight: bold;
}

p.description {
	font-style: italic;
}

p.price {
	color: rgb(170,42,42);
}

ul {
	margin: 1rem 1rem 1rem;
}

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