@import url(stylesCopy.css);
@import url(mobileSmallCSS.css) screen and (max-width:374px);
@import url(mobileCSS.css) screen and (min-width:375px)and (max-width: 580px);
@import url(tabletCSS.css) screen and (min-width: 581px) and (max-width: 759px);
@import url(tabletlargeCSS.css) screen and (min-width:760px) and (max-width:1000px);
@import url(laptopCSS.css) screen and (min-width: 1001px) and (max-width: 1149px);
@import url(desktopCSS.css) screen and (min-width: 1150px) and (max-width: 1420px);
@import url(desktoplargeCSS.css) screen and (min-width:1421px) and (max-width:2299px);
@import url(desktopSuperLargeCSS.css) screen and (min-width: 2300px);
