
@media (max-width: 1024px) {
    .expertise-explore{
        left: -600px;
        top: 0;
        width: 40%;
    }
    .job-menu-opts{
        right: -600px;
        top: 0;
        width: 40%;
    }
    .left-menu-btn, .menu-btn{
        position: static;
    }
    .main-container{
        grid-template-columns: 0fr 4fr 0fr;
        left: 50px;
    }
    .scroll-content{
        width: 54%;
        margin: 0 16%;
	
    }
    .search-btn a{
        font-size: 20px;
    }
    .auth-right-navbar .form-cont, .signup-as{
        width: 100%;
        margin: 0 25%;
    }
    .about-worfai{
	display: flex;
	flex-direction: column;
	
   }
   .about-worfai img{
	width: 150px;
	height: 200px;
   }
    .job-title h3 a{
	font-size: 20px;
   }
   .job-title h3{
	font-size: 20px;
	
    }
  
   .job-img{
	border: 1px solid grey;
   }
}

@media (max-width: 600px) {
    .main-container{
        width: 90%;
    }
    .results-display ul{
	grid-template-columns: 1fr;
   }
    .profile-pic-info{
        align-items: center;
        flex-direction: column;
    }
    .main-container{
        left: 40px;
    }
    .scroll-content{
        width: 100%;
        margin-left: -25px;
    }
    .profile-menu-ac-opts{
        top: 300px;
        right: -20px;
    }
    .profile-menu{
	right: 20px;
   }
    .expertise-explore, .job-menu-opts{
        width: 70%;
    }
    .auth-right-navbar .form-cont, .signup-as{
        width: 100%;
        margin: 0 10%;
    }
    .my-job-menu-opts, .profile-menu-ac-opts{
        right: -10px;
    }
   .bid-listing{
	margin-left: -20px;
   }
   .wel-come-tag h1{
        font-size: 30px;
   }
   .wel-come-tag p{
        font-size: 18px;
   }
   .wel-come-tag{
       height: 100%;
   }
   .home-main-container{
       height: 100%;
   }
   body{
      hieght: 100%;
   }
  .mid-sect{
     height: 100%;
     background-image: url("w_bgpc.jpg");
   }
}
