/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0
Description: Child theme for the Blocksy theme
Author: Christopher Murphey
*/

h3 {
  font-size: 24px;
  color: #Fdc10b;
}

h5 {
  font-size: 24px;
  color: #Fdc10b;
}

.wpcf7 input[type="submit"] {
  background-color: #192a3d;  /* Button background */
  color: white;              /* Button text color */
  border: 2px solid white;   /* Optional: white border */
  padding: 10px 20px;
  font-family: 'Aboreto', sans-serif;
  font-size: 16px;
  border-radius: 0;          /* Removes rounded edges */
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background-color: white;   /* Hover background */
  color: #192a3d;            /* Hover text */
}
