@font-face {
  font-family: "Quickpen";
  src: url("assets/fonts/Quickpen.woff2") format("woff2"), url("assets/fonts/Quickpen.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MrsEavesRoman";
  src: url("assets/fonts/MrsEavesRoman.woff2") format("woff2"), url("assets/fonts/MrsEavesRoman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MrsEaves";
  src: url("assets/fonts/MrsEaves-Bold.woff2") format("woff2"), url("assets/fonts/MrsEaves-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.4;
  scroll-behavior: smooth;
  font-size: 18px;
}

body {
  margin: 0;
  font-family: "MrsEavesRoman", serif;
  background: linear-gradient(85deg, #7EA1C1 0, #4c769d 100%);
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.3rem);
  text-align: center;
}

img {
  max-width: 100%;
  display: block;
}
img[src$=".svg"] {
  width: 100%;
}

figure {
  margin: 0;
}

strong {
  font-family: "MrsEaves", Serif;
}

h2, h3 {
  font-family: "Quickpen", serif;
  color: #b2c7da;
  font-size: clamp(1.5em, 5vw, 3em);
  font-weight: normal;
}

h4 {
  font-family: "MrsEaves", Serif;
  font-size: 1.15em;
  margin: 1.5em 0 0.5em;
}

p {
  margin: 0.5em 0;
}

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

.divider {
  position: relative;
}
.divider.d-top {
  margin-top: 241px;
}
.divider.d-top:before {
  content: "";
  position: absolute;
  top: -241px;
  left: 0;
  right: 0;
  height: 241px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("assets/img/divider_1.png");
}
.divider.d-bottom {
  margin-bottom: 241px;
}
.divider.d-bottom:after {
  content: "";
  position: absolute;
  bottom: -241px;
  left: 0;
  right: 0;
  height: 241px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-image: url("assets/img/divider_3.png");
}

#page-header {
  font-family: "Quickpen", serif;
  position: relative;
}
#page-header .container {
  padding-top: 5vh;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 800px) {
  #page-header .container {
    padding-top: 10vh;
    padding-bottom: 6vh;
  }
}
#page-header #butterfly {
  position: absolute;
  left: 0;
  top: 1em;
  width: 100%;
  max-width: 750px;
  z-index: 0;
}
#page-header #family {
  position: relative;
  z-index: 3;
  border-radius: 50%;
  overflow: hidden;
  background-color: #7EA1C1;
  max-width: 590px;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  #page-header #family {
    margin-right: 0;
  }
}
#page-header h1 {
  font-family: "Quickpen", serif;
  font-size: clamp(2em, 7vw, 3.5em);
  font-weight: normal;
  margin: 1em 0 0;
  color: #fff;
}

.container {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.bg-color {
  background-color: #fff;
  color: #686868;
}
.bg-color h2, .bg-color h3 {
  color: #7EA1C1;
}

section {
  padding-top: 3em;
  padding-bottom: 3em;
}

.date {
  text-align: center;
  font-size: 1.2em;
  max-width: 750px;
}

canvas {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0 auto;
}

.fly {
  position: relative;
  background-color: #4c769d;
  padding-bottom: 241px;
}
.fly:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 241px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("assets/img/divider_1.png");
}

footer {
  text-align: right;
  padding: 3em 0 1em;
  font-size: 0.8em;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #686868;
}
