body
{
	font-family: 'Quando', serif;
        background: url('images/subtle-dark-geometric-pattern-510.png');
        background: url('images/geo_pattern.png');
        background: url('images/seamless-cogwheels-pattern-2532.png');
        background: url('images/white-leather-texture-1945.png');
}

h1
{
	font-family: 'Playfair Display SC', serif;
	text-align: center;
	font-size: 3em;
	margin: 0px;
}

h2
{
	margin: 0px;
	text-align: center;
}

h2,
p.question
{
	font-family: 'Playfair Display SC', serif;
}

p.question
{
	font-weight: bold;
	font-style: italic;
	margin-top: 50px;
	border-top: 1px solid black;
	padding-left: 2em;
	text-indent: -2em;
}

p.question:before
{
	content: "Q: ";
}

p.answer
{
	padding-left: 2em;
	text-indent: -2em;
}

p.answer:before
{
	content: "A: ";
}

div.products
{
	margin-top: 20px;
	font-size: 0.8em;	
}

div.product
{
	display: inline-block;
	max-width: 256px;
	margin: 10px 20px; 
}

div.product img
{
	max-width:256px; 
	border-radius: 20px;
	border: 1px solid black; 
	
}

div#site_menu
{
	font-family: 'Playfair Display SC', serif;
	margin-bottom: 40px;
}

div#site_menu a
{
	text-decoration: none;
}

div#site_menu img
{
	display: inline-block;
	vertical-align: top;
}

hr
{
	border: none;
	border-top: 1px solid black;
	margin-bottom: 5px;
}

div.project_main
{
	font-family: 'Quando', serif;
	font-size: 0.8em;
}	

div.project_main a
{
	color: #b72026;
	font-weight: bold;
	font-family: 'Playfair Display SC', serif;
}	

a.download
{
	font-size: 2.0em;
}
