:root {
  --dark: #0A1A2F;
  --teal: #095253;
  --accent: #00A8A8;
  --soft: #E0F2F1;
  --white: #ffffff;
  --muted: #667085;
  --line: rgba(10, 26, 47, 0.08);
}

html,
body,
#page,
.site,
.site-content,
.site-main,
.ast-container,
.content-area,
.entry-content,
.wp-block-post-content,
.wp-block-html {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

* {
  box-sizing: border-box;
}

.entry-title {
  display: none !important;
}
/* Hide Astra header/footer on custom homepage */
.page-template-template-home #masthead,
.page-template-template-home .site-header,
.page-template-template-home .site-below-footer-wrap,
.page-template-template-home .site-footer {
  display: none !important;
}
.page-template-template-home,
.page-template-template-home body,
.page-template-template-home #page,
.page-template-template-home .site,
.page-template-template-home .site-content,
.page-template-template-home .ast-container,
.page-template-template-home .content-area,
.page-template-template-home .site-main {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}