html, body {height:100%;}
body {margin:0;height:100%;min-height:100%;font-family:'Noto Sans', Sans-serif;}
.main, .project, .kontakt {width:100%;height:100%;position:relative;opacity:0.65;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;padding:0;font-size:25px;}
.main {background-image:url(/old/obrazky/hora.jpg);filter: contrast(200%);}
.project {background-image:url(https://images.unsplash.com/photo-1454165205744-3b78555e5572?dpr=1&auto=compress,format&fit=crop&w=1050&h=&q=80&cs=tinysrgb&crop=);}
.kontakt {background-image:url(/old/obrazky/desk.jpg);}
.text-na-pozadi {position:absolute;left:0;top:50%;text-align:center;width:100%;color:#000;margin:0;}
.pozadie-textu-na-pozadi {background-color:#111;color:#fff;padding:18px;font-size:25px;letter-spacing:10px;display: inline;}
.about {color: #777;background-color:white;text-align:center;padding:50px 80px;font-size:20px;height:auto;}
.fotka {border: 2px solid #111;margin:0;padding:0;transition: all 0.5s;box-sizing:border-box;}
.fotka:hover {box-shadow: 0 0 20px 3px #111;}
.text-o-mne {letter-spacing:5px;line-height:50px;}
.transparent-textu-na-pozadi {background-color:transparent;font-size:35px;color: white;}
.works {color:#ddd;background-color:#282E34;text-align:center;padding:50px 80px;height: auto;position: relative;}
.praca {height: auto; line-height: 20px; border: 2px solid white; box-sizing: border-box;margin:0px;padding:10px;font-size:14px;letter-spacing: 3px;position: relative;}	
.one{float:none;width:100%;}
.odkaz-praca {padding:4px 10px;text-align:center;color:#fff;background-color:#4CAF50;border:none;text-decoration:none;transition: all 500ms;position: absolute;right:15px;bottom:15px;display:inline;}
.odkaz-praca:hover {background-color: #3e8e41;}
.odkaz-kontakt {color:grey;text-decoration: none; transition: all 0.5s;}
.odkaz-kontakt:hover {text-decoration: underline;}
.styl-kontakt { letter-spacing: 7px; line-height: 40px;}
.buttonToSlide{
	text-align: center;
	position: absolute;
	left:50%;
	bottom:30px;
	font-size:22px;
	transform: rotate(-90deg);
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	-webkit-tap-highlight-color: transparent;
}
.buttonToSlide:hover{
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	-webkit-tap-highlight-color: transparent;
}
.slideElement{
	display:none;
	width:100%;
}
#toTop {
	display: none;
}
h2.about-works{font-size : 27px; font-weight : 300; padding : 0; margin : 0 0 40px 0; }
@media screen and (min-width: 320px) {
	.pozadie-textu-na-pozadi {font-size: 17px;letter-spacing: 7px;}
	.fotka {width: 100%;height: 100%;float: none;margin-bottom: 20px;}
	.about {padding: 50px 40px;}
	.text-o-mne {line-height: 30px;padding-top: 50px;}
	.works {padding: 50px 30px;}
	.styl-kontakt{letter-spacing: 2px;}
	.works{padding: 50px 10px;}
	.one,.two,.three {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 375px) {
	.pozadie-textu-na-pozadi {
		font-size: 23px;
	}
	.styl-kontakt {letter-spacing: 3px;}
	.works{padding: 50px 30px;}
	}
@media screen and (min-width: 425px) {
	.pozadie-textu-na-pozadi {
		font-size: 25px;
	}
	.text-o-mne {
		line-height: 30px;
	}
	.styl-kontakt {letter-spacing: 5px;}
}
@media screen and (min-width: 768px) {
	.fotka {
		width: 50%;
		float: left;
		margin-bottom: 40px;
		margin-right: 20px;
	}
	.pozadie-textu-na-pozadi {
		letter-spacing: 10px;
	}
	.text-o-mne {
		line-height: 30px;
	}
	.styl-kontakt {letter-spacing: 7px;}
	.works {padding: 50px 80px;}
	.one{float:left;width:47%;margin:0 10px 20px 0;}
	.two{float:left;width:47%;margin:0 10px 20px 0;}
	.three{float:left;width:47%;margin-right:20px;margin-bottom:20px;}
}
@media screen and (max-width: 768px){
	.main,.project,.kontakt{
		background-attachment: scroll;
	}
}
@media screen and (min-width: 1024px) {
	.fotka,.one,.two,.three {
		width: 31%;
	}
}
@media screen and (min-width: 1440px) {
	.text-o-mne {
		line-height: 50px;
		letter-spacing: 7px;
	}
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background-color: transparent;
}
::-webkit-scrollbar-thumb {
	background: #bbb;
}
::-webkit-scrollbar-button {
	background-color: #bbb;
}
.praca:not(.special) {
	opacity: 0;
	-moz-transition: all 1500ms linear;			
	-webkit-transition: all 1500ms linear;
	-o-transition: all 1500ms linear;
	transition: all 900ms linear;
		
	-moz-transform: translate3d(-200px, 0px, 0px) rotateY(180deg); 
	-webkit-transform: translate3d(-200px, 0px, 0px) rotateY(180deg);
	-o-transform: translate(-200px, 0px) rotateY(180deg);
	-ms-transform: translate(-200px, 0px) rotateY(180deg);
	transform: translate3d(-200px, 0px, 0px) rotateY(180deg);	
}
.praca.animuj {
	opacity: 1;
	 -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
	 -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
	 -o-transform: translate(0px, 0px) rotateY(0deg);
	 -ms-transform: translate(0px, 0px) rotateY(0deg);
	 transform: translate3d(0px, 0px, 0px) rotateY(0deg);
}
#preloader {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #555;
    z-index: 99;
}
#loader {
	position: absolute;
    width:60px;
    height:60px;
    left: calc(50% - 30px);
    top:calc(50% - 30px);
    border-top: 11px solid rgba(255, 255, 255, 0.1);
    border-right: 11px solid rgba(255, 255, 255, 0.1);
    border-bottom: 11px solid rgba(255, 255, 255, 0.1);
    border-left: 11px solid #FFFFFF;
    animation: load 1.1s infinite linear;
    border-radius: 50%;
}
@keyframes load {
	0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@-webkit-keyframes load {
	0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}