@charset "utf-8";
html {
	font-size: calc(13px + (20 - 13) * ((100vw - 400px) / (2000 - 400)));
	transition: .1s;
}


* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
	font-family: ff-more-web-pro, serif;
font-weight: 400;
font-style: normal;
	color:#313131;}



.gradBack {
background: linear-gradient(308deg, #fa709a, #fa709a, #f09819, #2af598, #009efd, #f093fb, #f093fb);
background-size: 800% 800%;
	position: absolute;
-webkit-animation: bgGrad 30s linear alternate infinite;
-moz-animation: bgGrad 30s linear alternate infinite;
-o-animation: bgGrad 30s linear alternate infinite;
	animation: bgGrad 30s linear alternate infinite;
}

.gradText {
background: linear-gradient(308deg, #fa709a, #fa709a, #f09819, #2af598, #009efd, #f093fb, #f093fb);
background-size: 800% 800%;
color: transparent;
-webkit-background-clip: text;
-o-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-animation: bgGrad 30s linear alternate infinite;
-moz-animation: bgGrad 30s linear alternate infinite;
-o-animation: bgGrad 30s linear alternate infinite;
	animation: bgGrad 30s linear alternate infinite;
}

@keyframes bgGrad {
    0%, 100% { background-position:0% 0%;}
    50%   { background-position: 100% 100%;}
}

/* Firefox < 16 */
@-moz-keyframes bgGrad {
    0%, 100% { background-position:17% 0%;}
    50%   { background-position: 84% 100%;}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes bgGrad {
    0%, 100% { background-position:17% 0%;}
    50%   { background-position: 84% 100%;}
}

/* Internet Explorer */
@-ms-keyframes bgGrad {
    0%, 100% { background-position:17% 0%;}
    50%   { background-position: 84% 100%;}
}

/* Opera < 12.1 */
@-o-keyframes bgGrad {
    0%, 100% { background-position:17% 0%;}
    50%   { background-position: 84% 100%;}
}

.home {
	font-size: 1.2rem;
	line-height: 1.3em;
	font-weight: 500;
}



#site-head a {
	font-size: 1.5rem;
	font-weight: 400;
	list-style: none;
	color:#313131;
}
	
p {
	font-size:1rem;
	line-height: 1.35rem;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-feature-settings: "liga" on;
	-webkit-font-feature-settings: "liga" on;
	-ms-font-feature-settings: "liga" on; 
	-o-font-feature-settings: "liga" on;
	font-feature-settings: "liga" on;
	margin-bottom: .5em;
	margin-top: .5em;
	max-width: 30em;}

.description_title {
	margin-top: .5em;
	font-weight: bold;
}
/*
.description_entry {
	margin-top: .5em;	
}*/

#lucasczarnecki {
	line-height:inherit;
	}
	
h1 {
	font-size: 1.5em;
	font-style:normal;
	font-weight:500;}

#bodycontent h1 {
	}
	
h2 {font-size: 1.3em;
	font-style: normal;
	line-height:1.8em;
	text-decoration: none;
	font-weight:400}


h3 {font-size: 1em;
	font-style: normal;}

.caption {
	font-size: .8em;}



a {
	text-decoration:none;
	display:inline;
	padding-bottom: 1px;
	transition: .3s;
	position: relative;
	z-index: 2;}	
	
a::after {
	opacity: 1;
	position: absolute;
	content: "";
	width: calc(100% + .2rem);
	height: 5%;
	z-index: -1;
	bottom: 0px;
	left:-.1rem;
	display: block;
	background: linear-gradient(308deg, #fa709a, #fa709a, #f09819, #2af598, #009efd, #f093fb, #f093fb);
background-size: 800% 200%;
color: transparent;
-webkit-animation: bgGrad 30s linear alternate infinite;
-moz-animation: bgGrad 30s linear alternate infinite;
-o-animation: bgGrad 30s linear alternate infinite;
	animation: bgGrad 30s linear alternate infinite;
	transition: 0.3s;
	
}

a:hover::after {
	
	height: 35%;
}

a:active {
	
}


.work_item a, .work_item a:hover {
	color: #fff;
	position: static;
}

.work_item a::after, .work_item a:hover::after{
	display: none;
} 
.work_page {
}
	
/*#site-head h1, #site-head a {
	font-size: 2rem;
	font-style:normal;
	font-weight:500;
}*/

nav, nav ul {
	width:auto;}
	
#site-head {
	width: 100vw;
	margin:0%; 
	padding-top: 1em;
	clear:both;
	height:3em;
	position:fixed;
	z-index:9999;
	background-color:#fff;
	top:0;
}
#inner-head {
		margin: 0em 10vw 0em 10vw;
	width: 80vw;
	
}

	nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	justify-items: end;
		align-items: e

}


	
#bodycontent {
	width: 80vw;
	margin-right: 10vw;
	margin-left: 10vw;
	margin-bottom: 1em;
	padding-top: 10vh;
	-webkit-animation: fadein 1s; /*Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s; /* Firefox < 16 */
	-ms-animation: fadein 1s; /* Internet Explorer */
	-o-animation: fadein 1s; /* Opera < 12.1 */
	animation: fadein 1s;
	padding-bottom: 1em;
	height: calc(100vh - 12em);
}


.home-title {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: repeat(1fr);
}

.home-title-images {
	grid-column: 2/7;
	grid-row: 1/11;
	z-index: -2;
}

.home-title-text {
	grid-column: 1/5;
	grid-row: 2/5;
	font-size: 6em;
	line-height: 1em;
}

@keyframes fadein {
    from { opacity: 0}
    to   { opacity: 1}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0}
    to   { opacity: 1}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0}
    to   { opacity: 1}
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0}
    to   { opacity: 1}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0}
    to   { opacity: 1}
}

footer {
	clear:both;
	padding-top: 5rem;
	display: block;
	height: 3.5em;}
	
.masonry {
	/**			-moz-column-count: 4;
		-moz-column-gap: 10rem;
		-webkit-column-count: 4;
		-webkit-column-gap: 10rem;
		column-count: 4;
		column-gap: 10rem;
		width: 100%;	**/
        display: grid;
    grid-gap: 5em;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr) )
}

.stone {
	margin-bottom: 5rem;
}

.scrollDesc {
	position: fixed;
}

.scrollWork {
	margin-left:20vw;
}

.half_pic {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 2%;
}

.seventyfive_pic {
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap: 2%;
}

.left {
	width: 38vw;
	padding-right:2vw;
	float: left;}

.right {
	width: 38vw;
	padding-left:2vw;
	float: right;}
	
.right_25 {
	width: 18vw;
	padding-left:2vw;
	float: right;}	
	
.left_25 {
	width: 18vw;
	padding-right: 2vw;
	float: left;}

.left_75 {
	width: 58vw;
	padding-right: 2vw;
	float: left;}

.right_75 {
	width: 58vw;
	padding-left:2vw;
	float: right;}
	
.bodyleft {
	width: 38vw;
	padding-right:2vw;
	float: left;}

.bodyright {
	width: 38vw;
	padding-left:2vw;
	float: right;}

.fadein { position:relative; width:100%; height:44vw; }
.fadein img { position:absolute; left:0; top:0; width:100%;}

#menu {
	display: none;}

#copyright {
	display: inline-block;
	padding: 5px 10px 5px 0px;
	background-color:#FFFFFF;}
	
.work_item {
	/**margin-bottom: 10em;
	display:inline-block;
	width: 100%;
	height: 100%;
	**/
	position: relative;
}

.featured {
	grid-column: span 2;
	grid-row: span 2;
}

.work_pic{
  -webkit-transition: all 500ms; 
  -moz-transition: all 500ms; 
  -o-transition: all 500ms; 
  transition: all 500ms;
}

.work_item a:hover .work_pic{
	filter: brightness(0.4);
	-moz-filter: brightness(0.4);
	-ms-filter: brightness(0.4);
	-webkit-filter: brightness(0.4);
}

	
.hover_text {
	top: 10%;
	left: 10%;
	width: 80%;
	position: absolute;
	color: #fff !important;
	z-index:99;
	opacity: 0;
  -webkit-transition: opacity 500ms; 
  -moz-transition: opacity 500ms; 
  -o-transition: opacity 500ms; 
  transition: opacity 500ms;
}

.embed-container {
	 position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 1em;
}

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


h2 {
	line-height: 1em;	
}

p + h2 {
	margin-top: 1em;	
}

em {
	font-style:italic;
		
}

figure {
	position: relative;	
}

figcaption {
	color: #3C3C3C;
	position: absolute;
	left: 20vw;
	width: 15vw;
	top: 20%;
}

.work_item a:hover .hover_text{
	opacity: 1; 
}
	
.maincopy {
	padding-bottom: 1em;
	margin-bottom: 1em;}
	

.small-caps {
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 500;
	font-kerning: normal;
	letter-spacing: .1em;
	color:#313131;
	
	/*font-variant: small-caps;
		letter-spacing: .05em;
		font-size:1.1em;
	*/}
.port_pic {
	margin-top: 1em;
	margin-bottom: 2em;
	width: 100%;
	}
	
.work_pic {
	width: 100%;	
}
	
.tk-ff-more-web-pro {
	font-family: "ff-more-web-pro", serif; font-style: normal; font-weight: 400;
}

.hero {
	font-size: 13vw;
	line-height: 10vw;
	word-wrap: break-word;
}
.subhero {
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: -0.03em;
	word-wrap: break-word;
	text-align: center;
}


	
@media screen and (min-width:41em) and (max-width:62.45em){





.masonry {
		/**		-moz-column-count: 2;
		-moz-column-gap: 5rem;
		-webkit-column-count: 2;
		-webkit-column-gap: 5rem;
		column-count: 2;
		column-gap: 5rem;
		width: 100%; **/
	
}
	.work_item {
	/**	margin-bottom: 5em;**/
		width: 100%;

}
	
.scrollDesc {
	position: static;
}

.scrollWork {
	margin-left:0px;
}

.right_25 {
	width: 49%;
	padding-left:1%;
	float: right;}
		
.left_25 {
	width: 49%;
	padding-right:1%;
	float: left;}

.right_75 {
	width: 49%;
	padding-left:1%;
	float: right;}
	
	.hover_text {
	position: relative;
	color: #313131 !important;
	z-index:99;
	opacity: 1;
	left: 0px;
	top: .5em;
	margin-bottom: .2em;
}
figcaption {
	color: #000000;
	background-color: #FFFFFF;
	position:static;
	width: 80%;
	padding: .5em 5%;
	margin-left: 5%;
}
figure + h2 {
	margin-top: 1em;	
}
	
 }
 
@media screen and (max-width:40.99em), (max-device-width:41em){


	.hero {
		padding-top: .3em;
	}
	
	.fadein { position:relative; width:100%; height:70vw; margin-top:3em;}
#site-head a {
	font-size: 3rem;
	}
#bodycontent {
	padding-top: 0em;
	height: 100vh;}
.home {
	font-size: 2.2em;
	line-height: 1.5em;
}
.masonry {
	/**	-moz-column-count: 1;
		-moz-column-gap: 1rem;
		-webkit-column-count: 1;
		-webkit-column-gap: 1rem;
		column-count: 1;
		column-gap: 1rem;
		width: 100%;	**/
	  	display: grid;
    	grid-gap: 5em;
       	grid-template-columns: auto;
}

.scrollDesc {
	position: static;
	margin-top: 4rem;
}

.scrollWork {
	margin-left:0px;
}
	
	
	.half_pic {
	grid-template-columns: 1fr;
	}
	
	.seventyfive_pic {
	grid-template-columns: 1fr;
	}
	
.bodyleft, .left_75 {
	width: 100%;
	padding-right:0px;
	margin-bottom:1em;}
	
.left_25 {
	width: 100%;
	padding-right: 0px;
}

.right_25 {
	width: 100%;
	padding-right:0px;
	margin-bottom:1em}
	
.work_item {
	margin-bottom: 1em;
	padding-bottom: 1em;
	width: 100%;
}
	
	.featured {
		grid-column: span 1;
		grid-row: span 1;
	}

.bodyleft>.work_item:last-of-type {
	margin-bottom: 0em;	
}

.bodyright {
	width: 100%;
	padding-left:0px;}

.right_75 {
	width: 100%;
	padding-left:0px;}




/*#site-head h1 {
	margin-right: 3em;
	line-height: 1em;
}*/
	
footer {
	display: block;
	position: static;
	margin-bottom: 15em;
}

footer .bodyright {
	margin-bottom: 2em;
}
	.hover_text {
	position: relative;
	color: #313131 !important;
	z-index:99;
	opacity: 1;
	left: 0px;
	margin-top: .5em;
	margin-bottom: .2em;
}

figcaption {
	display: none;
}

p {
		font-size: 2rem;
	line-height: 2.8rem;
	}
h1 {
	font-size: 2.8rem;	
	}
h2 {
	font-size: 2.4rem;
	}

.small-caps {
	font-size: 1.6rem;	
			
	}
	
.hero {
		
		font-size: 25vw;
		line-height: .8em;
	}
.subhero {
	font-size: 10vw;
	margin-top: 2rem;
	text-align: center;
}

#site-head {
	position: fixed;
	bottom: 0px;
	top:auto;
    height: 5rem;
}








