body {
    /* font-family: 'Vollkorn', serif; */
    font-family: 'Varela', sans-serif;
}

#section-title {
	/* background-color: #e9e5ff;
	 */
	 background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%), url(../images/candidates/candidates_head.png);
	 font-weight: bold;
	 height: 300px;
}


#profileImage {
	padding: 1px;
    height: 80%;
    width: 80%;
  	border-radius: 40%;
}



.currency{
	color: #D4AF37;
	font-weight: 700;
}

/*************************** FOOTER ***************************/

#footer {
	background-color:  #244678;
	color: white;
}

.footer {
	padding: 10px 0;
  }

.footer a {
	color: #70726F;
	font-size: 20px;
	transition: all .1s ease;
  }
  /* .footer a:first-child {
	border-left: 1px solid #70726F;
  } */
  .footer a:hover {
	color: white;
  }
