@charset "UTF-8";
/* CSS Document */

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #2C2D2E;
    /* position: relative; */
}

ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 12px;
    line-height: 17px;
}

a:link {
    color: #2C2D2E;
	text-decoration: none;
}
a:visited {
    color: #2C2D2E;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}

strong {
    font-weight: bold;
}

.clear {
	clear: both;
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}

article, aside {
    display: block;
    clear: both;
}

/* ––––– Navigation ––––– */

* {
    box-sizing: border-box;
}
#home {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 99;
}

.nav-outer {
	width: 150px;
	overflow: hidden;
	margin: 16px 0px 0px 16px;
	position: relative;
	z-index: 3;
}
.nav-outer .nav-content {
    border: none;
    position: relative;
    z-index: 4;
    overflow: hidden;
    color: #2C2D2E;
}
.nav-content img {
    float: left;
    position: relative;
}
	
.nav-outer .opaque {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #FFF;
    opacity: 0.60;
    -moz-opacity: 0.60;
    filter: alpha(opacity=60);
    z-index: 1;
}
nav {
    margin: 12px 8px 4px 8px;
    padding: 0px;
    display: block;
}
.nav-divide {
    width: 8px;
    border-top: solid;
    border-top-color: #2C2D2E;
    border-top-width: 1px;
    margin: 5px 0px;
    clear: both;
    display: block;
}
.sorted img {
    width: 132px;
    height: auto;
	margin: 8px;
}
.instagram, .linkedin {
    margin: 5px 0px 8px 8px;
    padding: 0px;
    display: inline-block;
    float: left;
    width: 21px;
    height: 21px;
}
.instagram img {
    width: 21px;
    height: auto;
    padding: 0px;
    margin: 0px;
}
.linkedin img {
    width: 21px;
    height: auto;
    padding: 0px;
    margin: 0px;
}

/* ––––– Home Page video ––––– */

#home-video-wrapper {
    position: relative;
    display: flex;
    flex-flow: column;
    min-height: calc(100vh);
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index: -100;
}
#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
}
@media (min-aspect-ratio: 16/9) {
    #background-video {
        height: 300%;
        top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
    #background-video {
        width: 300%;
        left: -100%;
  }
}

#laurels {
    display: none;
    width: 0;
    height: 0;
}

/* ––––– Home Page footer ––––– */

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #ADAEAF;
	position: absolute;
	z-index: 5;
	bottom: 9px;
	text-align: left;
	text-indent: 16px;
}
.footer a {
	text-decoration: none;
	color: #ADAEAF;
}
.footer a:hover {
	text-decoration: underline;
	color: #ADAEAF;
}

/* ––––– Thumbnails ––––– */

#thumbs-wrapper {
    margin: 24px 14px 24px 24px;
    width: calc(100% - 38px);  
}

#grid-content { 
	z-index: 12; 
	position: absolute; 
	top: 0px; 
	left: 0px;
	padding: 0px; 
	margin: 0px; 
}
#grid-content div.still { 
    width: 141px;
    height: 141px;
    color: #FFF;
    margin: 0px;
    padding: 0px;
    line-height: 0;
    overflow: hidden; }

#grid-content div.scrap {
    width: 131px;
    color: #FFF;
    margin: 0;
}

#grid-content div.thumbnail div.img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    display: block;
    width: 131px;
}

#grid-content div.still div.img {
    height: 131px;
    overflow: hidden;
}

#grid-content div.still a {
    position: absolute;
    top: 0;
    left: 0;
    width: 131px;
    height: 131px;
    z-index: 7;
    display: block;
    overflow: hidden;
    background: url(../graphics/spacer.gif) repeat;
}

#grid-content div.still div.overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 131px; 
	height: 131px; 
	z-index: 5; 
	display: none; 
	background-color: #FFF;
	-moz-opacity: .75; 
	filter: alpha(opacity=75);
	opacity: .75; 
}

#grid-content div.still div.text {
    position: absolute;
    top: 0;
    left: 0;
    width: 113px;
    height: 116px;
    padding: 9px 9px 6px 9px;
    z-index: 6;
    /* display: none; */
    color: #3D3E3F;
    font-size: 12px;
    line-height: 15px;
}

#grid-content div.still div.text span {
    align-self: flex-end;
}

.img img {
    width: 131px;
    height: auto;
}

/* ––––– Main Images Nav ––––– */

/* Image Info button */

#info {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: -48px;
	margin-left: -46px;
	z-index: 10;
	-moz-opacity: .5; 
	filter: alpha(opacity=5);
	opacity: .5;
}
#info a:link, #info a:active, #info a:visited {
	-moz-opacity: .5; 
	filter: alpha(opacity=5);
	opacity: .5;
}
#info a:hover {
	cursor: auto;
	-moz-opacity: 1; 
	filter: alpha(opacity=100);
	opacity: 1;
}
#info img {
    width: 31px;
    height: auto;
}

/* Image Info */

#info_text_container {
	position: absolute;
	top: 16px;
	left: 182px;
	width: 150px;
	padding-bottom: 13px;
	background-color: #FFF;
	-moz-opacity: .6; 
	filter: alpha(opacity=60);
	opacity: .6;
	z-index: 9999;
}
.info_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #000;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}
div.panel, .show {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #000;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}
div.panel {
    display: none;
}

/* Thumbnails button */

#thumbs {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: -48px;
	margin-left: 2px;
	z-index: 9999;
	-moz-opacity: .75; 
	filter: alpha(opacity=75);
	opacity: .75;
}
#thumbs a:link, #thumbs a:active, #thumbs a:visited {
	-moz-opacity: .75; 
	filter: alpha(opacity=75);
	opacity: .75;
}
#thumbs a:hover {
	cursor: auto;
	-moz-opacity: 1; 
	filter: alpha(opacity=100);
	opacity: 1;
}
#thumbs img {
    width: 46px;
    height: auto;
}

/* ––––– About Page ––––– */

#about-wrapper {
    width: 100%;
}
#about-text {
    margin: 24px;
    padding: 0px;
    float: left;
}
#about-text a:link {
	color: #2C2D2E;
	text-decoration: none;
	border-bottom: #AAA 1px solid;
}
#about-text a:visited {
	color: #2C2D2E;
	text-decoration: none;
	border-bottom: #AAA 1px solid;
}
#about-text a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: #000 1px solid;
}
#about-text a:active {
	color: #000;
	text-decoration: none;
	border-bottom: #000 1px solid;
}

#about-photo {
    margin: 12px 24px 24px 24px;
    width: calc(100% - 48px);
    padding: 0px;
    display: block;
    float: left;
}
#slides {
    position: relative;
    padding: 0px 0px 66.67% 0px;
    margin: 0px;
    list-style-type: none;
}
.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 1;
    width: auto;
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
}
.slide img {
    width: 100%;
	height: auto;
}
.showing {
    opacity: 1;
    z-index: 2;
}
.about-caption {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 18px;
    margin-top: 2px;
}
#studio-text {
    display: block;
    margin: 36px 24px;
    padding: 0px;
    float: left;
    clear: both;
}

/* ----- Media Queries for 375px + ----- */

@media (min-width: 375px) {
    
    /* ––––– Thumbnails ––––– */

    #grid-content div.still { 
        width: 168px;
        height: 168px; 
    }

    #grid-content div.scrap {
        width: 158px;
    }
    #grid-content div.thumbnail div.img {
        width: 158px;
    }
    #grid-content div.still div.img {
        height: 158px;
    }
    #grid-content div.still a {
        width: 158px;
        height: 158px;
    }
    #grid-content div.still div.overlay {  
        width: 158px; 
        height: 158px; 
        }
    #grid-content div.still div.text {
        width: 140px;
        height: 143px;
    }
    .img img {
        width: 158px;
        height: auto;
    }

}


/* ----- Media Queries for 414px + ----- */

@media (min-width: 414px) {
    
    /* ––––– Thumbnails ––––– */

    #grid-content div.still { 
        width: 188px;
        height: 188px; 
    }

    #grid-content div.scrap {
        width: 178px;
    }
    #grid-content div.thumbnail div.img {
        width: 178px;
    }
    #grid-content div.still div.img {
        height: 178px;
    }
    #grid-content div.still a {
        width: 178px;
        height: 178px;
    }
    #grid-content div.still div.overlay {  
        width: 178px; 
        height: 178px; 
        }
    #grid-content div.still div.text {
        width: 160px;
        height: 163px;
    }
    .img img {
        width: 178px;
        height: auto;
    }

    #info_text_container {
        width: 225px;
    }
}


/* ----- Media Queries for 640px + ----- */

@media (min-width: 640px) {
    
    #about-wrapper {
        margin: 24px 24px 36px 24px;
        /* width: calc(100% - 48px); */
        width: auto;
    }
    #about-text {
        display: inline-block;
        margin: 0px;
        width: calc(50% - 12px);
    }
    #about-photo {
        display: inline-block;
        margin: 0px 0px 0px 24px;
        width: calc(50% - 12px);
    }
    .slide img {

        
    }
    #studio-text {
        display: block;
        margin: 36px 0px;
        width: 55%;
    }
    
    /* ––––– Thumbnails ––––– */

    #grid-content div.still { 
        width: 200px;
        height: 200px; 
    }

    #grid-content div.scrap {
        width: 190px;
    }
    #grid-content div.thumbnail div.img {
        width: 190px;
    }
    #grid-content div.still div.img {
        height: 190px;
    }
    #grid-content div.still a {
        width: 190px;
        height: 190px;
    }
    #grid-content div.still div.overlay {  
        width: 190px; 
        height: 190px; 
    }
    #grid-content div.still div.text {
        width: 172px;
        height: 175px;
    }
    .img img {
        width: 190px;
        height: auto;
    }

    #info_text_container {
        width: 300px;
    }
    
}


/* ----- Media Queries for 730px + ----- */

@media (min-width: 730px) {
    
    /* ––––– Thumbnails ––––– */

    #grid-content div.still { 
        width: 230px;
        height: 230px; 
    }

    #grid-content div.scrap {
        width: 220px;
    }
    #grid-content div.thumbnail div.img {
        width: 220px;
    }
    #grid-content div.still div.img {
        height: 220px;
    }
    #grid-content div.still a {
        width: 220px;
        height: 220px;
    }
    #grid-content div.still div.overlay {  
        width: 220px; 
        height: 220px; 
    }
    #grid-content div.still div.text {
        width: 202px;
        height: 205px;
    }
    .img img {
        width: 220px;
        height: auto;
    }

}


/* ----- Media Queries for 768px + ----- */

@media (min-width: 768px) {
    
    /* ––––– Thumbnails ––––– */

    #grid-content div.still { 
        width: 182px;
        height: 182px; 
    }

    #grid-content div.scrap {
        width: 172px;
    }
    #grid-content div.thumbnail div.img {
        width: 172px;
    }
    #grid-content div.still div.img {
        height: 172px;
    }
    #grid-content div.still a {
        width: 172px;
        height: 172px;
    }
    #grid-content div.still div.overlay {  
        width: 172px; 
        height: 172px; 
    }
    #grid-content div.still div.text {
        width: 154px;
        height: 157px;
    }
    .img img {
        width: 172px;
        height: auto;
    }
    
}


/* ----- Media Queries for 900px + ----- */

@media (min-width: 900px) {
    
    /* ––––– About Page ––––– */
    
    #about-wrapper {
        position: absolute;
        top: 61px;
        left: 216px;
        margin: 0px 24px 0px 0px;
        width: calc(100% - 240px);
    }
    #about-text {
        max-width: 390px;
    }
    #about-photo {
        margin: 4px 0px 0px 32px;
        width: calc(48% - 32px);
    }

    /* ––––– Thumbnails ––––– */

    #thumbs-wrapper {
        position: absolute;
        top: 67px;
        left: 216px;
        margin: 0px 14px 24px 0px;
        width: calc(100% - 230px);
    }

}


/* ----- Media Queries for 1024px + ----- */

@media (min-width: 1024px) {
    
    /* ––––– Thumbnails ––––– */

    #grid-content div.still { 
        width: 196px;
        height: 196px; 
    }

    #grid-content div.scrap {
        width: 186px;
    }
    #grid-content div.thumbnail div.img {
        width: 186px;
    }
    #grid-content div.still div.img {
        height: 186px;
    }
    #grid-content div.still a {
        width: 186px;
        height: 186px;
    }
    #grid-content div.still div.overlay {  
        width: 186px; 
        height: 186px; 
    }
    #grid-content div.still div.text {
        width: 168px;
        height: 171px;
    }
    
    .img img {
        width: 186px;
        height: auto;
    }
    
    /* ––––– Film Laurels ––––– */
    
    #laurels {
        position: absolute;
        bottom: 24px;
        display: block;
        margin: 0;
        width: 100%;
        height: auto;
        text-align: center;
        z-index: 99;
    }
    .laurels-inner {
        display: block;
        width: 99%;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
    }
    .laurel-cell {
        display: inline-block;
        width: calc((100% / 9) - 20px);
        margin: 0 8px;
    }
    .laurel-cell img {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
}


/* ----- Media Queries for 1200px + ----- */

@media (min-width: 1200px) {

    body, ul, li {
        font-size: 13px;
        line-height: 18px;
    }
    
    .nav-outer {
        width: 168px;
        margin: 18px 0px 0px 18px;
    }
    .nav-content img {
        margin: 0px;
		position: relative;
    }

    nav {
        margin: 12px 9px 3px 10px;
    }
    .nav-section {
        display: block;
        width: auto;
        clear: both;
        margin-bottom: 8px;
    }
    .contact-section {
        display: block;
        float: left;
        width: auto;
        clear: both;
        margin-bottom: 8px;      
    }
    .nav-divide {
        margin: 8px 0px;
    }
    .sorted img {
        width: 150px;
		margin: 9px 9px 10px 9px;
    }
    .instagram, .linkedin {
        margin: 9px 0px 9px 10px;
        width: 24px;
        height: 24px;
    }
    .instagram img {
        width: 24px;
    }
    .linkedin img {
        width: 24px;
    }
    
    /* ––––– Home Page ––––– */
    
    .laurels-inner {
        width: 90%;
    }
    .laurel-cell {
        width: calc((100% / 9) - 22px);
        margin: 0 9px;
    }
    .footer {
	    text-indent: 18px;
    }
    
    /* ––––– About Page ––––– */
    
    #about-wrapper {
        position: absolute;
        top: 71px;
        left: 228px;
        margin: 0px 24px 0px 0px;
        width: calc(100% - 252px);
    }
    #about-photo {
        margin: 5px 0px 0px 42px;
    }
    .slide img {
	    height: 300px;
        width: auto;
    }
    
    /* ––––– Thumbnails ––––– */

    #thumbs-wrapper {
        position: absolute;
        top: 76px;
        left: 228px;
        margin: 0px 24px 0px 0px;
        padding-bottom: 30px;
        width: calc(100% - 252px);
    }

    #grid-content div.still { 
        width: 212px;
        height: 212px; 
    }

    #grid-content div.scrap {
        width: 202px;
    }
    #grid-content div.thumbnail div.img {
        width: 202px;
    }
    #grid-content div.still div.img {
        height: 202px;
    }
    #grid-content div.still a {
        width: 202px;
        height: 202px;
    }
    #grid-content div.still div.overlay {  
        width: 202px; 
        height: 202px; 
    }
    #grid-content div.still div.text {
        width: 184px;
        height: 187px;
    }
    .img img {
        width: 202px;
        height: auto;
    }
    
    /* ––––– Image Info ––––– */
    
    #info_text_container {
        position: absolute;
        top: 18px;
        left: 204px;
        width: 316px;
    }
}

/* ----- Media Queries for 1600px + ----- */

@media (min-width: 1600px) {
    
    #thumbs-wrapper {
        position: absolute;
        top: 77px;
        left: 228px;
        margin: 0px 24px 0px 0px;
        padding-bottom: 36px;
        width: calc(100% - 252px);
    }
    
    #grid-content div.still { 
        width: 220px;
        height: 220px; 
    }

    #grid-content div.scrap {
        width: 210px;
    }
    #grid-content div.thumbnail div.img {
        width: 210px;
    }
    #grid-content div.still div.img {
        height: 210px;
    }
    #grid-content div.still a {
        width: 210px;
        height: 210px;
    }
    #grid-content div.still div.overlay {  
        width: 210px; 
        height: 210px; 
    }
    #grid-content div.still div.text {
        width: 192px;
        height: 195px;
    }
    .img img {
        width: 210px;
        height: auto;
    }
    
}