
/** Page Layout */

    @font-face {
        font-family: 'Bebas Neue Regular';
        src: url('fonts/BebasNeue-webfont.eot');
        src: local('Bebas Neue Regular'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#webfontf0WP9KEe') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    body {
        background-image: url('/assets/bg.png');
        font-family: "Arial Narrow", "AvenirNextCondensed-Medium", "Helvetica Neue", "Arial", sans-serif;
        font-stretch: condensed;
    }

    h1, h2, .thumbnails {
        font-family: "Bebas Neue Regular";
        font-weight: normal;
    }

    hr {
        border-top-color: black;
        opacity: .1;
    }

    img {
        image-orientation: from-image;
    }

    .container,
    .jumbotron .container {
        max-width: 960px;
    }

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

    .btn-black {
        background: black;
        color: white;
    }

    a.btn-black:hover {
        color: #ddd;
    }

    .rounded, .rounded img {
        border-radius: 3px;
    }

    /** Media */

        .media {
            background: rgba(255,255,255,0.3);
            border: 1px solid rgba(255,255,255,0.3);
            border-radius: 3px;
            padding: 0.6em;
        }

        .media .media-left a {
            width: 160px;
            display: block;
        }

        .media .media-body h4 {
            font-weight: bold;
        }

    /* // Media **/

/* // Styles **/

/** Navigation */

    .navbar {
        margin: 0;
        background: white;
        background-image: linear-gradient(0, #ddd, #f5f5f5, #fff, #fff, #fff, #fff);
        border: 0;
        border-radius: 0;
    }

    .navbar ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }

    @media screen and (min-width: 768px) {
        .navbar .navbar-collapse {
            padding: 0;
        }

        .navbar ul {
            border-left: 1px solid #ccc;
        }

        .navbar ul li {
            border-right: 1px solid #ccc;
        }

        .navbar ul li a {
            padding-left: 40px;
            padding-right: 40px;
        }
    }

/* // Navigation **/

/** Jumbotron */

    .jumbotron {
        background-image: url('/assets/jumbotron.png');
        background-size: cover;
        padding: 1em 0;
        margin: 0;
        text-align: center;
    }

    @media screen and (min-width: 768px) {
        .jumbotron {
            padding-bottom: 11em;
        }

        .jumbotron .row {
            margin-top: 1em;
        }

        .jumbotron .row .headshot {
            text-align: right;
        }

        .jumbotron .row .signature {
            margin-top: 80px;
            text-align: left;
        }
    }

/* // Jumbotron **/

/** Menu */

    .menu {
        margin: 0 0 1em;
    }

    .menu .thumbnails .row {
        background: white;
        padding: 2.5px;
    }

    .menu .thumbnails .col-sm-4 {
        padding: 0;
    }

    .menu .thumbnails .thumbnail {
        border-radius: 0;
        position: relative;
        margin: 5px 17.5px;
        height: 0;
        padding-bottom: 4em;
        padding-left: 0;
        overflow: hidden;
    }

    .menu .thumbnails .thumbnail img {
        position: absolute;
        top: -20%;
        left: 0;
        width: 100%;
        height: auto;
    }
    
    .menu .thumbnails .thumbnail h3 {
        position: absolute; bottom: 0; width: 100%; left: 0;
        padding: 1px 5px 0.4em;
        margin: 0;
        background: rgba(0,0,0,0.4);
        color: white;
    }

    @media screen and (min-width: 768px) {
        .menu {
            margin-top: -10em;
        }

        .menu .thumbnails .row {
            margin: 0;
            border: black;
            border-radius: 3px;
            border: 1px solid #ccc;
            box-shadow: 0 0 8px rgba(0,0,0,0.1);
        }

        .menu .thumbnails .thumbnail {
            border-radius: 0;
            position: relative;
            margin: 2.5px;
            height: 0;
            padding-bottom: 66%;
            padding-left: 0;
        }

        .menu .thumbnails .thumbnail img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    
        .menu .thumbnails .thumbnail h3 {
            position: absolute; bottom: 0; width: 100%; left: 0;
            padding: 1px 5px 0.4em;
            margin: 0;
            background: rgba(0,0,0,0.4);
            color: white;
        }
    }

/* // Menu **/

/** Grid Customizations */

    .white {
        background: white;
    }

/* // Grid Customizations **/

/** Page Body */

    .main {
        clear: both;
        padding-top: 5px;
        border: 1px solid #ccc;
        border-radius: 3px;
        box-shadow: 0 0 8px rgba(0,0,0,0.1);
        background: #d3d3c8;
        margin-bottom: 1em;
    }

    .main section {
        background-image: linear-gradient(to bottom, #f4f4e7 100px, #d3d3c8 400px);
        padding: 15px;
    }

    .main section section {
        background-image: none;
        padding: 0 0 15px;
    }

    .main h1 {
        font-size: 32px;
        line-height: 32px;
    }

    .main hgroup {
        margin: -20px -15px 10px;
        padding: 7px 0 0;
        background: white;
        border-bottom: 1px dotted #ccc;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

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

    .main hgroup:after {
        clear: both;
    }

    .main hgroup h1,
    .main hgroup h3 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main hgroup h1 {
        margin: 0;
    }

    .main hgroup h3 {
        margin: 4px 0;
        font-size: 12px;
        line-height: 1;
        text-align: right;
    }

    .main p,
    .main li {
        font-size: 1.175em;
        line-height: 1.275;
    }

/*  .main hgroup + p:first-letter,
    .main h1 + p:first-letter,
    .main h2 + p:first-letter,
    .main > section:first-child > p:first-child:first-letter {
        display: block;
        float: left;
        line-height: 1;
        font-size: 3em;
        font-weight: 400;
        font-style: normal;
        margin-right: 2px;
        margin-bottom: -2px;
    }*/

    @media (min-width: 768px) {
        .main hgroup h1 {
            float: left;
            max-width: 76%;
            padding-right: 2px;
            display: inline-block;
        }

        .main hgroup h3 {
            float: right;
            max-width: 34%;
            margin-top: 10px;
            font-size: 12px;
            line-height: 16px;
            padding-left: 2px;
        }
    }

    @media (min-width: 992px) {
        .main hgroup h3 {
            max-width: 60%;
        }
    }

/* // Page Body **/

/** Carousel */

    .carousel {
        margin: 0 0 10px;
    }

    .carousel img {
        min-width: 100%;
    }

/* // Carousel **/

/** Footer */

    .footer {
        text-align: center;
        font-size: 0.9em;
        background: #ebebdd;
        background-image: linear-gradient(to bottom, #dadace 0, #ebebdd 10px);
        margin: 2em 0 0;
        padding: 1em 15px;
    }

    .footer p {
        margin: 0.5em;
    }

/* // Footer **/
