p{

	font-family: 'Helvetica', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

a{
	text-decoration: underline;
	font-family: 'Helvetica', sans-serif;
	font-size: 16px;
	line-height: 1.5;

	color: black;
}

body{
	margin: 0;
	padding: 0;
	border:0;

	background-color: white;
}

/*Top Bar Names*/

/*Elisa Bustos index*/
#blue{
	color:blue;
}
/*------*/

#topBar div{
	float:left;
	padding-left: 100px;
	padding-right: 0;

	top: 0px;
	right: 0px;
}

#topBar {
	position: fixed;
	top: 0;
	right: 0px;
	width: 100%;
	background-color: rgba(255,254,255,0.85); 
	z-index: 1;


}

#topBar p{
	font-family: 'Helvetica', sans-serif;
	font-size:16px;
}

#topBar a{
	text-decoration: none;
	color: black;
	font-family: 'Helvetica', sans-serif;
	font-size:16px;
}

.nameProject{
	color: blue;
}

.strike:hover{
	color: blue;
}


/*Line*/
hr{
	height:2px;
	border-width:0;
	color:blue;
	background-color:blue;
	width: 100%;
	position: absolute;
	margin-top: 210px;
	margin-left: 100px;
}


/*Lista Proyectos*/

#projectList {
	position: absolute;
	top: 70px;
	right: 60px;
	line-height: 0.6;

	max-height: 300px;
}

#projectList p{
	font-family: 'Helvetica', sans-serif;


	font-size:16px;
	line-height: 0.5;
}

#projectList p:hover{
	
	color: blue;
}

#projectList a{
	text-decoration: none;
	color: black;
	font-family: 'Helvetica', sans-serif;

	font-size:16px;
	line-height: 0.5;

}


/*All project images*/

.projectImage{
	position: absolute;
	width: 500px;
	margin-top: 270px;
	margin-left: 100px;
	padding: 0; 
	border:0;
}

#projectImage1 {
	position: absolute;
	width: 500px;
	margin-top: 605px;
	margin-left: 100px;
	padding: 0; 
	border:0;
	margin-bottom: 80px;


}

#projectImage2 {
	position: absolute;
	width: 500px;
	margin-top: 650px;
	margin-left: 100px;
	padding: 0; 
	border:0;

}

#projectImage2A {
	position: absolute;
	width: 500px;
	margin-top: 1000px;
	margin-left: 100px;
	padding: 0; 
	border:0;
	margin-bottom: 80px;

}

#projectImage2B {
	position: absolute;
	width: 500px;
	margin-top: 1350px;
	margin-left: 100px;
	padding: 0; 
	border:0;
	margin-bottom: 80px;
}


#projectImage4A{
	position: absolute;
	width: 300px;
	margin-top: 670px;
	margin-left: 100px;
	padding: 0; 
	border:0;
}

#projectImage4B{
	position: absolute;
	width: 300px;
	margin-top: 550px;
	margin-left: 370px;
	padding: 0; 
	border:0;
}

#projectImage4C{
	position: absolute;
	width: 300px;
	margin-top: 830px;
	margin-left: 340px;
	padding: 0; 
	border:0;
}


#projectVideo2{
	position: absolute;
	width: 500px;
	margin-top: 270px;
	margin-left: 100px;
	padding: 0; 
	border:0;
}

#projectVideo4{
	position: absolute;
	width: 500px;
	margin-top: 270px;
	margin-left: 100px;
	padding: 0; 
	border:0;
}


/*Text-----------------------------*/

#projectText1{
	max-width: 500px;
	position: absolute;
	top: 254px;
	left: 650px;
	padding-right: 60px;
	margin-bottom: 80px;
}

#projectText2{
	max-width: 500px;
	position: absolute;
	top: 254px;
	left: 650px;
	padding-right: 60px;
	margin-bottom: 80px;

}

#projectText3{
	max-width: 500px;
	position: absolute;
	top: 254px;
	left: 650px;
	padding-right: 60px;
	margin-bottom: 80px;

}

#projectText4{
	max-width: 500px;
	position: absolute;
	top: 254px;
	left: 650px;
	padding-right: 60px;
	margin-bottom: 80px;

}

#projectText4 a{
	color: blue;
}

#projectText3 a{
	color: blue;
}
#projectText2 a{
	color: blue;
}
#projectText1 a{
	color: blue;
}
/*--------------------------------*/


@media screen and (max-width:950px){

	#projectText1{
		max-width: 500px;
		margin-top: 370px;
		margin-left: -550px;
		padding: 0; 
		border:0;
	}

	#projectText2 {
		max-width: 500px;
		margin-top: 610px;
		margin-left: -550px;
		padding: 0; 
		border:0;
	}

	#projectText3 {
		max-width: 500px;
		margin-top:1430px;
		margin-left: -550px;
		padding: 0; 
		border:0;
	}

	#projectText4 {
		max-width: 500px;
		margin-top: 950px;
		margin-left: -550px;
		padding: 0; 
		border:0;
	}
}


