/* Enter Your Custom CSS Here */

.custom-header-media
{
	background: #000 !important;
}

.wp-custom-header img
{
  display: none;
}

.home .wp-custom-header img
{
  display: block;
}

h2.entry-title
{
  font-size: 2rem !important;
}

.home #post-2 h2.entry-title
{
  display: none;
}

/* Team */

.tmm_member {
    border: solid 1px #ccc !important;
    background: #f2f2f2 !important;
	min-height: 420px! important  
}

.tmm .tmm_member .tmm_photo
{
  border-radius: 50% !important;
  border: 0 solid #ccc !important;
}