html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
section, footer {
  animation: fade-in 1s;
}

footer {
  animation: fade-in 2s;
  font-weight: 500;
}

@font-face {
  font-family: "Californian FB Regular";
  src: url(/assets/fonts/califr.TTF) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Californian FB Italic";
  src: url(/assets/fonts/califi.TTF) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Californian FB Bold";
  src: url(/assets/fonts/califb.TTF) format("truetype");
  font-display: swap;
}
:root {
  font-family: "Californian FB Regular", serif;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  :root {
    font-size: 17px;
  }
}

body {
  font-weight: 400;
  color: #2b2d3c;
}
body a {
  color: #2b2d3c;
}

a {
  color: #2b2d3c;
}
a:hover {
  transition: color 1s, font-style 1s;
  color: #627063;
}
@media only screen and (max-width: 768px) {
  a:hover {
    color: #2b2d3c;
  }
}

hr {
  width: 70%;
  background-color: rgba(164, 174, 197, 0.8);
  border-style: solid;
  border-color: rgba(164, 174, 197, 0.8);
  height: 1px;
  box-shadow: none;
}

h1, h2, h3, h4 {
  font-weight: 500;
}

h1 {
  font-size: 3.5rem;
  font-family: "Californian FB Regular", serif;
  line-height: 1.15;
  margin-top: 20px;
  margin-bottom: 40px;
}
h1 .small {
  font-family: "Californian FB Italic", serif;
  font-size: 1.75rem;
  display: block;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 1.5rem;
  font-family: "Californian FB Italic", serif;
  line-height: 1.25;
}
h2 a {
  text-decoration: none;
}

h3 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.15rem;
  line-height: 1.5;
}
h3 .small {
  display: block;
  font-size: 1rem;
  margin: 15px 0;
}

.button {
  font-family: "Californian FB Italic", serif;
  font-size: 1.2rem;
  text-decoration: none;
  color: #ECE0CA;
}

input, textarea {
  background-color: #ECE0CA;
  border: none;
  padding: 10px 15px;
}

textarea {
  height: 150px;
}

footer {
  font-size: 0.9rem;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #9FA696;
  text-align: center;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
}
@media only screen and (max-width: 768px) {
  body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 30px);
  }
}

.wrapper {
  max-width: 1260px;
  width: 90%;
  margin: 0 auto;
}

.button {
  font-style: normal;
  background-color: rgba(213, 186, 204, 0.8);
  color: #2b2d3c;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.5s, font-style 0.5s;
}
.button:hover {
  font-style: italic;
  background-color: rgba(164, 174, 197, 0.6);
}
@media only screen and (max-width: 768px) {
  .button:hover {
    font-style: normal;
    background-color: rgba(213, 186, 204, 0.8);
  }
}

header {
  height: 350px;
  position: relative;
}
header nav {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
header nav .hamburger-btn {
  display: none;
}
header nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
header nav ul li a {
  padding: 5px 30px;
}
header nav ul li a:hover {
  border-bottom: solid #2b2d3c 3px;
  background-color: rgba(164, 174, 197, 0.5);
  transition: background-color 0.75s;
}
header nav ul li .current {
  padding: 5px 30px;
  border-bottom: solid #A4AEC5 3px;
}

section {
  display: flex;
  flex-direction: column;
  background-color: #ECE0CA;
  box-shadow: 5px 5px 5px rgba(43, 45, 60, 0.05), -5px -5px 5px rgba(43, 45, 60, 0.05), -5px 5px 5px rgba(43, 45, 60, 0.05), 5px -5px 5px rgba(43, 45, 60, 0.05);
  border: solid rgba(43, 45, 60, 0.9) 3px;
  width: 85%;
  max-width: 500px;
  margin: 50px auto;
  margin-bottom: 25px;
  padding: 20px;
}
section#content, section#protected {
  display: none;
}
section .password-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}
section .password-wrapper input {
  border: solid rgba(98, 112, 99, 0.8) 3px;
  background-color: #fff;
}
section .password-wrapper button {
  background: #fff;
  cursor: pointer;
  border: solid rgba(98, 112, 99, 0.8) 3px;
  min-height: 100%;
  padding: 10px 12px;
}
section .password-wrapper button img {
  width: 20px;
}
section .pigeons {
  height: 70px;
  margin-top: -20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  section .pigeons {
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  section {
    padding: 10px;
    margin: 30px auto;
    margin-top: 35px;
  }
}

footer {
  width: 85%;
  margin: 20px auto;
  margin-bottom: 40px;
}
footer .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
footer .wrapper p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  footer {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper {
    width: 95%;
  }
  header nav {
    position: fixed;
    z-index: 4;
    width: 100vw;
  }
  header nav .hamburger-btn {
    z-index: 5;
    display: initial;
    position: sticky;
    left: 0;
    width: 100%;
  }
  header nav .hamburger-btn button {
    position: relative;
    display: flex;
    border: none;
    background-color: #A4AEC5;
    color: #2b2d3c;
    height: 55px;
    width: 100%;
  }
  header nav .hamburger-btn button img {
    left: 10px;
    width: 40px;
    padding: 10px 5px;
    transition: transform 0.5s;
  }
  header nav .hamburger-btn button:hover {
    cursor: pointer;
    transition: 0.5s;
  }
  header nav .nav-list {
    opacity: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
    position: absolute;
    top: 0;
    height: 100vh;
    min-height: 500px;
    padding: 5% 0;
    width: 100%;
    background-color: #ECE0CA;
  }
  header nav .nav-list * {
    animation: none;
  }
  header nav .nav-list li .current {
    display: block;
    margin: 0 auto;
    width: 50%;
    border-width: 3px;
    padding: 10px 20px;
  }
  header nav .nav-list li a {
    display: block;
    margin: 0 auto;
    width: 50%;
    padding: 10px 20px;
    background-color: rgba(213, 186, 204, 0.8);
  }
  header nav .nav-list li a:hover {
    background-color: rgba(213, 186, 204, 0.8);
    border: initial;
  }
  header nav.active .hamburger-btn button {
    background-color: #D5BACC;
    color: #2b2d3c;
  }
  header nav.active .hamburger-btn button img {
    transform: rotate(90deg);
  }
  header nav.active .nav-list {
    display: flex !important;
    opacity: 1 !important;
  }
}