body {
		color: bluer;
}

.wp-site-blocks {
		padding-bottom: 0px;
}

h2, h1, h3 {
    font-family: var(--wp--preset--font-family--julius-sans-one) !important;
		text-align: center;
}

main {
		margin-top: 0px !important;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
		  background-color: black;

  width: 100%;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: lightgray;
		color: black;
}