html, body, div, span, 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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body, html {
  margin:0;
  font-family: 'Exo 2', sans-serif;
  color:#000;
  background:#fff
}
.container {
  max-width:960px;margin:0 auto; padding:0 10px;
}
h1  {
  text-align: center;margin:0;
}
a{color:initial;text-decoration:none}


header {
	background-image:url(header.jpg);
	background-size:cover;
	background-position:center;
}
.overlay {
	background-color:rgba(255,255,255,0.6 )
}
.top_bar {
	display:flex;flex-direction:row;
	justify-content:space-between;
	font-size:18px;
	padding:10px 0
}
h1 {
	font-size:32px;padding:30px 0
}
main 	h2 {
 text-align:center;
 font-size:24px;;padding:20px;
}
.box_row {
	display: block;
	/* flex-direction:row; */
	/* flex-wrap:wrap; */
	/* justify-content: space-evenly; */
	text-align: center;
}
.single_box {
	display: inline-flex;
	flex-direction:column;
	border:solid 1px #ccc;
	padding: 15px;
	background:#fafafa;
	filter:drop-shadow(2px 2px 4px #eee);
	margin-bottom:30px;
	margin-left: 15px;
	margin-right: 15px;
}
.pagina {
	display: inline-flex;
}
.single_box h3 {
	text-align:center;font-size:20px;margin-bottom:10px;
}
.single_box span em {
	float:right;
}
.single_box span {
	font-size:15px;
	width:100%;
	margin-bottom:5px;
	text-align: left;
}
.box_img {
	width:240px;
	height:200px;
	background-position:center;
	background-size:cover;
	margin-bottom: 10px;
}
footer {
  text-align:center;margin-top:30px;padding:20px;
}

@media print {
	.pagina {
			page-break-after: always;
	}
	.autobreak {
			page-break-before: always;
	}
}
