/* font-family: 'Lexend',
sans-serif;
font-family: 'Unbounded',
sans-serif; */
html {scroll-behavior: smooth;}

/* FLICKITY ISH */

* {
    box-sizing: border-box;
}

.flickity-page-dots .dot {
    background: #D7DBE9 !important;
}

body {
    font-family: sans-serif;
    background-image: url("./PortfolioIMGS/BGStuff/BodyBG.png");
}

/* body {
    overflow-x: hidden;
    width: 100%;
    background: linear-gradient(359deg, #949a4d, #c7ce77, #ced7a5, #daead7);
    background-size: 1000% 1000%;

    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 52% 0%
    }

    50% {
        background-position: 49% 100%
    }

    100% {
        background-position: 52% 0%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 52% 0%
    }

    50% {
        background-position: 49% 100%
    }

    100% {
        background-position: 52% 0%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 52% 0%
    }

    50% {
        background-position: 49% 100%
    }

    100% {
        background-position: 52% 0%
    }
} */

.carousel-container2 {
    /* background-image: url("./PortfolioIMGS/BGStuff/SectionBg.png"); */
    height: 50vh;
    padding-top: 2em;
    border-radius: 10px;
}

.carousel {
    background: #EEE;
}

.carousel img {
    display: block;
    height: 200px;
}

@media screen and (min-width: 768px) {
    .carousel img {
        height: 400px;
    }
}

/* * {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}

.carousel {
    background: #EEE;
}

.carousel-cell {
    margin-right: 20px;
    overflow: hidden;
}

.carousel-cell img {
    display: block;
    height: 200px;
}

@media screen and (min-width: 768px) {
    .carousel-cell img {
        height: 400px;
    }
} */

/* * {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}

.carousel {
    background: #EEE;
}

.carousel-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: carousel-cell;
}

/* cell number */
.carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(carousel-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
} */



/* HEADER ISH */

.TopLogo img {
    max-width: 12vw;
    padding: 0.2em 0em -1em 0em;
    display: grid;
    align-items: center;
}

.carouselIMG {
    max-width: 33vw !important;
}

header {
    display: grid;
    grid-template-columns: 1fr;
    padding: 15px;
    color: black;
    text-align: center;
}

header nav a {
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
    float: right;
    padding: 15px 18px;
    text-decoration: none;
    color: black;
    transition: all 0.3s ease 0s;
}

header nav a:hover {
    color: rgb(92, 87, 87);
}

header nav #ProjectButton {
    color: #bac53d !important;
    transition: all 0.3s ease 0s;
}

header nav #ProjectButton:hover {
    color: #7e871d !important;
}

header nav #AboutButton {
    color: #D65F40 !important;
    transition: all 0.3s ease 0s;
}

header nav #AboutButton:hover {
    color: #8a341e !important;
}

.burgerMenu {
    background-image: url("./PortfolioIMGS/BGStuff/NavBG.png");
    /* background-color: rgba(45, 42, 50, 0.2); */
    background-size: cover;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr;
    padding: 15px;
    /* color: white; */
    text-align: center;
    margin-bottom: .5em;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-container {
    flex: 1;
    /* Take up remaining space */
}

.Top-logo img {
    max-width: 16%;
    cursor: pointer;
    display: block;
    /* animation: marqueeScroll 15s linear infinite; */
}

/* @keyframes marqueeScroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-200%);
    }
} */


.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color:#D65F40;
    margin: 6px 0;
    transition: 0.4s;
}

.nav-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nav-menu a {
    color: black;
    text-decoration: none;
    padding: 14px 16px;
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
}

.nav-menu a:hover {
    background-color: #D65F40;
    color: #D7DBE9;
    border-radius: 10px;
    font-family: 'Unbounded', sans-serif;
    font-weight: 550;
    transition: ease-in-out 0.2s;
}

.LandLogo {
    display: grid;
    justify-content: center;
}

.LandLogo a {
    text-align: center;
}

.LandLogo img {
    max-width: 38%;
}


/* END OF HEADER */

/* CAROUSEL STUFF */

.main-carousel {
    position: fixed;
    padding-top: 1em;
    width: 100%;
    /* display: grid; */
    /* grid-template-rows: 1fr .5fr;
    grid-template-areas: div section; */
    /* height: 100vh; */
}

.main-carousel p {
    position: absolute;
    justify-content: center;
}

/* END OF CAROUSEL STUFF */

/* WORK DESCRIPTION ISH */

/* .WorkDesc {
    display: grid;
    align-content: center;
} */

/* section .GridThing {
    background-image: url("./PortfolioIMGS/BGStuff/06.png");
    height: 20vh;
} */

.WorkDesc h2 {
    font-family: 'Unbounded', sans-serif;
    font-size: 1.5em;
    display: grid;
    justify-content: center;
    text-align: center;
    color: #bac53d;
    
}

.WorkDesc h2:hover {
    color: white;
    transition: all 0.3s ease 0s;
}

.WorkDesc p {
    font-family: 'Lexend', sans-serif;
    font-size: 1em;
    display: grid;
    justify-content: center;
    color: #D7DBE9;
}

.WorkDesc p:hover {
    color: white;
        transition: all 0.3s ease 0s;
}

.WorkDesc a {
    font-family: 'Lexend', sans-serif;
    font-size: 1em;
    display: grid;
    justify-content: center;
    text-decoration: none;
    color: #D7DBE9;
}

.WorkDesc a:hover {
    color: white;
    transition: all 0.3s ease 0s;
}

/* END OF WORK DESCRIPTION */

/* PROJECT CONTAINER ISH */

.ProjectContainer {
    /* padding-top: 130px; */
    height: 178vh;
    padding-bottom: 50px;
    /* background-image: url("./PortfolioIMGS/BGStuff/SectionBg.png") !important; */
    border-radius: 10px;
}

.ProjectContainer section {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1em;
}

.ProjectContainer div {
    display: flex;
    justify-content: center;
}

.ProjectContainer h1 {
    display: flex;
    justify-content: center;
    font-family: 'Unbounded', sans-serif;
    color: #bac53d;
}

.ProjectContainer h1:hover {
    color: white;
    transition: all 0.3s ease 0s;
}

.ProjectContainer a {
    padding-top: .5em;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    text-decoration: none;
    color: rgb(215, 219, 233);
    transition: all 0.3s ease 0s;
}

.ProjectContainer a:hover {
    color:white;
    transition: all 0.3s ease 0s;
}

.ProjectContainer div a img {
    filter: grayscale(100%) contrast(1.2) brightness(1.1) sepia(20%) hue-rotate(200deg);
    transition: filter 0.3s ease;
}

.ProjectContainer div a img:hover {
    filter: none;
    transition: all 0.3s ease 0s; 
    box-shadow: 0px 0px 50px rgb(215, 219, 233);
}

.ProjectContainer div a:hover img {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

/* END OF PROJECT CONTAINER */

/* ABOUT CONTAINER ISH */

.aboutContainer {
    padding-top: 50px;
    height: 86vh;
    padding-bottom: 40px;
    display: grid;
    justify-content: center;
    grid-template-rows: .25fr .75fr;
    /* background-color: rgba(45, 42, 50, 0.2); */
    border-radius: 10px;
}

.aboutHeader {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-content: center;
}

.aboutContainer section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
}

.aboutContainer section div.aboutimg {
    display: grid;
    justify-content: right;
    align-items: right;
    padding-right: 15px;
    grid-template-rows: 1fr;
}

.aboutContainer h1 {
    font-family: 'Unbounded', sans-serif;
    font-size: 2em;
    display: grid;
    justify-content: center;
    color: #bac53d;
    padding-bottom: 1.5em;
}

.aboutContainer h1:hover {
    color: whitesmoke;
    transition: all 0.3s ease 0s;
}

.aboutContainer h2 {
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #bac53d;
}

.aboutContainer h2:hover {
    color: white;
    transition: all 0.3s ease 0s;
}

.aboutContainer p {
    font-family: 'Lexend', sans-serif;
    font-weight: 200;
    width: 25vw;
    color: #D7DBE9;
}

.aboutContainer p:hover {
    color: white;
    transition: all 0.3s ease 0s;
}

.BioIMG {
    width: 45vh;
    border-radius: 330px;
}

.BioIMG:hover {
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 50px rgba(215, 219, 233, 0.5);
}

.BioIMG:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}
/* .bio h2 {
    font-family: 'Unbounded', sans-serif;
    font-size: 2em;
}

.bio p {
    font-family: 'Lexend', sans-serif;
    font-size: 1em;
} */

/* END OF ABOUT CONTAINER */

/* FOOTER STUFF */

/* .GridThing {
    display: grid;
    grid-template-columns: 1fr 1fr;
} */

#linkslist section {
    font-family: 'Unbounded', sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
    color: #D7DBE9;
}

#linkslist section:hover {
    color: white;
    transition: all 0.3s ease 0s;
}

ul {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: none;
}

ul a {
    font-family: 'Lexend', sans-serif;
    font-size: 1em;
    text-decoration: none;
    color: black;
    transition: all 0.3s ease 0s;

}

ul a:hover {
    color: rgb(92, 87, 87);
}

#copy-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
    color: #D7DBE9;
}

#copy-title:hover {
    color: white;
    transition: all 0.3s ease 0s;
}

#linkslist ul a img:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* overflow: hidden; */
    /* background-color: rgba(237, 237, 237, 0.532); */
    /* position: fixed;
    bottom: 0;
    width: 100%; */
    background-color: rgba(45, 42, 50, 0.2);
    border-radius: 10px;
    padding: 1em 1em 1em 1em;
}

ul a {
    text-align: center;
}

footer.linkslist {
    /* float: left; */
    /* display: block; */
    color: burlywood;
    text-align: center;
    /* padding: 15px 18px; */
    text-decoration: none;
    font-size: medium;
}

footer #copy-title {
    float: right;
    /* display: block; */
    /* font-size: larger; */
}

/* END OF FOOTER STUFF */

/* MEDIA QUERIES */

@media only screen and (max-width: 1440px) {
    .carousel img {
        display: block;
        height: 400px;
    }

    .carousel-container2 {
            /* background-image: url("./PortfolioIMGS/BGStuff/SectionBg.png"); */
            height: 66vh;
            padding-top: .5em;
            border-radius: 10px;
        }

    .ProjectContainer {
        /* padding-top: 130px; */
        height: 300vh;
        padding-bottom: 50px;
        /* background-image: url("./PortfolioIMGS/BGStuff/SectionBg.png") !important; */
        /* background-color: rgba(45, 42, 50, 0.2); */
        border-radius: 10px;
    
    }

    .aboutContainer {
        padding-top: 50px;
        height: 96vh;
        padding-bottom: 40px;
        display: grid;
        justify-content: center;
        grid-template-rows: .25fr .75fr;
        /* background-color: rgba(45, 42, 50, 0.2); */
        border-radius: 10px;
    
    }

    .footer {
        height: 50vh;
    }
}

@media only screen and (max-width: 767px) {
body {
        width: 96%;
    }

    .burgerMenu {
        margin-bottom: 1.5em;
    }

    .carousel-container2 {
        /* background-image: url("./PortfolioIMGS/BGStuff/SectionBg.png"); */
        height: 42vh;
        /* padding-top: .5em; */
        border-radius: 10px;
    }

    .carousel img {
        display: block;
        height: 300px;
    }

    /* PROJECT CONTAINER ISH */
    .menu-toggle {
        display: flex;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        background-color: #D65F40;
        z-index: 1;
        border-radius: 10px;
    }

    .nav-menu a {
        font-family: 'Fredoka', sans-serif;
        font-weight: 500;
        color: white;
    }

    .nav-menu.active {
        display: flex;
    }

    .Top-logo img {
        /* max-width: 56%; */
        display: none;
    }

    .Mobile-logo img {
        max-width: 56%;
    }

    .aboutContainer p {
        font-family: 'PT Sans Narrow', sans-serif;
        width: 75vw;
    }

    .aboutContainer section div.aboutimg {
        display: grid;
        justify-content: center;
        padding: 0px;
    }

    .aboutContainer section div.aboutbio {
        justify-content: center;
        display: grid;
    }

    .aboutContainer {
        grid-template-columns: 1fr;
        display: grid;
        grid-gap: 1em;
        justify-content: center;
        height: 65vh;
        /* background-color: #D65F40; */
        color: black;
        /* padding-top: 1320px;
                padding-bottom: 870px; */
    }

    .aboutContainer section {
        grid-template-columns: 1fr;
        /* height: 100%; */
    }

    .aboutContainer section div {
        display: grid;
        justify-content: center;
        height: 100%;
        /* Set the height to 100% to take up the full height of the parent */
    }

    .BioIMG {
        width: 100%;
        /* Make the image take up the full width */
        max-width: none;
        /* Remove the max-width constraint */
        height: auto;
        /* Maintain aspect ratio */
    }

    .ProjectContainer {
        /* padding-top: 130px; */
        height: 850vh;
        /* padding-bottom: 100px;
                background-color: rgba(45, 42, 50, 0.2); */
        background-size: contain;
        border-radius: 10px;
    }

    .ProjectContainer section {
        display: grid;
        justify-content: center;
        grid-template-columns: 1fr;
        /* grid-template-rows: 1fr 1fr; */
        grid-gap: 1em;
        height: 100%;
        padding-bottom: 2em;
        border-radius: 10px;
    }

    .ProjectContainer div {
        display: flex;
        justify-content: center;
        /* background-color: rgba(45, 42, 50, 0.2); */
        background-size: contain;
        border-radius: 10px;

    }

    .ContainerTitle {
        margin-bottom: 1.5em;
    }


    .TheProjects {
        /* background-color: rgba(45, 42, 50, 0.2); */
        background-size: contain;
        height: 100%;
    }

    .ProjectContainer h1 {
        display: flex;
        justify-content: center;
        font-family: 'Unbounded', sans-serif;
        /* background-color: rgba(45, 42, 50, 0.2); */

    }

    .ProjectContainer a {
        padding-top: .5em;
        font-family: 'Lexend', sans-serif;
        font-weight: 400;
        font-size: 1.2em;
        text-decoration: none;
        color: black;
        transition: all 0.3s ease 0s;
    }

    .ProjectContainer :hover {
        color: rgb(215, 219, 233);
    }

    /* END OF PROJECT CONTAINER */

    .Separator {
        height: .5em;
    }

    .Separator2 {
        height: 286px;
    }

    footer {
        grid-template-columns: 1fr;
        /* Set to one column on mobile */
    }

    footer .linkslist,
    footer #copy-title {
        order: 1;
        /* Change the order for mobile layout */
    }

    footer #copy-title {
        margin-top: 15px;
        /* Add margin for spacing between sections */
    }

    ul {
        padding-left: none;
    }
}

@media only screen and (max-width: 414px) {

    .burgerMenu {
            margin-bottom: 1.5em;
    }

    body {
        width: 96%;
    }

    .carousel-container2 {
            /* background-image: url("./PortfolioIMGS/BGStuff/SectionBg.png"); */
            height: 30vh;
            /* padding-top: .5em; */
            border-radius: 10px;
        }

        .carousel img {
            display: block;
            height: 300px;
        }

    /* PROJECT CONTAINER ISH */
        .menu-toggle {
                display: flex;
            }
        
            .nav-menu {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 90px;
                left: 0;
                width: 100%;
                background-color: #D65F40;
                z-index: 1;
                border-radius: 10px;
            }
        
            .nav-menu a {
                font-family: 'Fredoka', sans-serif;
                font-weight: 500;
                color: white;
            }
        
            .nav-menu.active {
                display: flex;
            }
        
            .Top-logo img {
                /* max-width: 56%; */
                display: none;
            }

            .Mobile-logo img {
                max-width: 56%;
            }
        
            .aboutContainer p {
                font-family: 'PT Sans Narrow', sans-serif;
                width: 75vw;
            }
        
            .aboutContainer section div.aboutimg {
                display: grid;
                justify-content: center;
                padding: 0px;
            }
        
            .aboutContainer section div.aboutbio {
                justify-content: center;
                display: grid;
            }
        
            .aboutContainer {
                grid-template-columns: 1fr;
                display: grid;
                grid-gap: 1em;
                justify-content: center;
                height: 100vh;
                /* background-color: #D65F40; */
                color: black;   
                /* padding-top: 1320px;
                padding-bottom: 870px; */
            }

            .aboutContainer section {
                grid-template-columns: 1fr;
                /* height: 100%; */
            }

            .aboutContainer section div {
                display: grid;
                justify-content: center;
                height: 100%;
                /* Set the height to 100% to take up the full height of the parent */
            }
        
            .BioIMG {
                width: 100%;
                    /* Make the image take up the full width */
                    max-width: none;
                    /* Remove the max-width constraint */
                    height: auto;
                    /* Maintain aspect ratio */
            }
        
            .ProjectContainer {
                /* padding-top: 130px; */
                height: 560vh;
                /* padding-bottom: 100px;
                background-color: rgba(45, 42, 50, 0.2); */
                background-size: contain;
                border-radius: 10px;
            }
        
            .ProjectContainer section {
                display: grid;
                justify-content: center;
                grid-template-columns: 1fr;
                /* grid-template-rows: 1fr 1fr; */
                grid-gap: 1em;
                height: 100%;
                padding-bottom: 2em;
                border-radius: 10px;
            }
        
            .ProjectContainer div {
                display: flex;
                justify-content: center;
                /* background-color: rgba(45, 42, 50, 0.2); */
                background-size: contain;
                border-radius: 10px;
        
            }

            .ContainerTitle {
                margin-bottom: 1.5em;
            }


            .TheProjects {
                /* background-color: rgba(45, 42, 50, 0.2); */
                background-size: contain;
                height: 100%;
            }
        
            .ProjectContainer h1 {
                display: flex;
                justify-content: center;
                font-family: 'Unbounded', sans-serif;
                /* background-color: rgba(45, 42, 50, 0.2); */

            }
        
            .ProjectContainer a {
                padding-top: .5em;
                font-family: 'Lexend', sans-serif;
                font-weight: 400;
                font-size: 1.2em;
                text-decoration: none;
                color: black;
                transition: all 0.3s ease 0s;
            }
        
            .ProjectContainer :hover {
                color: rgb(92, 87, 87);
            }

    /* END OF PROJECT CONTAINER */

    .Separator {
        height: .5em;
    }

    .Separator2 {
        height: 6px;
    }
    footer {
        grid-template-columns: 1fr;
        /* Set to one column on mobile */
    }

    footer .linkslist,
    footer #copy-title {
        order: 1;
        /* Change the order for mobile layout */
    }

    footer #copy-title {
        margin-top: 15px;
        /* Add margin for spacing between sections */
    }
    ul {
        padding-left: none;
    }
}

@media only screen and (max-width: 360px) {
    /* PROJECT CONTAINER ISH */
        .menu-toggle {
            display: flex;
        }
    
        .nav-menu {
            display: none;
            flex-direction: column;
            position: absolute;
            top: 76px;
            left: 0;
            width: 100%;
            background-color: #D65F40;
            z-index: 1;
            border-radius: 10px;
        }
    
        .nav-menu a {
            font-family: 'Fredoka', sans-serif;
            font-weight: 500;
            color: white;
        }
    
        .nav-menu.active {
            display: flex;
        }

        .Top-logo img {
            max-width: 56%;
        }

        .aboutContainer p {
            font-family: 'PT Sans Narrow', sans-serif;
            width: 75vw;
        }
    
        .aboutContainer section div.aboutimg {
            display: grid;
            justify-content: center;
            padding: 0px;
        }
    
        .aboutContainer section div.aboutbio {
            justify-content: center;
            display: grid;
        }
    
        .aboutContainer {
            grid-template-columns: 1fr;
            display: grid;
            grid-gap: 1.5em;
            justify-content: center;
            padding-top: 1600px;
            padding-bottom: 240px;
        }
    
        .aboutContainer section {
            grid-template-columns: 1fr;
            /* Display about section in a single column for smaller screens */
        }
    
        .BioIMG {
            width: 93vw;
        }

        .ProjectContainer {
            /* padding-top: 130px; */
            height: 120vh;
            padding-bottom: 50px;
        }
    
        .ProjectContainer section {
            display: grid;
            justify-content: center;
            grid-template-columns: 1fr;
            /* grid-template-rows: 1fr 1fr; */
            grid-gap: 1em;
        }
    
        .ProjectContainer div {
            display: flex;
            justify-content: center;
        }
    
        .ProjectContainer h1 {
            display: flex;
            justify-content: center;
            font-family: 'Unbounded', sans-serif;
        }
    
        .ProjectContainer a {
            padding-top: .5em;
            font-family: 'Lexend', sans-serif;
            font-weight: 400;
            font-size: 1.2em;
            text-decoration: none;
            color: black;
            transition: all 0.3s ease 0s;
        }
    
        .ProjectContainer :hover {
            color: rgb(92, 87, 87);
        }
    
        /* END OF PROJECT CONTAINER */
}