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

}

body {
    font-family: gopher, sans-serif;
    font-weight: 400;
    background-color: white;
    background-image: url(../images/backgroundpd.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;

    min-width: 100vw;
    min-width: -webkit-fill-available;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

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

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

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

/* 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: 0vh;
}

.introclay {
    margin-top: 60px;
    height: 50vh;
}

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

    .introclay video {
        visibility: visible;
    }
}

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

    .introclay video {
        visibility: hidden;
    }
}

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

.content {
    background-color: white;
    background-image: url();
    background-attachment: fixed;
    padding: 80px 20%;
    width: 60%;
    margin-top: 55vh;
}

.content2 {
    background-color: white;
    background-image: url();
    background-attachment: fixed;
    padding: 80px 20%;
    width: 60%;
    margin-top: 7.3vh;
}


.content h2 {
    font-family: neusa-next-std-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 3rem;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    color: dimgrey;
    transition: all ease 0.8s;
}

.content2 h2 {
    font-family: neusa-next-std-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 3rem;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    color: dimgrey;
    transition: all ease 0.8s;
}

.content p,
.content a {
    font-family: degular-text, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.1rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.content2 p,
.content2 a {
    font-family: degular-text, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.1rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

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

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


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

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

.content a:active {}

.content2 p2,
.content2 a {
    font-family: degular-text, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    color: #6c6c6c;
}


footer {
    width: 60%;
    padding: 40px 20vw 35px 20vw;
    height: 50px;
    background-color: white;



}

footer p {
    font-family: gopher, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: .8rem;
    color: darkslategray;
    text-transform: uppercase;
    line-height: 1.5rem;
}

footer p span {
    font-family: gopher, sans-serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
    font-size: .8rem;
    color: darkslategray;
    text-transform: lowercase;
    line-height: 1.5rem;
    padding-right: 3px;
}

footer a {
    font-family: gopher, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
    font-size: .8rem;
    color: #667474;
    text-transform: lowercase;
    line-height: 1.5rem;
    padding-right: 3px;
}

footer a:hover {
    font-family: gopher, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
    font-size: .8rem;
    color: darkslategray;
    text-transform: lowercase;
    line-height: 1.5rem;
    padding-right: 3px;
}

.container.gallery {
    background-color: whitesmoke;
}

#thegrid {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-gap: 0px;

    grid-template-areas:
        "img1 img2 img3 img4";

    grid-template-columns: repeat(4, 1fr);
}

.pattern {
    background-color: white;
}

.img1 {
    grid-area: img1;
}

.img2 {
    grid-area: img2;
}

.img3 {
    grid-area: img3;
}

.img4 {
    grid-area: img4;
}

.img1:hover {
    opacity: 50%;
    transition: ease 1s;
}

.img2:hover {
    opacity: 50%;
    transition: ease 1s;
}

.img3:hover {
    opacity: 50%;
    transition: ease 1s;
}

.img4:hover {
    opacity: 50%;
    transition: ease 1s;

}

#thegrid2 {
    width: 80%;
    margin: 0px auto;
    display: grid;
    grid-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    grid-template-areas:
        "app telos card"
        "font chrome mag"
        "book slash brand"
        "tower boy witch";
    grid-template-columns: 1fr 1fr 1fr;
}

.app {
    grid-area: app;
}

.telos {
    grid-area: telos;
}

.card {
    grid-area: card;
}

.font {
    grid-area: font;
}

.chrome {
    grid-area: chrome;
}

.mag {
    grid-area: mag;
}

.book {
    grid-area: book;
}

.slash {
    grid-area: slash;
}

.brand {
    grid-area: brand;
}

.tower {
    grid-area: tower;
}

.boy {
    grid-area: boy;
}

.witch {
    grid-area: witch;
}

.app:hover {
    opacity: 50%;
    transition: ease 1s;
}

.telos:hover {
    opacity: 50%;
    transition: ease 1s;
}

.card:hover {
    opacity: 50%;
    transition: ease 1s;
}

.font:hover {
    opacity: 50%;
    transition: ease 1s;
}

.chrome:hover {
    opacity: 50%;
    transition: ease 1s;
}

.mag:hover {
    opacity: 50%;
    transition: ease 1s;
}

.book:hover {
    opacity: 50%;
    transition: ease 1s;
}

.slash:hover {
    opacity: 50%;
    transition: ease 1s;
}

.brand:hover {
    opacity: 50%;
    transition: ease 1s;
}

.tower:hover {
    opacity: 50%;
    transition: ease 1s;
}

.boy:hover {
    opacity: 50%;
    transition: ease 1s;
}

.witch:hover {
    opacity: 50%;
    transition: ease 1s;
}

#thegrid2 p {
    font-family: gopher, sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 0% 0;
    line-height: 300px;
    font-size: 1.5rem;
    /*    height: 10%;*/
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 99999;
    position: absolute;
    width: 100%;

}

#thegrid2 a {
    width: 100%;
    height: 300px;
}

#thegrid3 {
    width: 80%;
    margin: 30px auto;
    display: grid;
    grid-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    grid-template-areas:
        "alien eye vase"
        "cal lamp arm"
        "ginko rainbow jelly"
        "china jade lampwire"
        "bowl circles fish";
    grid-template-columns: 1fr 1fr 1fr;
}

.lamp {
    grid-area: lamp;
}

.cal {
    grid-area: cal;
}

.china {
    grid-area: china;
}

.arm {
    grid-area: arm;
}

.eye {
    grid-area: eye;
}

.vase {
    grid-area: vase;
}

.ginko {
    grid-area: ginko;
}

.rainbow {
    grid-area: rainbow;
}

.fish {
    grid-area: fish;
}

.alien {
    grid-area: alien;
}

.jade {
    grid-area: jade;
}

.lampwire {
    grid-area: lampwire;
}

.jelly {
    grid-area: jelly;
}

.circles {
    grid-area: circles;
}

.bowl {
    grid-area: bowl;
}

.lamp:hover {
    opacity: 50%;
    transition: ease 1s;
}

.eye:hover {
    opacity: 50%;
    transition: ease 1s;
}

.vase:hover {
    opacity: 50%;
    transition: ease 1s;
}

.ginko:hover {
    opacity: 50%;
    transition: ease 1s;
}

.rainbow:hover {
    opacity: 50%;
    transition: ease 1s;
}

.fish:hover {
    opacity: 50%;
    transition: ease 1s;
}

.alien:hover {
    opacity: 50%;
    transition: ease 1s;
}

.jade:hover {
    opacity: 50%;
    transition: ease 1s;
}

.lampwire:hover {
    opacity: 50%;
    transition: ease 1s;
}

.jelly:hover {
    opacity: 50%;
    transition: ease 1s;
}

.circles:hover {
    opacity: 50%;
    transition: ease 1s;
}

.bowl:hover {
    opacity: 50%;
    transition: ease 1s;
}

.cal:hover {
    opacity: 50%;
    transition: ease 1s;
}

.china:hover {
    opacity: 50%;
    transition: ease 1s;
}

.arm:hover {
    opacity: 50%;
    transition: ease 1s;
}

#thegrid4 {
    width: 80%;
    margin: 0px auto;
    display: grid;
    grid-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    grid-template-areas:
        "app4 app2 app3";
    grid-template-columns: 1fr 1fr 1fr;
}

.app2 {
    grid-area: app2;
}

.app3 {
    grid-area: app3;
}

.app4 {
    grid-area: app4;
}

.app2:hover {
    opacity: 50%;
    transition: ease 1s;
}

.app3:hover {
    opacity: 50%;
    transition: ease 1s;
}

.app4:hover {
    opacity: 50%;
    transition: ease 1s;
}

#thegrid5 {
    width: 80%;
    margin: 0px auto;
    display: grid;
    grid-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    grid-template-areas:
        "t1 t2 t3"
        "t4 t5 t6"
        "t7 t8 t9"
        "t10 t11 t12";
    grid-template-columns: 1fr 1fr 1fr;
}

.t1 {
    grid-area: t1;
}

.t2 {
    grid-area: t2;
}

.t3 {
    grid-area: t3;
}

.t4 {
    grid-area: t4;
}

.t5 {
    grid-area: t5;
}

.t6 {
    grid-area: t6;
}

.t7 {
    grid-area: t7;
}

.t8 {
    grid-area: t8;
}

.t9 {
    grid-area: t9;
}

.t10 {
    grid-area: t10;
}

.t11 {
    grid-area: t11;
}

.t12 {
    grid-area: t12;
}

.t1:hover {
    opacity: 50%;
    transition: ease 1s;
}

.t2:hover {
    opacity: 50%;
    transition: ease 1s;
}

.t3:hover {
    opacity: 50%;
    transition: ease 1s;
}

.t4:hover {
    opacity: 50%;
    transition: ease 1s;
}

.t5:hover {
    opacity: 50%;
    transition: ease 1s;
}

.t6:hover {
    opacity: 50%;
    transition: ease 1s;
}

.t7:hover {
    opacity: 50%;
    transition: ease 1s;
}

.t8:hover {
    opacity: 50%;
    transition: ease 1s;
}

.t9:hover {
    opacity: 50%;
    transition: ease 1s;
}

.t10:hover {
    opacity: 50%;
    transition: ease 1s;
}

.t11:hover {
    opacity: 50%;
    transition: ease 1s;
}

.t12:hover {
    opacity: 50%;
    transition: ease 1s;
}

#thegrid6 {
    width: 80%;
    margin: 0px auto;
    display: grid;
    grid-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    grid-template-areas:
        "neb2 neb1 neb3"
        "neb4 neb5 neb6"
        "neb7 neb8 neb9";
    grid-template-columns: 1fr 1fr 1fr;
}

.neb1 {
    grid-area: neb1;
}

.neb2 {
    grid-area: neb2;
}

.neb3 {
    grid-area: neb3;
}

.neb4 {
    grid-area: neb4;
}

.neb5 {
    grid-area: neb5;
}

.neb6 {
    grid-area: neb6;
}

.neb7 {
    grid-area: neb7;
}

.neb8 {
    grid-area: neb8;
}

.neb9 {
    grid-area: neb9;
}

.neb1:hover {
    opacity: 50%;
    transition: ease 1s;
}

.neb2:hover {
    opacity: 50%;
    transition: ease 1s;
}

.neb3:hover {
    opacity: 50%;
    transition: ease 1s;
}

.neb4:hover {
    opacity: 50%;
    transition: ease 1s;
}

.neb5:hover {
    opacity: 50%;
    transition: ease 1s;
}

.neb6:hover {
    opacity: 50%;
    transition: ease 1s;
}

.neb7:hover {
    opacity: 50%;
    transition: ease 1s;
}

.neb8:hover {
    opacity: 50%;
    transition: ease 1s;
}

.neb9:hover {
    opacity: 50%;
    transition: ease 1s;
}

.project_title {
    width: 100%;
    height: 100%;
    line-height: 0%;
    background-color: transparent;
    opacity: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    transition: ease 1s;
}

.project_title a {
    font-family: gopher, sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.25;
    text-transform: uppercase;
    color: whitesmoke;
    display: block;
    padding: 45% 0 55% 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.project_title:hover {
    opacity: 100%;
}

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

/*phone*/

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

    .content {
        background-color: white;
        background-image: url();
        background-attachment: fixed;
        padding: 2rem 20%;
        width: 60%;
        margin-top: 47vh;
    }

    .content2 {
        background-color: white;
        background-image: url();
        background-attachment: fixed;
        padding: 2rem 20%;
        width: 60%;
        margin-top: 7.3vh;
    }


    .content h2 {
        font-family: neusa-next-std-wide, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.4rem;
        line-height: 2rem;
        text-align: left;
        letter-spacing: 1px;
        margin-bottom: 1rem;
        color: dimgrey;
        transition: all ease 0.8s;
    }

    .content2 h2 {
        font-family: neusa-next-std-wide, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.4rem;
        line-height: 2rem;
        text-align: left;
        letter-spacing: 1px;
        margin-bottom: 1rem;
        color: dimgrey;
        transition: all ease 0.8s;
    }

    .content p,
    .content a {
        font-family: degular-text, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: .8rem;
        line-height: 1.1rem;
        margin-bottom: 0rem;
    }

    .content2 p,
    .content2 a {
        font-family: degular-text, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: .8rem;
        line-height: 1.1rem;
        margin-bottom: 1rem;
    }

    .content2 p2,
    .content2 a {
        font-family: degular-text, sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: .7rem;
        line-height: 1.1rem;
        color: #6c6c6c;
    }

    footer {
        width: 60%;
        padding: 15px 20vw 15px 20vw;
        height: 30px;
        background-color: white;
    }

    footer p,
    footer p span,
    footer a {
        font-size: .5rem;
        line-height: .5rem;
    }

    footer a:hover {
        font-family: gopher, sans-serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 1px;
        color: darkslategray;
        text-transform: lowercase;
        line-height: .5rem;
        font-size: .5rem;
    }

    #thegrid {
        width: 100%;
        margin: 0 auto;
        display: grid;
        grid-gap: 0px;

        grid-template-areas:
            "img1 img2"
            "img3 img4";

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

    #thegrid2 {
        width: 80%;
        margin: 0px auto;
        display: grid;
        grid-gap: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        grid-template-areas:
            "app"
            "telos"
            "card"
            "font"
            "chrome"
            "mag"
            "book"
            "slash"
            "brand"
            "tower"
            "boy"
            "witch";
        grid-template-columns: 1fr;
    }

    .introclay {
        margin-top: 47vh;
        height: 0vh;
    }

    #thegrid3 {
        width: 80%;
        margin: 30px auto;
        display: grid;
        grid-gap: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        grid-template-areas:
            "lamp"
            "eye"
            "vase"
            "cal"
            "alien"
            "arm"
            "ginko"
            "rainbow"
            "jelly"
            "china"
            "jade"
            "lampwire"
            "bowl"
            "circles"
            "fish";
        grid-template-columns: 1fr;
    }

    #thegrid4 {
        width: 80%;
        margin: 0px auto;
        display: grid;
        grid-gap: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        grid-template-areas:
            "app4"
            "app2"
            "app3";
        grid-template-columns: 1fr;
    }

    #thegrid5 {
        width: 80%;
        margin: 0px auto;
        display: grid;
        grid-gap: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        grid-template-areas:
            "t1"
            "t2"
            "t3"
            "t4"
            "t5"
            "t6"
            "t7"
            "t8"
            "t9"
            "t10"
            "t11"
            "t12";
        grid-template-columns: 1fr;
    }

    #thegrid6 {
        width: 80%;
        margin: 0px auto;
        display: grid;
        grid-gap: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        grid-template-areas:
            "neb2"
            "neb1"
            "neb3"
            "neb4"
            "neb5"
            "neb6"
            "neb7"
            "neb8"
            "neb9";
        grid-template-columns: 1fr;
    }
}

/*iphonesmall*/
@media only screen and (max-width: 400px) {

    .content {
        background-color: white;
        background-image: url();
        background-attachment: fixed;
        padding: 2rem 20%;
        width: 60%;
        margin-top: 47vh;
    }

    .content2 {
        background-color: white;
        background-image: url();
        background-attachment: fixed;
        padding: 2rem 20%;
        width: 60%;
        margin-top: 9vh;
    }


    .content h2 {
        font-family: neusa-next-std-wide, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.4rem;
        line-height: 2rem;
        text-align: left;
        letter-spacing: 1px;
        margin-bottom: 1rem;
        color: dimgrey;
        transition: all ease 0.8s;
    }

    .content2 h2 {
        font-family: neusa-next-std-wide, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.4rem;
        line-height: 2rem;
        text-align: left;
        letter-spacing: 1px;
        margin-bottom: 1rem;
        color: dimgrey;
        transition: all ease 0.8s;
    }

    .content p,
    .content a {
        font-family: degular-text, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: .8rem;
        line-height: 1.1rem;
        margin-bottom: 0rem;
    }

    .content2 p,
    .content2 a {
        font-family: degular-text, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: .8rem;
        line-height: 1.1rem;
        margin-bottom: 1rem;
    }

    .content2 p2,
    .content2 a {
        font-family: degular-text, sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: .7rem;
        line-height: 1.1rem;
        color: #6c6c6c;
    }

    footer {
        width: 60%;
        padding: 15px 20vw 15px 20vw;
        height: 30px;
        background-color: white;
    }

    footer p,
    footer p span,
    footer a {
        font-size: .5rem;
        line-height: .5rem;
    }

    footer a:hover {
        font-family: gopher, sans-serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 1px;
        color: darkslategray;
        text-transform: lowercase;
        font-size: .5rem;
        line-height: .5rem;
    }

    #thegrid {
        width: 100%;
        margin: 0 auto;
        display: grid;
        grid-gap: 0px;

        grid-template-areas:
            "img1 img2"
            "img3 img4";

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

    #thegrid2 {
        width: 80%;
        margin: 0px auto;
        display: grid;
        grid-gap: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        grid-template-areas:
            "app"
            "telos"
            "card"
            "font"
            "chrome"
            "mag"
            "book"
            "slash"
            "brand"
            "tower"
            "boy"
            "witch";
        grid-template-columns: 1fr;
    }

    .introclay {
        margin-top: 47vh;
        height: 0vh;
    }

    #thegrid3 {
        width: 80%;
        margin: 30px auto;
        display: grid;
        grid-gap: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        grid-template-areas:
            "lamp"
            "eye"
            "vase"
            "cal"
            "alien"
            "arm"
            "ginko"
            "rainbow"
            "jelly"
            "china"
            "jade"
            "lampwire"
            "bowl"
            "circles"
            "fish";
        grid-template-columns: 1fr;
    }

    #thegrid4 {
        width: 80%;
        margin: 0px auto;
        display: grid;
        grid-gap: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        grid-template-areas:
            "app4"
            "app2"
            "app3";
        grid-template-columns: 1fr;
    }

    #thegrid5 {
        width: 80%;
        margin: 0px auto;
        display: grid;
        grid-gap: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        grid-template-areas:
            "t1"
            "t2"
            "t3"
            "t4"
            "t5"
            "t6"
            "t7"
            "t8"
            "t9"
            "t10"
            "t11"
            "t12";
        grid-template-columns: 1fr;
    }

    #thegrid6 {
        width: 80%;
        margin: 0px auto;
        display: grid;
        grid-gap: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        grid-template-areas:
            "neb2"
            "neb1"
            "neb3"
            "neb4"
            "neb5"
            "neb6"
            "neb7"
            "neb8"
            "neb9";
        grid-template-columns: 1fr;
    }
}

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