html, body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.page-wrap {
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
}

.image-map {
  position: relative;
  width: min(100%, 815px);
  margin: 0 auto;
  line-height: 0;
  background: #ffffff;
}

.image-map img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.hotspot {
  position: absolute;
  display: block;
  z-index: 5;
  cursor: pointer;
  background: rgba(255,255,255,0);
  border-radius: 6px;
}

/*
  Hotspot positions are percentage-based so they stay aligned
  when the image scales on desktop, tablet, and mobile.
*/

/* Top black contact bar */
.top-phone {
  left: 12.5%;
  top: 0.0%;
  width: 18.5%;
  height: 2.5%;
}

.top-email-websales {
  left: 34.5%;
  top: 0.0%;
  width: 34.0%;
  height: 2.5%;
}

.top-email-hotmail {
  left: 72.0%;
  top: 0.0%;
  width: 26.0%;
  height: 2.5%;
}

/* Hero buttons */
.call-now {
  left: 6.5%;
  top: 24.05%;
  width: 27.5%;
  height: 3.0%;
}

.text-now {
  left: 36.7%;
  top: 24.05%;
  width: 31.0%;
  height: 3.0%;
}

.request-quote {
  left: 70.8%;
  top: 24.05%;
  width: 23.2%;
  height: 3.0%;
}

/* Footer contact block */
.footer-phone {
  left: 62.0%;
  top: 93.0%;
  width: 23.5%;
  height: 1.5%;
}

.footer-email-websales {
  left: 62.0%;
  top: 94.7%;
  width: 31.0%;
  height: 1.3%;
}

.footer-email-hotmail {
  left: 62.0%;
  top: 96.0%;
  width: 25.0%;
  height: 1.3%;
}

/* Optional visible debugging mode:
   Add class debug to .image-map to see hotspot rectangles.
.image-map.debug .hotspot {
  background: rgba(255, 0, 0, 0.2);
  outline: 1px solid rgba(255,0,0,.65);
}
*/
