/*
 Verde: #034614
 Giallino/Marrone: #AE9A64
 */

/****************************
** Core html setup stuff **
****************************/
html, 
body{
	font-family: 'Slabo 27px', serif;
	color: #494646;
	font-size: 16px;
}

a {
	color: #ae8d84;
	text-decoration: none;
	outline: 0;
}

a:hover, a:focus {
	color: #ae8d84;
	text-decoration: underline;
	outline: 0;
}

/*.clear{
	float: none;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	display: block;	
}*/

/****************************************
** Template specific layout elements **
****************************************/
#bgimg-container{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;	
	overflow: hidden;
}

#content-container{
	text-align: center;
	z-index: 1;
	position: relative;
	padding: 30px 20px 30px 0;
}

.coming_soon{
	margin-top: 100px;
	margin-bottom: 20px;
}

.btn1{
	margin-top: 100px;
}

.btn2{
	margin: 20px 0;
}


