body {
    font-family: Space Grotesk,sans-serif;
    color: black;
    margin: 0 !important;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
    transition: background-color 0.3s ease !important;
    z-index: 1000;
}

.header.solid {
    background-color: white !important;
    box-shadow: 1px 5px 15px -1px rgba(0,0,0,0.25);
    -webkit-box-shadow: 1px 5px 15px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 5px 15px -1px rgba(0,0,0,0.25);
}

.menu-text.black-text {
    color: black;
}

.menu {
    width: 100%;
}

.actions {
    list-style-type: none;
}

.toolbar-container {
    height: 95px;
    background: #0B1F33;
    color: white;
}

.hero-text-container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.actions button {
    padding: .93em 1.87em;
    background: #35495e;
    border-radius: 5px;
    border: 0;
    color: #fff;
    margin: 7px;
    font-size: 15px;
    cursor: pointer;
}

.actions button:hover {
    background: #fff;
    color: #35495e;
}


.section {
    padding-top:20px !important;
}

.project-box-container {
    /*padding: 48px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-description {
    height: 250px;
}

.labc-image {
    height: 250px;
}

@media (min-width: 200px) and (max-width: 900px) {
    /* Styles for smaller screens */

    #section2 {
        clip-path: none !important;
        padding-top: 50px !important;
    }

    .project-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .project-description {
        height: 170px;
    }

    .project-box-container {
        padding: 0px !important;
    }
    .mobile-project {
        flex-direction: column; /* Stack the columns in reverse order for better mobile layout */
    }

    /* Additional styles for the Fab button (optional, adjust as needed) */
    .MuiFab-extended {
        border-top-left-radius: 0; /* Adjust the border radius for better mobile appearance */
        border-bottom-left-radius: 0;
    }
    #section0 {
        background-image: none !important;
        height: 100% !important;
        margin-bottom: 100px;
    }
    #section1 {
        padding-top: 0px !important;
    }


    .toolbar-container {
        height: inherit !important;
    }

    /*.mobile-container {*/
    /*    margin-top: 35px !important;*/
    /*}*/

    .hide-mobile {
        display: none !important;
    }

    .hero-text-bottom {
        margin-bottom: 2px !important;
    }

    .logo {
        width: 35px !important;
        height: 25px !important;
        padding-left:20px !important;
        padding-top: 3px !important;
    }

    .mobile-container > .MuiGrid-container  {
        padding: 20px 15px !important;
        width: 100vw !important;
        align-items: center !important;
    }

    .mobile-container {
        margin-top: 0 !important;
        padding-top: 15px;
    }

    .hero-border {
        border-radius: 5px !important;
        margin-bottom: 30px !important;
        margin-top: 0px !important;
        padding: 6px 10px 6px 10px !important;
        background: white !important;
    }

    .hero-border .MuiFab-extended {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }
    .hero-border .MuiTypography-h3 {
        color: black !important;
        margin-top: 20px !important;
    }
    .mobile-text {
        color: black !important;
        margin-top: 10px !important;
    }

    .hero-text-bottom {
        display: none !important;
    }

    .hero-image {
        margin-top: -10px !important;
        /*max-width: 240px;*/
    }

    .hero-border h3 {
        color: white !important;
        margin-top: 0 !important;
    }

    .image-container {
        padding: 0 !important;
    }
}

/*@media (min-width: 0px) and (max-width: 375px) {*/
/*    .mobile-text {*/
/*        margin-top: 17px !important;*/
/*    }*/

/*    .hero-border {*/
/*        margin-bottom: 0 !important;*/
/*    }*/

/*    !*.mobile-container > .MuiGrid-container {*!*/
/*    !*    margin-top: 10px !important;*!*/
/*    !*}*!*/
/*    .hero-image {*/
/*        margin-top: 0 !important;*/
/*    }*/
/*    !*.hero-border {*!*/
/*    !*    margin-top:35px !important;*!*/
/*    !*}*!*/
/*}*/

#section0 {
    position: relative;
    overflow: hidden; /* Ensures no horizontal scrolling is allowed */
}

#section0::before {
    content: '';
    position: absolute;
    top: 0;
    left: 270px; /* Moves the background 350px to the left */
    width: calc(100% + 200px); /* Ensures full coverage of the section width */
    height: 100%;
    background-image: url('images/airconback.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(80deg);
    z-index: -1;
}

#section1 {
    background-color: #0C5298;
    margin-top: -50px;
    padding-top: 0px !important
}

#section2 {
    margin-top: -50px;
}

#section3 {
    color: #FFF;
    margin-top: -50px;
}

#section3 {
    background-color: #544951;
}

.project-box{
    border: solid 1px white;
    padding: 20px 20px 0 20px;
    background: rgba(0, 0, 0, 0.4);
}
