
.content a:hover {
  opacity: 0.5;
}
.content a {
  color: black;
}



.content {

}

.contact_form {
  justify-content: center;
  align-items: center;
  align-self: center;
}

@media (min-width: 900px){
  .content {


  position: relative;
  width: 50%;
  max-width: 70%;
  margin: 50px auto;
}

}

/* Contact formulier */
input[type=text], input[type=tel],input[type=email],select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #00306d;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #00304d;
}

.contact_form {

  border-radius: 5px;
  width: 50vw;
  padding-top: 20px;
}
@media (max-width: 1025px) {
  .contact_form {
    width: 80vw;
  }

}
