
/*!
 __                                                  
/\ \                                           __    
\ \ \____    ___     ___      ____     __     /\_\   
 \ \ '__`\  / __`\ /' _ `\   /',__\  /'__`\   \/\ \  
  \ \ \L\ \/\ \L\ \/\ \/\ \ /\__, `\/\ \L\.\_  \ \ \ 
   \ \_,__/\ \____/\ \_\ \_\\/\____/\ \__/.\_\  \ \_\
    \/___/  \/___/  \/_/\/_/ \/___/  \/__/\/_/   \/_/
                                                     
                                                     
 */



html {
  height: 100%;
  background: #141414;
}

body {
  min-height: 100%;
  color: white;
  padding: 2em;
  font-family:'Quicksand';
}

.no-touch .bonsai { overflow: inherit }

.no-touch body {
  min-height: auto;
  height: 100%
}

.no-touch #wrapper { height: 100% }

#wrapper { height: auto }
@media only screen and (max-width: 768px) {

html {
  min-height: 100%;
  height: auto
}

body { height: auto }
}
/*# sourceMappingURL=demo.css.map */
