#description{
	padding-top: 6em;
	padding-bottom: 6em;
	background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/description.jpg);
	background-attachment: fixed;
	background-size: cover;
}

#description h3{color: white; cursor: pointer; font-weight: bold; letter-spacing: 0.5em; margin-bottom: 2em;}
#description h3:hover{color: black;}

#description p{color: white;}

