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

html {
    color: #222;
    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,
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
   ========================================================================== */

body {font-size:16px; font-family: 'Open Sans', sans-serif; line-height:1.3}
p {margin:0 0 20px}
.logo {border-bottom:1px solid #79613f; padding:20px 30px}
.header-container {border-bottom:1px solid #79613f; position:relative; margin-bottom:10px}
.menu-container {padding:10px 0 10px 90px; position:relative}
.menu-container ul {margin:0; padding:0}
.menu-container li {list-style:none; padding:0 0 2px;}
.menu-container li a {color:#111; text-decoration:none;}
/*.menu-container li:hover ul {display:block}*/
.menu-container li a:hover,
.menu-container li.selected > a {color:#79613f}
.menu-container ul ul {position:absolute; left:200px; top:10px; display:none}
.menu-container ul ul ul.submenu-level3 {top:0px; left:250px; width:200px; font-size:0.95em}
.menu-container ul ul a {color:#666}
.page-title {position:absolute; font-family:'Roboto', sans-serif; font-weight:400; font-size:1.4em; color:#79613f; width:250px; bottom:20px; right:340px}

/* Layout */
.outer {width:1200px; margin:0 auto}
.wrapper {padding:40px 90px}
.row {overflow:hidden}
.col-2 {float:left; width:50%}

/* Masthead */
.masthead {position:absolute; right:0; bottom:0}
.leaf1 {background:url(../images/leaf1.png) right bottom no-repeat; width:320px; height:170px;}
.leaf2 {background:url(../images/leaf2.png) right bottom no-repeat; width:220px; height:190px;}
.leaf3 {background:url(../images/leaf3.png) right bottom no-repeat; width:230px; height:190px;}
.leaf4 {background:url(../images/leaf4.png) right bottom no-repeat; width:290px; height:165px;}

/* Slider */
.slider {margin:0; padding:0}
.slider-caption {font-weight:600; position:absolute; bottom:70px; left:30px; color:#fff; font-size:1.6em; text-shadow:1px 1px 2px #333}

/* Project Navigation */
.nav-project {overflow:hidden; padding:10px 0 30px}
.nav-project a {font-size:0.8em; text-decoration:none; color:#666}
.nav-project a:hover {color:#333}
.nav-project .nav-prev {float:left}
.nav-project .nav-next {float:right}

/* Listing */
.listing-projects {margin:0 -10px; overflow:hidden; padding:0}
.listing-projects li {width:240px; min-height:240px; float:left; margin:0 10px 20px; list-style:none;}
.listing-projects li a {text-decoration:none; color:#333}
.listing-projects li a:hover {color:#79613f}
.listing-projects li img {margin-bottom:10px}
.listing-projects li p {margin:0}



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

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