body {
	margin-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.header-image {
	display: block;
	width: 100%;
	text-align: center;
	background: url('/images/mezzana-agriturismo-castelvecchio-pescia_header.jpg') no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.headline {
	padding: 120px 0;
}
.headline h1 {
	font-size: 80px;
	background: #fff;
	background: rgba(255,255,255,0.65);
}
.headline h2 {
	font-size: 53px;
	background: #fff;
	background: rgba(255,255,255,0.65);
}
.featurette-divider {
	margin: 60px 0;
}
.featurette {
	overflow: hidden;
	text-align:justify
}
.featurette-image.pull-left {
	margin-right: 40px;
}
.featurette-image.pull-right {
	margin-left: 40px;
}
.featurette-heading {
	font-size: 50px;
}

.forma {
    margin-top: 48px;
}

.forma input, textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px;
    font-size: 19px;
    
}

.campo {
    margin-bottom: 10px;
    max-width: 100%;
	background: #ededed;
	font-weight: 300;
	/* ROSSO LUCCA.COM color: #AE0109; */
	color: #555555; 
}

.submit {
    margin-bottom: 10px;
    max-width: 20%;
    background: #006cff;
    color: #ffffff;
    font-weight: bold;
}

footer {
	margin: 50px 0;
}

 @media(max-width:1200px) {
.headline h1 {
	font-size: 80px;
}
.headline h2 {
	font-size: 53px;
}
.featurette-divider {
	margin: 50px 0;
}
.featurette-image.pull-left {
	margin-right: 20px;
}
.featurette-image.pull-right {
	margin-left: 20px;
}
.featurette-heading {
	font-size: 35px;
}
}
 @media(max-width:991px) {
.headline h1 {
	font-size: 65px;
}
.headline h2 {
	font-size: 40px;
}
.featurette-divider {
	margin: 40px 0;
}
.featurette-image {
	max-width: 50%;
}
.featurette-image.pull-left {
	margin-right: 10px;
}
.featurette-image.pull-right {
	margin-left: 10px;
}
.featurette-heading {
	font-size: 30px;
}
.submit {
    max-width: 50%;
}
}
 @media(max-width:768px) {
.container {
	margin: 0 15px;
}
.featurette-divider {
	margin: 40px 0;
}
.featurette-heading {
	font-size: 25px;
}
.submit {
    max-width: 100%;
}
}
 @media(max-width:668px) {
.headline h1 {
	font-size: 50px;
}
.headline h2 {
	font-size: 28px;
}
.featurette-divider {
	margin: 30px 0;
}
.submit {
    max-width: 100%;
}
}
 @media(max-width:640px) {
.headline {
	padding: 75px 0 25px 0;
}
.headline h1 {
	font-size: 40px;
}
.headline h2 {
	font-size: 24px;
}
.submit {
    max-width: 100%;
}
}
 @media(max-width:375px) {
.featurette-divider {
	margin: 10px 0;
}
.featurette-image {
	max-width: 100%;
}
.featurette-image.pull-left {
	margin-right: 0;
	margin-bottom: 10px;
}
.featurette-image.pull-right {
	margin-bottom: 10px;
	margin-left: 0;
}
.submit {
    max-width: 100%;
}
.headline h1 {
        font-size: 32px;
}
#studio-notarile h1 {
    font-size: 28px;
}
footer h2 {
    font-size: 18px;
}
}