@charset "UTF-8";
/* CSS Document */


/* About Us Page Style */
.fakeimg {
    width: 200px;
	height: 267px;
    background: #aaa;
	float: left;
	margin-right:10px;
  }
  
.about-header{
  position:relative;
  display:inline-block;
}

  
/* Main Page Mission Card Style */
.about-card {
	margin: 0px;
	width:100%; 
	box-shadow: 0 5px 6px -2px rgba(0,0,0,.5);
}

.about-card .header {
	background-image: url("../images/gradient.jpg");
	text-align: left;
	color: white;
}

.about-card .body {
	text-align: left;
}
