/*
Theme Name: Lambs Navy
*/

@import url("css/global.css");

@import url("css/1280.css") all and (min-width: 1460px); /* 6 wide */
@import url("css/1200.css") all and (min-width: 1200px) and (max-width: 1459px); /* 5 wide */
@import url("css/960.css") all and (min-width: 980px) and (max-width: 1199px); /* 4 wide */
@import url("css/800.css") all and (min-width: 780px) and (max-width: 979px); /* 3 wide */
@import url("css/660.css") all and (min-width: 520px) and (max-width: 779px); /* 2 wide */
@import url("css/480.css") all and (min-width: 450px) and (max-width: 519px); /* Mobile Land */
@import url("css/320.css") all and (max-width: 449px); /* Mobile Port */

/* Rules for Latest Timeline and more general rules going forward */

@import url("css/desktopLarge.css") all and (min-width: 980px);
@import url("css/desktopSmall.css") all and (min-width: 520px) and (max-width: 979px);
@import url("css/mobile.css") all and (max-width: 519px); /* Mobile Port */