/*===============
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
burger
navigation
components
pages
-----------------
home
gallery
breakpoint
-----------------
helpers
extend
override
===============*/
/* @layout */
/* ----------------- */
/* @body font size  */
body
{
    /*font-size: 85%;*/
}
/* @wrapper */
.wrapper
{
}
/* @gutters */
/* @header */
#header
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    padding-bottom: 0;
}
#header h1
{
    font-size: 3.7em;
    text-align: left;
    white-space:normal;
}
#header h1 span.wrapTitle
{
    font-size: 1em;
}
#header h1 span.wrapSubTitle
{
    font-size: 0.5em;
}
#header h1 em
{
    display: block;
}
/* @burger */
.burger
{
    opacity: 0;
    visibility: hidden;
}
/* @navigation */
#navigation
{
    display: block;
    position: relative;
    z-index: 5;
}
#nav-1
{
    padding-top: 170px;
    padding-bottom: 60px;
    position: relative;
    top: -32px;
    overflow: hidden;
}
/* @content */
#content
{
    padding-top: 0;
}
/* @components */
/* @pages */
/* ----------------- */
/* @home */
/* @gallery */
.richsetGalleryItemDescription
{
    padding-left: 2em;
}
/* @blog */
.blog .blog-aside
{
    padding-left: 2em;
}
/* @breakpoint */
/* ----------------- */
/* @helpers */
.bp3-auto
{
    width: auto;
}
.bp3-1of1
{
    width: 100%;
}
.bp3-1of2
{
    width: 50%;
}
.bp3-1of3
{
    width: 33.333334%;
}
.bp3-2of3
{
    width: 66.666667%;
}
.bp3-1of4
{
    width: 25%;
}
.bp3-3of4
{
    width: 75%;
}
.bp3-1of5
{
    width: 20%;
}
.bp3-2of5
{
    width: 40%;
}
.bp3-3of5
{
    width: 60%;
}
.bp3-4of5
{
    width: 80%;
}
/* @extend */
/* @override */
