* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 16px;
}
body {
	font-family: sans-serif;
}
p, h1, h2, h3, h4 {
	font-family: sans-serif;
	font-weight: 300;
}
h1 {
	text-transform: uppercase;
	font-size: 2.5em;
}
h4 {
	text-transform: uppercase;
	font-size: 1em;
}



button > * {
  pointer-events: none; 
}
button:focus {
	outline: none;
}
/* ---------------- NAV ----------------- */
nav {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.7);
	transition: transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-webkit-transition: -webkit-transform 0.4s ease;
}
nav.hidden {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);	
}
.navBar {
	overflow: hidden;
	text-align: center;
}
.navBar a {
	text-decoration: none;
	color: #7b7b7b;
	padding: 20px 10px;
}
.navLink {
	display: inline-block;
}
.dropButton h4 {
	display: inline-block;
}

.dropDown {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	padding-left: 5px;
}
.dropButton {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.0);
	border: none;
	padding: 0 5px 1px 5px;
}
.dropButton h4 {
	font-size: 1.45em;
	color: #7b7b7b;
}
.navDownArrow {
	height: 12px;
	padding: 0 0 0px 4px;
	opacity: 0.7;
}
/* .fa .fa-caret-down */
.dropDownContent {
	display: none;
	position: absolute;
	top:60px;
}
.dropDownContent a {
	background-color: rgba(0, 0, 0, 0.7);
	color: #7b7b7b;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	position: relative;
	left: -10px;
	text-align: left;	
}
.highlight:hover {
	color: #a1a1a1;
}
.dropButton:hover .buttonHighlight {
	color: #a1a1a1;
}
.dropButton:hover .navDownArrow {
	opacity: 1;
}
.show {
	display: block;
}


/* ---------------- INTRO ----------------- */

.introBackgroundBox {
	background: url('media/images/background.jpg') no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
}
.introContainer {
	padding: 250px 0 50px 0;
	height: 400px;
}
.titleActual {
	color: #fff;
	padding: 10px 5px 200px 5px;
}

.continueButton {
	display: block;
	position: absolute;
	left: 50%;
	margin-bottom: 100px;
/* 	z-index: 10; */
}
.continueButton a {
	text-decoration: none;
	color: #7b7b7b;
}
.continueButton h4 {
	position: relative;
	left: -41px;
}
.continueDownArrow {
	position: relative;
	height: 40px;
	left: -41px;
}



/* ---------------- MEDIA ----------------- */
.media {
	background-color: #000;
}
.mediaTitle {
	display: block;
	color: #7b7b7b;
	padding: 120px 0 40px 0;
	max-width: 1100px;
	text-align: left;
	margin: auto;
}
.mediaList {	
	position: relative;
	margin: auto;
	padding-bottom: 100px;
}
.mediaList h4 {
    text-align: center;
    position: relative;
    color: #7b7b7b;
	padding: 0 0 30px 0;
}
.mediaIcons {
	display: block;
	width: 100%;
	object-fit: contain;
    max-height: 800px;
    max-width: 800px;
    margin: auto;
}
/*
.mediaList {
	width: 300px;
	height: 220px;
	display: inline-block;
	position: relative;
	padding: 40px 0;
}
.mediaIcons {
	display: block;	
	max-width: 300px;
	max-height: 220px;
	margin: auto;

}
*/

ul {
	list-style: none;
}
/* ---------------PHOTO PAGES (LF,old,colored,lidice,creatures)----------------------------- */
/*
.pageTitle
	h1
.linkwrap
	.photoLink
		.containerPhoto
			.indivImg
*/
.pageTitle {
	padding: 150px 0 80px 0;
	max-width: 950px;
	margin: auto;
	color: #7b7b7b;
}
.photoLink {
	padding-bottom: 80px;
}

/* ---------------------------------ABOUT on index----------------------------------------- */
.containerBiography {
	width: 100%;
/* 	background-color: #d9d9d9; */
}
.bioHeadingEducation {
	margin: 30px;
/* 	background-color: #fff; */
	
}
.bioEducation {
	
}
.bioEduInfo {
	display: inline-block;	
}
.bioEduInfo.title {
	width: 100px;
	heigth 200px;
}
.bioEduInfo.details {
	width: 730px;
/* 	height: 200px; */
}
.bioEducation p {
	width: 730px;
	padding-left: 100px;
}
.bioEduInfo h5 {
	font-size: 1em;
	font-weight: 300;
}

/* ---------------------------------ABOUT PAGE----------------------------------------- */
/* ---------------------------------Videos all----------------------------------------- */
.containerVideo {
	width: 80%;
	max-width: 800px;
	margin: auto;
}
.videoVimeo {
	width: 100%;
	min-width: 300px;

}
/*
.bioContainer
	.bioTitle
		h1
	.education
		h2
		.educationDetails
			h4
.individualExhibitions
.groupExhibitions
.publications
.collections
*/

		
/* ---------------- FOOTER ----------------- */
/*
.footerColumns
.columns
.col1
.col2
.col3
.footerLink
.bohumir
.instagram
.fa .fa-instagram
.copyright
.seperator
*/

/* footer only */
h2 {
	font-weight: 400;
	color: #7b7b7b;
	padding-bottom: 8px;
}
footer {
	padding-top: 50px;
	background-color: #fff;
	margin-bottom: 16px;
}
.footerColumns {
	box-sizing: border-box;
	position: relative;
	width: 405px;
	margin: auto;
}
.columns a {
	text-decoration: none;
	color: #000;
}
.col1 {
	display: none;
}
.col2 {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	text-transform: uppercase;	
	line-height: 20px;	
	text-align: left;
}
.col3 {
	display: inline-block;
	max-width: 48%;
	text-align: left;
	vertical-align: top;	
	line-height: 20px;	
}

.columns h1 {
	color: #ebebeb;
	font-weight: 400;	
}
.columns h2 {
	text-transform: uppercase;	
}
.columns h3 {
	color: #aeaeae;
	font-weight: 400;	
	text-transform: uppercase;
/* 	padding-bottom: 10px; */
}
.footerBlock {
	padding-bottom: 20px;
}
.lukas {
	color: #aeaeae;
	text-transform: uppercase;
	font-weight: 400;	
	margin-bottom: 30px;	
}
.footerAddress {
	padding: 10px 0 15px 0;
}
.copyright {
	display: inline-block;
}


/* ---------------- ----------------- */
@media only screen and (min-width: 770px) {
	/* ---------------- FOOTER ----------------- */
	.footerColumns {
		width: 75%;
		min-width: 760px;
	}
	.col1, .col2, .col3 {
		display: inline-block;
		width: 30%;
	}
	.col1 h1 {
		padding-left: 30%;
	}
	.col3 a h2 {
		color: #aeaeae;
		font-weight: 400;	
		
	}
	
	.mediaList {
	    width: 70%;
	    max-width: 800px;
	}
	.mediaIcons {
		width: 100%
		objec-fit: contain;
		max-height: 800px;
	}
}