@charset "utf-8";
/* CSS Document */

html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 220px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 180px;
	background-color: #000000;
	color:#FFFFFF;
	padding: 40px 0;
}
.footer p a {
	color: #FFF;
}

.testata {
	margin-bottom: 30px;
}
.titolo {
	position: absolute;
	right: 15%;
	left: 15%;
	top: 40%;
	z-index: 10;
	padding: 8px 10px;
	background:#FFFFFF;
	text-align: center;
}
.titolo h1 {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 300; 
	color: #231F20;
}

.punti h2 {
	font-size: 22px;
	font-weight: 300; 
}
.punti p {
	font-size: 14px;
}
.bottoni .col-md-8,
.bottoni .col-md-4 {
  	float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
}
.bottoni .col-md-4 {
	text-align: center;
}

h1 {
	text-align: center;	
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	padding-bottom: 32px;
	margin-bottom: 10px;
}
h1 strong { 
	font-size: 36px;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 300; 
}

h1.candidati, 
h1 strong.candidati, 
.candidati h2, 
.candidati h3 {
	color: #EC7B2C;
}
h1.aziende, 
h1 strong.aziende, 
.aziende h2, 
.aziende h3 {
	color: #00B1EC;
}
.incontro h2 {
	color: #00A891;
}
h1.candidati {
	background: url(../img/barra-candidati.png) center bottom no-repeat;
}
h1.aziende {
	background: url(../img/barra-aziende.png) center bottom no-repeat;
}





