/* ------------------------ GENERAL ------------------------ */
* {
	margin: 0px;
	padding: 0px;
	cursor: url('media/images/tecka5.png') 4 4, auto;
}
*:focus {
	outline: none;
}
html {
	font-size: 16px;
}
body {
	font-family: sans-serif;
}
p, h1, h3, h4 {
	font-family: sans-serif;
	font-weight: 300;
}
h1 {
	text-transform: uppercase;
	font-size: 2.5em;
}

a:hover, a img:hover, a h4:hover, a h1:hover, a p:hover, a h3:hover, video:hover, iframe:hover {
	cursor: crosshair;	
}
button:hover {
	cursor: crosshair;
}
h2 {
	font-weight: 400;
	color: #7b7b7b;
	padding-bottom: 8px;
}
/*  Bohumir Link in footer only */
h3 {
	
}
h4 {
	text-transform: uppercase;
	font-size: 1em;
}
/* fix for the content of the button not being clickable, thank-you internet */
button > * {
  pointer-events: none; 
}
.localLinks {
	text-decoration: none;
	color: #7b7b7b;
	text-transform: uppercase;
}

/*
#ball {
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid grey;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	pointer-events: none;
}
*/


/*
h1
h3
h4
p
*/


/* ---------------- 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, .dropButton2 h4 {
	display: inline-block;
}

.dropDown, .dropDown2 {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	padding-left: 5px;
}
.dropButton, .dropButton2 {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.0);
	border: none;
	padding: 0 5px 1px 5px;
}
.dropButton h4, .dropButton2 h4 {
	font-size: 1.45em;
	color: #7b7b7b;
}
.navDownArrow {
	height: 12px;
	padding: 0 0 0px 4px;
	opacity: 0.7;
}
/* .fa .fa-caret-down */
.dropDownContent, .dropDownContent2 {
	display: none;
	position: absolute;
	top:60px;
}
.dropDownContent a, .dropDownContent2 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;
}
.dropButton2:hover .navDownArrow {
	opacity: 1;
}
.dropButton2:hover .buttonHighlight {
	color: #a1a1a1;
}
.dropButton:hover .navDownArrow {
	opacity: 1;
}
.show {
	display: block;
}
/* ---------------- INTRO ----------------- */
/*
.intro
.container
.introHeadings
.continueButton
*/
.intro {
	background: #000 url('media/images/IntroBackground.JPG') no-repeat;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
}
.introContainer {
	padding: 260px 0 50px 0;
	height: 400px;
}
.introHeadings {
	color: #fff;
}
.introHeadings h4 {
	display: inline-block;
	padding: 10px 5px 200px 5px;
}
.continueButton {
	display: block;
	position: absolute;
	left: 50%;
	margin-bottom: 100px;
}
.continueButton a {
	text-decoration: none;
	color: #7b7b7b;
}
.continueButton h4 {
	position: relative;
	left: -41px;
}
.continueDownArrow {
	position: relative;
	height: 40px;
	left: -41px;
}


/* ---------------- MEDIA ----------------- */
/*
.media

.nature
.mediaTitleList
.mediaTitle
.seperator
.mediaList
	.nature1
	.nature2
	.nature3
.mediaImages
.videoClip 
#video_clip1   **probably not needed

.otherOlder
.mediaTitleList
.mediaTitle
.seperator
.mediaList
.otherOlder1
.otherOlder2
.videoClip
#video_clip2   **probably not needed
#video_clip3   **probably not needed
*/
.media {
	background-color: #000;
}
.mediaList h2 {
	color: #7b7b7b;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}
.mediaTitleList {
	padding: 12% 0 8% 0;
	max-width: 1100px;
	margin: auto;
	color: #7b7b7b;
}
.mediaTitleList2 {
	padding: 0px 0 8% 0;
	max-width: 1100px;
	margin: auto;
	color: #7b7b7b;
}
.mediaTitleList a, .mediaTitleList2 a {
	text-decoration: none;
	color: #7b7b7b;
}
.mediaTitle {
	display: inline-block;
}
.seperator {
	font-size: 1.2em;
	padding: 0 5px;
}
.addtionalInfo {
	font-size: .8em;
}
.mediaList {	
	position: relative;
	margin: auto;
	padding-bottom: 10%;
}
.mediaList h4 {
	padding-bottom: 50px;
}
.mediaImages, .videoClip {
	display: block;
	width: 100%;
	object-fit: contain;
    max-height: 800px;
    max-width: 800px;
    margin: auto;
}
.mediaList h4, .mediaList h1 {
    text-align: center;
    position: relative;
    color: #7b7b7b;
}
.photoLink {
		display: block;

}

/* ---------------- FOOTER ----------------- */
/*
.footerColumns
.columns
.col1
.col2
.col3
.footerLink
.bohumir
.instagram
.fa .fa-instagram
.copyright
.seperator
*/
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;
	max-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;
}
.bohumir {
	color: #aeaeae;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 30px;	
}
.footerAddress {
	padding: 10px 0 0 0;
}
.socialApps {
	padding: 15px 5px;
}
.socialApps a, .socialApps h4 {
	display: inline-block;
	color: #7b7b7b;
	text-decoration: none;	
}
.copyright {
	display: inline-block;
}



/* ---------------- Extra ----------------- */
/*
.lineContainer {
	position: absolute;
	left: 50%;
}
.selfDraw {
	position: relative;
	left: -150px;
	height:1px;
	width:0px;
	background-color: #fff;

	-webkit-animation: increase 3s;
	-moz-animation:    increase 3s; 
	-o-animation:      increase 3s; 
	animation:         increase 3s; 
	animation-delay: 3.5s;
	animation-fill-mode: forwards;
	animation-play-state: paused;
}
.mediaList.nature1:hover .selfDraw {
	animation-play-state: playing;
}
/ @-webkit-keyframes /
@keyframes increase {
    100% {
        width: 300px;
    }
}
*/


/* ---------------- ----------------- */
@media only screen and (min-width: 770px) {
	.ball {
		width: 80px;
		height: 80px;
		border: 1px solid rgba(122, 122, 122, 0.51);
		border-radius: 50%;
/* 		background-color: rgba(122, 122, 122, 0.21); */
		position: absolute;
		transform: translate(-50%, -50%);
		z-index: 101;
		pointer-events: none;
		mix-blend-mode: difference;
		animation: heartbeat 5s infinite;
	}
	@keyframes heartbeat {
	  0% { transform: translate(-50%, -50%) scale(1); }
	  50% { transform: translate(-50%, -50%) scale(1.1); }
	  100% { transform: translate(-50%, -50%) scale(1); }
	}
	
}
/* ---------------- ----------------- */
/* ---------------- ----------------- */
/* ---------------- ----------------- */
/* ---------------- ----------------- */
/* ---------------- ----------------- */
/* ---------------- ----------------- */
