
/* Phone */
@import url("homephone.css") only screen and (max-width:480px);
/* Tablet */
@import url("hometablet.css") only screen and (min-width:481px) and (max-width:950px);
/* Desktop */
@import url("homepage.css") only screen and (min-width:951px);



