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;
}

html, body{
  height: 100%;
  min-height: 860px;
}

body {
  display: flex;
  flex-direction: column;
}

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 {
	font-family: Segoe UI,Roboto,Helvetica,Arial,sans-serif;
	font-size: 14px;
}


header {
	width: 100%;
	height: 50px;
	line-height: 42px;
	box-sizing: border-box;
	border-top: 2px solid #999;
	border-bottom: 3px solid #999;
	padding: 0 40px;
	background: #3d3d3d;
	color: #FEFEFE;
	font-size: 20px;
}
header a {
	color: #FFF;
	text-decoration: none;
}

section {
	flex: 1;
	width: 100%;
	background: #FFF;
}

footer {
	width: 100%;
	height: 126px;
	box-sizing: border-box;
	border-top: 2px solid #AAA;
	background: #30353a;
	color: #f0f0f0;
}
footer .iconsBox {
	display: block;
	width: 500px;
	margin: 4px auto 0 auto;
}
footer .iconBox {
	float: left;
	width: 250px;
	text-align: center;
}
footer .iconBoxCenter {
	width: 250px;
	margin: auto;
	text-align: center;
}
footer .infoBox {
	clear: both;
	padding: 10px 0 0 0;
	text-align: center;
}
footer .circleIcon {
		color: #f3cb6f;
}
footer .emaIcon {
	color:#343a40;
	font-size:22px
}
footer .creator {
	font-size: 12px;
}


.separatore {
	clear:both; 
	height:40px;
}

.titolo2 {
	font-size: 14px;
}


.buttonHolder{
	width: 840px;
	margin: 0 auto;
	padding: 120px 0 0 0;
}

.buttonColumn{
	float: left;
	width: 280px;
}


.button{
	background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
	background-image: linear-gradient(top, #f4f1ee, #fff);
	border-radius: 50%;
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px white, inset 0px -3px 1px 1px rgba(204,198,197,.5);
	float:left;
	height: 160px;
	margin: 0 60px;
	position: relative;
	width: 160px;			
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
}

.button:after{
	color:#e9e6e4;
	content: "";
	display: block;
	font-size: 26px;
	height: 30px;
	text-decoration: none;
	text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
	position: absolute;
	width: 30px;
}


.target:after{
	content: "TARGET";
	left: 37px;
	top: 64px;
	color: #f99e4e;
}

.content:after{
	content: "CONTENT";
	left: 26px;
	top: 64px;
	color: #337ab7;
}

.delivery:after{
	content: "DELIVERY";
	left:25px;
	top: 64px;
	color: #83d244;
}


.button:hover{
	background-image: -webkit-linear-gradient(top, #fff, #f4f1ee);
	background-image: linear-gradient(top, #fff, #f4f1ee);
	color:#0088cc;
}

.target:hover:after{
	text-shadow:1px 1px 0px #666;
}

.content:hover:after{
	text-shadow:1px 1px 0px #999;
}

.delivery:hover:after{
	text-shadow:1px 1px 0px #888;
}


.button:active{
	background-image: -webkit-linear-gradient(top, #efedec, #f7f4f4);
	background-image: linear-gradient(top, #efedec, #f7f4f4);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.4), inset 0px -3px 1px 1px rgba(204,198,197,.5);
}

.button:active:after{
	color:#dbd2d2;
	text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white;
}

.buttonDesc{
	margin: 200px 0 0 0;
	padding:0 32px;
	text-align: justify;
}
		
.bottone {
	display: inline-block;
	color: #fff;
    background-color: #337ab7;
    border-color: #2c6698;
	padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;	
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
}

.bottone:hover {
	background-color: #215079;
}		
		