html, body {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--coal);

    /***** all colors as vars *****/
    --gold: rgba(201, 169, 84, 1);
    --mud: rgba(124, 101, 40, 1);
    --cherrypink: rgba(220, 115, 126, 1);
    --redder: rgba(143, 61, 69, 1);
    --coal: rgba(0, 0, 0, 0.78);
    --leaf: rgba(58, 124, 109, 1);
    --snow: rgba(255, 255, 255, 1);
    --sprout: rgba(177, 199, 142, 1);
    --moss: rgba(80, 92, 59, 1);
    --bog: rgba(64, 64, 49, 1);
    --clay: rgba(191, 154, 133, 1);
    --rowan: rgba(242, 62, 23, 1);
    --apple: rgba(217, 40, 24, 1);
    --currant: rgba(166, 28, 29, 1);

    /***** LATO Classes *****/
    .lato-thin {
        font-family: "Lato", sans-serif;
        font-weight: 100;
        font-style: normal;
    }
      
    .lato-light {
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
      
    .lato-regular {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
      
    .lato-bold {
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-style: normal;
    }
      
    .lato-black {
        font-family: "Lato", sans-serif;
        font-weight: 900;
        font-style: normal;
    }
      
    .lato-thin-italic {
        font-family: "Lato", sans-serif;
        font-weight: 100;
        font-style: italic;
    }
      
    .lato-light-italic {
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-style: italic;
    }
      
    .lato-regular-italic {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-style: italic;
    }
      
    .lato-bold-italic {
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-style: italic;
    }
      
    .lato-black-italic {
        font-family: "Lato", sans-serif;
        font-weight: 900;
        font-style: italic;
    }

    /***** Adobe AMADOR Regular font *****/
    .amador {
        font-family: "amador", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    /***** Text Justification Options *****/
    .autojust {
        text-align: justify;
        text-justify: auto;
    }

    /***** Dividers *****/

    .claysectiondivider {
        width: 67.5%;
        height: 4px;
        background-color: var(--clay);
        margin: 6rem auto;
    }

    .claysectiondividerlessbottom {
        width: 85%;
        height: 4px;
        background-color: var(--clay);
        margin: 6rem auto 2rem auto;
    }

    .mosssectiondividerlessboth {
        width: 85%;
        height: 4px;
        background-color: var(--moss);
        margin: 4rem auto 1.5rem auto;
    }

    .claysectiondividerlesstop {
        width: 85%;
        height: 4px;
        background-color: var(--clay);
        margin: 1.5rem auto 6rem auto;
    }

    .claysectiondividerlessboth {
        width: 85%;
        height: 4px;
        background-color: var(--clay);
        margin: 1.5rem auto;
    }

    .extramarginbottom2 {
        margin-bottom: 2rem;
    }

    .extramarginbottom3 {
        margin-bottom: 3rem;
    }

    .extramarginbottom6 {
        margin-bottom: 6rem;
    }
      
}

.hidden,
#ariaHeader,
#leftside,
#handmade {
    display: none;
}

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

a.avglink {
    color: var(--rowan);

    &:hover {
        color: var(--currant);
    }
}


p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.firstintro {
    font-weight: bold;
    color: var(--currant);
    margin-top: 1rem !important;
}

.firstpara {
    padding: 0 2rem;
}

/***** all buttons styles *****/

.justapinkbtn {
    background: var(--cherrypink);
    color: var(--snow);
    font-size: 1.25rem;
    padding: 0.75rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    
    &:hover {
        background-color: var(--redder);
    }
}

.fixedwisthgoldbtn {
    background: var(--gold);
    color: var(--charcoal);
    font-size: 1.25rem;
    padding: 0.75rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: block;
    text-align: center;
    margin: 1.5rem 4rem;
    
    &:hover {
        background-color: var(--mud);
        color: var(--snow);
    }
}

/***** decorative bars *****/

div.decodivgoldsmall {
    display: block;
    width: 100px;
    background-color: var(--gold);
    height: 4px;
    margin: 3rem auto;
}

div.decodivgoldwide {
    display: block;
    width: 100%;
    background-color: var(--gold);
    height: 1rem;
}

div.decodivrose {
    display: block;
    width: 100px;
    background: var(--cherrypink);
    height: 4px;
    margin: 3rem auto;
}


@supports (transition: initial) {
    /* CSS to use if transitions are supported */
}
  
@media only screen and (min-width: 1px) and (max-width: 679px) {

/***** nav *****/

header {
    margin: 0;
    background-color: var(--gold);

    #mobtop {
        height: 4rem;
        background-color: var(--moss);
        padding: 0.5rem;

        p {
            margin: 0;
        }

        .nonlinkbutton {
            background-color: var(--snow);
            font-size: 1.25rem;
            padding: 0.75rem;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
        }
        
        nav {
            padding: 0.5rem 1rem 1rem 1rem;
            float: left;
            width: 4rem;
        }

        #menuopener {
            color: var(--snow);
            display: inline;
        }
/* 
        #menuburg {
            display: inline-block;
            background-image: url(../imgs/navburger.png);
            background-position: top left;
            background-repeat: no-repeat;
            background-size: cover;
            width: 30px;
            height: 30px;
        } */

        #menutext {
            font-family: "Lato", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1rem;
            padding: 0 0 0 2rem;
        }

        #mobHeaderName {
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin: 25vw;
            font-size: 7vw;
            line-height: 1.15;

            h3 {
                margin-top: 1rem;
                border-top: 1px var(--snow) solid;
            }
        }

        ul {
            display: block;
            list-style-type: none;
            background:  var(--snow);
            z-index: 10000;
            position: absolute;
            left: 0;
            width: 100%;
            padding: 3rem;
            text-align: center;
            
            li {
                display: block;
                border-bottom: 1px var(--clay) solid;
                width: 50%;
                margin: auto;
                font-size: 1.5rem;
                
                a {
                    color: var(--coal);
                    line-height: 4rem;
                }
            }
            
            li:last-child {
                border-bottom: none;
            }
            
        }
        
        .hidden {
            display: none;
        }
    }
    
    h1 {
        text-align: center;
    }
}


/***** landing page *****/

section {


    article {
        font-size: 1.5rem;
    }
}

.maincontainer {
    
    #logomobile {
        margin: 4rem;
    }

    #mobileheadertext {
        
        h1, h2, img {
            text-align: center;
        }

        h1 {
            padding-top: 4rem;
            font-size: 4rem;
        }

        h2 {
            padding-bottom: 2rem;
        }

        img {
            display: block;
            width: 50%;
            margin: 0 auto 4rem auto;
        }
    }

    #heroland {
        /* border-top: 1rem solid var(--gold); */
        padding: 0;
        
        .blurb {
            padding: 2rem 2rem 1rem 2rem;
            font-size: 1.25rem;
            

            a {
                display: block;
                margin: 0 auto;
                text-align: center;
                width: 8rem;
            }
        }

        p {
            margin-top: 2rem;
        }
    }
    
    #skillsmap {
        /* margin-top: 4rem; */
        padding: 0 2rem;

        h2 {
            font-size: 3rem;
        }

        img {
            margin-bottom: 2rem;
        }
    }
}
}

#mobileheadertext {

    h2 {
        padding-bottom: 2rem;
    }

    img {
        width: 40%;
        margin: 0 auto 4rem auto;
    }

}


#learnmoreproj {
    padding-top: 3rem;


    #skillsinaction {
        
        li {
            text-align: center;
            list-style-type: none;
            
        }

        a {
            display: inline-block;
            color: var(--snow);
            background-image: url(../imgs/link_btn_med_rest.png);
            background-position: top left;
            background-repeat: no-repeat;
            background-size: cover;
            width: 200px;
            height: 50px;
            padding-top: 9px;
            margin-bottom: 1rem;
            font-size: 1.25rem;

            &:hover {
                background-image: url(../imgs/link_btn_med_hover.png);
            }
        }
    }
}

/* ----- PROJECT PAGE ----- */

section#projects {

    h1 {
        margin: 0 0 3rem 2rem;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-style: regular;
    }

    .projimgcaption {
        color: var(--clay);
        border-top: 0.15rem solid var(--clay);
        font-size: .9rem;
        /* margin-left: 2rem !important;
        margin-right: 2rem !important; */
        margin-top: 0 !important;
        /* margin-bottom: 0 !important; */
        padding: 0.5rem 0 !important;
    }

    #projheader {
        display: none;
    }

    #projheadermob {
        background-image: url(../imgs/projectsvj_mob.jpg);
        background-size: 100%;
        height: 19rem;
        background-repeat: no-repeat;
        padding-bottom: 1rem;
        
        .hcontainermob {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            gap: 1rem;

            .mleftstripes {
                flex-grow: 1;
                border-bottom: 8px double var(--snow);
                padding-top: 11rem;
                }
                
            .mhonimg {
                text-align: center;
                color: var(--snow);
                padding-top: 10.5rem;
                font-size: 2rem;
            }
                
            .mrightstripes {
                flex-grow: 10;
                border-bottom: 8px double var(--snow);
                padding-top: 11rem;
            }
        }
    }

    .projhidden {
        display: none;
    }

    #selectproj {

        text-align: center;
        border-top: 4px solid var(--clay);
        border-bottom: 4px solid var(--clay);
        padding: 1rem 0;
        margin: 0 2rem;

        p {
            
            color: var(--clay);
        }

        label {
            display: none;
        }

        select {
            border: none;
            font-size: 1.5rem;
            color: var(--clay);
            /* appearance: none; */

            #projectselector {
                background-image: url(../imgs/icon_questions.png);
                background-position: center right;
                height: 100px;
                width: 100px;
                /* z-index: -999; */
            }

            option {
                background-color: var(--rowan);
            }
        }
        
    }

    .skillstops,
    .skillstopsagenda {


        margin-bottom: 3rem;
        
        p {
            display: inline-block;
            font-size: 1.5rem;
        }

        span {
            font-family: "Lato", sans-serif;
            font-weight: 900;
            font-style: normal;
            margin-right: 0.25rem;
            font-size: 1rem;
        }

        #gds {

            color: var(--rowan);

            span {
                border-radius: 50%;
                border: 8px solid #f23e17;
                padding: 10px 14px;
                color: var(--rowan);
            }

        }

        #uxs {

            color: #e87e74;

            span {
                border-radius: 50%;
                border: 8px solid #e87e74;
                padding: 10px 14px;
                color: #e87e74;
            }
            
        }

        #webds {

            color: var(--clay);

            span {
                border-radius: 50%;
                border: 8px solid var(--clay);
                padding: 10px 13px;
                color: var(--clay);
            }
            
        }

        #ids {

            color: var(--bog);

            span {
                border-radius: 50%;
                border: 8px solid var(--bog);
                padding: 10px 18px;
                color: var(--bog);
            }
            
        }

        #csks {

            color: var(--sprout);

            span {
                border-radius: 50%;
                border: 8px solid var(--sprout);
                padding: 10px 14px;
                color: var(--sprout);
            }
            
        }

        #wsks {

            color: var(--currant);

            span {
                border-radius: 50%;
                border: 8px solid var(--currant);
                padding: 10px 10px;
                color: var(--currant);
            }
            
        }

        #pubs {

            color: #cccccc;

            span {
                border-radius: 50%;
                border: 8px solid #cccccc;
                padding: 10px 14px;
                color: #cccccc;
            }
            
        }

    }

    .skillstopsagenda {

        border: 2px solid #cccccc;
        padding: 2rem;
        margin: 0 2rem;

        h3 {
            color: var(--moss);
            font-family: "Lato", sans-serif;
            font-weight: 400;
            font-style: normal;
            margin-bottom: 3rem;
            font-size: 1.75rem;
        }

        p {
            display: block;
        }
    }

    .singleproj {
        padding: 0 2rem !important;

        h2 {
            font-weight: 400;
            color: var(--moss);
            margin: 4rem 0 2rem 0;
        }

        

        .twobyfourgrid {
            text-align: center;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
            /* margin: 0 1rem; */
        }

        /* .twobyfour {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 1rem;
            padding: 0 2rem;
            margin: 0 auto;
            width: 100%;
        } */

        .projstat {
            background-image: url(../imgs/stat_flag_moss.png);
            background-position: top left;
            background-repeat: no-repeat;
            background-size: contain;
            text-align: center;
            box-sizing: border-box;
            margin: 1rem 0 0 0;
            padding: 1rem;
            background-color: var(--sprout);

            h4, h5 {
               font-weight: 400;
               color: var(--bog);
            }

            h4 {
                /* padding-top: 0.25rem; */
                margin-bottom: 5rem;
                font-size: 1.5rem;
                color: var(--sprout);
            }

            h5 {
                font-size: 1.25rem;
            }

        }

        .projnarrative {

            /* img {
                margin-bottom: 2rem;
            } */

            img.imggreenbrdr {
                border: 0.4rem solid var(--moss);
            }

            p {
                margin: 3rem 0;
            }

            h3 {
                color: var(--moss);
                margin-bottom: -2rem;
                font-family: "Lato", sans-serif;
                font-weight: 400;
                font-style: normal;
            }

            .participantstats {

                margin-bottom: 2rem;
                border: 1px solid var(--moss);
                

                h5 {
                    background-color: var(--moss);
                    color: var(--sprout);
                    padding: 1rem 2rem;
                }                   

                ul {
                    margin: 1rem 0;
                    font-size: 1.25rem;
                    color: var(--moss);
                    padding: 1rem 0;
                    

                    .stathighlight {
                        font-weight: 600;
                    }

                    li {
                        margin-bottom: 0.75rem;
                        list-style-type: none;
                    }
                }

            }

            ol, ul {
                font-size: 1.25rem;
                margin: 0 3rem;
            }

            ul {
                

                li {
                    margin-bottom: 1.25rem;
                    /* padding-left: 0.75rem; */
                    list-style-type: none;
                    list-style-position: outside;
                    /* list-style-image: url(../imgs/icon_checkmark_30.png); */
                }

                li::marker {

                    margin-top: 10px;

                }

                .listcheck {
                    width: 30px;
                    height: 30px;
                    display: block;
                    float: left;
                    background-image: url(../imgs/icon_checkmark.png);
                    background-repeat: no-repeat;
                    background-position: top left;
                    background-size: 30px;
                    margin-left: -3rem;
                }

                
            }

            ol {
                list-style: none;
                margin-bottom: 2rem;
            }

            .p100olist {

                li {
                    counter-increment: item;
                    /* list-style-position: outside; */
                    margin-bottom: 0.75rem;
                    position: relative;
                    padding-left: 1rem;
                }

                li:before {
                    margin-right: 10px;
                    /* padding-top: 2.5px; */
                    content: counter(item);
                    background: var(--rowan);
                    border-radius: 50%;
                    color: var(--snow);
                    height: 1.85rem;
                    width: 1.85rem;
                    text-align: center;
                    display: inline-block;
                    position: absolute;
                    top: 0.1rem;
                    left: -2.5rem;
                }
            }
            
            .doublecolstats,
            .statstable {
                font-size: 1.25rem;
                background-color: var(--moss);
                width: 100%;
                margin-bottom: 2rem;

                th {
                    padding: 1rem 2rem;
                    color: var(--sprout);
                    background-color: var(--moss);
                }

                #extrath {
                    background-color: var(--sprout);
                }

                tr {
                    background-color: white;

                    .tabsubheader {
                        font-style: italic;
                    }
                }

                td {
                    padding: 0.75rem 1rem 0.75rem 1rem;
                    font-size: 1rem;
                }

                ol {

                    li {
                        list-style-type: none;
                    }

                }

            }

            #contextitem {
                border: 1px solid var(--moss);
                margin-bottom: 3rem;

                h3 {
                    color: var(--sprout);
                    background-color: var(--moss);
                    padding: 1rem 2rem;
                    font-size: 1.5rem;
                }
                
                img {
                    padding-top: 0;
                    margin: 0 !important;
                }

                p {
                    padding: 1rem;
                }

                p.iteminstructions {
                    font-style: italic;
                    margin: 0.5rem 0 -1rem 0;
                }

                p.vopros {
                    padding-bottom: 0;
                    margin-bottom: -2rem;
                    color: var(--moss);
                }

                ol.multiplech {
                    margin-top: -1rem;

                li {
                    list-style-type: lower-alpha;
                    margin-bottom: 0.75rem;
                }               

                li.corrans {
                   background-image: url(../imgs/icon_checkmark_30.png);
                   background-position: center right;
                   background-repeat: no-repeat;
                }
            }
            }

        }


    }

    }






/* ----- ALL LINKS page ----- */

#alllinksbox {

    header,
    .alllinksmain {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding-bottom: 6rem;
    }

    header {
        background: var(--snow);
        padding: 6rem 3rem 0 3rem;

        img {
            width: 85%;
            margin: 0 auto;
        }

        p {
            font-size: 1.25rem;
            text-align: center;
            margin-bottom: 3rem;
        }
    }

}

#handmademob {
    max-width: 400px;
    display: block;
    margin: 5rem auto;
    padding: 0 2rem;
}




/* ----- FOOTER ----- */

footer {
    margin-top: 4rem;
    padding: 1rem 0;
    background-color: var(--clay);
    
    p {
        font-size: 0.75rem;
        text-align: center;
        margin: 0;
    }

}