@charset "UTF-8";
/* CSS do Felipe */

/*fonte */
@import url(https://fonts.googleapis.com/css?family=Sanchez);

body{
font-family:"Sanchez";
background: url(img/bg_felipe.png);
margin: 2em;
padding: 0;
}

section {
	margin: .5em 0;
}

h1#felipe {
	background-color: #000;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.25em;
	padding: 1em;
}

section{
	border: 1px solid #999;
	background-color: #FFF;
	padding: .4em 1.2em;
}

section p{
	border-bottom: 1px dashed #eee;
    padding-bottom: 1em;	
}

section p:last-child{
	border:none;
}

section p:after{
	content:" ;";
	color: #eee;
}

section p:last-child:after{
	content:".";
}

a{
	color: #0085FF;
}

p > small{
	font-size: .8em;
	display: block;
	color: #eee;
    font-style: italic;
}