@charset "utf-8";
/* CSS Document */

 /* css unito - versione corretta */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}





/************************** CUSTOM CSS *****************************/


body{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 26px;
}

h1, h2, h3 {
	color: #0a2e8f;
}

a {
	color: grey;
	font-weight: 400;
	text-decoration: none;
	font-size: 20px;
}

a:hover {
	color: black;
} 

#header {
	width:80%;
	height: auto;
	overflow: auto;
	min-height: 150px;
	margin-left: auto;
	margin-right: auto;	
	padding: 20px;
	text-align: left;
}




h1{
	margin-top: 50px;
	margin-bottom: 30px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
}

h2{
	margin-bottom: 30px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
}

h3{
	margin-bottom: 30px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
}

#main {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#contatti {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
	background-color: gray;
}

.un_terzo {
	float: left;
	width: 33%;
	min-width:150px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
	padding-bottom: 30px;
	
}
.un_mezzo {
	float: left;
	width: 50%;
	min-width:150px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
	padding-bottom: 30px;
	
}

.centro{
	width: 50%;
	margin-left:auto;
	margin-right:32%;
	padding-top: 30px;
}

#wrapper_muted {
	text-align: center;
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

/**
#footer_wrapper{
	width: 100%;
	background-color: #eee;
	min-height: 50px;
	text-align: center;
}

#footer{
	width: 80%;
	height:auto;
	overflow: auto;
	margin-left:auto;
	margin-right:auto;
	padding: 20px;
	font-size: 16px;
}
**/

