        @charset "UTF-8";
        /* CSS Document */
        
        @font-face {
            font-family: 'open_sans_condensed_bold';
            src: url('fonts/OpenSans-CondBold.ttf');
        }
        
        @font-face {
            font-family: 'open_sans_regular';
            src: url('fonts/OpenSans-Regular.ttf');
        }
        
        @font-face {
            font-family: 'open_sans_condensed';
            src: url('fonts/OpenSans-CondLight.ttf');
        }
        
        h1,
        h2,
        h3 {
            font-family: 'open_sans_condensed_bold', 'Georgia', serif;
            display: block;
            margin: 0;
            padding: 0;
            border: 0;
            font-weight: normal;
        }
        
        body {
            background-color: #fff;
            border: 0px;
            margin: 0px;
            padding: 0px;
            /*background-image:url(images/bg.png);
	background-repeat:repeat-x;*/
        }
        
        #container {
            display: block;
            max-width: calc(360px*3 + 8*8px);
            margin: auto;
        }
        
        #featured {
            max-width: 1112px;
            margin-left: 8px;
        }
        
        .title {
            margin-top: 20px;
            margin-left: 8px;
            font-size: 2em;
        }
        
        @media screen and (max-width: 1160px) {
            #container {
                max-width: 800px;
            }
            #featured {
                max-width: 736px;
            }
        }
        
        #featured img {
            width: 100%;
        }
        
        #featured img:hover {
            opacity: 0.8;
        }
        /*5 column layout*/
        
        h3 {
            font-size: 20px;
            line-height: 24px;
        }
        
        p {
            font-family: 'open_sans_regular', 'Georgia', serif;
            font-size: 13px;
            margin: 0;
            padding: 0;
            border: 0;
            font-weight: normal;
        }
        
        .project_box {
            width: 360px;
            height: 180px;
            margin: 8px;
            min-height: 10em;
            display: table-cell;
            vertical-align: middle;
            position: relative;
            float: left;
            cursor: pointer;
        }
        
        .project_box img {
            position: relative;
            border: none;
            width: 180;
        }
        
        .project_box .roll {
            display: block;
            float: right;
            width: 180px;
            height: 180px;
            background: #333;
            /*rgba(0, 0, 0, 0.8);*/
        }
        
        .project_box:hover .roll {
            background-color: #666;
        }
        /*
            .project_box .roll {
                display: none;
            }
            
            .project_box:hover .roll {
                display: block;
                position: absolute;
                z-index: 1;
                left: 0px;
                top: 0px;
                width: 180px;
                height: 180px;
                background: rgba(0, 0, 0, 0.8);
            }*/
        
        .project_text {
            padding-left: 12px;
            padding-right: 10px;
            width: 170px;
            height: 180px;
            color: #FFF;
            display: table-cell;
            vertical-align: middle
        }
        
        #page {}
        
        #projects {
            background-color: #FFF;
            padding: 8px;
        }
        
        .logo_header {
            display: block;
            width: 560px;
            height: 250px;
            position: absolute;
            margin-left: -64px;
            z-index: 9;
            pointer-events: none;
            background-image: url(images/logo.png);
        }
        
        .float_breaker {
            clear: both;
        }
        
        #nav_menu {
            font-family: 'open_sans_condensed', 'Georgia', serif;
            font-weight: bold;
            width: 800px;
            font-size: 1.5em;
            display: table-cell;
            vertical-align: bottom;
            text-align: right;
            margin-right: 16px;
            float: right;
            margin-top: 130px;
        }
        
        #nav_menu a {
            color: #000;
            text-decoration: none;
            padding-left: 8px;
            padding-right: 8px;
        }
        /*
#nav_menu a:hover {
	color:#FFF;
}*/
        
        #nav_menu a:hover {
            background-color: #FFF;
            padding-left: 8px;
            padding-right: 8px;
            color: #F00;
        }
        
        #bottom {
            margin-top: 20px;
            padding: 8px;
            color: #666;
            margin-bottom: 20px;
        }
        
        #bottom a {
            text-align: center;
            font-family: 'open_sans_condensed';
            font-weight: bold;
            font-size: 1.5em;
            text-decoration: none;
            color: #999;
            margin-right: 20px;
        }
        
        #bottom a:hover {
            color: #000;
        }
        
        .bottom_nav p {
            margin-bottom: 20px;
        }
        
        #bottom p {
            text-align: center;
        }
        
        .tagline h3 {
            color: #999;
            text-align: center;
        }