/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

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

    background: #000;
}
body {
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

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

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
h2{
    color: #fff;
    font-family: "Proxima Nova", Verdana, Geneva;
    font-weight: 300;
}
img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
    background: #000;
}

.wrapper {
    width: auto;
    padding: 100px 20px 0;
  
}



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


.top-header{
    height: 150px;
    background: #000;
    background: rgba(0,0,0,.8);
    position: absolute;
    left: 0;
    right: -1px;
    top: 0;
    z-index: 3;
}

.top-header h1{
    margin: auto;
    height: 100%;

}
.top-header h1 img{
    height: 70%;
    display: block;

    margin: auto;
    margin-top: 20px;
}
.menu-button{
    position: absolute;
    top: 38px;
    right: 0;

    height: 80px;
    width: 80px;
    background: #fff;
    background: url(../img/menu-btn.png) center center no-repeat transparent;
    text-indent: -9999px;
    border: 0;
    outline: none;

    -webkit-transition: 666ms ease-out;
    -moz-transition: 666ms ease-out;
    -ms-transition: 666ms ease-out;
    -o-transition: 666ms ease-out;
    transition: 666ms ease-out;

}
    .menu-button:hover{
        background-color: rgba(255,255,255,.1);
        -webkit-transition: 333ms ease-out;
        -moz-transition: 333ms ease-out;
        -ms-transition: 333ms ease-out;
        -o-transition: 333ms ease-out;
        transition: 333ms ease-out;
    }



.st-menu{
    background: black;
    padding-top: 205px;
   /* -webkit-box-shadow: #000 1px 1px 1px 1px;
    -moz-box-shadow: #000 1px 1px 1px 1px;
    box-shadow: #000 1px 1px 1px 1px;*/
    z-index: 2;

}
    .st-menu h4 {
        padding-left: 35px;
        font-family: 'Roboto Condensed', arial, helvetica, sans-serif;
        font-weight: 700;
        font-size: 28px;
        color: white;
        margin-bottom: 15px;
    }
    .st-menu p {
        font-family: Roboto, arial, helvetica, sans-serif;
        font-weight: 300;
        color: white;
        font-size: 18px;
        padding-left: 35px;
        color: white;
    }
    .st-menu p a {
        color: white;
        text-decoration: none;
    }

    .st-menu .close-button{
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: 80px;
        border: 0px solid #fff;
        background: #000;
        text-indent: -9999px;
        overflow: hidden;
        outline-color: #ccc;
        outline-width: 1px;

        background: url(../img/close-btn.png) center center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .st-menu .close-button:hover{
        background-color: rgba(255,255,255,.1);
        -webkit-transition: 666ms ease-out;
        -moz-transition: 666ms ease-out;
        -ms-transition: 666ms ease-out;
        -o-transition: 666ms ease-out;
        transition: 666ms ease-out;
    }

.st-content-inner{
    /*padding-top: 80px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    height: 100%;
    z-index: 1;
    overflow: hidden;
    background: #000;
}
.st-pusher{
/*
    -webkit-box-shadow: #000 1px 1px 1px 1px;
    -moz-box-shadow: #000 1px 1px 1px 1px;
    box-shadow: #000 1px 1px 1px 1px;*/
}


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


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

    .top-header{
        height: 150px;
    }
    .top-header h1 img {
        margin-top: 20px;
    }
    .menu-button{
        top: 40px;
        height: 60px;
        width: 60px;
    }

    .st-menu{
        padding-top: 60px;
    }
        .st-menu .close-button{
            width: 60px;
            height: 60px;
            /*top: 5px;
            right: 5px;*/
        }
}

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

    .top-header{
        height: 70px;
    }
        .top-header h1 img {
            margin-top: 10px;
        }
    .menu-button{
        top: 10px;
        right: 0px;
        height: 50px;
        width: 50px;
    }
    .st-menu{
        padding-top: 50px;
    }
        .st-menu .close-button{
            width: 50px;
            height: 50px;
            top: 0px;
            right: 0px;
        }
}


/* ==========================================================================
   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; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}