
body {
 
  font-family: "Source Sans 3", sans-serif;
  font-weight:400;
  background-color: transparent !important;
  color: #000000;
}
section{
	padding:0px 0;
}
.highlight{
	border:1px solid red;
}

.text-danger{
	font-size:13px !important;
	
}
h1, h2, h3, h4, h5, h6 {
  text-transform: none;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
	text-align: center;
	font-size:30px;
}

.sec_titolo {
	text-align: center;
}

.privacy{
	
  	text-decoration: none !important;
  	color: #666666;
}
.link_peter{
	text-decoration: underline !important;
	color: #482e4d;
}
.link_peter:hover{
	
	text-decoration: none !important;
	color: #482e4d;
}
.donaora:hover{
	background: #000000 !important;
	border-color: #000000 !important ;
	color: white;
}
.donaora:focus{
	color : white;
}
.donaora{
	
	font-size: 16px;
	font-weight: 400;
	-webkit-appearance: none;
	outline: 0;
	color: white;
	
	background-color: #e21a22 !important;
	border: none;
	padding: 12px 30px 11px 30px;
	
	-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
 	
}



.form-group{
	margin-bottom:5px;
}
.form-control:focus{
	border-color: #8b8d94;
}
.form-control{

	font-size: 1.5rem !important;
	
	background-color: #ffffff;
	border: 1px solid #222222;
	padding: .5278em;
	color: #8b8d94;
	-webkit-border-radius: 10px !important;
-moz-border-radius: 10px !important;
border-radius: 10px !important;
	
}
