/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  background: #e6f5ec;
}
body {
	padding-top: 70px;
	min-height: 1000px;
}
footer {
  padding: 30px 0;
}

.center-main-img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 10px
}

.center-img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.center-text {
	text-align: center;
}

.peopleCarouselImg img {
  width: auto;
  height: 330px;
  max-height: 330px;
}

.address {
	padding-left: 35px;
}
.navbar-brand img {
	padding-right: 5px;
	margin-top: -5px;
	height: 50px;
}

.navbar-brand {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Great Vibes', cursive;
	font-size: 26px;
	font-weight: 800;
	color: #CC800F !important;
}

.carousel-caption h3 {
	color: green;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.navbar-brand {
	font-family: 'Great Vibes', cursive;
	font-size: 21px;
	font-weight: 800;
	color: #CC800F !important;

}

.nav {
	font-size: 12px;

}

body {
	padding-top: 120px;

}

}
