/**
 * @file
 * Subtheme specific CSS.
 */
h1.title {
  color: #cf2117;
  font-weight: 200;
  font-size: 30px;
  padding: 0;
  text-transform: uppercase;
  line-height: 40px;
  margin: 0px 0 0px;
  border-bottom: none;
  text-align:center;
}

h2 {
  text-align:center;
  color: #cf2117;
  font-weight: 200;
  font-size: 2rem;
  padding: 0;
  text-transform: uppercase;
  line-height: 2.5rem;
  margin: 3rem 0 1.25rem;
  border-bottom: none;
}

h3 {
  text-align:center;
  color: #cf2117;
  font-weight: 200;
  font-size: 2rem;
  padding: 0;
  text-transform: uppercase;
  line-height: 2.5rem;
  margin: 3rem 0 1.25rem;
  border-bottom: none;
}

h3.sottotitolo {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 17px;
  color: #333;
  text-align: center;
  margin-top: 0;
}

strong {
  color: #cf2117;
}


/* colonna sinistra */
.linea-grigia {
	border-right: none;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.linea-grigia {
		border-right: 1px solid #dddddd;		
	}
}