/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
 
.hero-section{
	padding:220px !important;
	margin-top:-135px !important;
}
.hero-search-bar{
	margin-left: 14%;
}
 
.hero-search-bar2{
	margin-left: 22%;
}

 
@media (min-width: 320px) and (max-width: 480px) {
	 
	 .hero-section{
		padding:0px !important;
		margin-top:-2px !important;
	}
	.hero-search-bar{
		margin-left: 4.5%;
	}
	.hero-search-bar2{
		margin-left: 9%;
	}
	 .landing-wide-form{
		padding: 0px 0px 5px 0px;
		scale: 0.7;
	 }
	 .input-scale{
		width: 250px;
	 }
 }
  
@media (min-width: 481px) and (max-width: 768px) {

}
 
@media (min-width: 769px) and (max-width: 1024px) {

}
 
 