/*===============
TABLE OF CONTENTS
=================
Prefix your search term with "@" to jump to that section. Eg: to jump to the footer styles, search for "@footer"
layout
-----------------
body font size
wrapper
gutters
header
navigation
components
pages
-----------------
home
breakpoint
-----------------
helpers
extend
override
===============*/
/* @layout */
/* ----------------- */
/* @body font size  */
body
{
    /*font-size: 80%;*/
}
/* @wrapper */
.wrapper
{
}
/* @gutters */
/* @header */
#header h1
{
    font-size: 4em;
}
/* @navigation */
/* @components */
/* @pages */
/* ----------------- */
/* @home */
/* @breakpoint */
/* ----------------- */
/* @helpers */
.bp4-auto
{
    width:auto;
}
.bp4-1of1
{
    width:100%;
}
.bp4-1of2
{
    width:50%;
}
.bp4-1of3
{
    width:33.333334%;
}
.bp4-2of3
{
    width:66.666667%;
}
.bp4-1of4
{
    width:25%;
}
.bp4-3of4
{
    width:75%;
}
.bp4-1of5
{
    width: 20%;
}
.bp4-2of5
{
    width: 40%;
}
.bp4-3of5
{
    width: 60%;
}
.bp4-4of5
{
    width: 80%;
}
/* @extend */
/* @override */
