


/*

Main Stylesheet file is located at stylesheet/css/styles.css

*/

/*BandW*/
#bandw {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
#bandw:hover {
  -webkit-filter: display: none;
}