@media screen and (min-width: 800px){
    #dropDownMobileMenu,#mobile_topMenuBar{
        display: none;
    }
    #desktop_menuBar{
        height: 50px;
        background-color: #F7F7F7;
        position: fixed;
        top: 0px;
        width: 100vw;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* Adds shadow to the bottom */
    }
    #desktop_topMenuIconBox{
        width: 50px;
        height:50px;
        margin-left:10px;
    }
    #desktop_topMenuText{
        line-height: 50px;
        color:var(--joeGreen);
        margin-left:10px;
    }
    #desktop_menuBox{
        width:700px;
    }
    .desktop_menuItem{
        margin-left: 10px;
        margin-right: 10px;
        line-height: 50px;
        font-size: 24px;
        color:var(--joeGreen);
        cursor: pointer;
    }
    .contact_item{
        margin-left: 40px;
        margin-right: 40px;
    }
    .sectionHead{
        color:var(--joeGreen);
        font-size: 42px ;
        text-align: center;
    }
    .sectionHead_white{
        color:white;
        font-size: 42px;
        text-align: center;
    }
    #howItWorksBox{
        width:750px;
    }
    #section2{
        z-index: 2;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        background: linear-gradient(to right, #FFC609,#ffeaa3);
        margin: 40px;
    }
    #section3{
        z-index: 2;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;  
        margin: 40px;
        min-height: 600px;
    }
    #section4{
        background-color: var(--joeGreen);
        z-index: 2;
        position: relative;
        min-height: 600px;
        margin: 40px;
    }
    #underMenuSection{
        height:65px;
    }
    #section1{
        z-index: 2;
        position: relative;
        background-color:white;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px; /* Space between the child divs */
    }
    #section1TextBox{
       flex:1;
       margin-left: 40px;
    }
    #section1ImageBox{
        flex:1;
        margin-right: 40px;
    }
    #whoisjoeImage{
        width:100%;
        height:auto;
    }
    #section2GraphicsBox{
        flex:1;
        margin: 40px;
        
    }
    #section2TextBox{
        flex:1;
        margin-right: 40px;
        color:var(--joeGreen);
        
    }
    #section3OrgBox{
        background: linear-gradient(to bottom, #1c71e6, #619cee);
        height:600px;
        width:49%;
    }
    #section3OrgImage{
        height: 250px;
    width: auto;
    margin-top: 40px;
    }

    #section3RoasterImage{
        height: 250px;
    width: auto;
    margin-top: 40px;
    }
    #section3RoasterBox{
        background: linear-gradient(to bottom, #FE6A12, #fe9a5e);
        height:600px;
        width:49%;
    }
    #section3RoasterBox:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
        transform: rotate(0.15deg);
        cursor: pointer;
      }
      #section3OrgBox:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
        transform: rotate(-0.15deg);
        cursor: pointer;
      }
    .section3Image{
        margin-left: auto;
        margin-right: auto;
    }
    .centerHead{
        text-align: center;
    }
    .section3para{
        margin-left: 40px;
        margin-right: 40px;
        color:white;
    }
    #contactusform{
        width:600px;
        height:460px;
        background-color: white;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    #contactusBtn{
        margin-left: auto;
        margin-right: auto;
        background-color: #fe9a5e;
        color:white;
        height: 40px;
        width:150px;
        font-weight: 900;
        border:none;
        margin-top: 20px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .hiw_item{
        margin-bottom: 15px;
        font-size: 18px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 10px;
    }
    .hiw_heading{
        font-weight: 900;
        font-size: 24px;
    }
}