/*get list not to move when hover
border-bottom all the way to the end
*/

body{
	margin: 0;
	padding: 0;
	
}

#homeBody {
	background-color: blue;
}

#portfolioBody {
	background-color: white;
}


/*Top Bar with my name and year*/

.myName{
	margin-left: 70px;
	margin-top: 20px;
	margin-right: 20px;
	display: inline-block;

	font-family: 'Helvetica', sans-serif;
	font-size: 16px;
	letter-spacing: 0.6px;
	color: white;

	z-index: 1;

	background-color: white;

}

#myNameHeader{
	margin: 0px;
	position: fixed;
}

/*List*/

#mainWrapper ul{
	list-style-type: none;
}

#mainWrapper p{
	font-family: 'Merriweather', serif;
	font-size: 50px;
	color: white;
	margin-bottom: 10px;
}

#mainWrapper {
	position: absolute;
	margin-top: 20%;
	margin-left: 150px;

}

#portfolio{
	min-width: 700%;
	margin-bottom: 100px;
}

#portfolio p{
	line-height: 40px;
}

#information{
	min-width: 700%;
	margin-bottom: 50px;
}

#information p{
	line-height: 40px;
}

#portfolio:hover {
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: white;
	width: 100%;
}

#information:hover{
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: white;
	width: 100%;
}

#mainWrapper a {
	color: black;
	text-decoration: none;
}

/*-----------------Portfolio HTML---------*/

/*Back Button*/
.backButton {
	position: fixed;
	margin: 20px;
	z-index: 2;
}

/*Top Bar My Name*/

.myNamePortfolio {
	margin-left: 70px;
	margin-top: 20px;
	margin-right: 20px;
	display: inline-block;

	font-family: 'Helvetica', sans-serif;
	font-size: 16px;
	letter-spacing: 0.6px;
	color: blue;

	z-index: 1;
	background-color: white;

}

/*List*/
#portfolioList {
	position: absolute;
	margin-top: 150px;
	margin-left: 150px;
}

#portfolioList p{
	font-family: 'Merriweather', serif;
	font-size: 30px;
	color: blue;
	line-height: 18px;
}

#portfolioList p:hover{
	text-decoration: underline;
}

/*Line*/
hr{
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: blue;
	width: 100%;
	position: absolute;
	margin-top: 400px;
	margin-left: 100px;
}

/*Simple Website*/

.text{
	position: absolute;
	margin-top: 430px;
	margin-left: 100px;
	max-width: 700px;
}

.text p{
	font-family: 'Helvetica', sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

.images{
	position: absolute;
	margin-top: 700px;
	margin-left: 100px;
	max-width: 300px;
}

.images img{
	border: 2px solid blue;
	margin: 10px;
}


/*Display*/

#simpleWeb {
	display: none;

}

#evocativeHtml{
	display: none;
}

#remoteLocal {
	display: none;
}

#collection {
	display: none;
}





















