@import url("main.css") only screen and (min-width: 1025px);
@import url("medium.css") only screen and (min-width: 626px) and (max-width: 1024px);
@import url("small.css") screen and (max-device-width:625px), screen and (max-width: 625px);
@import url("small.css") handheld;
