/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

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

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

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

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

textarea {
    resize: vertical;
}

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


/* ===== Parallax Master Class ==============================================
   Author: Petr Tichy - ihatetomatoes.net
   ========================================================================== */

/* !FOCUSED IMAGES */
/*-----------------------------------------*/
.bcgAlign {
    position: relative; /*Any position but static should work*/
    overflow: hidden;
}
.bcgAlign img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    display: block;
    /* fill and maintain aspect ratio */
    width: auto; height: auto;
    min-width: 100%; min-height: 100%;
    max-height: none; max-width: none;
}

body {
    font: 16px/1.5 'Open Sans', Helvetica, Helvetica Neue, Arial, sans-serif;
    background-color: #000;
    color: #222222;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
    position: relative;
}
.bcg-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.bcg {
    height: 100vh;
}
.card-background {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#xmas,
#intro,
#windowOutlines {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 1280px;
    height: 720px;
    z-index: 4;
}
#intro {
    z-index: 5;
}
#xmas,
#mouseRightHover,
#mouseLeftHover {
    visibility: none;
    opacity: 0;
}

/* =General */

/* =Header */
#logoIcon {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 999;
    width: 80px;
    height: 39px;
    opacity: 0;
}
#socialLinks {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 999;
    width: 143px;
    height: 39px;
    opacity: 0;
}
#windowOutlines {
    z-index: 998;
}
#mouseClick {
    display: block;
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-60%, -50%);
            transform: translate(-60%, -50%);
    z-index: 999;
    border-radius: 100%;
    text-indent: -9999em;
    overflow: hidden;
    outline: none;
    opacity: 0;
}
    #mouseClick:after {
        content: '';
        display: block;
        width: 80%;
        height: 80%;
        position: absolute;
        left: 50%;
        top: 50%;
        border: 1px solid  #fff;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border-radius: 100%;
    }
#MouseInTree,
.box {
    cursor: pointer;
}

#sound {
    z-index: 10000;
    width: 24px;
    height: 24px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -17px;
    position: absolute;
    opacity: 1;
}
    #sound a {
        display: block;
        width: 24px;
        height: 24px;
        overflow: hidden;
        outline: none;
    }
    #sound a.on {
        background-position: top left;
    }
    #pauseBtn, #playBtn {display: none;}

/* =Footer */
footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 30px;
    right: 30px;
    font-size: 14px;
    opacity: 0.7;
    z-index: 999;
}
footer a {
    text-decoration: none;
    color: #222222;
}
footer a:hover {
    text-decoration: underline;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
    /* =General */

    /* =Header */

    /* =Footer */
    footer {
        text-align: left;
    }
}

@media only screen and (min-width: 768px) {
    /* =General */

    /* =Header */
    
    /* =Footer */
}

@media only screen and (min-width: 1140px) {
    /* =General */

    /* =Header */

    /* =Footer */
}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

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

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

    thead {
        display: table-header-group;
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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