

/* PROFILE */
#profile-box {
	text-align: center;
	width: 290px;
	height: auto;
	margin: 15px 0 10px 20px;
	padding-bottom: 15px;
	border: 1px solid black;
	background-color: white;
}

#profile-photo {
	margin: 15px auto 15px auto;
}

#profile-name {
	margin: 0 auto;
	border: 1px solid black;
	width: 250px;
	height: auto;
	padding-top: 8px;
	padding-bottom: 10px;
	background-color: #81aa8c;
}

#profile-name p1 {
	text-align: center;
	color: white;
	font-size: 18px;
}

#profile-name p2 {
	margin: 5px 0 0px 0; 
	font-style: italic;
	font-size: 12px;
}

#profile-photo-empty {
	width: 250px;
	height: 100px;
	margin-left: 35px;
	background-image:url("https://visionarysociety.org//images/type/Silhouette.png"); 
	background-repeat: no-repeat;
	background-size: 220px 200px;
	opacity: .5;
	padding-top: 100px;
}

#profile-photo-empty p2{
	color: white;
	margin-right: 43px;
}

#profile-photo-empty a {
	color: white;
}

#profile-photo-empty a:hover {
	color: green;
}






