@media only screen and (min-width: 992px) and (max-width: 1200px) {

	
}


@media only screen and (min-width: 768px) and (max-width: 992px) {
	
}

@media only screen and (min-width: 320px) and (max-width: 768px) {

	.logoimg img {
	width: 250px;
	margin: 0 auto;
}

.logoimg {
	margin-bottom: 30px;
}

.underhm {
  text-align: center;
}

.undertext h3 {
	font-size: 30px;
}

.hmbanner {
  background: #fff;
  height: 100vh;
  width: 100%;
 }

}

@media only screen and (min-width: 320px) and (max-width: 520px) {

	

}