.menu-container{
  max-width: 980px;
}

.form-content input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #831b17;
  border-radius: 1px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 5px;
  resize: vertical;
  color: white;
  background-color: black;
  width: 500px;
  font-size: 16px;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: black;
    background-image: none;
    color: white;
}

.form-content input[type=submit] {
  background-color: #700a07;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 1px;
  cursor: pointer;
  margin-top: 22px;
  font-size: 18px;
}

.form-content input[type=submit]:hover {
  background-color: #a60f0b;
  color: white;
}

.form-content {
    margin-bottom: 150px;
    color: #c8c8c8;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    line-height: 31px;
    letter-spacing: 2px;
    font-size: 20px;
  }
  .form-label{
    width: 500px;
    padding-left: 22px;
    padding-top: 0px;
    color: white;
    font-size: 19px;
  }
  .form-success{
    display: flex;
    top: 93px;
    left: 10px;
    bottom: 10px;
    position: fixed;
    right: 10px;
    color: white;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #321616;
    text-align: center;
    opacity: 0.95;
  }
  .form-success span{
    font-size: 28px;
  }
  .form-error{
    color: red;
    font-size: 20px;
    margin: 0;
    padding: 0;
    margin-top: -6px;
    /* width: 500px; */
    padding-left: 22px;
  }
  .form-content form {
    width: 82%;
    max-width: 1400px;
  }
  
  /* text pages */
.donate{
  border: 3px solid #f1f347b5;
  padding: 12px;
  border-radius: 11px;
  text-decoration: none;
  color: red;
  z-index: 100000;
  display: block;
  position: relative;
  width: 160px;
}
.text-content-outer {
  margin-top: 180px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}
.text-content {
  display: flex;
  color: white;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  line-height: 31px;
  letter-spacing: 2px;
  font-size: 21px;
  max-width: 980px;
  flex-direction: column;
  padding-bottom: 0px;
}
.text-content div {
  /* width: 100%; */
  /* max-width: 635px; */
  padding: 20px;
  margin: 0px;
}
.menu-container {
  max-width: 980px;
}
.text-content p {
  text-indent: 20px;
  text-align: justify;
}

.text-content h1 {
  font-size: 24px;
}
.text-sign {
  font-weight: 200;
  font-size: larger;
  line-height: 39px;
  font-family: cursive;
}

.text-bottom {
  display: none;
}

@media (max-width: 900px) {
  .text-content-outer {
    margin-top: 98px;
    flex-direction: column;
    padding: 0;
    margin: 94px 10px 0 10px;
  }

  .text-bottom {
    position: fixed;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(180deg, #00000029, black);
    display: block;
    /* background-color: red; */
    z-index: 1000;
  }
  .text-content div {
    margin: 0;
    padding: 0;
  }
  .text-content {
    flex-direction: column;
  }
}


@media  (max-width: 900px) {

.form-content{
  margin-top: 6px;
}


}

@media  (max-width: 600px) {

.form-content{
  margin-top: 100px;
  width: 100%;
}
.form-label{
  width:100%;
}

.form-content input[type=text], select, textarea {
   width: 97%;
   margin: 6px 0;
}

}


