/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/sass/child-styles.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
body {
  font-family: "Raleway", sans-serif;
}

h1 {
  font-size: 7em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5em;
  font-weight: 700;
}

h2 {
  font-size: 5em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5em;
  font-weight: 600;
}

h3 {
  font-size: 4em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5em;
  font-weight: 500;
}

h4 {
  font-size: 3em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5em;
  font-weight: 500;
}

h5 {
  font-size: 2em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5em;
  font-weight: 500;
  padding: 0 20px;
}

p,
li {
  font-family: "Lato", sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 300;
}

p {
  margin-bottom: 0.5em;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #64c7f8 !important;
}

/* Gravity Form Style */
.gform_wrapper .gform-body .gfield_radio .gchoice input.gfield-choice-input[type=radio]:checked {
  background-color: #0768a6;
  border: 3px solid #2EA7F2 !important;
}
.gform_wrapper .gform-body .textarea {
  font-family: inherit;
  font-size: 16px;
}
.gform_wrapper .gform_footer .gform_button {
  transition: opacity 0.3s ease;
}
.gform_wrapper .gform_footer .gform_button:hover {
  cursor: pointer;
  opacity: 0.8;
}

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