

#title {
  background-color: #DED7B1;
  min-height: 500px;
}

#title-caption {
  color: #CC7351;
  font-family: "The Nautigal";
  font-size: 6rem;
  margin: 50px auto;

}

#title-description {
  color:#9DAB86;
  margin-bottom: 50px;
}

.navbar {
  margin-bottom: 50px;
}

#contact {
  background-color: #9DAB86;
  text-align: center;
  padding: 5%;
}

h6 {
  margin-top: 20px;
}

.service-image {
  width:100px;
  float: left;
  padding: 3px;
  margin-right: 10px;
  border: solid 1px;
  border-radius: 50%
}

.service-image-r {
  width:100px;
  float: right;
  padding: 3px;
  margin-left: 10px;
  border: solid 1px;
  border-radius: 50%
}

.service-caption {
  font-family: "Montserrat";
  font-weight: bold;
  font-size:1.5rem;

}

#services {
  text-align: center;
  min-height: 500px;
}

.service-item {
  width: 50%;
  margin: 50px auto;
  text-align: justify;
  min-height: 120px;

}

.partner {
  text-decoration: none;
  color:inherit;
  font-weight: bold;
  display: block;
}

.partner:hover {
  color: #5B5B5B;
}

.partner-image-container {
  text-align: center;
  padding: 20px
}

 .partner-image {
   width: 200px;
 }
#partner-section {
  background-color: #fff;
  width: 100%;
  margin-bottom: 50px;
  text-align:center;
  padding: 5%
}

#programs {
  padding: 2% 0;
  background-color: #DED7B1;
}
.program-image {
  width: 60%;;
}

.carousel-item {
  background-color: #DED7B1;
  color:#9DAB86;
  text-align: center;
}

.program-description {
  padding: 2%;
  font-size: 1.2rem;
}

p {
  color: #5B5B5B;
}

.logo {
  width: 100px;
  margin-left: 0.5rem;
}
