*,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  line-height: 115%;
  font-weight: 500;
}

body {
  background-color: rgb(247, 255, 245);
}

a {
  color: rgb(0, 83, 7);
}

a:hover {
  color: rgb(143, 255, 165);
}


h1,
h2,
p {
  color:rgb(0, 34, 3);
}

figcaption {
  color:  rgb(197, 249, 183);
}

/* flipbook */


  #flipbook-container {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 0;
  }

  #publuu-embed {
    width: 150%;
    height: 1200px;
    transform: translate(-25%, -200px) scale(1.2);
    border: none;
  }

  .scroll-hint {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    font-family: sans-serif;
    animation: blink 2s infinite;
  }

  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
  }



/* *************************************** */
/* Sections, custom background             */
/* *************************************** */


.hero__overlay {
  background: transparent;
  color: rgb(0, 34, 3);
}


.inspiration {
  background: rgb(247, 255, 245);
}

.process {
  background-color: rgb(247, 255, 245);
}

.footer {
  background-color: rgb(222, 253, 214);
}

.about__button p a:hover {
  background-color: rgb(0, 34, 3);
  color:rgb(247, 255, 245);
} 

.about__button p a {
  background-color: rgb(247, 255, 245);
  color:rgb(0, 34, 3);
  border: 1px solid white;
  border-radius:50px;
}

.about__details {
  background-color: rgba(247, 255, 245);

}

/* Navigation */

.bottom-left, .bottom-right {
  position: fixed;
  bottom: 20px;
}

.bottom-left {
  left: 20px;
}

.bottom-right {
  right: 20px;
}

/* Style the links */
.bottom-left a, .bottom-right a {
  position: relative; /* needed for the underline */
  color: black; /* or whatever text color you like */
  text-decoration: none;
  font-size: 18px;
  padding: 5px;
}

/* Add the underline effect */
.bottom-left a::after,
.bottom-right a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px; /* thickness of the line */
  background-color: black;
  transform: scaleX(1); /* start full width */
  transform-origin: right;
  transition: transform 0.3s ease;
}

/* On hover, retract (shrink) the underline */
.bottom-left a:hover::after,
.bottom-right a:hover::after {
  transform: scaleX(0); /* shrink to 0 */
  transform-origin: left;
}


/* *************************************** */
/* About | Project Description             */
/* *************************************** */

.project-description {
  background: rgb(247, 255, 245);
  min-height: 50vh;
  font-size: 1.25rem;
}

.project-description h2 {
  font-size: inherit;
  color: rgb(255, 0, 0);
}

.project-description p {
  font-size: inherit;
  color: rgb(0, 34, 3);
}

/* *************************************** */
/* Sketches section                        */
/* *************************************** */


.sketches {
  background: rgb(247, 255, 245);
  padding-bottom:3rem;
}

.sketches p,
.sketches h1,
.sketches h2,
.sketches li {
  color:rgb(32,32,32);
}

.sketches__intro {
  max-width:480px;
}

.sketches__list-item {
  padding: 1rem 0;
  margin-right:1rem;
}

/* *************************************** */
/* media queries: desktop, mobile          */
/* *************************************** */


@media (orientation: portrait) {
  .sketches__list {
    display: none;
  }
}

.width__max {
  max-width: 1280px;
  margin:auto;
}
