:root {
    --blur: 10px;
    font-size: 1.25rem;
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Padauk', sans-serif;
    font-size: 1.5rem;
}

nav {
    position: sticky;
    box-shadow: 10px 10px 0 rgba(0,0,0,0.1);
}

/* -------- Hero element photo and text -------*/
.hero {
    font-family: 'Permanent Marker', cursive;
    position: relative;
    width: 100vw;
    height: calc(90vh - 60px);
    display: flex;
    place-items: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./images/bike-at-zion-min.jpg");
    /*background: url("./images/redrocks_02.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    /*filter: brightness(80%);*/
    filter: blur(--blur);
    /*border-bottom: black .5rem solid;*/
    /*box-shadow: #45718C  2rem;*/
    box-shadow: inset 0 0 0 .5rem rgba(100,100,155,0.4);

}


.hero .row {
    font-family: 'Permanent Marker', cursive;
    position: absolute;
    top: 0.15rem;
    display: flex;
    bottom: 125px;
    color: ghostwhite;
    text-align: center;
    margin: 0.625rem;

}

 .title-box h1 {
     text-align: center;
     border-bottom: #F29F80 solid .5rem;
     border-right: #F29F80 solid .7rem;
     /*background: rgba(0, 0, 0, 0.5);*/
     text-shadow: 3px 3px black,
      1.5px 1.5px #038C8C;
     margin-top: 3rem ;
     display: inline-flex;
     position: relative;
 }

 .title-box h4 {
     text-align: center;
     text-shadow: .1rem .2rem black;
     display: inline-flex;
     position: relative;
 }

 .subtitle-box h4 {
     text-align: center;
     border-bottom: #8677A6 inset .3rem;
     border-right: #8677A6 inset .4rem;

     text-shadow: .08rem .08rem black;
     margin-top: 3rem;
 }




/*------ Portfolio Wrap - capstone card and text --- */

.toolShed { 
    height: 420px; 
    background-color: #000; 
    background-position: right top; 
    background-repeat: no-repeat;  
    background-size: auto 100%;
    margin: 10px 
}
.toolShed .overlay { 
    padding-left: 1.5rem;
    width: 100%; 
    height: 100%; 
    background: url(./images/boneyard-overlay.png) top center no-repeat;
    background-size: auto 100%; 
}
.toolShed .overlay .container { 
    height: 100%; 
    position: relative; 
}
.toolShed .overlay .content { 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    width: 380px; 
    height: 100%; 
    padding-left: 45px; 
    color: #FFF; }

.toolShed .overlay .content h2 { 
    font-size: 1.5em; 
    line-height: 0.95em; 
    margin-bottom: 5px; 
    color: #FFF; 
    text-transform: uppercase; 
    font-family: 'Permanent Marker', cursive;
    /* font-family: ArticulatCF-Bold;  */
    word-spacing: 12px; 
    border-bottom: #F29F80 solid .5rem;
     border-right: #F29F80 solid .7rem;
     /*background: rgba(0, 0, 0, 0.5);*/
     margin-top: 3rem ;
     display: inline-flex;
     position: relative;
}
.toolShed .overlay .content p { 
    margin-bottom: 0px; 
}
.toolShed .overlay .content p.text { 
    color: #f0ede8; 
    font-size: 1.1em; 
    line-height: 1.3em; 
    font-style: italic; 
    margin-bottom: 15px; 
    font-family: 'sanchez_condensed_semibold'; 
}
.toolShed .overlay .editThis { 
    position: absolute; 
    left: 42px; 
    top: 15px; }

    /* GDG Albuquerque  */
    .gdgAbq { 
        height: 420px; 
        /* background-color: #515975;  */
        background-color: #8677A6;
        background-position: left center; 
        background-repeat: no-repeat;  
        background-size: auto 80%; 
        margin: 10px;
    }

    @media screen and (max-width: 1000px) {
        .gdgAbq {
            height: 420px;
            background-size: auto 90%;
        }
    }
    .gdgAbq .overlay {
        padding-left: 1.5rem;
        width: 100%; 
        height: 100%; 
        background: url(./images/boneyard-overlay-2.png) top center no-repeat;
        background-size: auto 100%;
    }
    .gdgAbq .overlay .container { 
        height: 100%;
        position: relative;        
    }
    .gdgAbq .overlay .content { 
        display: flex; 
        flex-direction: column; 
        flex-flow: flex-end;
        justify-content: center; 
        align-items: center;
        width: 60%; 
        height: 100%; 
        margin-left: 20rem; 
        color: #145474; }
    
    .gdgAbq .overlay .content img {
        background-color: #FFF;
        border-radius: 5px ;
    }

    @media screen and (max-width: 1000px) {
        .gdgAbq .overlay .content img {
            display: block;
            background-color: #FFF;
            border-radius: 5px;
            width: 300px;
        }
    }
    @media screen and (max-width: 1000px) {
            .gdgAbq .overlay .content { 
                display: flex; 
                flex-direction: column; 
                justify-content: center; 
                align-items: end;
                width: 380px; 
                height: 100%; 
                margin-left: 1.5rem; 
                color: #FFF; }
        }
    .gdgAbq .overlay .content p { 
        margin-bottom: 0px;
        margin-top: 20px; 
        margin-left: 10rem;
    }

    .gdgAbq .overlay .content p.text { 
        color: #f0ede8; 
        font-size: 1.1em; 
        line-height: 1.3em; 
        font-style: italic; 
        margin-bottom: 15px; 
        font-family: 'sanchez_condensed_semibold'; 
        text-align: center;
        border-bottom: #01858B inset .3rem;
        border-right: #01858B inset .4rem;
        margin-top: 3rem;
    }

    @media screen and (max-width: 1000px) {
        .gdgAbq .overlay .content p.text {
            display: none; 
        }
    }
    .gdgAbq .overlay .editThis { 
        position: absolute; 
        left: 42px; 
        top: 15px; }

.portfolio-wrap {
    background-color: #515975;

}

.portfolio-h2 {
    text-align: left;
    display: inline-flex;
    padding-right: -.2rem;
    padding-bottom: -1rem;
    border-right: #F29F80 .4rem inset;
    border-bottom: #F29F80 .2rem inset;
    color: #515975;
}

.portfolio-wrap .card {
    border: #038C8C outset .5rem;
    outline: black .12rem solid;
    box-shadow: 0 0 2px 2px #45718C;
    outline-offset: 0.2rem;
    border-top-left-radius: 120px 20px;
    border-top-right-radius: 120px 20px;
    border-bottom-left-radius: 140px 23px;
    border-bottom-right-radius: 140px 24px;
    padding: 1rem;
    background-color: whitesmoke;

}

.portfolio-wrap img {
    box-shadow: 2px 2px lightgrey;
}

/*--------About Me ------*/

.about-me-wrap {
    background-color: white;
    color: white;
    margin: .5rem;
    padding: .5rem;
    border: #F29F80 .6rem inset;


}

.about-me-wrap .card-body h2 {
    text-shadow: .12rem 0.1rem black;
    position: relative;
    text-align: center;
    font-size: 2.5rem;
    font-family: 'Permanent Marker', cursive;

}

.about-me .education-wrap {
    background-color: #F29F80;
    box-shadow: .2rem .22rem .1rem #515975;
}
.education-wrap ul {
    font-size: 100%;
}

.about-me .skills-wrap {
    background-color: #515975;
    color: whitesmoke;
    box-shadow: .2rem .22rem .1rem #515975;

}

.about-me .hobbies-wrap {
    background-color: #01858B;
    color: whitesmoke;
    box-shadow: .2rem .22rem .1rem #515975;
    display: inline-block;
}

.about-me .card-title {
    text-align: left;
    display: inline-flex;
    padding-right: -.2rem;
    padding-bottom: -1rem;
    border-right: #F29F80 .4rem inset;
    border-bottom: #F29F80 .2rem inset;
    color: lavender;
}

.about-me .card-subtitle {
    color: lavender;
    text-shadow: .12rem 0.1rem black;
    margin-top: 1rem;
}
/* -------Image overlay -----------*/
.skills-wrap .overlay-container {
    position: relative;
    width: 100%;

}

.skills-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.skills-wrap .overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0,0,0);
    background: rgba(0, 0, 0, 0.65);
    color: #f1f1f1;
    width: 100%;
    height: 25%;
    transition: .8s ease;
    opacity: 0;
    color: ghostwhite;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.overlay-container:hover .overlay {
    opacity: 1;
}

.hobbies-wrap .overlay-container {
    position: relative;
    width: 100%;
}

.hobbies-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.hobbies-wrap .overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0,0,0);
    background: rgba(0, 0, 0, 0.65);
    color: #f1f1f1;
    width: 100%;
    height: 25%;
    transition: .8s ease;
    opacity: 0;
    color: ghostwhite;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.overlay-container:hover .overlay {
    opacity: 1;
}

/*------Contact form and links container -------*/

.closing-wrap .row {
    background-color: #45718C;
    color: black;
    opacity: 200%;
}

.contact-form .card-title {
    text-align: center;
    display: inline-flex;
    padding-right: -0.2rem;
    padding-bottom: -01rem;
    border-right: #F29F80 .4rem inset;
    border-bottom: #F29F80 .2rem inset;
    color: lavender;
    font-size: 2.5rem;
    font-family: 'Permanent Marker', cursive;
}
.link-container {
    background-color: #45718C;
}



/*footer line and quote style */
.foot-line-wrap {
    background-color: #038C8C;
    font-size: .8rem;
    outline: 5px black solid;
    color: black;

}