body{
	font-family: 'Italiana', sans-serif;
	
	padding-top: 70px;
}
.container{

		font-family: 'Signika', sans-serif;
}
.contact{
	position:relative;
	left:-300px;
}
.pedro_t{
	    margin-right: 22px;
		font-size: 15em;
		position: absolute;
		z-index: 100;
		text-align: right;
		right: 0;
		bottom: 0;
		line-height:140px;
		width:100%;
		font-family: 'Italiana', sans-serif;
		margin-bottom: 20px; /*fix para evitar a criação da scroll bar na página
		display:none;*/
		right:-550px;
		
}

container_big{
	
}

@media only screen and (max-width: 800px) {
body{
	padding-top: 10px;
}

.pedro_t{
	    font-size: 5em;
		position: absolute;
		z-index: 100;
		text-align: right;
		right: 0;
		bottom: 0;
		line-height:0.8em;
		width:100%;
		font-family: 'Italiana', sans-serif;
		margin-right: 14px;
		margin-bottom: 10px; /*fix para evitar a criação da scroll bar na página*/
}
}

@media only screen and (max-height: 580px) and (max-width: 360px) {

}

@media only screen and (max-width: 360px) {
	.contact p{
		font-size:70%;
	}
	.contact h3{
		font-size:1.4em;
	}
	.contact h4{
		font-size:80%;
	}
	
	.pedro_t{
		font-size: 3.5em;
		position:relative;
		right:-600px;
	}
	

}