/* PTC Ensure there is no visibility of top menu on loading until all the JS elements are loaded */
/* Color Scheme for Hammock Oaks Builders - Primary Green: #7d5200, Secondary Brown and Hyperlink: #7D622E, Hyperlink Hover Dark Brown: #7d5200, Visited: #006937 */
/* Primary font for Headlines: AcuminVariableConcept which is an otf file in the CSS directory */
/* fonts for site are Acumin Variable, Gabriola and Gadugi */
h6 { margin: 0; padding: 0; }
h5 { margin: 0; padding: 0; }
h4 { margin: 0; padding: 0; }
h3 { margin: 1rem 0; padding: 0;text-align:center;
font-family: "acumin-variable", sans-serif;
font-variation-settings: "slnt" 0, "wdth" 100, "wght" 194.2857;
}
h2 { margin: 1rem 0; padding: 0;text-align:center;
font-family: "gabriola", sans-serif;
font-weight: 400;
font-style: normal;
}
h1 { margin: 1rem 0; padding: 0;text-align:center;
font-family: "acumin-variable", sans-serif;
font-variation-settings: 'wght' 400, 'wdth' 100, 'slnt' 0;
}
p {color:#7d5200;margin:1rem 0;width:100%;text-align: left;
font-family: "gadugi", sans-serif;
font-weight: 400;
font-style: normal;
}

    .menufirstlevel {color:#ffffff; text-decoration:none; font-weight:bold;font-size:1.5rem;font-family: "acumin-variable", sans-serif;text-transform: uppercase;}
	.menufirstlevel p { color:#7f632e;text-align:center;}
	.menufirstlevel a { color:#7f632e;text-decoration:none;font-weight:bold;}
	.menufirstlevel a:link { color:#7f632e;text-decoration:none;font-weight:bold;}
	.menufirstlevel a:visited { color:#7f632e;text-decoration:none;font-weight:bold;}
	.menufirstlevel a:hover { color:#006937;text-decoration:none;font-weight:bold;}
	.menufirstlevel a:active { color:#7f632e;text-decoration:none;font-weight:bold;}
	.menufirstlevel li a { color:#7f632e;text-decoration:none;font-weight:bold;}
	.menufirstlevel li a:link { color:#7f632e;text-decoration:none;font-weight:bold;}
	.menufirstlevel li a:visited { color:#7f632e;text-decoration:none;font-weight:bold;}
	.menufirstlevel li a:hover { color:#006937;text-decoration:none;font-weight:bold;}
	.menufirstlevel li a:active { color:#7f632e;text-decoration:none;font-weight:bold;}

/* BUTTONS FOR THE WEBSITE */
.button-68 {
  appearance: none;
  backface-visibility: hidden;
  background-color: #27ae60;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.button-68:hover {
  background-color: #1e8449;
  opacity: 1;
  transform: translateY(0);
  transition-duration: .35s;
}

.button-68:active {
  transform: translateY(2px);
  transition-duration: .35s;
}

.button-68:hover {
  box-shadow: rgba(39, 174, 96, .2) 0 6px 12px;
}
