@CHARSET "UTF-8";

/* MAIN INDEX PAGE */

a{
	color: #333;
}

a.gdpr {color: #60A94C; text-decoration: underline;}

#skin{
	padding: 20px 0;
	border-top: 1px solid #CCC;
}
h1{
	padding: 10px 40px;
	font-size: 28px;
}
.box{
	/* max-width: 300px; */
	margin-bottom: 60px;
	/* text-align: center; */
	/* border: 1px solid #f69; */
	/* margin-bottom: 40px; */
}
.box img{
	/* border: 1px solid #f69; */
}
.box h4{
	max-width: 300px;
	margin: auto;
	padding: 0 0 20px 0;
	font-weight: 300;
	border-bottom: 1px solid #CCC;
}
.box h4:hover{
	/* border-bottom: 1px solid #C60; */
}
.box a{
	text-decoration: none;
	transition: 1s ease;
}
.box a:hover{
	color: #CCC;
	/* background: #C60; */
}
.img_class{
	margin: 20px auto;
	transition: 1s ease;
}
.img_class:hover{
	content: attr(data-title);
	background: #000;
	opacity: 0.7;
}

/*
.imgLink:hover{
	content: attr(data-title);
}
*/

/**/
/*
.imgLink::before,
.imgLink::after {
	opacity: 0;
	position: absolute;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 20px;
	transition: opacity 0.3s;
}

.imgLink::before {
	content: attr(data-title);
	top: 0;
	height: 30%;
	background: #000;
	font-size: 20px;
	font-weight: 300;
}

.imgLink::after {
	content: '\201C' attr(data-description) '\201D'; 
	top: 30%;
	height: 70%;
	background: #000;
	font-size: 12px;
}

.imgLink:hover::before,
.imgLink:hover::after {
	opacity: 0.7;
*/

/* PDF PAGES */

.close_window{
	position: fixed;
	top: 50px;
	right: 50px;
	font-size: 30px;
	font-weight: 100;
}
.close_window a{
	color: #FFF;
	transition: 1s ease;
}
.close_window a:hover{
	color: #333;
}
.pdf_bg{
	background: #444;
}
