h1 {
font-family: FrankMedCond;
font-size: 1.6em;
color: #009145;
text-decoration: none;
font-weight: 900;
text-align: center;
margin: 0 0 15px 0;
padding: 4px 6px;
box-shadow: 5px 10px 18px #fbe8bf;
border: #fbe8bf 1px solid;
}

span.biz {
color: #222e75;
font-weight: 900;
}
.content a[href^="tel:"] {
  color: #222e75;
  font-weight: bold;
  text-decoration: none;
}
.content a[href^="tel:"]:hover {
  color: #009145;
  font-weight: bold;
  text-decoration: none;
  transition: all 1s;
}
.contactForm {
display: block;
box-sizing: border-box;
clear: both;
overflow: hidden;
width: 100%;
height: auto;
margin-top: 22px;
}
#lastname { display: none; }

label {
color: #009145;
font-family: Roboto, sans-serif;
font-size: 1em;
text-align: left;
}
label i.fa-solid.fa-star {
font-size: 9px;
vertical-align: top;
}

input {
margin-bottom: 9px;
}
input, select, textarea {
box-sizing: border-box;
outline: none;
}

p.result1 {
font-family: Roboto, sans-serif;
font-size: 1.1em;
color: #ffffff;
text-decoration: none;
font-weight: 400;
margin: 12px 0;
background-color: #009145;
padding: 8px;
}
p.result2 {
font-family: Roboto, sans-serif;
font-size: 1.1em;
color: #ffffff;
text-decoration: none;
font-weight: 400;
margin: 12px 0;
background-color: #9e0404;
padding: 8px;
}

.contactFields {
width: 80%;
padding: 5px;
font-weight: bold;
color: #222e75;
font-family: Roboto, sans-serif;
font-size: 1.1em;
border: #cccccc 1px solid;
background-color: white;
}
.contactFields:focus {
border: #fbeed2 1px solid;
color: #000000;
font-weight: bold;
background-color: #fbeed2;
transition: all 1s;
}

.contactSubmit {
background-color: #009145;
border: #009145 1px solid;
color: white;
font-family: Roboto, sans-serif;
font-size: .9em;
color: #ffffff;
font-weight: 700;
text-decoration: none;
padding: 5px 8px;
width: auto;
margin-top: 12px;
border-radius: 4px;
}
.contactSubmit:hover {
background-color: #222e75;
border: #222e75 1px solid;
cursor: pointer;
transition:all 0.5s;
}
input[type=submit] {
-webkit-appearance: none;
-moz-appearance: none;
background-color: #009145;
border: #009145 1px solid;
color: white;
font-family: Roboto, sans-serif;
font-size: .9em;
color: #ffffff;
font-weight: 700;
text-decoration: none;
padding: 5px 8px;
width: auto;
margin-top: 12px;
border-radius: 4px;
}
input[type=submit]:hover {
background-color: #222e75;
border: #222e75 1px solid;
cursor: pointer;
transition:all 0.5s;
}


@media screen and (max-width: 651px) {
  h1 {
  font-size: 1.4em;
  }
}