/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

html {
@media (min-width: 601px) {
  background-image: url("https://hello.brightsg.com/hubfs/Bright%20LPs%20red%20lozenge%20background%20%282000%20x%204000%20px%29.png");
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
    }

  /* Tablets*/
@media (max-width: 901px) {
  background-image: url("https://hello.brightsg.com/hubfs/Bright%20LPs%20red%20lozenge%20background%20%282000%20x%204000%20px%29.png");
  background-repeat: repeat-y;
  background-size: 110%;
    } 
/* Portrait phones and smaller */
@media (max-width: 600px) {
  body {background-color: #EEEEEE;
    }
  }