/** {
  outline: 1px solid red;
}*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Quattrocento:wght@400;700&family=Questrial&family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    
    --font-strong: 'Marcellus', serif;
    --play: 'Playfair', serif;
    --quick: "Quicksand", sans-serif;
    --nun: "Nunito", sans-serif;
    --mont: "Montserrat", sans-serif;
    --lora: "Lora", serif;

    --taupe:     rgb(234,220,206);
    --lt-grn:    rgb(174, 189, 171);
    --for-grn:   rgb(94,112,91);
    --lav:       rgb(174,159,177);
    --purp:      rgb(120,95,125);
    --back:        rgb(184, 164, 145);
    --cream:       rgb(254,255,237);
    --charcoal:    rgb(54, 57, 63);
}
* {
    /*Keeps elemets*/
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-size: 16px;
    display: block;
    margin: 0;
    font-family: var(--nun);
    background: #faf7f2 ;
    text-align: justify;
}

#barLinks{
  display: flex;
  gap: 20px;
  font-size: 1rem;
  padding-left: 1.0rem;
  padding-right: 1.0rem;
}
#barLinks a:hover {
    color: var(--purp);
}
#topBar {
    background: var(--for-grn);
    color: var(--cream);
    border-bottom: 1px solid rgba(0,0,0,.05);
    font-family: var(--font-strong);
    font-style: normal;
    letter-spacing: -0.01em;
    font-weight: 400;
    align-items: center;
    display: flex;
    padding: 1.5rem 3rem;
    min-height: 90px;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
}
#main-title{
    font-size: clamp(1.6rem, 2vw, 2.4rem);



}
a {
    text-decoration: none;
}
a:link, a:visited {
    color: inherit;
}
#about, #pricing {
    height: auto;
    background-color: rgb(232, 224, 212);
}
#about-container {
    display:grid;
    grid-template-columns: 350px 1fr;
    gap: 1.0rem;
}
#about-description-container {
    display: grid;
    grid-template-columns: 1fr;
}
#about-details {
    border: 2px solid none;
    border-radius: 0.3em;
    box-shadow:0 0 0 5px var(--for-grn);
    flex-grow: 2;
    margin: 1px;
    padding: 1.0rem 2.0rem;
    min-width: 30%;
    
}
h2{
    font-family: var(--lora);
    font-size: clamp(2rem, 4vw, 3.5rem);
    color: var(--for-grn);
    margin-bottom: 1.0rem;
}

@media (max-width: 768px) {
  #topBar {
    font-size: 28px;
    height: 50px;
  }
  #hamburger {
    display: block;
  }
  #book-button {
   display: none;
  }
  #barLinks{
    display: none;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    font-size: 14px;
  }
  #about-description-container {
    flex-direction: column;
  }
  #main-title{
    position: absolute;
    left: 16px;
    transform: none;
}
    #barLinks.active {
        display: flex;
    }

    #barLinks a {
        padding: 1rem;
        text-align: center;
    }

    #topBar {
        position: relative;
    }
}
#hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#heroImage{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 0;
}
.hero-content {
    position: relative;
    z-index: 1;
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}   
#imageContainer{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
/*#imageContainer::after{
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--back) 1%, rgba(255, 255, 255, 0) 25%);
    z-index: 2;
    pointer-events: none;
}
*/
.section{
    padding:6rem 0rem;
    line-height: 2;}
#book-button, .primary-btn{
    background: #6e9f88;
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 2px;
    transition: .3s;
    text-shadow: none;
    max-width: 150px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
#book-button:hover {
    transform: translateY(-2px);
}
#rikki-photo{
    width: 100%;
    max-width: 350px;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    border: 4px solid white;
}
#rikki-photo:hover {
    transform: scale(1.02);
}
.credential-card {
    background: white;
    padding: 2rem;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}
.specialties {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.specialties span {
    font-size: 2rem;
    font-family: var(--lora);
    color: var(--for-grn);
    line-height: 1.2;
}
.specialties span::after {
    content: "•";
    margin-left: .75rem;
    color: rgba(120,95,125,0.5);
}

.specialties span:last-child::after {
    content: "";
}
p {
    max-width: 65ch;
    line-height: 1.7;
    margin-bottom: 1rem;
}
.container {
    display: grid;
    place-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry;
}
#hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
}
#hamburger span {
    display: block;
    width: 28px;
    height: 2px;
    background: white;
    border-radius: 999px;
    transition: 0.3s;
}
footer {
    text-align: center;
    padding: 2rem;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
}
.hero-content{
    display: grid;
    font-family: var(--font-strong);
    color: var(--cream);
    gap: 10px;
}
#contact {
    background: var(--charcoal);
    color: var(--cream);
}
#contact h2 {
    color: var(--cream);
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
}