#narwhal-form {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

#narwhal-form input[type="submit"] {
  order: 3;
  margin-left: 10px;
  background: inherit;
  border-color: inherit;
  border: 0;
  cursor: pointer;
}

#narwhal-form textarea {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    padding: 10px;
    background: inherit;
    border-color: inherit;
}

#narwhal-form select {
    background: inherit;
    border-color: inherit;
}