html {
    font-size: 16px;
    /*
    height: fill-available;
    height: -webkit-fill-available;
*/
    scroll-behavior: smooth;

}

body {
    font-family: dapifer, serif;
    font-weight: 300;
    background-color: whitesmoke;
/*    background-image: url(../images/DSC_0071.jpg);*/

    min-width: 100vw;
    min-width: -webkit-fill-available;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    padding-top: 30px;
}






/*----------------------------------------------*/
/* STRUCTURE */
/*----------------------------------------------*/



.container {
    width: 100vw;
    height: auto;
}

.container_fs {
    width: 100vw;
    height: 100vh;
}



/* Style the video: 100% width and height to cover the entire window */
#watervideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}



.intro {
    margin-top: 60px;
    height: calc(100vh - 60px);
    box-shadow: 0px 7px 100px #434503;
}

@media only screen and (min-width: 769px) {
    .intro {
        background-image: none;
    }

    .intro video {
        visibility: visible;
    }
}

@media only screen and (max-width: 768px) {
    .intro {
        background-image: url(../images/runningwater/IMG_2880.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;

        background-attachment: fixed;
        width: 100%;
        height: 100vh;
        transition: height 0.4s ease;
    }

    .intro video {
        visibility: hidden;
    }
}



.intro h1 {
    position: relative;
    z-index: 88888;
    font-family: dapifer, serif;

    font-style: italic;
    line-height: calc(100vh - 120px);
    font-size: 7.0rem;
    font-weight: 400;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 1px #555;
    transition: all 0.4s ease;

}

@media only screen and (max-width: 768px) {
    .container_fs.intro {
        height: 300px;
    }

    .intro {
        height: 300px;
        background-position: top;
        background-size: contain;

    }

    .intro h1 {
        font-size: 4rem;
        line-height: 50vh;
        line-height: 300px;

    }

}

@media only screen and (max-width: 667px) {
    .intro h1 {
        font-size: 3.0rem;
    }
}

main,
footer {
    position: relative;
    z-index: 1111;
}

.content {
    background-color: white;
    /*    background-image: url(../images/pattern20wb.png);*/
    background-attachment: fixed;
    padding: 80px 20%;
    width: 60%;
    margin-top: 70vh;
}


.content h2 {
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 5rem;
    line-height: 4.5rem;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    color: #a3a533;
    transition: all ease 0.8s;
    align-content: center;
}

.content p,
.content a {
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #ccb;
    color: #73501f;
    color: #34260f;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
    font-weight: 400;
}

.content a,
.content a:visited {
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s linear;
}


.content a:hover {
    color: #e9bd40;
    color: white;
}

.content a:active {}

@media only screen and (max-width: 768px) {
    .content {
        padding: 80px 10%;
        width: 80%;
        margin-top: 0;
        padding: 40px 10%;

    }

    .content h2 {
        font-size: 2.0rem;
        line-height: 3.0rem;
    }

    .content p,
    .content a {
        font-size: 1.5rem;
        line-height: 2.3rem;
    }

}


footer {
    width: 80vw;
    padding: 60px 10vw 30px 10vw;
    height: 100px;
    /*    background-color: */
    /*    background-image: url(../images/pattern20kb.png);*/
    background-attachment: fixed;
    align-content: center;
}

footer p {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: italic;
    color: white;
    font-style: italic;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 400;
    
}

footer p span {

    font-size: 1.5rem;
    color: white;
    color: white;
    align-content: right;
    font-family: aktiv-grotesk-extended, sans-serif;
    font-weight: 400;
    font-style: italic;

}


.container.gallery {
    /*    background-color: #8c9cb2;*/
    padding: 30px 0;
}

#pagehead {
     width: 100wh;
     height: vh;
     background-color: #333;
     margin-bottom: 0px;

     background-image: url(images/chiaseed03.jpeg);
     /* The image used */
     background-position: center;
     /* Center the image */
     background-repeat: no-repeat;
     /* Do not repeat the image */
     background-size: cover;
     /* Resize the background image to cover the entire container */
     background-attachment: fixed;
 }

 .content {
     width: 60%;
     margin: 0 auto;
 }

 .divider {
     width: 100%;
     height: 60vh;
     margin-top: 60px;
     margin-bottom: 60px;
 }



 .img_responsive {
     width: 60%;
     height: auto;
 }

 .content figure {
     margin-top: 2rem;
 }


 .ingredients {
     background-color: darkgrey;
     width: 55vw;
     margin: 0 auto;
     padding: 40px 0;
     /*    padding: 0 40px 0 40px;    */
     /*    height: 55vh;*/
     /*    float: left;*/
     /*    align-content: center;*/
     margin-bottom: 60px;
 }

 .instructions {
     background-color: darkgrey;
     width: 55vw;
     /*    float: left;*/
     /*    align-content: center;*/
     margin-bottom: 60px;
     margin: 0 auto;
     padding: 40px 0;

 }








 #thegrid {

     width: 100%;
     margin: 90px auto;
     display: grid;

     grid-gap: 20px;

     grid-template-areas:
         "one two three";

     grid-template-columns: 1fr 1fr 1fr;

 }

 @media only screen and (max-width: 800px) {

     #thegrid {

         grid-template-areas:
             "one"
             "two"
             "three";

         transition: all 0.3s linear;

         grid-template-columns: 1fr;

     }
 }

 .img_responsive {
     width: 100%;
     height: auto;

 }

 .pattern2 {
     /*
    background-color:lightgrey;
    background-image: url(images/pattern20kb.png);
*/
 }

 .one {
     grid-area: one;
 }

 .two {
     grid-area: two;
 }

 .three {
     grid-area: three;
 }














@media only screen and (max-width: 667px) {

    #thegrid {
        grid-template-areas:
            "fluid"
            "img1"
            "shiny"
            "img2"
            "sparkly"
            "img3"
            "blurry"
            "img4";
        grid-template-columns: 1fr;
    }

}



.list {
    width: 80%;
    margin: 0 auto;
    /*    background-color: #e9bd40;*/
    background-color: #a3a533;
    /*    background-image: url(../images/pattern20wb.png);*/
    background-attachment: fixed;

    padding: 100px 10%;
    transition: all ease 0.8s;

}

.list h2 {
    font-weight: 300;
    font-variant: small-caps;
    text-transform: lowercase;
    font-size: 5rem;
    margin-bottom: 1rem;
    color: #ffffdd;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.list li {
    font-size: 2rem;
    line-height: 3rem;
    list-style-type: circle;
    list-style-position: inside;
    color: white;
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 200;
    font-style: normal;

}

@media only screen and (max-width: 667px) {
    .list {
        padding: 30px 10%;
    }

    .list h2 {
        font-size: 3rem;
        margin-bottom: 0.5rem;
    }

    .list li {
        font-size: 1.5rem;
        line-height: 2.0rem;
    }
}



.img_responsive {
    width: 100%;
    height: auto;
}


/*
#a3a533 green
#e9bd40 yellow
#8c9cb2 blue
#73501f brown
#34260f dark brown
*/
