html {
  font-size: 18px; }

body {
  background: #f7f1e3;
  font-family: 'Fauna One', serif;
  color: #30374e;
  margin: 0;
  padding: 30px; }

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
  margin-top: 0;
  margin-bottom: 5px; }
  * + h1, * + h2, * + h3, * + h4, * + h5 {
    margin-top: 30px; }

h1 {
  font-size: 48px;
  margin: 40px 0 15px;
  line-height: 1.1; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 82px;
      margin: 40px 0 5px; } }

h2 {
  font-size: 48px; }

.header-container {
  max-width: 620 px;
  margin: 0 auto;
  text-align: center; }
  .header-container .image {
    display: block;
    margin: 0 auto 60px;
    width: 100%;
    max-width: 1200px; }

.container {
  max-width: 500px;
  margin: 0 auto;
  /*  border-width: 2px;
  border-style: solid;
  border-color: #30374e; 
  padding: 100px;*/ }
  .container p:nth-of-type(1) {
    font-size: 20px; }

[floating] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }

[lock] {
  opacity: 0;
  position: absolute;
  height: 0;
  width: 0; }

[key] {
  border-radius: 5px;
  color: #333;
  background: white;
  font-family: "Unica One", sans-serif;
  display: inline-block;
  padding: 10px 25px;
  font-size: 20px;
  text-align: center;
  margin: 16px auto 16px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);
  user-select: none; }
  [key] [dolock] {
    display: none; }

[treasure] {
  height: 0;
  transition: height 250ms ease-out;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto; }

[lock]:checked ~ [treasure] {
  height: 100vh; }

[lock]:checked ~ [floating] [unlock] {
  display: none; }

[lock]:checked ~ [floating] [dolock] {
  display: initial; }

[form] {
  overflow: hidden; }
  [form] iframe {
    width: calc(100% + 12px);
    margin: -8px -6px 0; }

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