// Colors
$black: #000;
$black-opacity-20: rgba($black, .2);
$black-opacity-80: rgba($black, .8);
$white: #fff;
$grey: #e6e6e6;
$green: #7ec111;
$red: #ff5050;

// Breakpoint
$bp-small: 600px;
