/*HEADER*/
header	{
	border-bottom: 1px solid #e19d52;
}	

#title	{
	margin: 2rem;
}	

/*CONTENT*/

#content	{
	padding: 2rem 1rem 0;
	font-size: 90%;
}
	
h2	{
	font-size: 1.5rem;
	text-align: center;
}

h2 span, h3, h4	{
	font-size: 1.3rem;
}

h3, h4	{
	text-align: center;
}	

main.self	{
	margin-top: 2rem;
}	

#whole h2	{
	margin-bottom: 2rem;
}	

/*IMAGES*/	

figure.narrow	{
	margin-bottom: 2rem;
}
	
.series	figure	{
	margin-bottom: 2rem;
}

aside section, aside figure	{
	margin-bottom: 2rem;
}	

aside section:last-child, aside figure:last-child	{
	margin-bottom: 0;
}	

#book figure, #handout figure	{
	width: 80%;
	margin: 0 auto;
}	

/*GRAFFITI*/

.index_new	{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	
	-webkit-column-gap: 2rem; /* Chrome, Safari, Opera */
	-moz-column-gap: 2rem; /* Firefox */
	column-gap: 2rem;
}	
  
.index_new div	{
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}	

.index_new div 	{
	padding-top: .5rem;
}	

#next	{
	width: 60%;
	margin: 2rem auto;
}	

