* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}

body {
  color: #FFFFFF;
  background-color: #aa0a0a;
}

section {
  background-color: #1A1A1A;
  position: relative;
}

html {
  font-size: 60%;
  overflow-x: hidden;
}

.header {
  display: flex;
  position: fixed;
  height: 100px;
  width: 100%;
  top: 0;
  left: 0;
  padding: 3.5rem 10%;
  /*background-color: #070707d5;*/
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  font-family: League Spartan;
  font-weight: Regular;
  background-color: #1a1a1aab;
}

#menu-icon {
  font-size: 3rem;
  color: tomato;
  display: none;
}
.logo{
  font-size: 3rem;
  color: rgb(255, 255, 255);
  font-family: libre baskerville;
  /* font-family: caveat; */
  transition: 0.3s ease-in-out;
}
.logo:hover{
  transform: scale(1.1);
}
.navbar {
  list-style: none;
  display: flex;
  padding: 0;
  gap: 6rem;
  justify-content: center;
}
nav {
height: 100%;
display: flex;
}
.navbar > li > a {
  display: flex;
  align-items: center;     /* vertical centering */
  justify-content: center; /* horizontal centering */
  color: white;
  font-size: 1.8rem;
  margin-left: 0;
  height: 100%;
  text-align: center;
}
.dropdown-menu li a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: white;
  font-size: 1.8rem;
  margin-left: 0;
  height: 100%;
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1.5rem;
}
.dropdown-menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;              
  width: 0%;             
  height: 100%;
  background: #a82a2ad3;
  z-index: -1;

  transition: width 0.3s ease;
}
.dropdown-menu li a:hover::before {
  width: 100%;           

}
.navbar li{
  position: relative;
  height: 100%;

}
.dropdown-menu li {
  padding: 0.5rem 1rem;
}

.dropdown-menu { /*verticaly center nav and dropdown */
  
  position: absolute;
  top: 100%;          /* directly under the li */
  right: -1rem;
  background: #2b2b2bd3;
  list-style: none;
  padding: 0;
  min-width: 220px;

  opacity: 0;
  left: auto;
  transform: translateY(-10px);
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  pointer-events: none;
  


  transition: opacity 0.3s ease, transform 0.3s ease;
}
.navbar li:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-menu li a{
  width: 100%;
  text-align: right;
  font-size: 1.5rem;
}

section {
  min-height: 100vh;
  padding: 4rem 10%;
}

.home {
  display: flex;
  position: relative;
  /* gap: 15rem; */
  background-image: url(svgs/magical_finished_bg.svg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 135%; 
  background-position: 30% center;
  z-index: 0;
}
s
.home-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  padding-top: 37%;
  z-index: -1;
}

.home_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% center;
  z-index: -1;
}

h1 {
  font-size: 10rem;
  font-family: League Spartan;
  font-weight: 200;
  letter-spacing: .3rem;
}

h2{
  font-size: 5.5rem;
  font-family: libre baskerville;
  font-weight: 100;
  margin-top: 4rem;
  letter-spacing: .3rem;
}

.hello {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.hello::before {
    content: "";
    position: absolute;
    width: 130%;
    height: 70%;
    top: 30px;
    left: -20px;
    background-color: #BF2929;
    z-index: -1;

    transform: scaleX(0);
    transform-origin: left center;
    animation: sweepIn 0.9s cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
}

@keyframes sweepIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

.artist_statement {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.intro {
  position: fixed;
  padding-bottom: 10%;
  left: 15vw;   
  z-index: 0;
}

.statement_text {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: black;
  padding: 4rem 10%;
  font-size: 1.5rem;
  line-height: 1.6;
  z-index: 2;
  font-family: libre baskerville;
}

.demacia_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;    
  border-radius: 10px;
  z-index: -1;  
}

.right a {
  position: absolute;
  color: white !important;
  font-family: libre baskerville;
  font-size: 2rem;
}

.break {
    position: relative;   
    height: auto;
    padding: 0;
    min-height: unset;
}

.breaker_img {
    position: relative;
    display: block;
    width: 100vw;         
    height: auto;         
}

.signup_container{
  display: flex;
  justify-content: center;
  align-items: center;
   /* padding: 20rem 10% 10rem 10%;  */
  margin: 0;
}

.newsletter {
  display: flex;  
  flex-direction: column;
  align-items: center;
  /* background-color: #242424; */
  padding: 5% 7%;
  /* max-width: 1400px; */
  /* width: 100%; */
}

.signup_container form {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
  max-width: 850px;
}

.ppp{
 display: block;
 width: 40%; 
 max-width: 500px;
 height: auto;
 padding-bottom: 0rem;         
}

.newsletter h2{
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: -10;
  font-weight: 600;
  margin-bottom: 2rem;
  font-family: League Spartan;
  color: #f7f4f4;
}

.newsletter h3 {
  text-align: center;
  margin-bottom: 4rem;
  font-family: libre baskerville;
  color: #e8b8b8;
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 200;
}

.signup_container form {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
  max-width: 800px;
}

.input-icon {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}

.input-icon input {
  width: 100%;
  padding: 2.2rem;
  font-size: 1.5rem;
  border: 1px solid #A19494;
}

.signup_container button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 1.5rem 3rem;
  font-size: 1.3rem;
  border: 1px solid #BF2929;
  background-color: white;
  color: #BF2929;
  cursor: pointer;
  font-family: Libre Baskerville;
  transition: color 0.3s ease;
}

.signup_container button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #BF2929;
  z-index: -1;
  transition: width 0.2s ease;
}

.signup_container button:hover::before {
  width: 100%;
}

.signup_container button:hover {
  color: white;
  border-color: #BF2929;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 180px;
  background: rgba(19,19,19,1);
  bottom: 0;
  left: 0;
  padding: 5rem 10%;
  margin-top: auto;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-self: center;
  /* margin-top: 2rem; */
  gap: 2rem;
}

.text {
  color: rgb(255, 255, 255);
  font-family: League Spartan;
  font-weight: Regular;
  font-size: 3.8rem;
  opacity: 1;
  z-index: 10;
}

.icon_links {
  display: flex;
  justify-content: space-between;
  width: 155px;
  height: 27px;
}
.contact {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.contact a{  
font-size: 1.8rem;
color: white;
margin-left: 4rem;
font-weight: 500;
font-family: League Spartan;
}
.artstation {
  z-index: 10;
}
.page-link {
    position: absolute;
    display: block;
    z-index: 1000; /* above page image */
    cursor: pointer;
    /* background: rgba(255, 0, 0, 0.3);
    outline: 2px solid red;  */
}

/* ─────────────────────────────────────────────
   HOMEPAGE SECTIONS  (Illustration / UI-UX / Sketchbook)
   ───────────────────────────────────────────── */

/* Shared section heading */
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 5rem;
  flex-wrap: wrap;
  gap: 2rem;
}

.section-tag {
  font-family: League Spartan;
  font-size: 1.2rem;
  letter-spacing: 0.35rem;
  text-transform: uppercase;
  color: #BF2929;
  display: block;
  margin-bottom: 1.2rem;
}

.section-title {
  font-size: 6rem;
  font-family: Libre Baskerville;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: white;
  margin: 0;
}

/* ── Illustration ── */
.section-illustration {
  background-color: #1A1A1A;
  padding: 8rem 10%;
}

.view-all-link {
  font-family: League Spartan;
  font-size: 1.8rem;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 0.3rem;
  align-self: flex-end;
  margin-bottom: 0.8rem;
  transition: color 0.3s, border-color 0.3s;
}
.view-all-link:hover { color: #BF2929; border-color: #BF2929; }

/* 3-col editorial grid: hero spans 2 cols, four cards are identical */
.illust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 33rem);
  gap: 1.2rem;
}

@media (min-width: 1920px) and (min-height: 1200px) {
  .section-illustration {
    min-height: 80vh;
  }
}

.illust-card {
  display: block;
  position: relative;
  overflow: hidden;
}

.illust-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85);
  transition: transform 0.5s ease, filter 0.35s ease;
}

.illust-card:hover img {
  transform: scale(1.04);
  filter: brightness(1);
}

/* Hero occupies 2 of 3 columns in row 1 */
.illust-hero {
  grid-column: 1 / 3;
}

/* Shared overlay */
.illust-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.32);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.illust-card:hover .illust-overlay { opacity: 1; }

.illust-overlay span {
  color: white;
  font-family: Libre Baskerville;
  font-size: 2.2rem;
  font-style: italic;
  letter-spacing: 0.2rem;
}

/* ── UI / UX ── */
.section-uiux {
  background-color: #111111;
  padding: 8rem 0 0;
  min-height: unset;
}

.section-uiux .section-heading {
  padding: 0 10% 5rem;
}

/* ─── Panel container ─── */
.uiux-panels {
  display: flex;
  width: 100%;
  height: 68vh;
  min-height: 480px;
}

/* ─── Individual panel ─── */
.uiux-panel {
  flex: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.uiux-panel:last-child { border-right: none; }

/* ─── Background images ─── */
.uiux-panel-bg {
  position: absolute;
  inset: 0;
}

/* Both img tags and placeholder divs share this */
.uiux-img-base,
.uiux-img-hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Placeholder colours until real images are swapped in */
.uiux-img-base  { background: #1e1e1e; opacity: 1; transition: opacity 0.5s ease; }
.uiux-img-hover { background: #2a2a2a; opacity: 0; transition: opacity 0.5s ease; }

.uiux-panel:nth-child(2) .uiux-img-base,
.uiux-panel:nth-child(2) .uiux-img-hover {
  object-position: center top;
}
.uiux-panel:hover .uiux-img-hover { opacity: 1; }

/* For real <img> tags: also apply object-fit + transitions */
.uiux-panel-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
}

/* Gradient so bottom label always reads on any image */
.uiux-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.72) 0%,
    rgba(0,0,0,0.1)  45%,
    rgba(0,0,0,0)    100%
  );
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.uiux-panel:hover::before { opacity: 0.5; }

/* ─── Default label (bottom, fades out on hover) ─── */
.uiux-panel-label {
  position: absolute;
  bottom: 3.5rem;
  left: 3.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: opacity 0.3s ease;
}
.uiux-panel:hover .uiux-panel-label { opacity: 0; }

.uiux-panel-num {
  font-family: Libre Baskerville;
  font-style: italic;
  font-size: 1.3rem;
  color: rgba(255,255,255,0.4);
}

.uiux-panel-short {
  font-family: League Spartan;
  font-size: 1.8rem;
  font-weight: 300;
  color: white;
  letter-spacing: 0.04rem;
}

/* ─── Info sidebar (slides in from the right on hover) ─── */
.uiux-panel-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 28rem;
  background: rgba(12,12,12,0.93);
  border-left: 1px solid rgba(255,255,255,0.07);
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3;
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.2rem;
}
.uiux-panel:hover .uiux-panel-info { transform: translateX(0); }

.uiux-info-num {
  font-family: Libre Baskerville;
  font-style: italic;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  color: rgba(255,255,255,0.08);
}

.uiux-info-title {
  font-family: League Spartan;
  font-size: 2.8rem;
  font-weight: 300;
  color: white;
  line-height: 1.1;
  letter-spacing: 0.04rem;
}

.uiux-info-desc {
  font-family: Libre Baskerville;
  font-size: 1.45rem;
  font-style: italic;
  color: rgba(255,255,255,0.48);
  line-height: 1.75;
}

.uiux-info-cta {
  font-family: League Spartan;
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #BF2929;
  align-self: flex-start;
  padding: 1.2rem 2.4rem;
  margin: -1.2rem -2.4rem;
  transition: letter-spacing 0.3s ease;
}
.uiux-info-cta:hover { letter-spacing: 0.32rem; }

.uiux-info-cta--wip {
  color: rgba(255,255,255,0.2);
  pointer-events: none;
}

/* Upcoming panel: dimmed, non-interactive */
.uiux-panel--upcoming {
  opacity: 0.45;
  pointer-events: none;
}

/* ── Sketchbook ── */
.section-sketchbook {
  background-color: #0e0a06;
  padding: 9rem 10% 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sketchbook-section-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.sk-section-text {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  text-align: center;
  max-width: 56rem;
  margin-bottom: 2rem;
}

.sk-section-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 3rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.05rem;
}

.sk-section-desc {
  font-family: Caveat, cursive;
  font-size: 2rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.45);
}

/* ── 3D book scene ── */
.sk-scene {
  perspective: 1100px;
  margin: 4rem 0 0;
  cursor: pointer;
  position: relative;
  
}

@keyframes sk-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-18px); }
}

.sk-float-wrap {
  animation: sk-float 4s ease-in-out infinite;
}
.sk-float-wrap:hover,
.sk-float-wrap.is-opening {
  animation-play-state: paused;
}

.sk-wrap {
  position: relative;
  width: 420px;
  height: 420px;
  transform-style: preserve-3d;
  transition: transform 0.4s ease;
}
.sk-float-wrap:hover .sk-wrap {
  transform: rotateX(7deg) rotateY(-10deg);
}
.sk-float-wrap.is-opening .sk-wrap {
  transform: none;
  transition: transform 0.3s ease;
}

/* Book body — cream pages, visible once cover opens */
.sk-body {
  position: absolute;
  inset: 0;
  background: #8B1010;
  border-radius: 3px 6px 6px 3px;
  box-shadow:
    0 30px 70px rgba(0,0,0,0.65),
    0 0 0 1px rgba(255,255,255,0.04);
  overflow: hidden;
}

.sk-inner-pages {
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 24px;
  right: 7px;
  background: #f0e8d0;
  background-image:
    repeating-linear-gradient(
      180deg,
      transparent 0px,
      transparent 26px,
      rgba(0,0,80,0.07) 26px,
      rgba(0,0,80,0.07) 27px
    );
  border-radius: 0 3px 3px 0;
  opacity: 0;
  transition: opacity 0.25s ease 0.55s;
}
.sk-float-wrap.is-opening .sk-inner-pages {
  opacity: 1;
}

/* Front cover — the element that rotates open */
.sk-cover {
  position: absolute;
  inset: 0;
  transform-origin: left center;
  transform-style: preserve-3d;
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.1, 1);
}
.sk-cover.is-opening {
  transform: rotateY(-158deg);
}

/* Cover faces */
.sk-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 3px 6px 6px 3px;
}

.sk-face-front {
  background: #BF2929;
  box-shadow: 3px 0 14px rgba(0,0,0,0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}

.sk-face-inside {
  transform: rotateY(180deg);
  background: #f0e8d0;
  border-radius: 6px 3px 3px 6px;
  overflow: hidden;
}

/* Ruled lines inside cover */
.sk-ruled-lines {
  height: 100%;
  margin-left: 28px;
  border-left: 2px solid rgba(191,41,41,0.2);
  background-image:
    repeating-linear-gradient(
      180deg,
      transparent 0px,
      transparent 28px,
      rgba(0,0,100,0.09) 28px,
      rgba(0,0,100,0.09) 29px
    );
}

/* Decorative inset border on the cover */
.sk-cover-border {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 2px;
  pointer-events: none;
}

.sk-cover-title {
  font-family: Caveat;
  font-size: 4.2rem;
  color: rgba(255,255,255,0.93);
  letter-spacing: 0.08rem;
  position: relative;
  z-index: 1;
}

.sk-cover-author {
  font-family: Libre Baskerville;
  font-size: 1.3rem;
  color: rgba(255,255,255,0.42);
  font-style: italic;
  letter-spacing: 0.18rem;
  position: relative;
  z-index: 1;
}

/* Spine — always visible on top */
.sk-spine {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 22px;
  background: linear-gradient(to right, #5c0c0c, #7a1010, #8B1010);
  border-radius: 3px 0 0 3px;
  z-index: 20;
  box-shadow: inset -2px 0 5px rgba(0,0,0,0.4);
}

/* Curvy arrow "click me" hint */
.sk-click-hint {
  position: absolute;
  top: 0;
  left: calc(100% + 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.sk-click-hint.is-gone { opacity: 0; }

.sk-arrow-svg {
  width: 44px;
  height: 70px;
}

.sk-click-text {
  font-family: Caveat;
  font-size: 2.2rem;
  color: rgba(201,169,110,0.78);
  transform: rotate(-6deg);
  display: inline-block;
  white-space: nowrap;
}

/* ── Custom cursor ── */
body { cursor: none; }
*, *::before, *::after { cursor: none !important; }

.cursor { pointer-events: none; }

.cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.cursor__ball--big { mix-blend-mode: difference; }
.cursor__ball--big circle { fill: #BF2929; }

.cursor__ball--small { mix-blend-mode: difference; }
.cursor__ball--small circle { fill: #f7f8fa; }

/* Example hotspot size — adjust per page */
.page-link.small {
    width: 20%;
    height: 15%;
}

.page-link.medium {
    width: 40%;
    height: 25%;
}

.page-link.large {
    width: 60%;
    height: 40%;
} 

body {
    margin: 0;
    background-color: #202020;
}

.book-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: visible; 
    z-index: 2;
    display: block; 
    transition: height 0.7s ease-in-out;
}

.notebook {
  position: relative;
}

.base_img {
  position: absolute;
  top: 51.2%;
  left: 47.2%;
  transform: translate(-50%, -50%);
  width: 79vw;        
  max-width: 1500px;
  z-index: 1;         
  pointer-events: none;
}

.book-section > .container {
    height: 50vw;
    width: 70vw;
    max-width: 900px;
    max-height: 600px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2%;
    margin-top: 66.9rem;
    perspective: 1200px;
}

.book-section .container .right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform-origin: top;
    transition: transform 0.7s ease-in-out;
    /*isolation: isolate; /*forces page to be its own group* didnt really work*/
}

.right > figure.front {
    background-color: #FFFFFF;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center;
    border-radius: 0px 0px 60px 60px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
}

.right > figure.back {
    background-color: #FFFFFF;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center;
    border-radius: 60px 60px 0px 0px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
}

.right > figure.front {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.right > figure.back {
    transform: rotateX(-180deg); 
    box-shadow: 0 -10px 20px rgba(0,0,0,0.2);
}

.container {
  position: relative;
}

.page-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0px 0px 60px 60px;
}

.flip {
    transform: rotateX(180deg); 
}

.flip::before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0));
}

.book-section > button {
    border: 2px solid #ef9f00;
    background-color: transparent;
    color: #ef9f00;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
    transition: 0.3s ease-in-out;
}

.book-section > button:focus,
.book-section > button:active {
    outline: none;
}

.book-section > button:hover {
    background-color: #ef9f00;
    color: #fff;
}


.front#cover, .back#back-cover {
    font-family: calibri;
    text-align: left;
    padding: 0 30px;
}

.front#cover h1 {
    color: #725353;
}

.front#cover p {
    color: rgba(0,0,0,0.8);
    font-size: 14px;
}

.right > figure.front h1,
.right > figure.front p {
    color: black; 
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-family: 'Libre Baskerville', serif;
}

.right > figure.front h1 {
    font-size: 2rem;
}

.right > figure.front p {
    font-size: 1.2rem;
    margin-top: 0.5rem;
}

/*flex position sketchbook in center - set heigh to be the height you want (ie 80 60 %) 
when transition into p1 change to height to 100% then set transition to the height so secitono above will grow*/
/* reminder move the artist statement up  once past the book scroll*/
/* Responsive for larger screens */ /*32inch monintnro my laptop is 1920 32inch is 3840*/
@media (min-width: 2560px) /* 650 900 1250 */{
 
  .signup_container {
  min-height: 70vh;
  padding: 4rem 10%;
}

 .book-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  
    width: 100%;
    overflow: visible; 
    z-index: 2;
    display: block; 
    transition: height 0.7s ease-in-out;
}
  .book-section > .container {
    height: 50vw;
    width: 70vw;
    max-width: 1100px;
    max-height: 740px;
    position: relative;
    top: 55.5%;
    left: 49%;
    /* transform: translate(-50%, -50%); */
    border-radius: 2%;
    /* padding: 0 10% 30% 0%; */
    /* margin-top: 65rem; */
    perspective: 1200px;
}
}
@media (min-width: 1800px) {

  .logo {
    font-size: 3.6rem;  
  }

  .navbar > li > a {
    font-size: 2.2rem;  
  }

  .dropdown-menu li a {
    font-size: 1.9rem;  
  }

  .footer .text {
    font-size: 6rem;     
  }

  .contact a {
    font-size: 2.2rem;  
  }
  .icon_links {
    width: 182px;   
    height: 40px;   
    gap: 2rem;
  }

  .icon_links img {
    width: 35px;    
    height: auto;
  }
  
  .home h1 {
    font-size: 14rem;   
  }

  .home h2 {
    font-size: 9rem;   
  }

  .home .hello::before {
    height: 70%;        
    top: 30px;
  }
  
  .home .statement_text {
    font-size: 1.8rem;
  }
}

/* i made this for4k but i have no exact way of testing if it works out but everything is just aorund 2x bigger lmao */
@media (min-width: 3840px) {

  html {
    font-size: 120%; 
  }

  
  .header {
    height: 180px;        
    padding: 4rem 10%;
  }

  .logo {
    font-size: 5rem;      
  }

  .navbar > li > a {
    font-size: 2.8rem;   
  }

  .dropdown-menu li a {
    font-size: 2.2rem;    
  }

  .dropdown-menu {
    min-width: 340px;   
  }

  #menu-icon {
    font-size: 5rem;      
  }

  
  .home h1 {
    font-size: 18rem;     
  }

  .home h2 {
    font-size: 12rem;     
  }

  .home .hello::before {
    top: 50px;
    left: -30px;
  }

  .home-content {
    padding-top: 30%;
  }

  .statement_text {
    font-size: 2.4rem;    
    padding: 6rem 10%;
  }

  .book-section > .container {
    max-width: 1800px;
    max-height: 1200px;
    margin-top: 100rem;
  }

  .base_img {
    width: 75vw;
    max-width: 2800px;
  }

  .newsletter {
    max-width: 2400px;
    padding: 120px 60px;
  }

  .newsletter h2 {
    font-size: 7rem;    
  }

  .newsletter h3 {
    font-size: 2.2rem;    
  }

  .signup_container {
    padding: 30rem 10% 15rem 10%;
  }

  .signup_container form {
    max-width: 1400px;
  }

  .input-icon input {
    padding: 3.5rem;
    font-size: 2.2rem;   
  }

  .signup_container button {
    padding: 2.5rem 5rem;
    font-size: 2rem;     
  }

  .footer {
    height: 300px;        
    padding: 6rem 10%;
  }

  .footer .text {
    font-size: 8rem;      
  }

  .contact a {
    font-size: 2.8rem;    
  }

  .icon_links {
    width: 260px;        
    height: 50px;        
  }

  .icon_links img {
    width: 50px;
    height: auto;
  }
}

