/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #000;
    font-size: 1.15em;
    line-height: 1.2;
    font-family: "Courier New", Courier, monospace;
    background-color: #f6f6f6;

    text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

html, body {
    min-height: 100%;
    min-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,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


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


h1 {
    font-size: 0.65626em;
    letter-spacing: 0.5px;
}

p {
    font-size: 0.53125em;
    letter-spacing: 0.1px;
}

a,
a:active,
a:visited {
    text-decoration: none;
    color: #0000FF;
}

.grey {
    color: #646464;
}

.italic {
    font-style: italic;
}

a.emaillink {
    color: #646464;
}

a:hover {
    text-decoration: underline;
}


#container {
    padding: 50px;
}

.work-headline {
     margin-top: 40px;
     margin-bottom: 0;
}

.work {
   
    overflow-x: scroll;
    padding-bottom: 50px;
}

.content {
    margin-top: 11px;
    width: 1850px;
}

.item {
    width: 205px;
    position: relative;
    float: left;
    margin-right: 26px;
    margin-bottom: 26px;
}

img {
    max-width: 100%;
    height: auto;
}

.scroll-wrapper {
    overflow: hidden;
}




::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}


 
/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #FFF;
}
 
/* Handle */
::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0;
    border-radius: 0;
    border-right: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    border-top: 0px solid #FFFFFF;
    background: rgba(52,52,52,0.2); 
    min-height: 100px;
}

::-webkit-scrollbar-thumb:horizontal {
    -webkit-border-radius: 0;
    border-radius: 0;
    border-right: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;
    background: rgba(100,100,100,1); 
    min-width: 100px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(52,52,52,0.2); 
}


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

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

}


@media only screen and (max-width: 640px) {
     .item {
        clear: both;
    }

    .content {
        width: 100%;
    }

    #container {
        padding: 0;
      width: 205px;
      margin: 0 auto;
      padding-top: 40px;
    }
}


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

}

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

.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 {
    *,
    *:before,
    *:after {
        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) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]: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;
    }

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

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