@charset "UTF-8";

/*html { 
	background: url(images/logo.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}*/

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.04;
}


body {
	background-color: #968f81;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight:300;
	color: #21130A;
	font-size: 95%;
	text-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px;

}


#logo{
	margin:0 auto;
	width:350px;
	height:160px;
}

.content-home {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: center;
	position: relative;
	z-index: 100;
}
.content-home p strong {
	color: #D7C696;
	font-size: 120%;
	text-shadow:none;
	font-weight: 300;
}
.content-home p strong a,
.content-home p strong a:link,
.content-home p strong a:visited {
	color: #D7C696;
	text-shadow:none;
}


@media only screen and (max-device-width: 480px) {


	
	/*.content-home {
		width: 480px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 30px;
		text-align: center;
		position: relative;
		z-index: 100;
	}
	img.samples {
		width:480px;
	}*/
	#logo{
		margin:0 auto;
		height: auto;
		min-width:100%;
		
	}

}