@media only screen and (min-width: 900px) {
    header {
        background-color: var(--moss);
        height: 3.25rem;
        padding-top: 0.5rem;
    }

    .extrastripetop {
        border-top: 8px double var(--snow);
    }

    .extrastripebottom {
        border-bottom: 8px double var(--snow);
    }

    #handmademob {
        display: none !important;
    }

    #handmade {
        display: block !important;
    }

    .mobileonly {
        display: none;
    }

    /***** nav *****/
    #mobtop,
    #mobileheadertext {
        display: none;
    }

    section {

        h1{
            display: none;
            color: var(--moss);
            font-size: 3rem;

        }

        .firstpara {
            margin-bottom: 3rem;
            padding-left: 0;
            padding-right: 0;
        }

        padding: 0;
        font-size: 1.23rem;
        line-height: 1.5;

        .hcontainer {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            gap: 1rem;

            .leftstripes {
                flex-grow: 1;
                border-bottom: 8px double var(--snow);
                padding-top: 16rem;
              }
              
            .honimg {
                text-align: center;
            }
              
            .rightstripes {
                flex-grow: 10;
                border-bottom: 8px double var(--snow);
                padding-top: 16rem;
            }
        }

        .honimg {
            color: var(--snow);
            display: block;
            position: relative;
            top: 7.75rem;
            /* left: 2rem; */
        }


    }

    a {
        text-decoration: none;
        @supports (transition: initial) {
            transition: all 0.4s ease-out;
        }
        color: var(--coal);
    }

    .maincontainer {

        max-width: 1200px;
        margin: 4rem auto 0 auto;
        display: grid;
        grid-template-columns: repeat(8, 1fr);

        #logomobile {
            display: none;
        }

    }

    .maincontainer #leftside {
        display: block;
        grid-column: span 2;
        padding: 0 1rem;
        text-align: right;
        /* background-color: gray; */

        h1, h2 {
            color: var(--moss);
        }

        h1 {
            padding-top: 0;
            font-size: 4.5rem;
        }

        h2 {
            font-size: 1.25rem;
            padding-top: 0.75rem;
        }

        #logoheader img {
            width: 70%;
            float: right;
            margin-top: 1.5rem;
            margin-bottom: 5rem;
        }

        #widenav {
            display: block;
            margin-top: 12rem;
            
            .deskmenudecolines {
                display: inline-block;
                text-align: right;
                width: 60px;
                height: 4px;
                margin-right: 1rem;
                background-color: var(--clay);
            }

            .activepage { 
                background-image: url(../imgs/nav_flag_active.png);
                background-position: top right;
                background-repeat: no-repeat;
                background-size: cover;
                width: 150px;
                height: 40px;
            }

            ul {
                list-style-type: none;
                text-align: right;
                width: 100%;
                padding: 1rem 0;

                li {
                    line-height: 2.5rem;
                    font-family: "Lato", sans-serif;
                    font-weight: 400;
                    font-style: normal;
                    font-size: 1.25rem;
                    font-kerning: auto;
                    
                    a {
                        display: inline-block;
                        text-decoration: none;
                        padding-right: 1rem;

                        @supports (transition: initial) {
                            transition: all 0.4s ease-out;
                        }

                        &:hover {
                            background-image: url(../imgs/nav_flag_hover.png);
                            background-position: top right;
                            background-repeat: no-repeat;
                            background-size: cover;
                            width: 150px;
                            height: 40px;
                            color: var(--snow);
                            cursor: pointer;
                        }
                    }

                    &:nth-child(7) {
                        padding: 0;
                    }
                }

                .menudecor {
                    display: block;
                    margin: 0 auto;
                    background: var(--cherrypink);
                    width: 1.5rem;
                    height: 2px;
                }                
    
                .werehere {
                    color: rgba(220, 115, 126, 1);
                }
                
            }
        }

        #handmade {

            img {
                margin-top: 3rem;
                width: 80%;
                float: right;
            }

        }


    }

    .maincontainer #rightside {
        grid-column: span 6;
        padding-left: 3rem;
        padding-right: 2rem;
        color: rgba(0, 0, 0, 0.78);

        .doubleitem,
            .tripleitem {
                display: grid;
            }

            .doubleitem {
                grid-template-columns: repeat(2, 1fr);
                text-align: center;
            }

            .tripleitem {
                grid-template-columns: repeat(3, 1fr);
                text-align: center;
            }

            .expbox {

                .extrabottom {
                    margin-bottom: 0.75rem;
                }

                img {
                    display: block;
                    margin: 0 auto;
                    width: 6rem;
                    margin-bottom: 1.5rem;
                }

                p {
                    margin-bottom: 0;
                }               

            }

            article.expox {
                display: flex;
                flex-direction: row;
                gap: 1.5rem;
            }         

        section#heroland {                                    
            /* border-top: 1rem solid var(--clay); */
            background-image: url(../imgs/aboutvj.jpg);
            background-size: 100%;
            background-repeat: no-repeat;

            #heroimgmobile {
                display: none;
            }
            
            .blurb {
                display: block;
                width: 60%;
                padding: 5rem 1rem 1rem 3rem;
                text-align: center;

                .justapinkbtn {
                    display: block;
                    margin: 3rem auto 0 auto;
                    /* margin-top: 2rem; */
                    width: 7rem;
                }

            }

            p {
                font-size: 1.15rem;
                line-height: 1.65;
                text-align: left;
            }

            #extrabio {
                margin-top: 2rem;
            }
        }

        h2.regsecheader {
            font-size: 3rem;
        }

        section#skillsmap {
            margin: 3rem 0;
            
            #skillsmapgraphic {
                margin-bottom: 3rem;
            }
        }
    
        /***** EXPERIENCE page *****/
        section#experience {

            #expheadermob {
                display: none;
            }
            
            #expheader {
                background-image: url(../imgs/experiencevj.jpg);
                background-size: 100%;
                height: 19rem;
                background-repeat: no-repeat;
                padding-bottom: 1rem;                
            }

            #learnmoreproj {
                
                #skillsinaction {

                    text-align: center;
                    
                    li {
                        display: inline;
                    }

                    li:first-child {
                        margin-right: 5rem;
                    }
                }

            }
        }

        section#projects {
            
            #projheadermob {
                display: none;
            }
            
            #projheader {
                display: block;
                background-image: url(../imgs/projectsvj.jpg);
                background-size: 100%;
                height: 19rem;
                background-repeat: no-repeat;
                padding-bottom: 1rem;                
            }

            #selectproj {
                width: 100%;
                margin-left: 0;
                margin-right: 0;
            }

            .projectshowcase {
                /* padding-right:5rem; */
                /* padding-left: 5rem; */

                article {
                    padding: 0 !important;
                }

                .twobyfourgrid {
                    grid-template-columns: repeat(4, 1fr) !important;

                    .projstat {
                        text-align: center;
                        padding-top: 0;

                        h4 {
                            font-size: 1.25rem;
                            padding-top: 0.5rem;
                            margin-bottom: 2rem;
                        }

                        h5 {
                            font-size: 1.25rem;
                            margin-top: 3rem;
                        }
                    }
                }
                
            }

            /* .doublecolstats,
            .statstable {
                width: 90%;
                margin: 2rem auto;
            } */
            
            
        }
    
    }

    article {
        font-size: 1.5rem;
    }    
}

@media only screen and (min-width: 900px) and (max-width: 999px) {
    section#heroland {                                    
        height: 47vw !important;
        
        .blurb {
            
            p:nth-child(2) {
                display: none;
            }
        }
    }
}


@media only screen and (min-width: 1000px) {
    
    ul#navsocmedlinks {
        li {
            list-style-type: none;
            display: inline;

            a {
                display: inline-block;
                background-repeat: no-repeat;
                width: 3rem;
                height: 3rem;
                background-size: 3rem 3rem;
                margin: 0 0.5rem;                   
            }
        }
    }
    
    section#heroland {
        /* height: 48vw; */
        margin-bottom: 2rem;
    }
   
    .blurb {
        padding: 2rem;
        p:nth-child(2) {
            display: block;
        }

        p {
            line-height: 1.15 !important;
            margin-bottom: 1rem !important;
        }
    }

    .gallerymain {
        gap: 4rem !important;
    }

}

@media only screen and (min-width: 1200px) {
    
    .maincontainer {
        padding-right: 0;
    }
    
    ul#navsocmedlinks {
        li {
            a {
                width: 3rem !important;
                height: 3rem !important;
                background-size: 3rem 3rem !important;
            }
        }
    
    }

    /* #widenav {

        ul {
            
            li {
                font-size: 1.35rem !important;
            }
        }

    } */
    
    .blurb {
        
        p {
            line-height: 1.5 !important;
            font-size: 1.23rem !important;
        }
    }

    .gallerymain {
        gap: 3rem 8rem !important;
    }
}


@media only screen and (min-width: 1300px) {
    
    /* section#heroland {
        height: 600px;
    }     */
    
   

}










