@import url("../base/_vars.css");
@import url("../components/cta.css");
@import url("../components/services.css");
@import url("../components/instagram.css");

/* ==========================================
   FRONT PAGE MAIN CONTENT
========================================== */

main.site-main {
  height: 100%;
  background-color: #000000;
  color: #ffffff;
  overflow: auto;
}

/* Section Backgrounds - Front Page Specific */
#services {
  background: linear-gradient(180deg, #000000 0%, #0f0f0f 50%, #000000 100%);
}

#about {
  background: linear-gradient(180deg, #0f0f0f 0%, #000000 100%);
}
