/*Header style */ 
nav {
	background-color: #f48fb1;
}
.nombre{
	font-family: 'Lobster', cursive;
	margin-left: 3%;
}

.banner {
	background-image: url(../img/banner2.png);	
	height: 85vh;
	}
.name{
	font-family:'Lobster', cursive;
	color: #FFF;
	margin-top: 9%;
}
.lastname{
	color: #FFF; 
	margin-top: 5%;
}

/*abautme style */ 
#abautme{
	padding-top: 3%;
	padding-bottom: 3%;
}
p{
	margin-top: 15%;
}
.titlesobremi{
	font-family: 'Lobster', cursive;
	margin-left: 3%;
	margin-bottom: 2%;
	color: #f48fb1;
}
.fotomajo{
	height: 70%;
	width: 70%;
	margin-top: 5%;
	margin-left: 14%;
}
.descripcion{
	font-size: 20px;
	margin-right: 5%;
	color: #bdbdbd;
	justify-content: center;
}
/* Projects style */ 

#proyectos{
	background-color: #bdbdbd;
	padding-top: 2%;
	padding-bottom: 2%;
}
.tituloproyectos{
	font-family: 'Lobster', cursive;
	margin-left: 3%;
	margin-bottom: 3%;
	color: #fff;
}
.carta{
	width: 71%;
	height: 58%;
}
.proizq{
	margin-left: 18%;
}
.proder{
	margin-left: 12%;
}

/* abilities  style*/ 
.titlehabilidades{
	font-family: 'Lobster', cursive;
	margin-left: 3%;
	margin-bottom: 2%;

	color: #f48fb1;
}
/*Footer style */ 
footer{
	background-color: #f48fb1;
}