<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

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

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-weight: 400;
    font-size: .9em;
    line-height: 1.5;
	background: #222;
	color: #aaa;
}

a { color: #fff; text-decoration: none; }
a:hover {  color: #ddd; }

p { line-height: 1.8; font-size: .95em; }

h1,h2,h3,h4,h5,h6 {
	font-family: "Raleway", "Helvetica Neue", Helvetica, sans-serif;
	margin:0; padding:0;
	font-weight:500;
}


h2 {
	color:#ffffff;
	text-transform: uppercase;
	font-size: 1.5em;
}

h4,h5 { color:#fff; }

.small { font-size:.85em; }

.main_, #top_nav {
	width: 85%;
	min-width:750px;
	margin: 0 auto 10px;
}

.main_left {
	width:66%;
	float:left;
	margin-right: 1%;
}
.main_right {
	width:33%;
	float:left;
}
.main_right img {
	width:100%;
	max-width: 500px;
}

.table_list {
	margin: 0em;
	width: 100%;
}

.table_list td, .content_list li, .content_list .content {
	padding: .8em .5em;
	vertical-align:top;
	border-bottom: 1px solid #333;
}
.table_list tr:last-child td, .content_list li:last-child {
	border-bottom: 0px;
}



.table_list p, .content_list p {
	margin:0;
	padding: 0;
}

.list {
	list-style: square;
}
.list a {
	font-weight: 500;
}
.underline {
	text-decoration: underline;
}

.content_wrap {
	margin: .5em;
}

.post_meta {
	text-transform:uppercase;
	font-size:.8em;
	color:#999;
}

.post_meta a {
	font-weight: 500;
}

.content_list img {
	margin: .5em .5em .5em 0;
	vertical-align:bottom;
}

#top_nav { font-family: "Raleway", "Helvetica Neue", Helvetica, sans-serif; margin: 10px auto; padding-bottom:2px; }
#top_nav .nav_title { font-size: 20px; }
#top_nav .nav_title:hover { background: #222; }
#top_nav a { font-weight: 500; padding: .4em .6em; color: #888;
		-webkit-transition: background .3s ;
		-moz-transition: background .3s ;
        -ms-transition: background .3s ;
        -o-transition: background .3s ;
		transition: background .3s ;}
#top_nav a:hover { 	background: #4A4739; color: #ccc; }
#top_nav .solid { background: #4A4739; color: #fff; margin: 0; line-height:1; }


#top_nav.noborder { border: 0px; }

#social-bar {
  float: right;
}
#social-bar a{
  padding: 0 0;
}
#social-bar a:hover{
  background: none;
  color: none;
}
.social-icon {
  height: 26px;
}

footer { margin-top: 50px; padding: 25px 0; font-size: .8em;  border-top: 1px solid #333; } 



/* * * Form elements * * */

input[type="submit"] {
	min-width: 100px;
	height: 30px;
	margin: .2em 0;
}

.delete-btn {
	float:right;
	margin-left: 10px;
}






/* GALLERY */

#content-scroller {
	width: 100%;
	min-width: 750px;
	height: 700px;
  	background-color: #000;
  	position: relative; 
}

.content-frame {
	/* image positioning */
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	width: 100%;
	height: 100%;
	display:none;
}


#content-sidebar { 
	width: 340px;
	height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	position: absolute; 
	right: 0;
	z-index: 50;
}

#content-sidebar-about {
	height: 200px;
	margin-top: 20px;
	padding: 20px;
	top: 320px;
	position: relative;
}

#content-sidebar-about img {
	max-width: 100%;
}

.frame-text {
	width: 300px;
	height: 240px;
	position: absolute; 
	color: #ffffff;
	display:inline-block;
	z-index: 51;
	padding: 20px; 
	right: 0;
	overflow-y: hidden;
}

#content-sidebar-btns {
	width: 340px;
	position: absolute;
	z-index: 99;
	top: 280px;
}

#prev-btn, #next-btn, #play-pause-btn {
	position: absolute;
	cursor: pointer;
}

#next-btn {
	right: 230px;
}
#prev-btn  {
	right: 280px;
}

#play-pause-btn {
	right: 10px;
	width: 30px;
	height: 30px;
	top: 10px;
	border-radius: 20px; 
	background-color: #111;
	background-image: url("../img/icons/pause.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.pagination {
	font-size: .9em;
	padding: 15px 10px;
	line-height: 0;
	color: #777;
}

.pagination a {
	font-weight: 500;
}

.pagination.top { border-bottom: 3px solid #7A7048; }
.pagination.bottom { border-top: 3px solid #7A7048; } 


/* ==========================================================================
   Project page
   ========================================================================== */
.gallery_container {
  width: 85%;
  margin: 0 auto;
  overflow: hidden;
}

.projectBox {
  float: left;
  width: 31.333%;
  margin: 1% 1% -1% 1%;
}

.projectBox img {
    max-width: 100%;
}

.project_title_container {
  position: relative;
  bottom: 38px;
  background-color: rgba(0,0,0,0.5);
  padding: 5px 0px;
  max-width: 450px;

}

.project_title_container h4
{
    text-align: center;
}

ul.scrubber-set{ list-style-type: none; margin: 0 0; padding: 0;}
ul.scrubber-set li + li {display: none;}

@media only screen and (min-width : 1701px),
only screen and (min-device-width : 1701px){
    .gallery_container {width: 1452px;}
}
@media only screen and (max-width : 1700px),
only screen and (max-device-width : 1700px){
    .gallery_container {width: 85%;}
}

@media only screen and (max-width : 1200px),
only screen and (max-device-width : 1200px){
    .projectBox {width: 48%;}
}

@media only screen and (max-width : 650px),
only screen and (max-device-width : 650px){
    .projectBox {width: 98%;}
}

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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}
</pre></body></html>