/* This should break words correctly. Problem Hubies iPhone 13 */
.hyphenate{
 word-wrap: break-word;
 -webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 -o-hyphens: auto;
 hyphens: auto;
}

/* This regulates the size of the menu ICON on portable devices */
@media (max-width: 1024px){
	.open-menu i {
	    font-size: 32px !important;
	}
}