body {
	font-weight: 400;
	text-align: left;
	box-sizing: border-box;
	background-color: white;
	padding-top: 50px;
}

.navbar {
	display: block;
	background-color: #074EA1;
	margin: 0.75px;
	color: white;
	padding: 0.5rem 1rem;
	text-align: bottom;
	border-style: none;
	justify-content: space-between;
}

#myfooter {
	border-color: white;
	background-color: #074EA1;
	padding: 1rem;
	font-size: 1.1rem;
}

#myfooter a{
	text-decoration: none;
	color: black;
}


#MyCarousel .carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 75vh;
  overflow: hidden;
}

#MyCarousel h1{
	font-size: 2.5rem;
	display: block;
	line-height: 1.2;
	color: white;
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
	font-family: Verdana, sans-serif;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	text-shadow: grey 1px 0 10px;
}

#MyCarousel h3{
	font-size: 1.5rem;
	display: block;
	color: white;
	font-family: Verdana, sans-serif;
	padding-bottom: 1rem;
	text-shadow: grey 1px 0 10px;
}

.nav-link {
	padding-top: .7rem;
}

#item {
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	text-align: justify;
	font-size: 1.1rem;
}

#team {
	background-color: white;
	padding: 20px;
	margin: 0px;
	text-align: justify;
	font-size: 1.1rem;
}

h3 {
	text-align: center;
	padding-top: 30px;
}

#info {
	background-color: white;
	padding: 20px;
	text-align: center;
}

#info img {
	background-color: white;
	align: center;
}

#teamphotos {
	background-color: white;
	margin: 0px;
}

#teamphotos img {
	object-fit: cover;
	align: center;
	margin-bottom: 50px;
	margin-top: 10px;
}

#info p {
	margin: 0px;
	text-align: center;
}

#program {
	background-color: white;
	text-align: center;
	margin: 10px 0px;
}

