nav {
  height: 5rem;
}

.row-text {
  text-align: center;
  margin: 10rem;
}

.row-image {
  max-width: 75%;
  height: auto;

  -webkit-box-shadow: 18px 16px 4px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 18px 16px 4px 1px rgba(0, 0, 0, 0.33);
}
.lead {
  font-size: 2rem;
}

.contact-header-text {
  margin-top: 4rem;
  margin-bottom: 4rem;
  color: gray;
  font-weight: bold;
}

.column-heading-text {
  text-align: center;
  color: gray;
}

.top-row {
  margin-top: 5rem;
}

.contact-icon {
  display: block;
  font-size: 3em;
  margin-bottom: 1rem;
  color: skyblue;
}

.form-heading-text {
  color: white;
  text-align: center;
}

.form-container {
  background-color: #486888;
  background-image: linear-gradient(#aad4f0, #486888);
  height: 100vh;
}
.contact-column-text {
  margin-top: 2rem;
}
.form-middle-row {
  margin-top: 2rem;
}
.form-control {
  margin-bottom: 1rem;
}
.button-container {
  text-align: center;
}
.submit-button {
  background-color: rgb(252, 99, 39);
  color: white;
}

.nav > li {
  margin-left: 2rem;
  margin-right: 2rem;
  text-decoration: none;
  font-size: 2em;
}
.nav-link {
  color: black;
  text-align: end;
}
.navbar-brand {
  font-size: 5em;
}
