/*

So you're interested in the CSS hey?
That's not a problem either, feel free to learn from my code,
and if you have any questions, feel free as well to send me an email
matt@mattwong.com.au

Again no comments here either though. Sorry!

Cheers,
Matt

*/

@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=Vollkorn:400italic,400);

/*! 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;
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
}

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


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


body {
    background-color: white;
    height: 100%;
    overflow: hidden;
}

#container {
    position:relative;
    margin:0 auto;
    height: 100%;
    width: 100%;
    background: white;
}
#imgcontainer{
    position:relative;
    overflow:hidden;
    background:#444;
    width:180%;
    height:auto;
    white-space:nowrap;
}
#imgcontainer img{
    vertical-align: middle;
    width: 100%;
    display:inline;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    padding: 25px;
    margin: 0;
    width:100%;
/*    background: rgba(255,255,255,0.8);*/
}

nav h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #121212;
}

nav h1 em {
    font-weight: 700;
    font-style: normal;
}

nav span.separator {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0px 25px;
    display: inline-block;
    color: #121212;
}

nav span.info {
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    text-transform: none;
    font-size: 0.9em;
    padding: 0;
    color: black;
    display: inline-block;
    color: #121212;
}

nav a:link {
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    font-size: 0.9em;
    padding: 0;
    color: black;
    display: inline-block;
    color: #121212;
}

nav a:visited {
    color: #121212;
}

nav a:hover {
    color: #121212;
    text-decoration: underline;
}

nav a:active {
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    text-transform: none;
    font-size: 0.9em;
    padding: 0;
    color: black;
    display: inline-block;
    color: #121212;
}







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

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   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;
    }
}