body {
	

	#titolo {
		
		padding-top: 120px;
		
		h1 {
			
			color: #FF0011;
			font-size: 31px;
			line-height: 38px;
			color: #FE0011;
			
		}
		
		h2 {
			
			font-size: 21px;
			line-height: 24px;
			margin-bottom: 0;
			text-transform: uppercase;
			
		}
		
		p {
			
			font-size: 17px;
			line-height: 21px;
			margin-bottom: 5px;
			text-align: left;
			&:last-child {
				margin-bottom: 55px;	
			}
			
			a {

					color: #FF0011;
					text-decoration: none;

			}
		}
	
	}


}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {

	body {
	}

}