/* Livibi Interiors -- page-specific overrides for complete-home-interiors.html.
   Each selector here differs from the shared version in assets/css/base.css
   on THIS page specifically -- load this file after base.css. */

@media(max-width:980px){
    .navlinks{display:none;}
    .hero-grid{grid-template-columns:1fr;}
    .room-grid{grid-template-columns:repeat(2,1fr);}
    .live-grid{grid-template-columns:repeat(2,1fr);}
    .who-grid{grid-template-columns:repeat(2,1fr);}
    .check-grid{grid-template-columns:repeat(2,1fr);}
    .foot-grid{grid-template-columns:1fr 1fr;}
    .cta-band{margin:0 16px;padding:60px 30px;}
  }

@media(max-width:600px){
    .room-grid{grid-template-columns:1fr;}
    .live-grid{grid-template-columns:1fr;}
    .who-grid{grid-template-columns:1fr;}
    .check-grid{grid-template-columns:1fr;}
    .foot-grid{grid-template-columns:1fr;}
  }

