// ============================================================================
// :: Layout
// ============================================================================
/**
 * This file contains any layout and component options that should be globally
 * defined for the brandplatform styling.
 */

// ============================================================================
// :: Dimensions
// ============================================================================
$bp-container-large: 1366px;
$bp-container-medium: 1010px;
$bp-container-small: 850px;
$bp-container-tiny: 640px;

$bp-container-spacing: 20px;

// ============================================================================
// :: Z-index
// ============================================================================
$bp-z-index-atmosphere: 9999;
$bp-z-index-sky: 1000;
$bp-z-index-roof: 100;
$bp-z-index-floor: 10;
$bp-z-index-ground: 1;
$bp-z-index-cellar: 0;
$bp-z-index-pit: -1;
