/* @import url("navbarEnfooter.css");
@import url("main.css"); */

main {
  display: flex;
  flex-direction: row;
  padding-bottom: 5%;
}

button,
input[type="email"],
input[type="submit"],
input[type="reset"] input[type="text"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.contactpart {
  width: 40%;
  margin: 5em auto;
}

.contact {
  padding: 50px 0;
  width: 75%;
  margin: auto;
  font-family: inter;
  display: flex;
  flex-direction: column;
}

.contact input[type="text"],
.contact input[type="email"],
.contact select,
.contact textarea {
  font-family: inter;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  outline: none;
}

.schrijfvlak {
  height: 200px;
}

.contact input[type="submit"] {
  background-color: #039fbe;
  color: white;
  padding: 12px 20px;
  width: 30%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}

.contact input[type="submit"]:hover {
  color: #ffffff88;
}

/**************************
****** SAMENWERKING *******
**************************/

.partners {
  margin: 0;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.partner {
  display: flex;
  flex-direction: column;
  max-width: 40%;
  margin: 5.5em auto auto 0;
}

.partner h2 {
  font-family: inter;
  color: #039fbe;
  font-weight: bold;
  font-size: 3.5em;
  text-align: center;
  padding: 2%;
  padding-bottom: 5%;
  align-items: center;
}

main h1 {
  text-align: center;
  font-family: inter;
  font-size: 2.5em;
  color: #039fbe;
  padding-top: 2%;
}

figure a img {
  height: 100px;
  width: 100px;
  margin: 50px;
}

@media only screen and (max-width: 960px) {
  /* contact form width */
  main {
    flex-direction: column;
  }
  .contactpart {
    width: 90%;
    margin: auto;
  }
  .partner {
    max-width: 90%;
    margin: auto;
  }

  figure a img {
    height: 75px;
    width: 75px;
    margin: 25px;
  }
}
