.contact-form {
  background-color: gray;
  width: 80%;
  margin: 3.125rem auto 0 auto;
  color: black;

}


.form-group {
  margin: 0 auto 1.25rem auto;
}

.text-center {
  text-align: center;
}

.form-group > p {
  font-size: 1.25rem;
}

p, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
 
}

#dropdown {
	height: 2.375rem;
	min-width: 35%;
	max-width: 90%;
}

label {
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


textarea{
  width: 90%;
  height: 80px;
  overflow: auto;
  resize: vertical;
}

form {
  background: var(--color-darkblue-alpha);
  padding: 2.5rem 0.625rem;
  border-radius: 0.25rem;
}

.form-control {
  display: block; 
  width: 90%;
  height: 2.375rem;
  padding: 0 0.75rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-textarea {
  min-height: 120px;
  width: 90%;
  padding: 0.625rem;
  resize: vertical;
}

.chk {
  display: inline-block;
  margin-right: 0.625rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
}

.submit-button {
  display: block;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem;
  color: inherit;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 2em;

}

.contact a:link, a:visited {
  background-color: #666;
  color: white;
  padding: 14px 25px;
  
  text-align: center;
  text-decoration: none;
  display: inline-block;
}