/* CSS Document */
@import url("screen-all.css");
@import url("screen-xs.css") screen and (max-width: 599px); /* Mobile */
@import url("screen-sm.css") screen and (min-width: 600px) and (max-width: 767px); /* Tablet */
@import url("screen-md.css") screen and (min-width: 768px) and (max-width: 1023px); /* laptops */
@import url("screen-lg.css") screen and (min-width: 1024px); /* Desktop */
