body{
	background:#ffe1cc;
	color:#000;
	font-family: verdana;
	margin:0;
}

header{
	background-color:#FFF;
	text-align:center;
	padding:0.7em 0;
}

header h1,p{
	font-family: 'Quicksand', sans-serif;
}

div, section{
	width:1024px;
	margin:0 auto;

}

section{
	display:flex;
	flex-direction: row;
}

article{
	border-radius:1em;
	margin:0 1em;
	padding: 0.8em;
	background: -moz-linear-gradient(top, rgba(155,78,24,1) 0%, rgba(255,153,90,0.41) 100%);
	background: -webkit-linear-gradient(top, rgba(155,78,24,1) 0%, rgba(255,153,90,0.41) 100%);
	background: -o-linear-gradient(top, rgba(155,78,24,1) 0%, rgba(255,153,90,0.41) 100%);
	background: -ms-linear-gradient(top, rgba(155,78,24,1) 0%, rgba(255,153,90,0.41) 100%);
	text-align: center;
	box-shadow: 10px 5px 25px #999;
}

div h1{
	font-size: 2em; 
	text-align: center; 
	color:#F60;
} 

article h2{	font-size: 1.2em;}
article h3{	font-size: 1em;}

article h2,article h3{color:white;}

li{	
	font-size:0.9em;
	margin-bottom: 0.5em;
}

img{ margin-top: 1em;}
p{ text-align: justify;}

a{ text-decoration:none;}


footer{margin-top:4em;}

footer .foot_txt{
	font-size: 0.8em;
	text-align: center;
}