#profile {
	width: 100%;
	padding: 30px 50px 0;
	background: #000;
	position: relative;
}

#profile ul {
    text-align: left;
    list-style: disc;
    font-family: "Lora", serif;
    color: #fff;
}

#profile h3 {
    display: inline-block;
    text-align: left;
    width: 100%;
    color: #88714d;
}

#profile a {
    color: #038543;
}