/* Full-width input fields */
  .searchField {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
  font-size:3vh;
}

.basicTextEntry:focus, .basicTextEntry:focus {
  background-color: #ddd;
  outline: none;
}


/* Set a style for all buttons */
.subButton {
  background-color: #FF4500;
  color: white;
  font-family: 'Mali', cursive;
  font-size: 4vmin;
  padding: 14px 20px;
  margin: 8px auto;
  border: none;
  cursor: pointer;
  width: 50%;
  display:block;
}

.subButton:hover {
  opacity:0.6;
}