/*something to do with gd*/


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

}

body {
    font-family: dapifer, serif;
    font-weight: 300;
    background-color: white;
    /*    background-image: url(../images/pattern20kb.png);*/

    font-size: 3rem;
    font-family: aktiv-grotesk-extended, sans-serif;
    font-weight: 700;
    font-style: normal;
    float: center;

    min-width: 100vw;
    min-width: -webkit-fill-available;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    padding-top: 150px;
    margin-left: 50px;
    margin: 50px;
    margin-right: 50px;


}









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



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

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





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

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

    .intro video {
        visibility: visible;
    }
}

@media only screen and (max-width: 768px) {
    .intro {
        background-image: url(../images/IMG_2074.jpeg);
        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;
    }
}





@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/IMG_2075%202.jpeg);
    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;
    margin: 50px;
}

.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: 80px 0;
}


#thegrid {

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

    grid-gap: 20px;

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

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

    font-family: aktiv-grotesk, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.75rem;






}

#thegrid .one:hover .image-caption {
    position: absolute;
    z-index: 4;
    display: block;
}

#thegrid .two:hover .image-caption {
    position: absolute;
    z-index: 4;
    display: block;
}

#thegrid .three:hover .image-caption {
    position: absolute;
    z-index: 4;
    display: block;

}









.image-caption {

    position: relative;
    display: block;
}

.one:hover .image-caption,
.two:hover .image-caption,
.three:hover .image-caption {}

.image-caption {

    display: block;

    background-color: rgba(0, 0, 0, 0.5);
    /*  color: white;*/
    padding: 10px;

    position: absolute;
    z-index: 1;
    display: none;
}









}

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

    #thegrid {

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

        transition: all 0.3s linear;

        grid-template-columns: 3fr;

        margin-bottom: 3rem;
        margin-top: 3rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

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

}

#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: 50%;
    height: 50%;

}

.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) {
    .list {
        padding: 30px 10%;
    }

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

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




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






















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