body {
	/*background-color: #101010;*/
	font-family: 'Josefin Slab', monospace;

}
body, h1 {
	margin-top: 60px;
}

p {
	font-size:1.2em;
}
#content {
	text-align: center;
	width: 100%;
}
.white {
	background-color: white;
	
}

.black {
	background-color: black;
	color:white;
}

.title{
	/*margin-top:80px;*/

}
.title h1 {
	font-size: 58px;
}
.title p {
	font-size: 24px;
}
.blue-bold {
	color: #3388BB;
}
.img-work {
	margin: 0 auto;
}
.img-project {
	margin: 0 auto;
	width: 40%;
	height: 40%;
	/*border: solid 1px white;*/
	border-radius: 10px;
}
.project-description {
	display: none;
}
.profile-photo {
	width: 200px;
	height: 216px;
	border-radius: 50%;
}
.more {
	display:none;
}
.about-work .more {
	float: left;
}
.langTitle {
	font-size: 20px;
}
.about-work:hover {
	cursor: pointer;
}