body{
  text-align: center;
  background-color: #F1F1E8;
}
h3,h2,h1{
  padding-top: 2%;
  color: #384D48;
  font-family: "Montserrat";
}
h4{
  padding-top: 2%;
  color: #384D48;
  font-family: "Montserrat";
}
p{
  margin:2% 3%;
  font-size: 1rem;
  color: black;
  font-family: "Montserrat";
}

.nav-link {
  font-size: 1.4rem;
  font-family: "Playfair display-bold";
  font-style: italic;
}

/* About */
.port-img{
  width: 70%;
  border-radius: 3%;
  margin: 30px;
}
.location-img{
  width: 70%;
}

.third-container{
  padding:1.5%;
}
.parag{
  margin: auto;
}
/* Documents */
.btn-outline-success{
  margin:18px;
  width: 100%;
  font-size: 1rem;
}
.first-container-doc{
  display:flex;
  margin: 50px auto;
  text-align: center;
}
.plants-image{
  width: 30%;
  border-radius: 7%;
  margin: auto 18px auto auto;
}
.navbar{
  text-align: right; /* for the collapse text*/
}
/* .text-success{
  font-size: 1.3rem;
} */
.download-buttons1{
  /* margin: auto 25px; */
  margin: auto;
  margin-left: 15px;
}
/* .download-buttons2{
  margin: auto auto auto 8px;
} */


form{
  margin-top: 50px;
  margin-bottom: 50px;
  /* transition: all 1s ease-in-out; */
}

.form-c{
  width: 600px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid grey;
  color: black;
  font-size: 18px;
  margin-bottom: 25px;
}

.btn-send{
  margin-top: 15px;
  /* background: #206A5D; */
}


/* feedback */
.upload{
  display: inline-block;
}

.upload-ID{
  margin-right: 225px;
}

/* success */
.thank-you{
  margin: auto;
  text-align: center;
}
/* footer */
#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

#footer{
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  color:#384D48;
}
