/* 
font-family: 'Fredoka',
sans-serif;
font-family: 'PT Sans',
sans-serif;
font-family: 'PT Sans Narrow',
sans-serif;
*/

html {
    scroll-behavior: smooth;
}

body {
    /* margin: 0; */
    font-family: 'PT Sans Narrow',
            sans-serif;
    overflow-x: hidden;
}

/* header {
    padding: 15px;
    color: white;
    text-align: center;
} */

header {
    display: grid;
    grid-template-columns: 1fr;
    padding: 15px;
    color: white;
    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;
}

/* NAV STUFF */



.burgerMenu {
    background: rgba(183, 179, 179, 0.395);
    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;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}

.nav-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nav-menu a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 14px 16px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 400;
}

.nav-menu a:hover {
    background-color: rgb(79, 79, 201);
    color: rgb(228, 225, 225);
    border-radius: 10px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    transition: ease-in-out 0.2s;
}

.LandLogo {
    display: grid;
    justify-content: center;
}

.LandLogo a {
    text-align: center;
}

.LandLogo img {
    max-width: 38%;
}

/* End of NAV STUFF */

/* VIDO CONTAINER */

.videocontainer {
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    align-items: center;
    columns: 1;
    padding-top: 60px;
    height: 80vh;
    padding-bottom: 50px;
}

.videocontainer h1 {
    font-family: 'Fredoka', sans-serif;
    display: grid;
    justify-content: center;
    height: 10vh;
    font-size: 3em;
}

.videobox {
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    align-items: center;
    columns: 1;
}

.videobox iframe {
    align-items: center;
    margin: 0 auto;
}

.introvideo {
    padding-top: 40px;
}

video[poster] {
    object-fit: cover;
    width: 31vw;
    height: 36vh;
}


/* END of VIDO CONTAINER */

/* SERVICES */

.ourservicesMain {
    padding-top: 64px;
    height: 80vh;
    padding-bottom: 50px;
}

.ourservicesMain h1 {
    display: grid;
    justify-content: center;
    font-family: Fredoka, sans-serif;
}

.Services {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-gap: 1.5em;
    justify-content: center;
}

.Services article {
    display: grid;
    grid-template-rows: 1fr;
}

.servicecards {
    display: grid;
    justify-content: center;
}

.servicecards h2 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    margin-bottom: .125em;
}

.servicecards p {
    max-width: 29rem;
    font-family: 'PT Sans Narrow', sans-serif;
}

.serviceIMG {
    height: 36vh;
}

.ContactUS {
    display: grid;
    justify-content: center;
}

.ContactUS a {
    text-decoration: none;
    color: antiquewhite;
    transition: all 0.3s ease 0s;
}

.ContactUS a:hover {
    color: rgb(158, 158, 158);
}

/* .imageholder img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
} */

button {
    background-color: rgb(79, 79, 201);
    padding: .5em 1.5em .5em 1.5em;
    border-radius: 1em;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

/* END OF SERVICES */

/* PROJECT STUFF */

.ProjectContainer {
    padding-top: 64px;
    /* height: 80vh; */
    padding-bottom: 50px;
    text-align: center;
}

.ProjectContainer section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr; */
    grid-gap: 1em;
}

.ProjectContainer div {
    /* display: grid;
    justify-content: center;
    text-align: center; */
    width: 100%;
}

.ProjectContainer h1 {
    /* display: grid;
    justify-content: center; */
    font-family: 'Fredoka', sans-serif;
}

.ProjectContainer a {
    display: block;
    padding-top: .5em;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.2em;
    text-decoration: none;
    color: black;
    transition: all 0.3s ease 0s;
}

.ProjectContainer :hover {
    color: rgb(92, 87, 87);
}

#Projects div a {
    column-count: 1;
    column-gap: 1em;
}


#Projects h1 {
    font-size: 32px;
}

/* END OF PROJECT SHIT */

/* BIO SHIT */

.aboutContainer {
    padding-top: 64px;
    /* height: 100vh; */
    padding-bottom: 100px;
    display: grid;
    justify-content: center;
    grid-template-rows: .25fr .75fr;
}

.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: 'Fredoka', sans-serif;
    display: grid;
    justify-content: center;
    color: black;
}

.aboutContainer h2 {
    font-family: 'PT Sans', sans-serif;
}

.aboutContainer p {
    font-family: 'PT Sans Narrow', sans-serif;
    max-width: 35rem;
}

/* END OF BIO SHIT */

/* CONTACT FORM SHIT */

.contactFooter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
    justify-content: center;
    padding-top: 100px;
    /* height: 50vh; */
    padding-bottom: 6px;
}

.ImgFooter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* width: 6vw; */
}

.DIV1 {
    display: grid;
    justify-content: left;
}

.DIV2 {
    display: grid;
    justify-content: right;
}

.ContactForm {
    display: grid;
    justify-content: right;
}

.ContactForm label {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

.ContactForm input {
    font-family: 'PT Sans Narrow', sans-serif;
    width: -webkit-fill-available;
    color: antiquewhite;
}

.ContactUS {
    display: grid;
    justify-content: center;
}

.ContactUS a {
    text-decoration: none;
    color: antiquewhite;
    transition: all 0.3s ease 0s;
}

.ContactUS a:hover {
    color: rgb(158, 158, 158);
}

.ContactForm h1 {
    font-family: 'Fredoka', sans-serif;
}

.SocialMedia h2 {
    font-family: 'Fredoka', sans-serif;
}

/* .SocialMediaIcons {
    display: flex;
    justify-content: center;
} */

.SocialMediaIcons img {
    padding: 0em .5em 0em .5em;
}

.button {
    background-color: rgb(79, 79, 201);
    padding: .5em 1.5em .5em 1.5em;
    border-radius: 1em;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;

}

button {
    background-color: rgb(79, 79, 201);
    padding: .5em 1.5em .5em 1.5em;
    border-radius: 1em;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

.DIV3 {
    display: none;
}

/* END OF CONTACT SHIT */







@media only screen and (max-width: 1920px) {
    header {
            display: grid;
            grid-template-columns: 1fr;
            padding: 15px;
            color: white;
            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;
        }

    .burgerMenu {
            background: rgba(183, 179, 179, 0.395);
                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;
        }
    
        .menu-toggle {
            display: none;
            flex-direction: column;
            cursor: pointer;
        }
    
        .bar {
            width: 25px;
            height: 3px;
            background-color: white;
            margin: 6px 0;
            transition: 0.4s;
        }

        .nav-menu {
            display: flex;
            justify-content: space-around;
            align-items: center;
        }
    
        .nav-menu a {
            color: rgb(0, 0, 0);
            text-decoration: none;
            padding: 14px 16px;
            font-family: 'Fredoka', sans-serif;
            font-weight: 400;
        }
    
        .nav-menu a:hover {
            background-color: rgb(79, 79, 201);
            color: rgb(228, 225, 225);
            border-radius: 10px;
            font-family: 'Fredoka', sans-serif;
            font-weight: 600;
            transition: ease-in-out 0.2s;
        }
    
        .LandLogo {
            display: grid;
            justify-content: center;
        }
    
        .LandLogo a {
            text-align: center;
        }
    
        .LandLogo img {
            max-width: 38%;
        }

.ourservicesMain {
        padding-top: 64px;
        height: 80vh;
        padding-bottom: 50px;
    }

    .ourservicesMain h1 {
        display: grid;
        justify-content: center;
        font-family: Fredoka, sans-serif;
    }

    .Services {
        grid-template-columns: 1fr 1fr 1fr;
        display: grid;
        grid-gap: 1.5em;
        justify-content: center;
    }

    .Services article {
        display: grid;
        grid-template-rows: 1fr;
    }

    .servicecards {
        display: grid;
        justify-content: center;
    }

    .servicecards h2 {
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        margin-bottom: .125em;
    }

    .servicecards p {
        max-width: 37rem;
        font-family: 'PT Sans Narrow', sans-serif;
        text-align: justify;
    }

    .serviceIMG {
        height: 36vh;
    }

    .ContactUS {
        display: grid;
        justify-content: center;
    }

    .ContactUS a {
        text-decoration: none;
        color: antiquewhite;
        transition: all 0.3s ease 0s;
    }

    .ContactUS a:hover {
        color: rgb(158, 158, 158);
    }

    /* .imageholder img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
} */

    button {
        background-color: rgb(79, 79, 201);
        padding: .5em 1.5em .5em 1.5em;
        border-radius: 1em;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
    }
    
    
    .ProjectContainer section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* Three equal-width columns */
        grid-template-rows: repeat(2, 1fr);
        /* Two equal-height rows */
        gap: 1em;
        justify-content: center;
    }

    .ProjectContainer div {
        width: 100%;
        /* Ensure each item takes up the full width */
    }
}

@media only screen and (max-width: 1020px) {
    header {
        display: grid;
        grid-template-columns: 1fr;
        padding: 15px;
        color: white;
        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;
    }

    .burgerMenu {
        background: rgba(183, 179, 179, 0.395);
        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;
    }

    .menu-toggle {
        display: none;
        flex-direction: column;
        cursor: pointer;
    }

    .bar {
        width: 25px;
        height: 3px;
        background-color: white;
        margin: 6px 0;
        transition: 0.4s;
    }

    .nav-menu {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .nav-menu a {
        color: rgb(0, 0, 0);
        text-decoration: none;
        padding: 14px 16px;
        font-family: 'Fredoka', sans-serif;
        font-weight: 400;
    }

    .nav-menu a:hover {
        background-color: rgb(79, 79, 201);
        color: rgb(228, 225, 225);
        border-radius: 10px;
        font-family: 'Fredoka', sans-serif;
        font-weight: 600;
        transition: ease-in-out 0.2s;
    }

    .LandLogo {
        display: grid;
        justify-content: center;
    }

    .LandLogo a {
        text-align: center;
    }

    .LandLogo img {
        max-width: 38%;
    }

    .ourservicesMain {
        padding-top: 64px;
        height: 80vh;
        padding-bottom: 50px;
    }

    .ourservicesMain h1 {
        display: grid;
        justify-content: center;
        font-family: Fredoka, sans-serif;
    }

    .Services {
        grid-template-columns: 1fr 1fr 1fr;
        display: grid;
        grid-gap: 1.5em;
        justify-content: center;
    }

    .Services article {
        display: grid;
        grid-template-rows: 1fr;
    }

    .servicecards {
        display: grid;
        justify-content: center;
    }

    .servicecards h2 {
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
        margin-bottom: .125em;
    }

    .servicecards p {
        max-width: 37rem;
        font-family: 'PT Sans Narrow', sans-serif;
        text-align: justify;
    }

    .serviceIMG {
        height: 36vh;
    }

    .ContactUS {
        display: grid;
        justify-content: center;
    }

    .ContactUS a {
        text-decoration: none;
        color: antiquewhite;
        transition: all 0.3s ease 0s;
    }

    .ContactUS a:hover {
        color: rgb(158, 158, 158);
    }

    /* .imageholder img {
        width: 100%;
        object-fit: cover;
        max-width: 100%;
    } */

    button {
        background-color: rgb(79, 79, 201);
        padding: .5em 1.5em .5em 1.5em;
        border-radius: 1em;
        font-family: 'PT Sans', sans-serif;
        font-weight: 700;
    }


    .ProjectContainer section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* Three equal-width columns */
        grid-template-rows: repeat(2, 1fr);
        /* Two equal-height rows */
        gap: 1em;
        justify-content: center;
    }

    .ProjectContainer div {
        width: 100%;
        /* Ensure each item takes up the full width */
    }

    .videobox iframe {
        width: 90vw;
        height: 60vh;
    }

    .ourservicesMain {
        padding-top: 64px;
        padding-bottom: 50px;
    }

    .ourservicesMain h1 {
        display: grid;
        justify-content: center;
        font-family: Fredoka, sans-serif;
        font-size: 2em;

    }
}

@media only screen and (max-width: 1200px) {
    header {
        display: grid;
        grid-template-columns: 1fr;
        padding: 15px;
        color: white;
        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;
    }

    .burgerMenu {
        background: rgba(183, 179, 179, 0.395);
        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: 36%;
        cursor: pointer;
        display: block;
    }

    .menu-toggle {
        display: none;
        flex-direction: column;
        cursor: pointer;
    }

    .bar {
        width: 25px;
        height: 3px;
        background-color: white;
        margin: 6px 0;
        transition: 0.4s;
    }

    .nav-menu {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .nav-menu a {
        color: rgb(0, 0, 0);
        text-decoration: none;
        padding: 14px 16px;
        font-family: 'Fredoka', sans-serif;
        font-weight: 400;
    }

    .nav-menu a:hover {
        background-color: rgb(79, 79, 201);
        color: rgb(228, 225, 225);
        border-radius: 10px;
        font-family: 'Fredoka', sans-serif;
        font-weight: 600;
        transition: ease-in-out 0.2s;
    }

    .LandLogo {
        display: grid;
        justify-content: center;
    }

    .LandLogo a {
        text-align: center;
    }

    .LandLogo img {
        max-width: 38%;
    }

    .serviceIMG {
        height: 32vh;
    }

    .ProjectContainer section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 1em;
        justify-content: center;
    }

    .ProjectContainer div {
        width: 100%;
    }

    .videocontainer {
        display: grid;
        grid-template-columns: 1fr;
        margin: auto;
        align-items: center;
        columns: 1;
        padding-top: 20px;
        height: 80vh;
        padding-bottom: 50px;
    }
}





@media only screen and (max-width: 767px) {
    .menu-toggle {
        display: flex;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 76px;
        left: 0;
        width: 100%;
        background-color: rgb(79, 79, 201);
        z-index: 1;
        border-radius: 10px;
    }

    .nav-menu a {
        font-family: 'Fredoka', sans-serif;
        font-weight: 500;
        color: white;
    }

    .nav-menu.active {
        display: flex;
    }

    .LandLogo img {
        max-width: 96%;
    }

    .videobox iframe {
        width: 90vw;
        /* Adjust the width for better responsiveness on mobile */
        height: 60vh;
        /* Allow the height to adjust proportionally */
    }

    .videocontainer {
        display: grid;
        grid-template-columns: 1fr;
        margin: auto;
        align-items: center;
        columns: 1;
        padding-top: 20px;
        height: 80vh;
        padding-bottom: 50px;
    }

    .ourservicesMain {
        padding-top: 64px;
        padding-bottom: 50px;
    }

    .ourservicesMain h1 {
        display: grid;
        justify-content: center;
        font-family: Fredoka, sans-serif;
        font-size: 2em;
        /* Adjust the font size for mobile */
    }

    .Services {
        grid-template-columns: 1fr;
        /* Change to one column for mobile */
        display: grid;
        grid-gap: 1.5em;
        justify-content: center;
    }

    .Services article {
        display: grid;
        grid-template-rows: 1fr;
    }

    .servicecards {
        display: grid;
        justify-content: center;
        text-align: center;
        /* Center text for mobile */
    }

    .serviceIMG {
        height: auto;
        /* Adjust height for mobile responsiveness */
        max-width: 100%;
        /* Make images responsive */
    }

    .ourservicesMain h1 {
        font-size: 2em;
    }

    .Services {
        grid-template-columns: 1fr;
    }

    .serviceIMG {
        height: 42vh;
        width: 100vw;
    }

    .ProjectContainer {
        margin-top: 780px;
    }

    .ProjectContainer section {
        flex-direction: column;
        /* Stack items vertically on smaller screens */
        align-items: center;
        display: grid;
        grid-template-columns: 1fr;
        /* Center items along the cross-axis (vertically) */
    }

    .ProjectContainer div {
        max-width: 100%;
        margin: auto;
        /* Center the div horizontally */
    }

    video[poster] {
        object-fit: cover;
        width: 92vw;
        height: 46vh;
    }

    /* #Projects {
            grid-template-columns: 1fr;
        }

        .ProjectContainer section {
            grid-template-columns: 1fr;
            
        }
        
        .ProjectContainer div {
            max-width: 80%;
            display: grid;
            justify-content: center;
            text-align: center;
        
        }

        .ProjectContainer {
            margin-top: 800px;
            padding-bottom: 0;
            display: grid;
            justify-content: center;
        } */

    .aboutContainer p {
        font-family: 'PT Sans Narrow', sans-serif;
        max-width: 25rem;
    }

    .aboutContainer section div.aboutimg {
        justify-content: center;
        display: grid;
        padding: 0 0 0 0;
    }

    .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: 0;
    }

    .aboutContainer section {
        grid-template-columns: 1fr;
        /* Display about section in a single column for smaller screens */
    }

    .BioIMG {
        width: 93vw;
    }

    .ContactForm {
        display: grid;
        justify-content: center;
    }

    .contactFooter {
        grid-template-columns: 1fr;
        display: grid;
        grid-gap: 1.5em;
        justify-content: center;
        padding-top: 0;
    }

    .form {
        width: 95vw;
    }

    #message {
        width: 95vw;
    }

    .SocialMedia {
        display: grid;
        grid-gap: 1.5em;
        justify-content: center;
    }

    .TwitterIcon,
    .YTIcon {
        width: 20% !important;
    }

    .ImgFooter {
        display: grid;
        grid-template-columns: 1fr;
    }

    .DIV3 {
        display: grid;
        justify-content: center;
        max-width: 100%;
        /* Ensure the image doesn't exceed the width of its container */
        height: auto;
        /* Maintain the aspect ratio of the image */
    }

    /* You can also hide the original image in responsive mode if needed */
    .ImgFooter .DIV1 img,
    .ImgFooter .DIV2 img {
        display: none;
    }

}

@media only screen and (max-width: 414px) {
    body {
        overflow-x: hidden;
    }

    .menu-toggle {
        display: flex;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 76px;
        left: 0;
        width: 100%;
        background-color: rgb(79, 79, 201);
        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: 46%;
    }

    .videobox iframe {
        width: 90vw;
        /* Adjust the width for better responsiveness on mobile */
        height: 60vh;
        /* Allow the height to adjust proportionally */
    }

    .videocontainer {
        display: grid;
        grid-template-columns: 1fr;
        margin: auto;
        align-items: center;
        columns: 1;
        padding-top: 20px;
        height: 80vh;
        padding-bottom: 50px;
    }

    .ourservicesMain {
        padding-top: 64px;
        padding-bottom: 50px;
    }

    .ourservicesMain h1 {
        display: grid;
        justify-content: center;
        font-family: Fredoka, sans-serif;
        font-size: 1em;
        /* Adjust the font size for mobile */
    }

    .servicecards h2 {
        font-size: 1.5em;
        font-weight: 700;
    }

    .servicecards p {
        font-size: 1em;
        max-width: 30rem;
        text-align: justify;
    }

    .Services {
        grid-template-columns: 1fr;
        /* Change to one column for mobile */
        display: grid;
        grid-gap: 1.5em;
        justify-content: center;
    }

    .Services article {
        display: grid;
        grid-template-rows: 1fr;
    }

    .servicecards {
        display: grid;
        justify-content: center;
        text-align: center;
        /* Center text for mobile */
    }

    .serviceIMG {
        height: auto;
        /* Adjust height for mobile responsiveness */
        max-width: 100%;
        /* Make images responsive */
    }

    .ourservicesMain h1 {
        font-size: 2em;
    }

    .Services {
        grid-template-columns: 1fr;
    }

    .serviceIMG {
        /* height: 22vh;
        width: 100vw; */
        max-width: 93vw;
    }

    .ProjectContainer {
        margin-top: 860px;
    }

    .ProjectContainer section {
        flex-direction: column;
        /* Stack items vertically on smaller screens */
        align-items: center;
        display: grid;
        grid-template-columns: 1fr;
        /* Center items along the cross-axis (vertically) */
    }

    .ProjectContainer div {
        max-width: 80%;
        margin: auto;
        display: grid;
        justify-content: center;
        /* Center the div horizontally */
    }

    video[poster] {
        object-fit: contain;
        width: 96vw;
        height: 30vh;
    }

    /* #Projects {
            grid-template-columns: 1fr;
        }

        .ProjectContainer section {
            grid-template-columns: 1fr;
            
        }
        
        .ProjectContainer div {
            max-width: 80%;
            display: grid;
            justify-content: center;
            text-align: center;
        
        }

        .ProjectContainer {
            margin-top: 800px;
            padding-bottom: 0;
            display: grid;
            justify-content: center;
        } */

    .aboutContainer p {
        font-family: 'PT Sans Narrow', sans-serif;
        max-width: 24rem;
    }

    .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: 0;
    }

    .aboutContainer section {
        grid-template-columns: 1fr;
        /* Display about section in a single column for smaller screens */
    }

    .ContactForm {
        display: grid;
        justify-content: center;
        padding: 1em 2em 1em 2em;
    }

    /* .ContactForm h1 {
        padding: 1em 2em 1em 2em;
    } */

    form, textarea {
        width: 90vw;
    }

    .contactFooter {
        grid-template-columns: 1fr;
        display: grid;
        grid-gap: 1.5em;
        justify-content: center;
        padding-top: 0;
    }

    .SocialMedia {
        display: grid;
        grid-gap: 1.5em;
        justify-content: center;
    }

    .TwitterIcon,
    .YTIcon {
        width: 20% !important;
    }

    .ImgFooter {
        display: grid;
        grid-template-columns: 1fr;
    }

    .DIV3 {
        display: grid;
        justify-content: center;
        max-width: 100%;
        /* Ensure the image doesn't exceed the width of its container */
        height: auto;
        /* Maintain the aspect ratio of the image */
    }

    /* You can also hide the original image in responsive mode if needed */
    .ImgFooter .DIV1 img,
    .ImgFooter .DIV2 img {
        display: none;
    }

}

@media only screen and (max-width: 360px) {
    .menu-toggle {
        display: flex;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 76px;
        left: 0;
        width: 100%;
        background-color: rgb(79, 79, 201);
        z-index: 1;
        border-radius: 10px;
    }

    .nav-menu a {
        font-family: 'Fredoka', sans-serif;
        font-weight: 500;
        color: white;
    }

    .nav-menu.active {
        display: flex;
    }

    .burgerMenu {
        background: rgba(183, 179, 179, 0.395);
        border-radius: 10px;
        width: 87vw;
    }

    .videobox iframe {
        width: 90vw;
        /* Adjust the width for better responsiveness on mobile */
        height: 60vh;
        /* Allow the height to adjust proportionally */
    }

    .ourservicesMain {
        padding-top: 64px;
        padding-bottom: 50px;
    }

    .ourservicesMain h1 {
        display: grid;
        justify-content: center;
        font-family: Fredoka, sans-serif;
        font-size: 1em;
        /* Adjust the font size for mobile */
    }

    .servicecards h2 {
        font-size: 1.5em;
        font-weight: 700;
    }

    .servicecards p {
        font-size: 1em;

    }

    .Services {
        grid-template-columns: 1fr;
        /* Change to one column for mobile */
        display: grid;
        grid-gap: 1.5em;
        justify-content: center;
    }

    .Services article {
        display: grid;
        grid-template-rows: 1fr;
    }

    .servicecards {
        display: grid;
        justify-content: center;
        text-align: center;
        /* Center text for mobile */
    }

    .serviceIMG {
        height: auto;
        /* Adjust height for mobile responsiveness */
        max-width: 100%;
        /* Make images responsive */
    }

    .ourservicesMain h1 {
        font-size: 2em;
    }

    .Services {
        grid-template-columns: 1fr;
    }

    .serviceIMG {
        /* height: 22vh;
        width: 100vw; */
        max-width: 90vw;
    }

    .ProjectContainer {
        margin-top: 600px;
    }

    .ProjectContainer section {
        flex-direction: column;
        /* Stack items vertically on smaller screens */
        align-items: center;
        display: grid;
        grid-template-columns: 1fr;
        /* Center items along the cross-axis (vertically) */
    }

    .ProjectContainer div {
        max-width: 80%;
        margin: auto;
        display: grid;
        justify-content: center;
        /* Center the div horizontally */
    }

    video[poster] {
        object-fit: cover;
        width: 93vw;
    }

    /* #Projects {
            grid-template-columns: 1fr;
        }

        .ProjectContainer section {
            grid-template-columns: 1fr;
            
        }
        
        .ProjectContainer div {
            max-width: 80%;
            display: grid;
            justify-content: center;
            text-align: center;
        
        }

        .ProjectContainer {
            margin-top: 800px;
            padding-bottom: 0;
            display: grid;
            justify-content: center;
        } */

    .aboutContainer p {
        font-family: 'PT Sans Narrow', sans-serif;
        max-width: 25rem;
    }

    .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: 0;
    }

    .aboutContainer section {
        grid-template-columns: 1fr;
        /* Display about section in a single column for smaller screens */
    }

    .BioIMG {
        width: 93vw;
    }

    .ContactForm {
        display: grid;
        justify-content: center;
    }

    .form {
        width: 93vw;
    }

    #message {
        width: 91vw;
    }

    .contactFooter {
        grid-template-columns: 1fr;
        display: grid;
        grid-gap: 1.5em;
        justify-content: center;
        padding-top: 0;
    }

    .SocialMedia {
        display: grid;
        grid-gap: 1.5em;
        justify-content: center;
    }

    .TwitterIcon,
    .YTIcon {
        width: 20% !important;
    }

    .ImgFooter {
        display: grid;
        grid-template-columns: 1fr;
    }

    .DIV3 {
        display: grid;
        justify-content: center;
        max-width: 100%;
        /* Ensure the image doesn't exceed the width of its container */
        height: auto;
        /* Maintain the aspect ratio of the image */
    }

    /* You can also hide the original image in responsive mode if needed */
    .ImgFooter .DIV1 img,
    .ImgFooter .DIV2 img {
        display: none;
    }

}








