nav{
  background-color: #57a7ee;
}


.custom-section {
  background-color: #57a7ee; /* Choose your desired background color */
  color: #333333; /* Complementary text color */
}
.form-section{
  background-color: #a6d0f4;;
}


.custom-navbar {
  background-color:cornflowerblue; /* Replace with your desired color */
}
.slogan{
  font-style: italic;
  font-weight: 200;
}
.custom-btn {
background-color: #123456;
color: white;
}


.btn-cornflowerblue {
background-color: cornflowerblue;
color: white; /* Optional: to ensure text is readable */
}

.custom-font-size{
  font-size: 50px;
}

.custom-padding {
padding-right: 5rem; /* Adjust the value as needed */
}


.icon-square {
width: 3rem;
height: 3rem;
border-radius: .75rem;
}

.contact-formMarginBottom{
margin-bottom: 100px;
}

.contact-formMargintop{
margin-top: 50px;
}


.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

footer{
  background-color: #57a7ee;
  color: white;
}