.contact-main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  height: 90%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), URL("/img/splash.png") no-repeat center;
  background-size: 350%  ;


  overflow-y: scroll;

}
.contact-content-container {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-content-text {
  font-size: 1.2rem;
  text-wrap: nowrap;
}
.contact-form-container {
  background: #FFFFFFBB;

  width: 60%;
  padding: 20px;
  border-radius: 8px;
}
.contact-form-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact-form-content-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px;
}
.contact-form-content-input {
  width: 100%;
  font-size: 1.2rem;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #CCC;
}

.companylogo-contact-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.companylogo-contact {
  width: 100%;
}
.contact-form-content-button {
  align-self: flex-end;
  padding: 10px;
  border: none;
  background: #E03BC844;
  border-radius: 4px;
  cursor: pointer;
}
.contact-form-content-button:hover {
  align-self: flex-end;
  padding: 10px;
  border: none;
  background: #E03BC888;
  border-radius: 4px;
}
.contact-form-content-button:active {
  align-self: flex-end;
  padding: 10px;
  border: none;
  background: #E03BC8CC;
  border-radius: 4px;
}
.credits_container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.credits_text {}
.contributer_logo {
  height: 100px;
  padding: 10px;
}
@media only screen and (max-width: 600px) {

  .contact-main-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .contact-content-container {
    height: 100%;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .contact-form-container {
    width: 80%;
  }
  .contact-form-content-item{
    flex-direction: column;
  }
  .credits_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .contact-content-container {
    height: 30vh;
  }
  .companylogo-contact-container {
    height: 100%;
  }
  .companylogo-contact {
    height: 100%;
  }
}
@media only screen and (min-width: 600px) {

.contact-form-content-input {
  max-width: 80%;
}
}

@media only screen and (min-height: 269px) {

}
