@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Roboto:wght@400;700&display=swap");
*,
::after,
::before {
  @apply box-border break-words;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

pre {
  @apply overflow-auto;
}

body {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

body.page-template-template-home {
  padding: 0;
}

canvas {
  width: 100%;
  height: 100%;
}

.grace-home-hero-wrapper {
  position: absolute;
  top: 25%;
  left: 50%;
}
.grace-home-hero-wrapper .grace-home-hero {
  position: relative;
  left: -50%;
}
.grace-home-hero-wrapper .grace-home-hero h1 {
  color: #fff;
  font-weight: lighter;
}
.grace-home-hero-wrapper .grace-home-hero p {
  color: #fff;
}
.grace-home-hero-wrapper .grace-home-hero .home-hero-logo {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  max-width: 300px;
}
.grace-home-hero-wrapper .grace-home-hero .home-hero-cta {
  display: inline-block;
  border: solid #ffecec 1px;
  border-radius: 8px;
  color: #fff;
  min-width: 120px;
  text-align: center;
  padding: 15px 35px;
  margin: 0px 10px 10px;
  font-size: 1rem;
}

.flex-row-container {
  display: flex;
  flex-direction: row;
}
.flex-row-container.flex-center {
  justify-content: center;
  align-items: center;
}

.home-cta-banner {
  background-color: #41b6e6;
  color: #fff;
  padding: 5rem;
}

.site-header {
  position: fixed;
}

/*# sourceMappingURL=index.css.map */
