@charset "utf-8";
/* CSS Document */



.homelogo {
    height: 320px;
	padding-bottom: 50px;
	}

.hometitle {
	
	font-size: 40px;
	color: #ffffff;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .homelogo {
    height: 150px;
	  padding-bottom: 25px;
  }
	
	.hometitle {	
	font-size: 22px;
	color: #ffffff;
  font-weight: 400;
  line-height: 1.5;
}
	
	
	
}
