$themePrimary: #E20074;
$themeSecondary: #382253;
$themeBlack: #333333;
$themeGray: #555555;
$themeWhite: #FFFFFF;
$themeLightGray: #BBBBBB;

$themePrimaryHover: #CA0067;
$themeSecondaryHover: #231d3c;

$sizeSmall: 10px;
$sizeMedium: 25px;
$sizeLarge: 40px;

$headerStripeWidth: 120px;
$headerStripeOverflow: 150px;

@mixin bg-opacity($color, $opacity: .3){
  background-color: rgba($color, $opacity);
}