* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
picture {
 /* min-width: 100%;  */
 display: flex;
}
body {
  padding-top: 5rem;
  /* background-color: rgb(133, 200, 226); */
  background-color: #c6d4f9;
  /* background-color: antiquewhite; */
  /* color: white; */
  font-family: Arial, sans-serif;
}
nav {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 100%; */
  /* width: 80%; */
  /* justify-content: space-between; */
  /* justify-content: left; */
}
header {
  color: #888;
  /* size: fixed; */
  background-color: #ffff;
  padding: .8rem 0;
  position: fixed;
  width: 100%;
  /* height: 5rem; */
  top: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;

}
header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.left-links {
  display: flex;
  justify-content: space-around;
}
.right-links {
  display: flex;
  /* text-align: right; */
  justify-content: space-evenly;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  /* height: 100%; */
  height: fit-content;
  /*transform: translate(0, 50%); */
  position: relative;
  padding-left: 10px;
  /* margin: 0; */
}


.logo-container {
  /* outline: auto; */
  /* flex: 1; */
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;   
  font-size: 1.2rem;
  font-weight: bolder;
  /* padding-right: 40px; */
  /* min-width: 100px */
  /* height: 100%; */
  width: auto;
  justify-content: start;
}

.logo-container img {
  /* display: flex; */
  /* flex: 1; */
  /* height: 3rem; */
  /* max-width: 100px; */
  display: inline-block;
  height: 100%;
  max-width: 30px
  /* aspect-ratio: 1; */
  /* height: auto; */
  /* max-width: 100%; */
  /* align-items: center;
  justify-content: center; */
  /* padding: 0 0 0 0px; */
}
/* .logo-container  */
.logo-container picture {
  display: flex;
  /* height: 10px; */
  /* display: flex;
  align-items: center;
  justify-content: center; */

  /* height: 3rem; */
  /* display: flex;
  flex: 1; */
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.big-logo {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 80%;
  align-items: center;
}
.big-logo picture{
  
  max-width: 800px;
}
.big-logo img {
  max-width: 100%;
}
.big-logo source {
  max-width: 100%;
}



.nav-links {
  /* align-items: center; */
  /* outline: auto; */
  display: flex;
  align-items: center;
  /* width: 100%; */
  /* right: 0; */
  height: 100%;
  /* width: calc(100% - 20px); */
  gap: 0rem;
}

.nav-links a {
  /* outline: auto; */
  /* padding: 10%; */
  display: flex;             
  justify-content: center;   
  align-items: center;  
  height: 100%;
  aspect-ratio: auto;
  font-weight: 600;
  font-size: 1rem;
  color: #888;
  text-decoration: none;
  transition: color 0.3s;
  /* text-align: center; */
}

.nav-links a:hover {
  color: #535353;
}

.hamburger {
  /* align-self: center; */
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding-right: 10px
}

.hamburger div {
  width: 25px;
  height: 3px;
  background-color: #777;
  transition: all 0.3s;
}
#about {
  color: white;
  /* margin: 10px; */
}
.body-container{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  /* outline: auto; */
  justify-content: center;
  align-items: center;
  /* flex-direction: row; */
}
.body-bottom{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 10px;
  /* gap: 20px; */
}

.blue-white a{
  display: flex;
  background-color: blue;
  color: white;
  max-height: 2.5rem;
  /* padding: 0 10px; */
  border-radius: 5px;
}
.arrow {
  display:flex;
  margin: 0;
}
.right-column, .left-column { 
  display: flex; 
  flex-direction: column;
  /* outline: auto; */
  /* justify-content: end; */
  /* align-items: top; */
  height: var(--row-height, auto);
  padding: .5vw;
}
.blue-box {
  display: flex;
  background-color: blue;
  padding: 1rem;
  border-radius: 5rem;
  /* text-align: center; */
  justify-content: center;
  /* width: fit-content; */
}
.blue-box a {
  color: white;
  text-decoration: none;
  font-size: clamp(14px, 5vw, 1.2rem);
}
.max-80 {
  margin-top: 1rem;
  padding: 1rem;
  display: flex;
  width: 80%;
  max-width: 800px;
  border-radius: 1rem;
  background-color: white;
}

.white-box {
  /* outline: auto; */
  /* width: 100%; */
  display: flex;
  background-color: white;
  padding: 1rem;
  border-radius: 5rem;
  /* text-align: center; */
  justify-content: center;
  font-size: 18px;
  border: 1px solid #777;
  /* width: fit-content; */
}
.white-box a {
  color: #777;
  text-decoration: none;
  font-size: clamp(14px, 5vw, 1.2rem);
}
.cols{
  display: flex;
  flex-direction: column;
  height: var(--row-height, auto);
  /* padding: 10px; */
  /* gap: 20px; */
  /* align-items: left; */
}

.filler-column {
  flex: 0 0 50%;
}

/* .section {
  margin: 0;
} */
.section {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.section img {
  max-width: 100%;
  max-height: 100%;
  /* min-height: 100%; */
  /* margin: 10; */

}

.no-wrap {
  text-wrap: nowrap;
}

#target-text {
  line-height: normal;
}



@media (min-width: 900px) {
  .centering-myself {
    display: flex;
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, 0%);

  }
  .white-border {
    position: relative;
  }
  .white-border::before {
    content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -1vw;
      width: 1px; /* Border thickness */
      background-color: white; /* Border color */
      pointer-events: none; /* Prevents interactions */
      z-index: 1;
  }
  .body-container {
    flex-direction: row-reverse;
  }
  .body-bottom {
    flex-direction: row;
  }
  .left-column {
    /* flex: 0 0 max(50%); */
    flex: 1;

  }
  .nav-links a {
    padding: 1rem;
    
  }

  .right-column {
    /* flex: 1; */
    /* width: 50%; */
    /* flex: 0 0 var(--right-width, 50%); */
    flex: 0 0 50%;
  }
  .cols {
    flex: 0 0 var(--right-width, 25%);
    /* justify-content: left; */
    /* padding: 100px; */
    align-items: center;
  }

  .blue-white {
    padding-right: 10px;
  }
}

@media (max-width: 899px) {
  .centering-myself {
    width: 100%;
  }
  .blue-white {
    padding: 1rem;
    width: 90%;
  }
 
  header{
    font-size: 85%;
  }
  .body-container {
    flex-direction: column;
  }
  .body-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .left-column, .right-column{
    /* flex: 0 0 100%; */
    flex: 0 0 50%;
  }
  .cols {
    flex: 0 0 100%;
    width: 100%;
    justify-content:  center;
    align-items: center;
    /* width: 0; */
    /* gap: 20px; */    
  }
  nav{
    padding-right: 1rem;
    border-left: 2px solid white;
  }
  .nav-links {
      display: none;
      /* outline: auto; */
      /* display: flex; */
      position: absolute;
      /* align-content: right; */
      /* flex-direction: column; */
      top: 100%;
      right: 0;
      width: 100%;
      background-color: white;
      flex-direction: column;
      padding: 0 1rem;
      height: auto;
  }
  .nav-links a {
    /* width: 100%; */
    /* height: 10%; */
    /* flex: 10%; */
    /* transform:  */
    height: 3rem;
    width: 100%;
    /* aspect-ratio: auto; */
    border-left: none;
    /* padding: 1; */
    font-weight: bold;
    font-size: 1.25rem;
    /* display: block; */
    /* color: #666; */
    text-decoration: none;
    transition: color 0.3s;
    /* text-align: center; */
  }
  .nav-links a { /*:not(:last-child) { */
    border-bottom: 1px solid #9999;
  }
  .not-nav-links {
    display: none;
    /* display: flex; */
    position: relative;
    /* margin-top: 70px; */
    /* align-content: right; */
    /* flex-direction: column; */
    /* top: 540%; */
    right: 0;
    width: 100%;
    background-color: white;
    flex-direction: column;
    padding: 0 1rem;
    height: auto;
}
  .not-nav-links a {

    /* height: 10%; */
    /* flex: 10%; */
    /* transform:  */
    height: 3rem;
    width: 100%;
    /* aspect-ratio: auto; */
    border-left: none;
    /* padding: 1; */
    font-weight: bold;
    font-size: 1.25rem;
    /* display: block; */
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
    /* text-align: center; */
  }
  .not-nav-links a:not(:last-child) {
    border-bottom: 1px solid #9999;
  }
  .slashed{
    font-size: 80%;
  }
  .slashed::first-letter{
    background-image: url('../assets/images/Wildfire_icon.png'); 
    background-size: cover; 
    background-position: center center; 
    /* padding: 1rem 1rem; */
    /* transform: scale(1); */
  }
  .nav-links.active {
      display: flex;
  }
  
  .not-nav-links.active {
    display: flex;
  }
  ::-webkit-scrollbar {
    width: 0;
  }
  .hamburger {
      display: flex;
      /* background-color: #111; */
      /* height: -50%; */
  }
  
  .hamburger.active div:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px);
      
  }

  .hamburger.active div:nth-child(2) {
      opacity: 0;
  }

  .hamburger.active div:nth-child(3) {
      transform: rotate(-45deg) translate(7px, -7px);
  }
}



/* === CTA button styles === */
.cta-wrapper{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  padding: 0.5rem 1rem 1.5rem;
}

.cta-button{
  display:inline-block;
  text-decoration:none;
  background:#1e40af;       /* deep blue to match logo tones */
  color:#fff;
  padding:0.9rem 1.4rem;
  border-radius:9999px;      /* pill */
  font-weight:700;
  letter-spacing:0.3px;
  box-shadow: 0 6px 14px rgba(30,64,175,0.35);
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease, opacity .2s ease;
  will-change: transform;
}

.cta-button:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(30,64,175,0.35);
  opacity: 0.95;
}

.cta-button:active{
  transform: translateY(0) scale(0.98);
  box-shadow: 0 4px 10px rgba(30,64,175,0.3);
}

.cta-button:focus-visible{
  outline: 3px solid #93c5fd; /* light blue focus ring */
  outline-offset: 2px;
}
