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

/* #991615; */

.section-head {
	width: 70%;
	margin: 0 auto;
	font-weight: 500;
}

.section-title{
	padding: 10px 0;
	text-align: justify-center;
	font-size: 1.5rem;
	background-color: #244678; 
	color: white;
	/* text-align: center; */
}


.section-mid {
	padding: 30px;
	font-weight: 500;
	border-radius: 1%;
}

.hr-header {
	background-color:#1877F2;
	height: 5px;
}


/*************************** SECTION - Title ***************************/

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



/*************************** SECTION - VISION ***************************/

#vision-img {
	border-radius: 5%;
	height: 100%;
	width: 100%;
}


/*************************** SECTION - BACKGROUND ***************************/




/*************************** SECTION - 2018EL ***************************/


/*************************** SECTION - Future Work ***************************/
#future-img {
	border-radius: 5%;
	height: 100%;
	width: 100%;
}

/*************************** SECTION - Team ***************************/

#profileImage {
	padding: 5px;
	height: 200px;
  	border-radius: 40%;
}

#section-team a {
	color:black ;
	transition: all .1s ease;
}

#section-team a:hover {
	color: #991615;
  }


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


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

.footer {
	padding: 10px 0;
  }
  .footer a {
	color: #70726F;
	font-size: 20px;
	transition: all .1s ease;
  }

  .footer a:hover {
	color: #991615;
  }


