/* Tablet */
@media (min-width: 768px){
    /*Header*/
    .logo img{
      width: 100%;
      max-width: 4rem;
      height: auto;
    }

    /*Navigation*/
    
    /*Index*/
    a, p, i{
        font-size: 1.1rem;
    }
    .hero{
        height: fit-content;
        align-items: center;
        padding: 2rem;
    }
    .hero1a h1{
        font-size: 2.75rem;
        margin-bottom: 0.5rem;
    }
    .hero1 hr{
        width: 65%;
        height: 3px;
        margin: 1rem auto;
    }
    .hero1a h2{
        font-size: 2.25rem;
        margin: 0.45rem auto;
    }
    .hero1a h3{
        margin: 0.5rem 0;
        width: 65%;
        font-size: 1.25rem;
    }
    .hero2 img {
        max-width: 450px;
        height: auto;
    }
    
    .indexAbout{
        padding: 1rem;
        margin: 1.5rem 5rem;
    }
    .indexAbout h2{
        margin-top: 1.2rem;
        font-size: 1.25rem;
    }
    .indexAbout h3{
        margin-bottom: 1.2rem;
        width: 75%;
        font-size: 1.5rem;
    }
    .indexAbout button{
        width: max-content;
        margin: 1.25rem 0;
        font-size: 1.05rem;
    }
    
    .featured-projects{
        margin: 0 5rem 1.5rem 5rem;
        padding: 0 1rem;
    }
    .featured-projects h2{
        margin-top: 1.2rem;
        font-size: 1.25rem;
    }
    .featured-projects h3{
        margin-bottom: 1.2rem;
        width: 75%;
        font-size: 1.5rem;
    }
    
    .btnPortfolioCTA{
        width: max-content;
        margin: 1.25rem 0;
        font-size: 1.05rem;
    }

    .index-contact{
        padding: 4rem 3rem 1rem 3rem;
        margin: 0 auto 2rem auto;
    }
    .index-contact h2{
        font-size: 2.25rem;
        margin: 0 0 1rem 0;
    }
    .index-contact span h3{
        font-size: 1.75rem;
    }
    .index-contact span i{
        margin: auto .5rem;
    }
    .index-contact span button{
        padding: 0;
        margin: 0 .75rem;
        font-size: 1.5rem;
    }
    .index-contact li{
        margin: 1.25rem 0;
        padding: 0;
    }
    .index-contact li i{
        margin: auto 1rem;
        padding: .25rem;
        font-size: 1.75rem;
        border-radius: .4rem;
    }
    .index-contact p{
        width: 75%;
        font-size: 1.2rem;
        margin: 1rem auto;
    }
    /*Portfolio*/
    .portfolioHero {
        height: 50vh;
    }
    .portfolioHero h1 {
        font-size: 2.75rem;
    }
    .portfolioHero hr {
        width: 65%;
        height: 4px;
        margin: 1rem auto;
    }
    .portfolioHero h3 {
        margin: 0.75rem auto;
        width: 70%;
        font-size: 1.25rem;
    }
    .portfolioContent{
        padding: 1rem;
        margin: 1.5rem 6.5rem;
    }

    .designaCarsProject {
        height: 550px;
    }
    .designaCarsProject h2 {
        top: 1.5rem;
        left: 1.5rem;
        font-size: .9rem;
    }
    .designaCarsProject h3 {
        top: 2.5rem;
        left: 1.5rem;
        font-size: 1.5rem;
    }
    .designaCarsProjectContent {
        width: 80%;
        margin: 2rem;
        padding: 1rem;
    }
    .designaCarsProjectContent p {
        font-size: 1.1rem;
    }
    .designaCarsProjectContent a {
        font-size: 1.11rem;
    }

    .PawlyProject {
        height: 550px;
    }
    .PawlyProject h2 {
        top: 1.5rem;
        left: 1.5rem;
        font-size: .9rem;
    }
    .PawlyProject h3 {
        top: 2.5rem;
        left: 1.5rem;
        font-size: 1.5rem;
    }
    .PawlyProjectCardContent {
        width: 80%;
        margin: 2rem;
        padding: 1rem;
    }
    .PawlyProjectCardContent p {
        font-size: 1.1rem;
    }
    .PawlyProjectCardContent a {
        font-size: 1.11rem;
    }
    
    .CrestProject {
        height: 550px;
    }
    .CrestProject h2 {
        top: 1.5rem;
        left: 1.5rem;
        font-size: .9rem;
    }
    .CrestProject h3 {
        top: 2.5rem;
        left: 1.5rem;
        font-size: 1.5rem;
    }
    .CrestProjectCardContent {
        width: 80%;
        margin: 2rem;
        padding: 1rem;
    }
    .CrestProjectCardContent p {
        font-size: 1.1rem;
    }
    .CrestProjectCardContent a {
        font-size: 1.11rem;
    }
    
    /*Project*/
    .projectHero{
        padding: 2rem 1.5rem;
        gap: 20px;
    }
    .ProjectTitle{
        padding: .5rem;
    }
    .ProjectTitle h1{
        font-size: 1.5rem;
    }
    .ProjectTitle h2{
        font-size: 3rem;
    }
    .projectHero p{
        font-size: 1.1rem;
        width: 75%;
        margin: auto;
    }
    .ProjectTags{
        gap: 20px;
    }
    .ProjectTags dl {
        flex: 1 1 calc(33.333% - 1rem);
    }
    .ProjectTags dt {
        font-size: 1rem;
    }
    .imageGrid{
        justify-content: space-between;
    }
    .mobileImgCon, .tabletImgCon, .laptopImgCon{
        width: calc(50% - 5px);
    }
    .imageGrid > div:last-child{
        margin-left: auto;
        margin-right: auto;
    }
    .ProjectContent{
        gap: 20px;
        margin: 1.5rem 6rem;
        margin-bottom: 3rem;
    }
    .ProjectContent h3{
        font-size: 1.25rem;
    }
    .ProjectContent h4{
        font-size: 1.35rem;
    }
    .challengeContent, .approachContent, .changesContent, .resultContent, .reflectionContent{
        padding: .75rem;
    }
    .challengeContent p, .approachContent p, .changesContent p, .resultContent p, .reflectionContent p{
        padding: .75rem;
        font-size: 1.2rem;
    }

    .designaCarsWireframes{
        margin: 0 .5rem;
        padding: 1rem .5rem;
    }
    .frameTabs button{
        font-size: 1rem;
    }
    .frameText{
        margin-bottom: .75rem;
    }
    .frameText h5{
        font-size: 1.15rem;
        margin: 0 1rem;
    }
    .frameText p{
        font-size: 1rem;
        margin: .5rem .8rem .75rem .8rem;
    }
    .frameImgContainer img{
        width: 250px;
    }
    
    .toggleButtons button{
        font-size: 1.2rem;
        padding: .75rem 1.25rem;
    }
    .imgContainerBefore div, .imgContainerAfter div{
        margin-top: 1.5rem;
    }
    .imgContainerBefore img, .imgContainerAfter img{
        width: 500px;
        display: block;
    }
    .beforeAndafterContent p{
        font-size: 1rem;
    }
    .changesContent h5{
        font-size: 1.2rem;
    }
    .changesContent p{
        padding: 0 .2rem;
    }
    .viewSite{
        font-size: 1.2rem;
    }
    .backPortfolio{
        font-size: 1.2rem;
    }

    /*Pawly*/
    .PawlyProjectTitle{
        padding: .5rem;
    }
    .PawlyProjectTitle h1{
        font-size: 1.5rem;
    }
    .PawlyProjectTitle h2{
        font-size: 3rem;
    }
    .PawlyProjectHero img{
        width: 70%;
        height: auto;
    }
    .PawlyProjectHero p{
        font-size: 1.1rem;
        width: 75%;
        margin: auto;
    }
    .PawlyProjectTags{
        gap: 20px;
    }
    .PawlyProjectTags dl {
        flex: 1 1 calc(33.333% - 1rem);
    }
    .PawlyProjectTags dt {
        font-size: 1rem;
    }
    .PawlyProjectIntroImage{
        width: calc(50% - 10px);
        margin: auto;
    }
    .imageGrid > div:last-child{
        margin-left: auto;
        margin-right: auto;
    }

    .PawlyProjectContent{
        gap: 20px;
        margin: 1.5rem 6rem;
        margin-bottom: 3rem;
    }
    .PawlyProjectContent h3{
        font-size: 1.25rem;
    }
    .PawlyProjectContent h4{
        font-size: 1.35rem;
    }
    .PawlyProjectContent h5{
        font-size: 1.2rem;
    }
    #challengeTab, #keyFeaturesTab, #outcomeTab{
        border-radius: 10px;
        padding: .75rem;
        margin: .75rem 3rem;
        font-size: 1.1rem;
        box-shadow: 0px 0px 4px 1px #20806B;
    }
    #challengeTab:hover, #keyFeaturesTab:hover, #outcomeTab:hover{
        box-shadow: 0px 0px 5px 2px #7FA1C3;
    }
    #challengeTab p, #keyFeaturesTab p, #outcomeTab p{
        font-size: 1.1rem;
    }
    .PawlyChallenge, .PawlyApproach, .PawlyKeyFeatures, .PawlySolution, .PawlyOutcome, .PawlyReflection{
        padding: .75rem;
    }
    .PawlyChallenge p, .PawlyApproach p, .PawlyKeyFeatures p, .PawlySolution p, .PawlyOutcome p, .PawlyReflection p{
        font-size: 1.15rem;
    }
    .PawlyApproach, .PawlySolution, .PawlyReflection{
        background-color: #E1E4E6;
        padding: 1.5rem;
        border-radius: 10px;
        margin: 0 .75rem;
        box-shadow: 0 3px 6px rgba(0, 102, 204, 0.25);
    }
    .approachContent ul{
        padding: 1rem 1.5rem;
        font-size: 1.05rem;
    }
    .dashboard, .pets, .calendar, .profile{
        padding: .75rem;
    }
    .dashboardImgCon img, .petsImgCon img, .calendarImgCon img, .profileImgCon img{
        width: 50%;
        height: auto;
        margin: auto;
    }

    .pawlyWireframes{
        margin: 0 .5rem;
        padding: 1rem .5rem;
    }
    .pawlyFrameImgContainer img{
        width: 250px;
    }

    /*About*/
    
    .abouthero{
        padding: 2rem 4rem;
        gap: 20px;
    }
    .aboutHeroText{
        gap: 20px;
        flex-basis: 50%;
    }
    .aboutTitle h1{
        font-size: 1.5rem;
    }
    .aboutTitle h3{
        font-size: 3rem;
    }
    .heroImgContainer{
        width: fit-content;
        flex-basis: 50%;
    }
    .heroImgContainer img{
        height: auto;
        width: 275px;
        box-shadow: 0 4px 12px rgba(0, 102, 204, 0.6);
    }
    
    .myApproachTitle h2, .whereIAmNowTitle h2{
        font-size: 1.2rem;
    }
    .myApproachTitle h3, .whereIAmNowTitle h3{
        font-size: 1.4rem;
    }
    .aboutMe p, .myApproachContent p, .whereIAmNowContent p{
        font-size: 1.1rem;
    }

    .aboutMe, .contentGrid, .CTAs{
        margin: 1rem 5rem;
    }

    .abtContenthr{
        margin: .5rem 5rem;
        border: 1.5px solid #7FA1C3;
    }
    .CTAs button{
        font-size: 1.1rem;
    }
    .CTAs a{
        font-size: 1.1rem;
    }
    
    /*Contact*/

    .contact{
        margin: 2rem 4rem;
        gap: 40px;
    }

    .contactHero{
        gap: 30px;
        margin-bottom: 1rem;
    }
    .hero1{
        gap: 20px;
    }
    .contactTitle h1{
        font-size: 1.5rem;
    }
    .contactTitle h2{
        font-size: 2.75rem;
    }
    .contactHero h3{
        font-size: 1.25rem;
        margin: auto;
        width: 80%;
    }
    
    .contactMe i{
        padding: .35rem;
        font-size: 1.5rem;
    }

    .contactForm {
        padding: 1.25rem;
        padding-bottom: .5rem;
    }
    .contactForm label {
        margin: 0 0 .5rem .5rem;
        font-size: 1.1rem;
    }
    .contactForm input, .contactForm textarea, .contactForm button {
        font-size: 1.1rem;
    }
    
    /**FOOTER**/
    footer{
        padding: 1.5rem 1.5rem .25rem 1.5rem;
    }
    .footerSections{
        gap: 10px;
        margin-bottom: 1rem;
    }
    .footerLogo img{
        width: 85px;
    }
    .footerNav{
        padding: 1rem auto;
        gap: 20px;
    }
    .footerNav a{
        font-size: 1.35rem;
    }
    .footerSocials{
        gap: 10px;
    }
    .footerSocials a{
        font-size: 1.15rem;
    }
    footer small{
        font-size: .75rem;
    }
}

/* Desktop */
@media (min-width: 1024px){
    /*Navigation*/
    .hamburger{
        display: none;
    }
    .logo img{
        width: 100%;
        max-width: 5rem;
        height: auto;
    }
    .nav-links {
        display: flex;
        position: static;
        flex-direction: row;
        justify-content: flex-end;
        background-color: #E1E4E6;
    }
    .nav-links li {
        margin: 0.5rem 1rem;
    }
    .nav-links a {
        font-size: 1.4rem;
    }
    .social-links {
        display: none;
    }
    
    .dropdown {
        display: inline-block;
        position: relative;
        margin-right: 0rem;
        overflow: visible;
    }
    .dropbtn {
        border: none;
        cursor: pointer;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #E1E4E6;
        opacity: .9;
        min-width: fit-content;
        top: 100%; /* Position the dropdown below the button */
        left: auto; /* Adjust as needed to align */
        right: 0; /* Align with the dropdown button */
        border-radius: .7rem;
    }
    .dropdown-content a {
        color: #333333;
        text-decoration: none;
        display: block;
        border-radius: 100rem;
        padding: .5rem .25rem 0 .25rem;
    }
    .dropdown-content a:hover {
        background-color: #20806B;
        color: #F5EDED;
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }
    /*Index*/
    a, p, i{
        font-size: 1.2rem;
    }
    .hero{
      flex-direction: row;
      height: 60vh;
      cursor: none; /* Disables the default cursor */
      position: relative; /* Ensures the pseudo-element positions correctly */
    }
    #custom-cursor {
      width: 75px;
      height: 75px;
      border: 2px solid #333333; /* Circle border */
      border-radius: 50%; /* Makes the element circular */
      position: fixed;
      pointer-events: none; /* Prevent interference with interaction */
      transform: translate(-50%, -50%);
      display: none; /* Hidden by default */
      z-index: 1000; /* Ensures it's above other elements */
      transition: transform 0.2s ease, background-color 0.2s ease;
    }
    
    .hero1 h1{
      font-size: 3rem;
    }
    .hero1 h2{
      font-size: 2rem;
    }
    .hero1 h1 span:hover{
      color: #20806B;
    }
    .hero1 h2 span:hover{
      color: #20806B;
    }
    .hero1 h3 span:hover{
      color: #20806B;
    }
    .hero1 {
      flex-basis: 50%;
    }
    .hero2 {
      flex-basis: 40%;
      padding: auto;
    }
    .hero2 img{
      width: 100%;
      transition: 1s ease;
      max-width: 500px;
    }
    .hero2 img:hover{
      -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
      transform: scale(1.025);
      transition: 1s ease-in-out;
    }

    .indexAbout{
        margin: 2rem 6.5rem;
    }
    .indexAbout h2{
        margin-top: 1rem;
        font-size: 1.25rem;
    }
    .indexAbout h3{
        margin-bottom: 1rem;
        width: 87.5%;
        font-size: 1.5rem;
    }
    .indexAbout button{
        width: max-content;
        margin: 1.5rem 0;
        font-size: 1.15rem;
    }
    
    .featured-projects{
        margin: 0 6.5rem 2rem 6.5rem;
        padding: 0 1.2rem;
    }
    .featured-projects h2{
        margin-top: 1.2rem;
        font-size: 1.25rem;
    }
    .featured-projects h3{
        margin-bottom: 1.2rem;
        width: 75%;
        font-size: 1.5rem;
    }
    .featured-projects hr{
        margin: 1rem;
    }
    .featured-projectsContent{
        display: grid;
        grid-template-columns: auto auto;
        grid-template-areas:
        "designaCarsIndex PawlyProjectIndex";
        gap: 20px;
    }
    .btnPortfolioCTA{
        width: max-content;
        margin: 1.25rem 0;
        font-size: 1.05rem;
    }

    .index-contact{
        padding: 4rem 3rem 1rem 3rem;
        margin: 0 auto 2rem auto;
    }
    .index-contact h2{
        font-size: 2.35rem;
        margin: 0 0 1rem 0;
    }
    .index-contact span h3{
        font-size: 1.95rem;
    }
    .index-contact span i{
        margin: auto .5rem;
    }
    .index-contact span button{
        padding: 0;
        margin: 0 1rem;
        font-size: 1.65rem;
    }
    .index-contact li{
        margin: 1.25rem 0;
        padding: 0;
    }
    .index-contact li i{
        margin: auto 1rem;
        padding: .25rem;
        font-size: 1.95rem;
        border-radius: .4rem;
    }
    .index-contact p{
        width: 75%;
        font-size: 1.55rem;
        margin: 1rem auto;
    }
    /*Portfolio*/
    .portfolioHero{
        height: 55vh;
    }
    .portfolioHero h1 {
      font-size: 3.75rem;
    }
    .portfolioHero hr {
      width: 60%;
    }
    .portfolioHero h3 {
      font-size: 1.5rem;
      width: 67.5%;
    }
    .portfolioContent{
        padding: 1rem;
        margin: 1.5rem 7.5rem;
        gap: 30px;
    }
    .ProjectGrid{
        gap: 30px;
    }
    /*Project*/
    .projectHero{
        padding: 3rem 2rem;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .ProjectTitle{
        padding: 1rem;
        align-items: center;
    }
    .ProjectTitle h1{
        font-size: 1.75rem;
    }
    .ProjectTitle h2{
        font-size: 5rem;
    }
    .projectHero hr{
        margin: 1rem 20rem;
        border: 2px solid #7FA1C3;
    }
    .projectHero p{
        font-size: 1.3rem;
        width: 65%;
        margin: auto;
    }
    .ProjectTags {
        flex-wrap: nowrap;
        justify-content: space-evenly;
        margin: 1rem auto;
        width: fit-content;
    }
    #spaceFill{
        display: none;
    }
    .ProjectTags dl {
        flex: 0 1 auto;
        font-size: 1.1rem;
    }
    .ProjectTags dt {
        font-size: 1.15rem;
    }
    .ProjectTags dd {
        font-size: 1.25rem;
    }
    .imageGrid{
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .mobileImgCon, .tabletImgCon, .laptopImgCon{
        width: calc(50% - 20px);
        margin: auto;
    }
    .ProjectContent{
        gap: 30px;
        margin: 1.5rem 7rem;
    }
    .ProjectContent h3{
        font-size: 1.5rem;
    }
    .ProjectContent h4{
        font-size: 1.75rem;
    }
    
    .challengeContent, .approachContent, .changesContent, .resultContent, .reflectionContent{
        padding: 1.25rem;
    }
    .challengeContent p, .approachContent p, .changesContent p, .resultContent p, .reflectionContent p{
        padding: .5rem;
        font-size: 1.3rem;
    }

    .designaCarsWireframes{
        margin: 0 .5rem;
        padding: 1.5rem .75rem;
    }
    .frameContent.active {
        flex-direction: row;
        align-items: center;
    }
    .frameTabs button{
        font-size: 1.1rem;
    }
    .frameText{
        margin-bottom: 1rem;
        flex-basis: 50%;
    }
    .frameText h5{
        font-size: 1.2rem;
        margin: 0 1rem;
    }
    .frameText p{
        font-size: 1.15rem;
        margin: .75rem 1.25rem;
    }
    .frameImgContainer{
        margin: .75rem 0;
        flex-basis: 50%;
    }
    .frameImgContainer img{
        width: 275px;
    }

    .toggleButtons button{
        font-size: 1.3rem;
    }
    .imgContainerBefore img, .imgContainerAfter img{
        width: 700px;
    }
    .beforeAndafterContent p{
        font-size: 1.1rem;
    }
    .changesContent h5{
        font-size: 1.5rem;
    }
    .changesContent p{
        font-size: 1.3rem;
        padding: 0 .5rem;
    }
    .viewSite{
        font-size: 1.3rem;
    }
    .backPortfolio{
        font-size: 1.3rem;
    }

    /*Pawly*/
    .PawlyProjectTitle{
        padding: 1rem;
        align-items: center;
    }
    .PawlyProjectTitle h1{
        font-size: 1.75rem;
    }
    .PawlyProjectTitle h2{
        font-size: 5rem;
    }
    .PawlyProjectHero img{
        width: 55%;
        height: auto;
    }
    .PawlyProjectHero p{
        font-size: 1.3rem;
        width: 65%;
        margin: auto;
    }
    .PawlyProjectTags {
        flex-wrap: nowrap;
        margin: 1rem auto;
        width: 75%;
        justify-content: space-evenly;
    }
    .PawlyProjectTags dl {
        flex: 0 1 auto;
        font-size: 1.1rem;
    }
    .PawlyProjectTags dt {
        font-size: 1.15rem;
    }
    .PawlyProjectTags dd {
        font-size: 1.25rem;
    }
    .PawlyProjectIntroImage{
        width: calc(50% - 20px);
    }

    .PawlyProjectContent{
        gap: 30px;
        margin: 1.5rem 7rem;
    }
    .PawlyProjectContent h3{
        font-size: 1.5rem;
    }
    .PawlyProjectContent h4{
        font-size: 1.75rem;
    }
    .PawlyProjectContent h5{
        font-size: 1.4rem;
    }
    #challengeTab, #keyFeaturesTab, #outcomeTab{
        border-radius: 10px;
        padding: .75rem;
        font-size: 1.25rem;
        box-shadow: 0px 0px 4px 1px #20806B;
        margin: .5rem;
    }
    .challenges{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "tab1 tab2"
        "tab3 tab4";
    }
    .features{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "tab1 tab2"
        "tab3 tab4"
        "tab5 tab6";
    }
    #challengeTab:hover, #keyFeaturesTab:hover, #outcomeTab:hover{
        box-shadow: 0px 0px 5px 2px #7FA1C3;
    }
    #challengeTab p, #keyFeaturesTab p, #outcomeTab p{
        font-size: 1.35rem;
    }
    .PawlyChallenge, .PawlyApproach, .PawlyKeyFeatures, .PawlySolution, .PawlyOutcome, .PawlyReflection{
        padding: 1.25rem;
    }
    .PawlyChallenge p, .PawlyApproach p, .PawlyKeyFeatures p, .PawlySolution p, .PawlyOutcome p, .PawlyReflection p{
        font-size: 1.4rem;
    }
    .PawlyApproach, .PawlySolution, .PawlyReflection{
        background-color: #E1E4E6;
        padding: 1.5rem;
        border-radius: 10px;
        margin: 0 .75rem;
        box-shadow: 0 4px 8px rgba(0, 102, 204, 0.25);
    }

    .approachContent ul{
        padding: 1rem 1.75rem;
        font-size: 1.25rem;
    }
    .solutionContent{
        gap: 30px;
    }
    .dashboard, .pets, .calendar, .profile{
        padding: 1rem;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        text-align: left;
    }
    .pets, .profile{
        flex-direction: row-reverse;
    }
    .dashboard h5, .pets h5, .calendar h5, .profile h5{
        text-align: left;
        font-size: 1.75rem;
    }
    .dashboardContent, .petsContent, .calendarContent, .profileContent{
        padding: 1rem;
        flex-basis: 75%;
    }
    .dashboardImgCon, .petsImgCon, .calendarImgCon, .profileImgCon{
        flex-basis: 60%;
        margin: 1rem auto;
    }
    .dashboardImgCon img, .petsImgCon img, .calendarImgCon img, .profileImgCon img{
        width: 80%;
        height: auto;
        margin: auto;
    }

    .pawlyWireframes{
        margin: 0 .5rem;
        padding: 1.5rem .75rem;
    }
    .pawlyFrameImgContainer{
        margin: .75rem 0;
        flex-basis: 40%;
    }
    .pawlyFrameImgContainer img{
        width: 275px;
    }

    /*About*/
    
    .abouthero{
        padding: 2rem 5rem;
        flex-direction: row;
    }
    .aboutHeroText{
        gap: 25px;
    }
    .aboutTitle h1{
        font-size: 1.75rem;
    }
    .aboutTitle h3{
        font-size: 3.5rem;
    }
    .heroImgContainer img{
        width: 300px;
        box-shadow: 0 4px 12px rgba(0, 102, 204, 0.7);
    }
    
    .myApproachTitle h2, .whereIAmNowTitle h2{
        font-size: 1.3rem;
    }
    .myApproachTitle h3, .whereIAmNowTitle h3{
        font-size: 1.5rem;
    }
    .aboutMe p, .myApproachContent p, .whereIAmNowContent p{
        font-size: 1.3rem;
    }
    .emphasize{
        font-size: larger;
    }

    .contentGrid{
        display: flex;
        flex-direction: row;
        gap: 50px;
    }
    .myApproach, .whereIAmNow{
        flex-basis: 50%;
        margin: 0 auto;
    }
    .aboutMe, .contentGrid, .CTAs{
        margin: 1rem 7rem;
    }

    .abtContenthr{
        margin: .5rem 5rem;
        border: 1.5px solid #7FA1C3;
    }
    .CTAs button, .CTAs a{
        font-size: 1.3rem;
    }

    /*Contact*/

    .contact{
        margin: 3rem 6rem;
        gap: 50px;
    }

    .contactHero{
        gap: 40px;
        margin-bottom: 1rem;
    }
    .hero1{
        gap: 30px;
    }
    .contactTitle h1{
        font-size: 1.75rem;
    }
    .contactTitle h2{
        font-size: 3.25rem;
    }
    .contactHero h3{
        font-size: 1.5rem;
    }
    
    .contactMe i{
        padding: .35rem;
        font-size: 1.75rem;
    }

    .contactForm {
        padding: 1.25rem;
        padding-bottom: .5rem;
    }
    .contactForm label {
        font-size: 1.4rem;
    }
    .contactForm input, .contactForm textarea, .contactForm button {
        font-size: 1.4rem;
    }
    
    /**FOOTER**/

    footer{
        padding: 1.75rem 1.75rem .25rem 1.75rem;
    }
    .footerSections{
        gap: 10px;
    }
    .footerLogo img{
        width: 95px;
    }
    .footerLinks{
        gap: 15px;
    }
    .footerNav{
        padding: 1.5rem auto;
        gap: 30px;
    }
    .footerNav a{
        font-size: 1.45rem;
    }
    .footerSocials{
        gap: 10px;
    }
    .footerSocials a{
        font-size: 1.25rem;
    }
    footer small{
        font-size: .9rem;
    }
}


@media (min-width: 1200px){
    .mobileImgCon, .tabletImgCon, .laptopImgCon{
        width: calc(33.333% - 10px);
        margin: auto;
    }
    .portfolioContent{
        margin: 1.15rem 8.5rem;
        gap: 25px;
    }
    .ProjectGrid{
        flex-direction: row;
    }
    .PawlyProjectIntroImage{
        width: calc(33% - 10px);
        margin: auto;
    }

    

    .contact{
        margin: auto 6rem;
        justify-content: space-around;
        flex-direction: row;
    }

    .contactHero{
        gap: 50px;
        margin-bottom: 1rem;
    }
    .hero1{
        gap: 40px;
    }
    .contactTitle{
        text-align: left;
    }
    .contactLinks{
        margin: auto 0;
    }
    .contactTitle h1{
        font-size: 1.75rem;
    }
    .contactTitle h2{
        font-size: 3.25rem;
    }
    .contactHero h3{
        font-size: 1.5rem;
        text-align: left;
        margin: 0;
    }
    
    .contactMe i{
        padding: .35rem;
        font-size: 1.75rem;
    }

    .contactForm {
        padding: 1.25rem;
        padding-bottom: .5rem;
    }
    .contactForm label {
        font-size: 1.4rem;
    }
    .contactForm input, .contactForm textarea, .contactForm button {
        font-size: 1.4rem;
    }
}

/* Large screens */
@media (min-width: 1440px){
    /*Navigation*/
    
    .nav-links li {
        margin: 0.75rem 1.5rem;
    }
    .nav-links a {
        font-size: 1.75rem;
    }
    /*Index*/
    .hero{
      flex-direction: row;
      height: 85vh;
      cursor: none; /* Disables the default cursor */
      position: relative; /* Ensures the pseudo-element positions correctly */
    }
    
    .hero1 h1{
      font-size: 5rem;
    }
    .hero1 h2{
      font-size: 3rem;
    }
    .hero1 h3{
        margin: 0.5rem 0;
        width: 65%;
        font-size: 1.5rem;
    }
    .hero1 h1 span:hover{
      color: #20806B;
    }
    .hero1 h2 span:hover{
      color: #20806B;
    }
    .hero1 h3 span:hover{
      color: #20806B;
    }
    .hero1 {
      flex-basis: 50%;
    }
    .hero2 {
      flex-basis: 40%;
      padding: auto;
    }
    .hero2 img{
      width: 100%;
      transition: 1s ease;
      max-width: 600px;
    }
    .hero1 hr{
        width: 70%;
        height: 4px;
        margin: 1rem auto;
    }

    .indexAbout{
        margin: 2rem 12rem;
    }
    .indexAbout p{
        font-size: 1.3rem;
    }
    .indexAbout button{
        font-size: 1.25rem;
    }
    
    .featured-projects{
        margin: 0 12rem 2rem 12rem;
        padding: 0 1.2rem;
    }
    .featured-projects h2{
        width: 75%;
        margin-top: 1rem;
    }
    .featured-projects h3{
        margin-bottom: 1rem;
    }
    .featured-projects hr{
        margin: 1rem;
    }
    .btnPortfolioCTA{
        font-size: 1.25rem;
    }
    /*Portfolio*/
    .portfolioHero{
        height: 65vh;
    }
    .portfolioHero h1 {
      font-size: 4rem;
    }
    .portfolioHero hr {
      width: 60%;
    }
    .portfolioHero h3 {
      font-size: 2rem;
      width: 65.5%;
    }
    .portfolioContent{
        padding: 1rem;
        margin: 1.5rem 10rem;
    }

    .designaCarsProject {
        height: 550px;
    }
    .designaCarsProject h2 {
        top: 2rem;
        left: 2rem;
        font-size: 1rem;
        letter-spacing: 1px;
    }
    .designaCarsProject h3 {
        top: 3.5rem;
        left: 2rem;
        font-size: 1.75rem;
        font-weight: 600;
    }
    .designaCarsProjectContent {
        width: 58.5%;
        margin: 2.5rem;
        padding: 1.5rem;
    }
    .designaCarsProjectContent p {
        font-size: 1.15rem;
    }
    .designaCarsProjectContent a {
        font-size: 1.16rem;
    }

    /*PawlyProject*/

    .PawlyProject {
        height: 550px;
    }
    .PawlyProject h2 {
        top: 2rem;
        left: 2rem;
        font-size: 1rem;
        letter-spacing: 1px;
    }
    .PawlyProject h3 {
        top: 3.5rem;
        left: 2rem;
        font-size: 1.75rem;
        font-weight: 600;
    }
    .PawlyProjectCardContent {
        width: 75%;
        margin: 2.5rem;
        padding: 1.5rem;
    }
    .PawlyProjectCardContent p {
        font-size: 1.15rem;
    }
    .PawlyProjectCardContent a {
        font-size: 1.16rem;
    }
    
    .ProjectGrid{
      flex-direction: row;
      gap: 20px;
    }
    .portfolioProject{
        padding: 1rem;
    }
    .portfolioProjectTitle h2{
        font-size: 1.5rem;
    }
    .portfolioProjectTitle p{
        font-size: 1.4rem;
    }
    .portfolioProjectTags{
        margin: .75rem 0;
    }
    .portfolioProjectTags span{
        font-size: 1rem;
        padding: .3rem .5rem;
    }
    .portfolioProjectInfo p{
        font-size: 1.35rem;
    }

    /*Project*/
    .projectHero{
        padding: 3rem 2rem;
        gap: 20px;
    }
    .ProjectTitle h1{
        font-size: 1.75rem;
    }
    .ProjectTitle h2{
        font-size: 5rem;
    }
    .projectHero hr{
        margin: 1rem 20rem;
    }
    .projectHero p{
        font-size: 1.5rem;
        width: 65%;
    }
    .ProjectTags {
        margin: 1rem auto;
    }
    .ProjectTags dl {
        flex: 0 1 auto;
        font-size: 1.1rem;
    }

    .ProjectContent{
        gap: 30px;
        margin: 1.5rem 10rem;
        margin-bottom: 4.5rem;
    }
    
    .challengeContent, .approachContent, .changesContent, .resultContent, .reflectionContent{
        padding: 1.25rem;
    }
    .challengeContent p, .approachContent p, .changesContent p, .resultContent p, .reflectionContent p{
        padding: .5rem;
        font-size: 1.3rem;
    }
    
    .designaCarsWireframes{
        margin: 0 .5rem;
        padding: 2rem 1rem;
    }
    .frameTabs{
        gap: 40px;
    }
    .frameTabs button{
        font-size: 1.25rem;
    }
    .frameText{
        margin: 1.5rem 3rem;
    }
    .frameText h5{
        font-size: 1.3rem;
        margin: 0 1.2rem;
    }
    .frameText p{
        font-size: 1.25rem;
        margin: .75rem 1.45rem;
    }
    .frameImgContainer img{
        width: 500px;
    }

    .toggleButtons button{
        font-size: 1.3rem;
    }
    .imgContainerBefore img, .imgContainerAfter img{
        width: 900px;
    }
    .beforeAndafterContent p{
        font-size: 1.1rem;
    }
    .changesContent h5{
        font-size: 1.5rem;
    }
    .changesContent p{
        font-size: 1.3rem;
        padding: 0 .5rem;
    }
    .viewSite{
        font-size: 1.3rem;
    }
    .backPortfolio{
        font-size: 1.3rem;
    }

    /*Pawly*/
    .PawlyProjectTitle h1{
        font-size: 2rem;
    }
    .PawlyProjectTitle h2{
        font-size: 6rem;
    }
    .PawlyProjectHero img{
        width: 40%;
        height: auto;
    }
    .PawlyProjectHero p{
        font-size: 1.5rem;
        width: 55%;
    }
    .PawlyProjectTags dt {
        font-size: 1.25rem;
    }
    .PawlyProjectTags dd {
        font-size: 1.35rem;
    }

    .PawlyProjectContent{
        gap: 30px;
        margin: 1.5rem 10rem;
    }
    .PawlyProjectContent h4{
        font-size: 2rem;
    }
    #challengeTab, #keyFeaturesTab, #outcomeTab{
        margin: .75rem;
        box-shadow: 0px 0px 4px 2px #20806B;
    }
    .features{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
        "tab1 tab2 tab3"
        "tab4 tab5 tab6";
    }
    #challengeTab:hover, #keyFeaturesTab:hover, #outcomeTab:hover{
        box-shadow: 0px 0px 5px 3px #7FA1C3;
    }
    .PawlyChallenge, .PawlyApproach, .PawlyKeyFeatures, .PawlySolution, .PawlyOutcome, .PawlyReflection{
        padding: 1.35rem;
    }
    .PawlyChallenge p, .PawlyApproach p, .PawlyKeyFeatures p, .PawlySolution p, .PawlyOutcome p, .PawlyReflection p{
        font-size: 1.5rem;
    }
    .PawlyApproach, .PawlySolution, .PawlyReflection{
        background-color: #E1E4E6;
        padding: 1.5rem;
        border-radius: 10px;
        margin: 0 .75rem;
        box-shadow: 0 4px 8px rgba(0, 102, 204, 0.25);
    }

    .approachContent ul{
        padding: 1rem 1.75rem;
        font-size: 1.25rem;
    }
    .dashboard, .pets, .calendar, .profile{
        padding: 1.25rem;
    }
    .dashboardContent, .petsContent, .calendarContent, .profileContent{
        padding: 1rem;
        flex-basis: 65%;
    }
    .dashboardImgCon, .petsImgCon, .calendarImgCon, .profileImgCon{
        flex-basis: 50%;
        margin: 1rem auto;
    }
    .dashboardImgCon img, .petsImgCon img, .calendarImgCon img, .profileImgCon img{
        width: 55%;
        height: auto;
        margin: auto;
    }

    .pawlyWireframes{
        margin: 0 .5rem;
        padding: 2rem 1rem;
    }
    .pawlyFrameImgContainer img{
        width: 300px;
    }

    /*About*/
    
    .abouthero{
        padding: 3rem 9rem;
        flex-direction: row;
    }
    .aboutHeroText{
        gap: 25px;
    }
    .aboutTitle h1{
        font-size: 2rem;
    }
    .aboutTitle h3{
        font-size: 4rem;
    }
    .heroImgContainer img{
        width: 395px;
        box-shadow: 0 4px 12px rgba(0, 102, 204, 0.7);
    }
    
    .myApproachTitle h2, .whereIAmNowTitle h2{
        font-size: 1.5rem;
    }
    .myApproachTitle h3, .whereIAmNowTitle h3{
        font-size: 2rem;
    }
    .aboutMe p, .myApproachContent p, .whereIAmNowContent p{
        font-size: 1.5rem;
    }

    .contentGrid{
        gap: 60px;
    }
    .aboutMe, .contentGrid, .CTAs{
        margin: 1.5rem 10rem;
    }

    .abtContenthr{
        margin: 1rem 10rem;
        border: 1.5px solid #7FA1C3;
    }
    .CTAs{
        gap: 40px;
    }
    .CTAs button, .CTAs a{
        font-size: 1.5rem;
    }

    /*Contact*/

    .contact{
        margin: auto 8rem;
        gap: 50px;
    }

    .contactHero{
        gap: 40px;
        margin-bottom: 1rem;
    }
    .hero1{
        gap: 30px;
    }
    .contactTitle h1{
        font-size: 1.75rem;
    }
    .contactTitle h2{
        font-size: 3.5rem;
    }
    .contactHero h3{
        font-size: 1.5rem;
    }
    
    .contactMe i{
        padding: .35rem;
        font-size: 1.75rem;
    }

    .contactForm {
        padding: 1.25rem;
        padding-bottom: .5rem;
    }
    .contactForm label {
        font-size: 1.4rem;
    }
    .contactForm input, .contactForm textarea, .contactForm button {
        font-size: 1.4rem;
    }
    
    
    /**FOOTER**/

    footer{
        padding: 2rem 2rem .5rem 2rem;
    }
    .footerSections{
        gap: 15px;
    }
    .footerLogo img{
        width: 105px;
    }
    .footerLinks{
        gap: 20px;
    }
    .footerNav{
        gap: 35px;
    }
    .footerNav a{
        font-size: 1.65rem;
    }
    .footerSocials{
        gap: 10px;
    }
    .footerSocials a{
        font-size: 1.45rem;
    }
    footer small{
        font-size: 1rem;
    }
}