
#contact {
  /*height: 100vh;*/
  margin-bottom: 1rem;
}

.form-container {
  width: 100%;
}

form {
  padding-left: 1rem;
  padding-top: 1rem;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: left;
}

label {
  text-transform: capitalize;
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: gray;
}

input {
  height: 2rem;
  border: none;
  border-bottom: 1px solid green;
  outline: none;
  font-size: 1rem;
}

textarea {
  margin-top: 2rem;
  height: 6rem;
  outline: none;
  font-size: 1rem;
  padding-left: .5rem;
  padding-top: .25rem;
}

.submit {
  margin-top: 3rem;
  width: 8rem;
  padding: .5rem 1rem;
  border-radius: 4px;
  align-item: right;
  color: white;
  background: lightgreen;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  border: solid 1px green;
}

.submit:hover {
  background-color: green;
}









/*.info {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  line-height: 1.5rem;
  z-index: 1;
}*/


/*
.location {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: space-evenly;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding-top: 2rem;
}

.info,.location,.loc-txt>* {
  margin: 0;
  padding: 0;
}

.location img {
  padding: .25em;
  width: 1rem;
  background: green;
  border-radius: 2px;
}

.loc-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: left;
  text-transform: capitalize;
  padding-left: .5em;
}

.loc-txt h4 {
  font-size: 1rem;
  color: black;
}
.loc-txt h5 {
  font-size: .7rem;
  color: gray;
}

.map {
  display: flex;
  justify-content: center;
}
iframe {
  border: 2px solid red;
  width: 95%;
  height: 30rem;
  margin-bottom: 1.5rem;
}

.separate {
  height: 10rem;
}
*/




