@font-face {
  font-family: 'Maven Pro';
  src:	local(''), 
	  url('../font/MavenPro-VariableFont_wght.tff') format('truetype');
	font-weight: normal;
    font-style: normal
}


html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body{
	background-color: #653618;
}


div.container-content,
div.container-footer{
	margin: 0 auto;
	display: block;
	text-align: center;
	padding-bottom: 30px;
}

img.voss-preview-img{
	display: inline-block;
	max-width: 600px;
	
}

h1, p, a{
	color: #fff;
	font-family: "Maven Pro", sans-serif;
	font-weight: 400;
	text-align: center;
}

a{
	text-decoration: none;
}

a:hover{
	color: #E85F0F;
	text-decoration: underline;
}

p.dsimp a{
	text-align: center;
	font-size: 12px;
}

hr.footer-sep{
	display: inline-block;
	text-align: center;
	margin: 10px auto;
	width: 60%;
	border-top: 1px solid #fff; 
}

