    /* Media queries will live here.  */
/* has to be responsive */
/* this will give good practice on working with media queries and building responsive layouts.*/
/* use this a learning oppurtunity to improve skills. */



@media screen and (max-width: 1200px) {
 


  }