*{
    font-family: ui-sans-serif, system-ui,
    -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}

#hero {
    height: 60vh;
    background: linear-gradient(to right, #1E3C92, #1D4DD2);
}

#hero-form {
    height: 30vh;
    background: linear-gradient(to right, #1E3C92, #1D4DD2);
}

a{color: #fff !important;}
#description{min-height: 50vh;background: #ffffff}
#apply-form{min-height: 80vh;background: #ffffff;margin-bottom: 200px}

form label{
    font-size: 14px;
    color: #1D4DD2;
}
form input{font-size: 14px!important;}
#funding-details{
    min-height: 50vh;
    background-color: rgba(5, 50, 141, 0.03);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)),
    url("../images/funding.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    margin-bottom: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


nav li a{color: #160057 !important;}
footer{
    background: linear-gradient(to right, #1E3C92, #1D4DD2);
    color: #fff;
}
.funded{
    background: #D97706;
    border: none;
    border-radius: 12px;
}
.funded {
  background: linear-gradient(to right, #f88700, rgba(217, 119, 6, 0.87));
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 25%;
  max-width: 100%;
}
.text-lead-md{line-height: 2.5}

button:hover {
  opacity: 0.9;
}

@media (max-width: 600px) {
  .funded {
    width: 100%;
    font-size: 18px;
    padding: 14px;
      margin: 10px;
  }
}