/* Phone */
@import url("Phone.css") only screen and (max-width:320px);
/* BigPhone */
@import url("BigPhone.css") only screen and (min-width: 321px) and (max-width:380px);
/* Tablet */
@import url("Tablet.css") only screen and (min-width: 381px) and (max-width:800px);
/* Desktop */
@import url("Desktop.css") only screen and (min-width:801px);