
.image-card4 {
    width: 300px;
    /* Define height or use aspect-ratio */
    height: auto;
    overflow: hidden; /* Prevents image from spilling out */
    /* display: flex; /* Ensures alignment in both browsers */
    justify-content: center;
    align-items: center;
}

.image-card4 img {
    width: 100%;
    height: auto;
    /* Crucial for Safari to maintain aspect ratio while filling */
    object-fit: cover;
    /* Ensures the center of the image is focused */
    object-position: center;
		display: block;
}







/*  image card  *************************/
		.image-card {
    						width: 280px;
								/*max-width: 280px; 
								min-width: 150px; */
								margin-left: 20px;
								margin-right: 20px; 
								margin-top: 30px;
								margin-bottom: 30px
   	 						box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    						border-radius: 10px;
								padding: 20px 20px;
								
							  border: 1px solid #828280;
								/* display: flex; /* Ensures alignment in both browsers */
    						/* justify-content: center;
   							  align-items: center; */
								
    						/*overflow: hidden; */
								}
	
.image-card img {
   					 width: 100%;
   					  height: auto;
							
							
							 /* object-fit: cover; */
   						  /* Ensures the center of the image is focused */
   							/* object-position: center; */
								/* display: block; */
							}

.card-content {
    					text-align: center;
							height: 170px;
							}
							
.image-card a {
						color: black;
   		/* font-weight: bold; */
			text-decoration:none;
			}
			 			
.image-card hover {

					color: yellow;
					background: #828280;
					border: 1px solid #828280;
					}

.image-card visited {

					color: pink;
					background: #828280;
					border: 1px solid #828280;
					}						
	
.image-card p {	
						font-weight: bold; 
						}
						
						
@media screen and (max-width: 999px) {
  .image-card {
    						
								max-width: 200px;
								min-width: 180px; 
								margin-left: 20px;
								margin-right: 15px;
								margin-bottom: 60px
   	 						
								padding: 20px 5px;
							 
  							}						
	}
	
	
	
	@media screen and (max-width: 600px) {
  .image-card {
    						
								max-width: 150px; 
								margin-left: 30px;
								margin-right: 40px;
								margin-bottom: 20px;
   	 						margin-top: 20px;
								padding: 20px 25px;
							  
								}						
	} 
	
	
	 /* Targets Safari 6.1+ 
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .your-class { color: blue; }
	.image-card {
    						width: 170px;
								/*max-width: 150px; */
				/*				margin-left: 10px;
								margin-right: 10px;
								margin-bottom: 20px;
   	 						margin-top: 20px;
								padding: 20px 10px;
							  
								}						
	        } 
*/

	
							
/*  image products    */							
	
				

/*  image card  *************************/
		.image-card1 {
    						max-width: 250px; 
								min-width: 80px;   	 						
								padding: 0 10px;
								margin-left: 10px;  /*15%; */
								padding-top:30px;
								box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    						border-radius: 8px;
    						/*overflow: hidden; */
								/*display: flex; /* Ensures alignment in both browsers */
								}
	
.image-card1 img {
   					 width: 100%;
   					  height: auto;
							}

.card-content1 {
    					text-align: center;
							height: 170px;
							}
							
	
.image-card1 a {
						color: black;
   		font-weight: bold; 
			text-decoration:none;
			}	
	
	
	@media screen and (max-width: 600px) {
  .image-card1 {
    						
								max-width: 180px; 
								margin-left: 5px;
								margin-right: 5px;
								margin-bottom: 20px;
   	 						margin-top: 20px;
								padding: 20px 5px;
							  
								}						
	} 
	
	
	
	
	.image-card2 {
    												
								max-width: 150px;
								min-width: 100px;
								margin-left: 2%;
								margin-right: 2%; 
								margin-top: 60px;
								margin-bottom: 20px
   	 						box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    						border-radius: 10px;
								padding: 20px 0;
								
							  /* border: 1px solid #828280; */
								display: flex; /* Ensures alignment in both browsers */
    						/* justify-content: center; */
   							/*  align-items: center; */
								
    						overflow: hidden;								
								}
								
								
.card-content2 {
    					text-align: center;
							height: 120px;
							}
															
							
/* start of new radio button entry *********************/

														

#id_work_days{
  height: 44px;
  border: none;
  overflow: hidden; 
}
#id_work_days::-moz-focus-inner {
  border: 0;
}
#id_work_days:focus {
  outline: none;
}
#id_work_days option{
  width: 80px;  /*auto: */
  font-size: 1.2em;
  padding: 5px 0;
	padding-left: 20px;
	padding-right: 20px;
	
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  border:black solid 2px;
  border-radius: 30px;
  color: black;
}




		
#main {
  width: 50%;
  height: auto;
  border: 2px solid #c3c3c3;
  display: flex;
  flex-wrap: wrap;
	overflow-wrap: auto;
	flex-direction: row;
}

#main div {
  /* width: 100px;
  height: 80px; */
}
		





.box {
        width: 250px;
        height: 45px;
        border: 1px solid #999;
        font-size: 18px;
        color: #1c87c9;
        background-color: #eee;
        border-radius: 5px;
        box-shadow: 4px 4px #ccc;
				 padding-top: 2px;
				 margin-bottom: 2rem;
				 margin-top: 2px; 
      }	
			
	