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/2018/2018-banner.jpg);
	 font-weight: bold;
	 height: 300px;
}



/*************************** 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;
  }
