
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #111;
	color: #eee;
    text-shadow: none;
}

::selection {
    background: #111;
	color: #eee;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


   
HTML, BODY		{ margin:0; padding:0; width:100%; height:100%; min-height:100%; }
BODY			{ position:relative; font-size:100%; line-height:1.5; color:#040001; font-family:'Roboto', arial, sans-serif; font-weight:400; letter-spacing:0.25rem; text-transform:uppercase; }

BODY			{ background:#f2ebdb; }

DIV.bg          { position:fixed; top:0; left:0; width:100%; height:100%; background:url('../img/hero-holzbaron.jpg') no-repeat bottom left; background-size:100% 100%; background-attachment:scroll; opacity:0.125; }

A				{ color:#040001; text-decoration:none; -webkit-transition:; -moz-transition:; -o-transition:; transition:all 0.33s ease-out; }
A:hover			{ opacity:0.75; text-decoration:none; }
A:focus			{ outline:0; text-decoration:none; }
SMALL			{ font-size:0.75rem; line-height:2; }
BIG				{ font-size:1.5rem; line-height:1; }
EM				{ font-style:italic; }
STRONG			{ font-weight:700; }
IMG				{ max-width:100%; height:auto; display:block; }
ADDRESS		    { font-style:normal; }

.cleaner				        { content:""; display:block; height:0; clear:both; visibility:hidden; }

HEADER 					        { height:100%; height:100vh; }
#header					        { position:relative; width:92%; height:100%; height:100vh; margin:0 auto; }

#header .wrapper-top-left			{ position:absolute; top:3rem; left:0; max-width:50%; margin:0; text-align:left; }
#header .wrapper-top-right			{ position:absolute; top:3rem; right:0; max-width:50%; margin:0; text-align:left; }

#header .wrapper-center			{ position:absolute; top:50%; left:50%; -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%); width:100%; }
#header .wrapper-center H1		{  margin:0; font-size:1rem; line-height:1.5; color:#040001; text-align:left; }
#header .wrapper-center H1 IMG	{ margin:0 auto; max-width:50%; }

#header .wrapper-bottom			{ position:absolute; bottom:3rem; right:0; max-width:50%; margin:0; text-align:right; }
#header .wrapper-bottom H2		{ margin:0 0 1.5rem 0; font-size:1.25rem; line-height:1.2; color:#040001; }
#header .wrapper-bottom H3		{ margin:0 0 0.75rem 0; font-size:1rem; line-height:1.5; color:#040001; }
#header .wrapper-bottom P		{ margin:0 0 0 0; font-size:1rem; line-height:1.5; color:#040001; }



/* media queries */
@media only screen and (min-width:0px) and (max-width:768px)
{
    HEADsER                     { height:auto; }
    #header                     { position:absolute; top:50%; left:50%; -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%); width:100%; height:auto; }
    #header .wrapper-top-left   { position:relative; top:auto; left:auto; max-width:100%; margin-bottom:0.75rem; text-align:center; }
    #header .wrapper-top-right  { position:relative; top:auto; right:auto; max-width:100%; margin-bottom:3rem; text-align:center; }
    #header .wrapper-center     { position:relative; top:auto; left:auto; -moz-transform:translate(0%,0%); -ms-transform:translate(0%,0%); -o-transform:translate(0%,0%); -webkit-transform:translate(0%,0%); transform:translate(0%,0%); margin-bottom:3rem; }	
    #header .wrapper-bottom     { position:relative; bottom:auto; right:auto; max-width:100%; text-align:center; }
}
@media only screen and (min-height:0px) and (max-height:680px)
{
    HEADER                      { height:auto; }
    #header                     { position:relative; top:auto; left:auto; -moz-transform:translate(0%,0%); -ms-transform:translate(0%,0%); -o-transform:translate(0%,0%); -webkit-transform:translate(0%,0%); transform:translate(0%,0%); margin:3rem auto; }
    #header .wrapper-top-left   { position:relative; top:auto; left:auto; max-width:100%; margin-bottom:0.75rem; text-align:center; }
    #header .wrapper-top-right  { position:relative; top:auto; right:auto; max-width:100%; margin-bottom:3rem; text-align:center; }
    #header .wrapper-center     { position:relative; top:auto; left:auto; -moz-transform:translate(0%,0%); -ms-transform:translate(0%,0%); -o-transform:translate(0%,0%); -webkit-transform:translate(0%,0%); transform:translate(0%,0%); margin-bottom:3rem; }	
    #header .wrapper-bottom     { position:relative; bottom:auto; right:auto; max-width:100%; text-align:center; margin-bottom:3rem; }
}

@media only screen and (min-width:0px) and (max-width:768px)
{

}

@media only screen and (min-width:0px) and (max-width:480px)
{

}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
