/*IL CONTE DI CARMAGNOLA - CONTEST STYLESHEET*/

/*fontface
font-family: 'Josefin Sans', sans-serif;*/

body{
	background: #004119 url(images/bg.png) bottom repeat-x;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: normal;
	color: #007B37;
	text-align: center;
}

a, h1, h2, h3{
	font-family: 'Josefin Sans', sans-serif;
	color: #007B37;
}

.rayoflight{
background: url(images/ray.png) top center no-repeat;
width: 100%;
max-width: 1920px;
height: 530px;
display: block;
background-size: 1920px;
margin: 0;
padding: 0;
}

.container{
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
}

/*.card, .logo{
	display: inline;
}*/

.card{
	float: left;
	margin-top: -95px;
	margin-bottom: -50px;
	margin-left: -40px;
}

.text-container{
	text-align: center;
	display: block;
	margin-top: 40px;
}

.text-container h1{
	font-size: 24px;
	width: 450px;
	margin: 0 auto;
	line-height: 1.2em;
}

.text-container h2{
	padding: 0 20px;
	font-size: 18px;
	font-weight: normal;
}

.download{
	width: 320px;
	margin: 0 auto;
}

.download a {
	text-decoration: none;
}

.download a h1{
	color: #fff;
	font-size: 20px;
	text-transform: none;
	font-weight: normal;
padding: 12px 0;
}

.logo-conte{
	display: block;
	margin-bottom: 20px;
}

.loghi{
	background: #fff;
	padding: 10px 0;
}

.loghi a{
	text-decoration: none;
}

.loghi a img{
	height: 70px;
	width: auto;
}

footer{
	margin-bottom: 40px;
}

footer h2{
	color: #FFCF00;
	/*padding: 10px 0;*/
	margin-bottom: 5px;
}

footer span{
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;

}