@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
    text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
    -moz-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
    }

h1, h2, h3, h4, p {
	font-family: "ff-more-web-pro", Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif'; font-style: normal; font-weight: 400; color:#000000;}
	
body {
	background-color: #F4F4F4}

	
p {
	font-size:26px;
	line-height: 1.2em;
	margin-bottom: .8em;
	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;
}

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

#lucasczarnecki {
	line-height:inherit;
	display: none;
	}
	
h1 {
	font-size: 36px;
	font-style:normal;
	font-weight:500;}

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


h3 {font-size: 26px;
	line-height: 1.2em;
	font-style: italic;}

a {
text-decoration: none;
display: inline;
padding-bottom: 1px;
transition: .3s;
position: relative;
z-index: 2;
color: #000000;
padding-right: 10px;
padding-left: 0px;
border-left: 0px solid rbga(35, 100, 8, 0);
}	

a:hover{

color: #236408;
	padding-left: 10px;
	padding-right: 0px;
	border-left: 2px solid rbga(35, 100, 8, 1);
	transition: 0.5s;
}

a:active {
 
}


.category{
	margin-top: 3em;
	margin-bottom: 1em;
}

.publication{
	text-align: right;
}
	
	

	
#bodycontent {
	width: 80%;
	max-widtH: 860px;
	margin-top: -5vh;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5rem;
	padding-top: 3vh;
	display: block;
	position: relative;
	overflow: hidden;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #F4F4F4;
	-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;
}

@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 {
	display:block;
	margin: 1em 10%;
	position:relative;
	width:80%;
	height: 3.5em;}
	
.left {
	width: 49%;
	padding-right:1%;
	float: left;}

.right {
	width: 49%;
	padding-left:1%;
	float: right;}
	
.right_25 {
	width: 24%;
	padding-left:1%;
	float: right;
	margin-bottom: 16px;}	
	
.left_25 {
	width: 24%;
	padding-right:1%;
	float: left;}

.right_75 {
	width: 74%;
	padding-left:1%;
	float: right;
	margin-bottom: 5px;}
	
.bodyleft {
	width: 49%;
	padding-right:1%;
	float: left;}

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

#menu {
	display: none;}

#copyright {
	display: inline-block;
	padding: 5px 10px 5px 0px;
	background-color:#FFFFFF;}
	

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

em {
	font-style:italic;
		
}

	

.tk-ff-more-web-pro {
	font-family: "ff-more-web-pro", serif; font-style: normal; font-weight: 400;
}


.ultra {display: none}
.full {display: inherit;}
.mid {display: none;}
.small {display: none;}

.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;
}

@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%;}
}
	
@media screen and (min-width:120em){
	.ultra {display: inherit;}
	.full {display: none;}
	.mid {display: none;}
	.small {display: none;}

 }

@media screen and (min-width:41em) and (max-width:62.45em){
	.full {display: none;}
	.mid {display: inherit;}
	.small {display: none;}

 }
 
@media screen and (max-width:40.99em), (max-device-width:41em){

.full {display: none;}
.mid {display: none;}
.small {display: inherit;}
	
	
.left_25 {
	width: 100%;
	padding-right: 0px;
}

.right_25 {
	width: 100%;
	padding-right:0px;
	margin-bottom:1em}
	

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

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


.publication{
	text-align: center;
}
	
.category {
	text-align: center;
	}
	
	
footer {
	display: block;
	position: static;
}

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;
}

}

