/* Portrait */
@media screen and (max-width: 767px) {
  /* Your CSS styles for smartphones in portrait mode */
	.home-display {font-size: 2.5rem !important;}
	
	.hide-sm{display: none!important}
	
	.footer{text-align: center!important}
}