/*--------------------------------------------------------------

Author: DigitalRoma
Author URL: http://www.digitalroma.com

Creative digital Network // Creazione siti Web // Sviluppo Web // Mobile e Responsive // Grafica digitale

--------------------------------------------------------------*/

/*---- Fonts ----*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);

/*---- Fix ----*/
html,body {margin: 0;}

/*---- Defaults ----*/
body {
	color: #666;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

.container {
	margin: 0 auto;
	max-width: 1024px;
	width: 80%;
}

p, li {
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	line-height: 2em;
}

h1 {
	font-size: 46px;
}

h2 {
	margin: 2em 0 1em;
}

a {
	color: #666;
}

a:hover {
	color: #632423;
}

.bar {
	background: #333;
	color: #fff;
	font: 11px "Open Sans";
	padding: 10px 0;
}

.bar a, .bar a:hover {
	color: #fff;
	text-decoration: none;
}

#header-nav {
	background: url(../img/logo.png) no-repeat center 50px #fff;
	padding: 145px 10% 5px;
	text-align: center;
}

#header-nav a {
	border-right: 1px solid #ccc;
	display: inline-block;
	font-weight: 400;
	padding: 10px 18px;
	text-decoration: none;
	text-transform: uppercase;
}

#header-nav a:last-child {
	border: none;
}

#banner {
	background: url(../img/background.jpg) no-repeat center;
	background-size: cover;
	box-shadow: inset 0 10px 10px -10px #333;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 22px;
	padding: 15% 0;
	text-shadow: 0 0 20px #333;
}

#banner-2 {
	background: url(../img/background.jpg) no-repeat center;
	background-size: cover;
	box-shadow: inset 0 10px 10px -10px #333;
	color: #fff;
	font-family: Georgia, serif;
	padding: 5px 0;
}

#banner-box {
	background: #f2f2f2;
	display: table;
	width: 100%;
}

#banner-box .col {
	border-left: 1px solid #ccc;
	box-sizing: border-box;
	display: table-cell;
	font-size: 20px;
	line-height: 1.4em;
	padding: 40px 3%;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 25%;
}

#banner-box .col:last-child {
	border-right: 1px solid #ccc;
}

#content {
	margin: 100px 0 140px;
}

.right {
	float: right;
}

#button {
	background: #632423;
	color: #fff;
	display: inline-block;
	margin-top: 3em;
	padding: 20px 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

input[type="text"], input[type="email"], textarea {
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-top: 10px;
	outline: none;
	padding: 10px;
	width: 100%;
}

textarea {
	height: 240px;
}

/*---- Footer ----*/
#footer {
	background: #666;
	color: #fff;
	line-height: 2em;
	margin-top: 140px;
}

#footer-content {
	background: url(../img/logo_f.png) no-repeat right 90px;
	padding: 80px 0 60px;
}
#footer-content a {
	color: #fff;
	text-decoration: none;
}

/*---- Media Queries ----*/
@media all and (max-width:824px) {#banner-box .col{font-size:16px;}.bar{text-align:center;}.right{display:block;float:none;}}
@media all and (max-width:620px) {#banner-box .col{border:0;border-bottom: 1px solid #ccc;display:block;margin:0;padding:10%;width:100%;}#banner-box .col:last-child{border:0;}}
@media all and (max-width:574px) {h1{font-size:40px;}#content{margin:40px 0;}#header-nav{background:url(../img/logo_m.png) no-repeat center 30px;padding-top:105px;}#header-nav a{border:0;display:block;}#footer-content{background:none;padding:40px 0;text-align:center;}}