@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: url(..//images/bg52.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  background-size: cover;
 }

}

@media only screen and (min-width: 320px) and (max-width: 520px) {

	

}