
@media (max-width: 600px) {
	.hero1 img {
		height: 280px;
	}
}


/* MOBILE NEW NAV MENU: */
@media only screen and (max-width: 2000px) {
	[class*="mobileNavMain"] {
    
	  display: none !important;
  }
	
	
}


@media only screen and (max-width: 992px) {
	[class*="mobileNavMain"] {
    
	  display: block !important;
		
  }
	
	
}




@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="hero1"] {
    height: 200px !important;
	  display: block !important;
  }
	
	[class*="firstPic"] {
    padding-right: 0px !important;
	
  }
	
	[class*="firstSec"] {
    justify-content: center !important;
		align-items: center !important;
		text-align: center !important;
	
  }
	
	[class*="button-container"] {
    justify-content: center !important;
		align-items: center !important;
		text-align: center !important;
		margin-right: 0px !important;
	
  }
	
	[class*="cardMobile"] {
    max-width: 100% !important; 
	height: auto !important;
  }
	
	[class*="section2"] {
    display: table !important; 
	
  }
	
	[class*="section3"] {
    display: table !important; 
	
  }
	
	[class*="pic1"] {
    height: auto !important; 
		width: auto !important;
	
  }
	
	[class*="pic2"] {
    height: auto !important; 
	
  }
	
	[class*="pic3"] {
    height: auto !important; 
	
  }
	
	[class*="firstDiv"] {
    margin-right: 0px !important; 
	
  }
	
	[class*="firstSec"] {
    padding-right: 0px !important; 
	
  }
	
	[class*="section1"] {
    padding-bottom: 25px !important; 
	height: 490px !important;
	
  }
	
	[class*="topSectionMobile"] {
    margin-top: 0px !important; 
	
  }
	
	[class*="button-container2"] {
    margin-bottom: 50px !important; 
	
  }
	
	[class*="paraNom"] {
    width: 100% !important; 
	
  }
	
	[class*="youVid"] {
    width: 380px !important; 
	
  }
	
	[class*="topVideo"] {
    display: none !important; 
	
  }
	
	
	
	[class*="valveMoVid"] {
    height: 485px !important; 
	
  }
	
	
}

