.peopleCarouselImg img {
  width: 80%;
  height: 550px;
  max-height: 550px;
  margin: 0 auto;
}
#myCarousel{
	background-color: #000;
}

.profile-photo
{
	max-width: 100%;
	margin: 0 auto;
	max-height: 375px;
}

.navbar
{
	margin-bottom: 1px;
}

#mission
{
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
}

.row{
	padding-top: 20px;
}

.ftr{
background-color: #000;
color: #fff;
}
#reach
{
	font-size: 1.3em;
}
#reach a
{
	padding-bottom: 5px;
	display: block;
}
#reach a:hover
{
	text-decoration: none;
	cursor: pointer;
}
h4{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
button > a 
{
	color: white;
}
button > a:hover 
{
	color: white;
	text-decoration: none;
}

.number{
	font-size: 16px;
}
#logo{
	display: none;
}

.achievement{
	padding-top: 5px;
}
.profile
{
	padding-bottom: 10px;
}
.profile:hover{
background-color: #eee;
}

.dbutton{
	margin-bottom: 5px;
}

.highlight{
	font-size: 24px;
	margin-right: 4px;
	font-weight: bold;
}

.numeric{
	display: flex;
}

.highlight-icon{
	width: 50px;
	margin-right: 8px;
}

.h-banner{
	display: flex;
	justify-content: space-between;
}

.h-item{
	margin: 8px;
}

/***************Media Queries**********************/
@media (max-width: 450px)
{
	#logo-text{
		display: none;
	}
	#logo
	{
		display: inherit;
	}
	.navbar-brand{
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 1000px)
{
	.navbar-toggle{
		display: inherit;
	}

	.h-banner{
		flex-wrap: wrap;
	}
}

@media (max-width: 767px)
{
	.profile-photo{
		max-width: 320px;
		width: 100%;
	}
}