*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/* Header navagation */
header{
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
}

header.sticky .nav-box {
    min-height: 8vh;
}

header.sticky .nav-links {
    top: 8vh;
}

.nav-box{
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 16vh;
    background-color: #f7f5e9;
    font-family: 'Raleway', sans-serif;
    transition: 0.8s;
}

.logo{
    color: #831212;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6px;
    margin-left: 5px;
    vertical-align: middle;
}
    
.logo a{
    color: inherit;
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.5s;
}

.logo span{
    font-size: 60px;    
}

.logo p{
    font-size: 40px;    
}

.logo a:hover{
    font-weight: bold;
}

.nav-links{
    display: flex;
    justify-content: space-around;
    width: 60%;
}

.nav-links li{
    list-style: none;
    position: relative;
    transition: all 0.2s;
}

.nav-links a{
    background-color: #f7f5e9;
    color: #504e4e;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 3px;
}

.nav-links a:hover{
    color: #831212;
    font-weight: 600;
}

.nav-links li:after{
    content: "";
    position: absolute;
    background-color: #a4a2a2;
    opacity: 50%;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: 0.8s;
}

.nav-links li:hover:after{
    width: 100%;
}

.burger{
    display: none;
    cursor: pointer;
}

/* mobile responsive nav */

.burger div{
    width: 25px;
    height: 3px;
    background-color: #a4a2a2;
    margin: 5px;
    transition: all 0.3s ease;
}

@media screen and (max-width:768px) {
    body{
        overflow-x: hidden;
    }
    .nav-links{
        position: absolute;
        right: 0px;
        height: 68vh;
        top: 20vh;
        background-color: #f7f5e9;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding:20%;
        transform: translateX(100%);
        transition: transform 0.8s ease-in;
        transition: 0.8s;
    }   
    .nav-links li{
        opacity: 0;
    } 
    .burger{
        display: block;
    }
    .nav-active{
        transform: translateX(0%);
    }
}

@keyframes navLinkFade{
    from{
        opacity: 0;
        transform: translateX(50px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
    
}

.animate .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.animate .line2{
    opacity: 0;
}
.animate .line3{
        transform: rotate(45deg) translate(-5px,-6px);
}

/* body and content */

.wrapper1 {
    display: flex;
    flex-flow: row wrap; 
    text-align: center;
    margin: 20px; 
    justify-content: space-around; 
    font-family: 'raleway', sans-serif;
    border-radius: 5px;
   background-color: #e2dbc6;
   overflow: hidden;
}

.wrapper {
    display: flex;
    flex-flow: row wrap; 
    text-align: center;
    margin: 20px; 
    justify-content: space-around; 
    font-family: 'raleway', sans-serif;
    
}

.wrapper > * {
    padding: 10px;
    margin: 10px;
    flex: 1 100%;
}

.tagline1 {
    color: #831212;
    font-family: 'Great Vibes', cursive;
    font-size: 48px;
    padding-top: 20vh;
    text-align: center;
}

.info1 {
    height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
    margin-left: 5px;
    font-size: 30pt;
    color: #504e4e;
    background-color: #e2dbc6;
    border-radius: 5px;
}

.info2 {
    height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
    padding: 10vh;
    font-family: 'raleway', sans-serif;
    font-size: 30pt;
    color: #504e4e;
    text-align: start;
    background-color: #e2dbc6;
    border-radius: 5px;
}

.info-wrap {
    display: flex;
    justify-content: center;
    margin: 5px;
    padding: 10px;
}

.about-opening {
    font-size: 20pt; 
    color: #504e4e; 
    letter-spacing: 2px"
}

.chadphoto1 img{
    width: 75%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.about-photo {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.chadphoto2 img{
    display: inline-block;
    padding: 20px;
    object-fit: contain;
    max-width: 30rem;
    border-radius: 25px;
}
.chadphoto2 {
    max-width: 30rem;
}

.chadphoto3 img{
    display: inline-block;
    padding: 20px;
    object-fit: contain;
    max-width: 30rem;
    border-radius: 25px;
}
.chadphoto3{
    max-width: 30rem;
}

.wrap-child2 {
    display: flex;
    justify-content: center;
    margin: 5px;
    padding: rem;
    border-radius: 5px;
}

/* index page */

@media all and (min-width: 800px){
    .wrap-child1{
        flex: 1;
    }

    .chadphoto1{
        order: 2;
    }

    .wrap-child1{
        order: 1;
    }
}

@media all and (min-width: 600px){
    .chadphoto1{
        flex: 1;
    }
    }



/* about page */

@media all and (max-width: 1000px){
    .chadphoto2 img{
        max-width: 20rem;
    }

    .chadphoto3 img{
        max-width: 20rem;
    }

    .info2 {
        font-size: 20pt;
    }

    .info1{
        font-size: 20pt;
    }
}

@media all and (max-width: 650px){
    .chadphoto2 img{
        max-width: 15rem;
    }

    .chadphoto3 img{
        max-width: 15rem;
    }

    .info2 {
        font-size: 15pt;
    }

    .about-opening {
        font-size: 15pt;
    }

    .info1{
        font-size: 15pt;
    }
}

@media all and (max-width: 500px){
    .about-photo {
        flex-direction: column;
        align-items: center;
    }
    
    .chadphoto2 img{
        max-width: 18rem;
        padding: 5px;
        border-radius: 10px;
    }

    .chadphoto3 img{
        max-width: 18rem;
        padding: 5px;
        border-radius: 10px;
    }
}
/* end of about page */


.quote1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 10px;
    width: 100%;
    height: 250px;
    background-color: #e9ebf7;
    color: #831212;
    font-family: 'great Vibes', cursive;
    font-size: 48px;
}

.quote1-a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 10px;
    width: 100%;
    height: 250px;
    background-color: #e9ebf7;
    color: #831212;
    font-family: 'great Vibes', cursive;
    font-size: 48px;
}

cite {
    font-family: 'raleway';
    color: #504e4e;
    font-size: 20px;
}

cite-a {
    font-family: 'raleway';
    color: #504e4e;
    font-size: 20px;
}

.learning1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    height: auto;
    font-family: 'raleway', sans-serif;
    color: #504e4e;
    margin: 10px;
}

.learning1 > * {
    padding: 10px;
    padding-top:1px;
    margin: 10px;
    flex: 1 100%;
}

.learning2 {
    font-size: 20pt;
    text-align: center;
    vertical-align: middle;
    margin: 10px;
    padding: 10px;
}

.learning3 {
    font-size: 20pt;
    margin: 10px;
    padding: 10px;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

@media all and (min-width: 800px){
    .learn-child{
        flex: 1;
    }

    .learning3{
        order: 2;
    }

    .learn-child{
        order: 1;
    }
}

@media all and (min-width: 600px){
    .learning3{
        flex: 1;
    }
}

@media all and (max-width: 1000px){
    .learning3 img {
        width: 20rem;
    }
}

.dev-banner img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.workstation1 {
    padding: 20px;
    margin: 10px;
}

.work-pic img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    border-radius: 5px;
}

.learning3 img {
    max-width: 30rem;
}

.creation1 {
    display: flex;
    justify-content: center;
    height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
    padding: 5vh;
    font-family: 'raleway', sans-serif;
    font-size: 30pt;
    color: #504e4e;
    text-align: center;
}

.creation-photos {
display: flex;
width: 100%;
overflow: hidden;
}

.chadphoto4 {
    display: flex;
flex-direction: row;
width: 100%;
justify-content: center;
padding: 2rem;
}

.creation-photos img {
    max-width: 20rem;
    border-radius: 8px;
    padding: 2px;
}

@media all and (max-width: 1050px){
    .creation-photos img {
        width: 15rem;
    }
}


@media all and (max-width: 820px){
    
    .creation-photos img {
        width: 10rem;
    }
}

@media all and (max-width: 570px){
    
    .creation-photos img {
        width: 18rem;
    }
    
    .chadphoto4 {
        flex-direction: column;
        align-items: center;
    }

    .creation1 {
        font-size: 20pt;
    }

    .tble1 tr td{
        font-size: 10pt;
    }

    .table {
        padding: 0;
    }

    .quote1-a {
        font-size: 38px;
    }
    
    cite-a {
        font-size: 10px;
    }
}



.table1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    gap: 2em;
    padding: 2rem;
    font-family: 'raleway', sans-serif;
    font-size: 15pt;
    color: #504e4e;
    text-align: center; 
    overflow: hidden;
}

.table-header {
    font-size: 30pt;
    font-family: 'raleway', sans-serif;
    color: #504e4e;
    text-align: center;
}

table {
    background-color: #e9ebf7;
    border-color: #831212;
    border-radius: 5px;
}

.table1 img {
    width: 100%;
    border-radius: 5px;
}

.skills-outside {
    display: flex;
    justify-content: center;
}

.skills-parent {
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 2%;
    justify-content: center;
    max-width: 1250px;
}

.skills-box {
    display: flex;
    justify-content: center;
    background-color: #e9ebf7;
    color: #831212;
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid #831212;
    font-family: 'raleway', sans-serif;
}

.scoregoal {
    display: flex;
    flex-flow: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.scoregoal img {
    width: 60%;
    border-radius: 5px;
}

@media all and (max-width: 750px){
    .scoregoal img {
        width: 90%;
    }
}

/* Work Page */

.my-projects {
    font-family: 'raleway', sans-serif;
    font-size: 20pt; 
    color: #504e4e; 
    letter-spacing: 2px;
    text-align: center;
    padding-top: 8vh;
    overflow: hidden;
}

.my-projects h1 {
    padding-bottom: 2vh;
}

.projects {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    padding: 2rem;
    padding-bottom: 10vh;
}

.rustic {
    padding: 10px;
    margin: 10px;
    font-family: 'raleway', sans-serif;
    font-size: 20pt; 
    color: #504e4e; 
    letter-spacing: 2px;
    max-width: 50%;
}

.kidd-site {
    padding: 10px;
    margin: 10px;
    font-family: 'raleway', sans-serif;
    font-size: 20pt; 
    color: #504e4e; 
    letter-spacing: 2px;
    max-width: 50%;
}

.kidd-site a {
    text-decoration: none;
    color: #831212;
}

.acd {
    padding: 10px;
    margin: 10px;
    font-family: 'raleway', sans-serif;
    font-size: 20pt; 
    color: #504e4e; 
    letter-spacing: 2px;
    max-width: 50%;
}

.echo {
    padding: 10px;
    margin: 10px;
    font-family: 'raleway', sans-serif;
    font-size: 20pt; 
    color: #504e4e; 
    letter-spacing: 2px;
    max-width: 50%;
}

.rustic img {
    max-width:100%;
    display: block;
    align-self: center;
    object-fit: contain;
}

.kidd-site img {
    max-width:100%;
    display: block;
    align-self: center;
    object-fit: contain;
}

.acd img {
    max-width:100%;
    display: block;
    align-self: center;
    object-fit: contain;
}

.echo img {
    max-width:100%;
    display: block;
    align-self: center;
    object-fit: contain;
}

@media all and (max-width: 1100px){
    .projects{
        flex-direction: column;
        align-items: center;
    }

    .rustic {
        font-size: 15pt;
        max-width: 100%;
    }
    
    .kidd-site {
        font-size: 15pt;
        max-width: 100%;
    }

    .acd {
        font-size: 15pt;
        max-width: 100%;
    }

    .echo {
        font-size: 15pt;
        max-width: 100%;
    }

    .blurb{
        order: 2;
    }

    .pic{
        order: 1;
    }
}

@media all and (min-width: 600px){
    .projects{
        flex: 1;
    }
    }


/* Footer */

footer .foot1{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 100%; 
    height: 400px;
    background-color: #424242; 
    color:white;
}

.left-column{
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    color: white;
    font-size: 18px;
    font-family: 'Raleway', sans-serif; 
}

.socials{
    display: flex;
    flex-direction: column;
    justify-content:space-evenly;
    padding-top: 40px;
    padding-bottom: 40px;
}

.socials a{
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    transition: all 0.3s;
}
.socials a:hover{
    color: #a4a2a2;
}

@media all and (max-width: 800px){
    .social-word {
        display: none;
    }
}

.fa-brands {
    font-size: 40px;
    color: white;
    transition: all 0.3s;
}

.fa-brands:hover{
    color: #a4a2a2;
}

.page-links{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-links a{
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    transition: all 0.3s;
}

.page-links a:hover{
    color: #a4a2a2;
}

/* Element animation */

.hidden {
    opacity: 0;
    filter: blur(2px);
    transition: all 1s;
    transform: translateY(100%);
}

.show {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.tagline1.hidden {
    opacity: 0;
    filter: blur(2px);
    transition: all 1s;
    transform: translateX(-100%);
}

.tagline1.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

.work-pic.hidden {
    opacity: 0;
    filter: blur(2px);
    transition: all 1.5s;
    transform: translateX(-100%);
}

.work-pic.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

.wrap-child1.hidden {
    opacity: 0;
    filter: blur(2px);
    transition: all 1.5s;
    transform: translateX(-100%);
}

.wrap-child1.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

.wrap-child2.hidden {
    opacity: 0;
    filter: blur(2px);
    transition: all 1.5s;
    transform: translateY(-100%);
}

.wrap-child2.show {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.chadphoto1.hidden {
    opacity: 0;
    overflow: hidden;
    filter: blur(2px);
    transition: all 1.5s;
    transform: translateX(100%);
}

.chadphoto1.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

.buns.hidden {
    opacity: 0;
    filter: blur(2px);
    transition: all 1s;
    transform: translateX(-100%);
}

.buns.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

.pies.hidden {
    opacity: 0;
    filter: blur(2px);
    transition: all 1s;
    transform: translateX(100%);
}

.pies.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

/*.table1 table.hidden {
    opacity: 0;
    filter: blur(2px);
    transition: all 1s;
    transform: translateX(-100%);
}

.table1 table.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

.table1 img.hidden {
    opacity: 0;
    filter: blur(2px);
    transition: all 1s;
    transform: translateX(100%);
}

.table1 img.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}*/

.rustic.hidden {
    opacity: 0;
    filter: blur(2px);
    transition: all 1s;
    transform: translateX(100%);
}

.rustic.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

.kidd-site.hidden {
    opacity: 0;
    filter: blur(2px);
    transition: all 1s;
    transform: translateX(-100%);
}

.kidd-site.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

.acd.hidden {
    opacity: 0;
    filter: blur(2px);
    transition: all 1s;
    transform: translateX(100%);
}

.acd.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

.echo.hidden {
    opacity: 0;
    filter: blur(2px);
    transition: all 1s;
    transform: translateX(-100%);
}

.echo.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}


/* Contact form */

.formdiv1 {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    text-align: center;
    margin: 5px; 
    justify-content: center; 
    font-family: 'raleway', sans-serif;
}

.formdiv1 > * {
    padding: 10px;
    padding-top:1px;
    margin: 10px;
    letter-spacing: 2px;
    flex: 1 100%;
}

.connect {
    display: flex;
    flex-flow: column;
    text-align: start;
    height: auto;
    max-width: 400px;
    font-size: 18pt;
    color: #504e4e;

}

form {
    display: flex;
    flex-direction: column;
    padding: 2vw 4vw;
    width: 90%;
    max-width: 600px;
}

form input, form textarea {
    font-family: 'raleway', sans-serif;
    border: 0;
    margin: 10px 0;
    padding: 20px;
    outline: solid 1px #e2dbc6;
    background: #fefcf9;
    font-size: 16px;
    border-radius: 5px;
}

form select {
    font-family: 'raleway', sans-serif;
    width: auto;
    border: 0;
    margin: 10px 0;
    padding: 20px;
    outline: solid 1px #e2dbc6;
    background: #fefcf9;
    font-size: 16px;
    border-radius: 5px; 
}

form button {
    padding: 15px;
    background: #fefcf9;
    color: #504e4e;
    font-size: 18px;
    border: 0;
    outline: solid 1px #e2dbc6;
    cursor: pointer;
    width: 150px;
    margin: 20px auto 0;
    border-radius: 5px;
}

form button:hover {
    background: #e2dbc6;
    color: #fefcf9;
    outline: solid 1px #504e4e;
}

@media all and (min-width: 800px){
    .formdiv1{
        flex: 1;
    }

    form{
        order: 2;
    }

    .formdiv1{
        order: 1;
    }
}

@media all and (min-width: 600px){
    .form{
        flex: 1;
    }
}
