body {
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  padding-bottom: 10em;
  background-color: #ffe6b5;
  font-size: 16px;
}

@media (max-width: 900px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 12px;
  }
}

main {
  position: relative;
  background-color: #ffe6b5;
}

#hero {
  min-height: 100vh;
  text-align: center;
  display: -ms-grid;
  display: grid;
  width: 100%;
  position: relative;
}

#hero .container {
  z-index: 1010;
  max-width: 90%;
}

#hero h1 {
  font-size: 7em;
  margin: 0;
  color: #a66b38;
  text-shadow: 2px 2px 3px rgba(25, 22, 26, 0.9);
}

@media (max-width: 700px) {
  #hero h1 {
    font-size: 6em;
  }
}

@media (max-width: 550px) {
  #hero h1 {
    font-size: 5em;
  }
}

#hero p {
  font-size: 2em;
  margin: 0.5em 0 0 0;
  color: #19161a;
  font-weight: bold;
  text-shadow: 2px 2px 1px rgba(166, 107, 56, 0.9);
  opacity: 0.8;
}

#hero .cloud {
  animation: cloud-animation 15s alternate-reverse infinite linear;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

#hero #cloud1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

#hero #cloud2 {
  -webkit-animation-duration: 26s;
          animation-duration: 26s;
}

#hero .tree {
  animation: tree-animation 15s alternate-reverse infinite ease-in-out;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}

#hero #tree1 {
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

#hero #tree2 {
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  animation-direction: alternate-reverse;
}

#hero #tree3 {
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

#hero #tree4 {
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  animation-direction: alternate-reverse;
}

#hero #bird1 {
  -webkit-animation: bird-1-animation 20s alternate infinite linear;
          animation: bird-1-animation 20s alternate infinite linear;
}

#hero #bird2 {
  animation: bird-2-animation 15s alternate-reverse infinite linear;
}

#hero #lake {
  -webkit-transform: translate(-25px, 0) rotate(-1deg);
          transform: translate(-25px, 0) rotate(-1deg);
  -webkit-animation: lake-animation 12s alternate infinite linear;
          animation: lake-animation 12s alternate infinite linear;
}

#hero svg {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow: visible;
  background-color: #ffe6b5;
}

@media (max-width: 1000px) {
  #hero svg {
    bottom: 7%;
  }
}

@media (max-width: 900px) {
  #hero svg {
    bottom: 10%;
  }
}

@media (max-width: 800px) {
  #hero svg {
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
}

#hero #logo {
  min-width: 222px;
  max-width: 400px;
  margin-bottom: 3em;
  -webkit-transition: max-width 0.5s ease, padding-left 0.5s ease;
  transition: max-width 0.5s ease, padding-left 0.5s ease;
}

@media (max-width: 900px) {
  #hero #logo {
    max-width: 40%;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

a {
  text-decoration: none;
}

.btn {
  padding: 0.7em 2.6em;
  display: inline-block;
  color: #a66b38;
  border: 3px solid #ffca8c;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.3em;
  background-color: #ffe6b5;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  font-size: 1.3em;
}

.btn:hover {
  background-color: #ffca8c;
}

nav.menu {
  background-color: rgba(255, 230, 181, 0.8);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.8em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
}

nav.menu > a {
  display: inline-block;
  color: #a66b38;
}

nav.menu > a > span {
  display: inline-block;
  line-height: 48px;
  vertical-align: text-bottom;
  font-weight: bold;
  padding-left: 0.5em;
  font-size: 1.6em;
}

@media (max-width: 500px) {
  nav.menu > a > span {
    display: none;
  }
}

nav.menu > a > img {
  max-width: 100px;
}

nav.menu > ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 48px;
}

nav.menu > ul > li {
  display: inline-block;
}

nav.menu > ul > li > a {
  padding: 1em 0.3em;
  margin: 0 0.3em;
  color: #a66b38;
  font-size: 1.3em;
}

nav.menu > ul > li > a.active {
  font-weight: bold;
}

nav.menu > ul > li > a:hover {
  border-bottom: 1px solid #a66b38;
}

nav.menu + section.container {
  padding-top: 0;
}

nav.menu + section.container.post-illustration {
  padding-top: 50px;
}

nav.menu + section.container > header > h2 {
  padding-top: 0;
}

section header {
  text-align: center;
}

section header h2,
section header h4 {
  padding: 1.5em 0.5em 0 0.5em;
  color: #a66b38;
  font-size: 4.5em;
  border-bottom: 4px solid #a66b38;
  display: inline-block;
}

section header h2.title-with-link,
section header h4.title-with-link {
  border-bottom: 0;
}

section header h2.title-with-link a,
section header h4.title-with-link a {
  color: #a66b38;
  text-decoration: underline;
}

section header h2 > byline,
section header h4 > byline {
  font-weight: normal;
  font-size: 0.65em;
  display: block;
  padding: 0.3em 0 0.5em;
}

section header h2.no-border,
section header h4.no-border {
  border-bottom: 0;
}

section header h4 {
  font-size: 2em;
}

section header + article.article-list {
  border-top: 0;
  padding-top: 6em;
}

section article.article-detail > .lead {
  font-weight: bold;
}

section article.article-detail > figure.header-image {
  width: 100%;
  height: 440px;
  margin: 0 0 2.5em 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 1200px) {
  section article.article-detail > figure.header-image {
    width: calc(100vw - 10%);
    margin-left: calc((100vw - 10% - 1056px) / -2);
  }
}

section article.article-detail p {
  font-size: 1.4em;
  line-height: 1.6em;
  text-align: justify;
  margin: 3em 0;
}

section article.article-list {
  padding: 7em 0;
  border-top: 1px solid #ffca8c;
}

section article.article-list > div {
  width: 60%;
  float: left;
}

@media (max-width: 700px) {
  section article.article-list > div {
    width: 100%;
    float: none;
  }
}

section article.article-list > div header {
  padding: 0.3em 0 1.3em 0;
  text-transform: uppercase;
  text-align: left;
}

section article.article-list > div header h3 {
  color: #a66b38;
  font-size: 3em;
  margin: 0;
}

section article.article-list > div header byline {
  color: #a66b38;
  padding: 0.7em 0 1em 0;
  font-size: 1.2em;
  border-bottom: 1px solid #ffca8c;
  display: block;
}

section article.article-list > div > ul {
  padding-left: 20px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

@media (max-width: 700px) {
  section article.article-list > div > ul {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

section article.article-list > div > ul > li {
  font-size: 1.4em;
  line-height: 1.6em;
}

section article.article-list > div p {
  font-size: 1.1em;
  line-height: 1.8em;
  color: #19161a;
}

@media (max-width: 900px) {
  section article.article-list > div p {
    font-size: 1.4em;
  }
}

section article.article-list a {
  margin-top: 1em;
}

section article.article-list > aside {
  width: 35%;
  float: right;
}

@media (max-width: 700px) {
  section article.article-list > aside {
    width: 100%;
    float: none;
    padding: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

section article.article-list > aside img {
  max-width: 100%;
  border-radius: 100%;
}

section article.article-list:nth-child(2n) > div {
  float: right;
}

@media (max-width: 700px) {
  section article.article-list:nth-child(2n) > div {
    float: none;
  }
}

section article.article-list:nth-child(2n) > aside {
  float: left;
}

@media (max-width: 700px) {
  section article.article-list:nth-child(2n) > aside {
    float: none;
  }
}

section article.article-list.article-list-full-width > div {
  width: 100%;
}

section footer {
  border-top: 1px solid #ffca8c;
  padding: 3em 0;
  text-align: center;
}

section.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: masonry;
      grid-template-rows: masonry;
  gap: 10px;
  padding: 10px 10px 30px 10px;
}

@media (max-width: 1400px) {
  section.gallery {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1000px) {
  section.gallery {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  section.gallery .gallery-1 {
    display: none;
  }
}

@media (max-width: 700px) {
  section.gallery {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  section.gallery .gallery-2 {
    display: none;
  }
}

@media (max-width: 450px) {
  section.gallery {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

section.gallery figure {
  margin: 0;
  aspect-ratio: 1 / 1;
  display: block;
}

section.gallery figure a {
  position: relative;
  display: block;
}

section.gallery figure a:hover:before, section.gallery figure a:hover:after {
  content: "";
  background-color: #a66b38;
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  z-index: 10;
}

section.gallery figure a:hover:after {
  opacity: 0.3;
  z-index: 30;
}

section.gallery figure img {
  max-width: 100%;
  vertical-align: middle;
  z-index: 20;
  position: relative;
}

.container {
  min-height: 100vh;
  padding: 8em 4.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.container.container-slim {
  min-height: 1px;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

.container.container-slim h2,
.container.container-slim h4 {
  margin: 0;
  padding: 0;
}

@media (max-width: 700px) {
  .container {
    padding: 8em 15px;
  }
  .container.container-slim {
    min-height: 1px;
    padding-top: 0;
    padding-bottom: 1em;
  }
}

.container.post-illustration {
  padding-bottom: 0;
}

.container.post-illustration > article {
  padding-bottom: 0;
}

@media (max-width: 800px) {
  .container.post-illustration {
    padding-top: 0;
  }
  .container.post-illustration.container-slim {
    padding-top: 0;
    padding-bottom: 1em;
  }
}

.container.post-illustration + section {
  padding-top: 0;
}

footer#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  padding: 5em 0 3em 0;
  background-color: #19161a;
  color: #ffca8c;
  text-align: center;
}

footer#footer ul {
  list-style: none;
  padding-left: 0;
}

footer#footer ul li {
  padding: 0.3em;
}

footer#footer ul li b {
  text-transform: uppercase;
}

footer#footer .copyright {
  padding: 1.5em 0 1em 0;
  text-align: center;
}

footer#footer .copyright > span {
  border-top: 1px solid #ffca8c;
  padding: 1em 0.5em;
}

footer#footer .container {
  padding: 1em 4.5em;
  min-height: 1em;
}

@-webkit-keyframes cloud-animation {
  from {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
}

@keyframes cloud-animation {
  from {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
}

@-webkit-keyframes tree-animation {
  from {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  to {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}

@keyframes tree-animation {
  from {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  to {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}

@-webkit-keyframes bird-1-animation {
  from {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  to {
    -webkit-transform: translate(50px, 15px);
            transform: translate(50px, 15px);
  }
}

@keyframes bird-1-animation {
  from {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  to {
    -webkit-transform: translate(50px, 15px);
            transform: translate(50px, 15px);
  }
}

@-webkit-keyframes bird-2-animation {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-150px, -15px);
            transform: translate(-150px, -15px);
  }
}

@keyframes bird-2-animation {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-150px, -15px);
            transform: translate(-150px, -15px);
  }
}

@-webkit-keyframes lake-animation {
  from {
    -webkit-transform: translate(-25px, 0) rotate(-1deg);
            transform: translate(-25px, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translate(25px, 0) rotate(0deg);
            transform: translate(25px, 0) rotate(0deg);
  }
}

@keyframes lake-animation {
  from {
    -webkit-transform: translate(-25px, 0) rotate(-1deg);
            transform: translate(-25px, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translate(25px, 0) rotate(0deg);
            transform: translate(25px, 0) rotate(0deg);
  }
}
/*# sourceMappingURL=main.css.map */