


#resume, #artistStatement {
	font-size: 18px;
	padding: .5em;
	margin-left: 8%;
	margin-right: 8%;
	margin-top: 2%;
	margin-bottom: 5%;
	text-align: left;
	font-family: 'Raleway', sans-serif;
}

#kontakt, #kontakt a {
	font-size: 20px;
	text-decoration: none;
	padding-left: 3%;
	padding-bottom: 2%;
	color: white;
}


#bottom {
	height: 1500px;
	background-color: black;
}

.newData {
	
	background-color: black;
	height: 600px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

}

h2{
	background-color: black;
	color: white;
}

.bax {
	background-color: black;
	padding: 1em;

}





#wrap, #wrap-2{
	font-size: 80px;
	text-align: center;
	background-color: black;
	color: white;

	
}

.title {
	text-align: center;
	color: white;
	font-size: 65px;
	margin-top: 60px;
	font-family: 'Bevan', cursive;
	position: fixed;
	margin-left: -240px;
	transition: all 0.8s ease;
}

.title-2 {
	text-align: center;
	color: white;
	font-size: 30px;
	position: fixed;
	margin-top: 120px;
}

.title-2.sticky {
	font-size: 14px;
	text-align: left;
	padding: 20px;
	padding-left: 7px;
	margin-top: 13px;
	transition: all 0.8s ease;
	float: left;
	margin-left: -360px;
}

p {

	font-family: 'Raleway';
	font-size: 20px;
	color: gray;

}



.hBanner {
	height: 70px;
	background-color: black;
	width: 100%;
	margin-top: 0;
	float: top;
	
}

.title.sticky {
	font-size: 24px;
	text-align: left;
	padding: 20px;
	padding-left: 90px;
	background-color: black;
	margin-top: 0;
	transition: all 0.8s ease;
	
	margin-left: -680px;
	width: 1500px;
	}
	
@media only screen and (max-width: 750px) {
	.title.sticky {
		background-color: transparent;
		margin-left: -20px;
		
		
	}
}



@media only screen and (max-width: 430px) {
	.title.sticky {
		background-color: transparent;
		margin-left: -5px;
		
		
		
	}
}

@media only screen and (max-width: 430px) {
	.title-2 {
		padding-top: 14%;
		margin-left: -15%;
	}

}

@media only screen and (max-width: 430px) {
	.title-2.sticky {
		margin-left: 40px;
		margin-top: 25px;
		padding: 2% 15%;
		}
	}

//ipad 
@media only screen and (max-width: 1100px) {
	.title.sticky {
		background-color: transparent;
		margin-left: -5px;
		
		
		
	}
}

@media only screen and (max-width: 1100px) {
	.title-2.sticky {
		margin-left: 40px;
		margin-top: 25px;
		padding: 2% 15%;
		
		
		
	}
}

@media only screen and (max-width: 750px) {
	.title-2.sticky {
		margin-left: 40px;
		margin-top: 25px;
		padding: 3% 10%;
		
		
		
	}
}
	
@media only screen and (max-width: 414px) {
	.title.sticky {
		margin-left: 30px;
		text-align: center;
		
	}
}

#parallax {
	background-image: url("images/glass1.jpg");
	text-align: center;
	
}

#parallax-2 {
	background-image: url("images/glass3.jpg");
}

#parallax-3 {
	background-image: url("images/glassPour3.gif");
}



#parallax, #parallax-2, #parallax-3{
    /* The image used */
    

    /* Set a specific height */
    min-height: 400px; 
	
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

@media only screen and (max-device-width: 420px) {
	
	#parallax, #parallax-2, #parallax-3 {
	
		min-height: 300px;
	}


}

@media screen and (min-width: 1080px) {
  .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }

}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
}
	.title, .title.sticky {
	   
	   margin: 0;
	   margin-left: -38%;
	   margin-top: 20px;
	   font-size: 24px;
	   text-align: center;
	   background-color: transparent;
	   opacity: 1;
	}
	
	.title-2, .title-2.sticky {
		margin-top: 17%;
		position: fixed;
		font-size: 18px;
		margin-left: -23%;
		
	
	}
}




@media screen and (max-width: 680px) {
  .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
	
	.title, .title.sticky {
	   color: black;
	   margin: 0;
	   font-size: 24px;
	   background-color: black;
	   
	}
  }

}
@media screen and (min-width: 680px) and (max-width: 1080px) {
  .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }

}

a img {
  border: none;
}



body {
  background: black;
  padding: 50px 0 0;
  font-family: "Varela Round", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
}

.centered {
  margin: 0 auto;
}

.contained {
  background: white;
  padding: 30px 15px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

.heading {
  margin-bottom: 20px;
}

h1,
h2 {
  font-size: 2.4em;
  font-weight: 500;
  margin-bottom: 8px;
  color: #384047;
  line-height: 1.2;
}

.title-2 {
  font-size: 2.5em;
  margin-top: 11%;
}




#photos {
	margin-left: 10%;
	padding-bottom: 20px;
	width: 90%;
	margin-right: 5%;
	padding-right: 50px;

}


#photos img {
	
	height: 150px;
	width: 200px;
	opacity: 1;
    margin: 10px;
	

}

#photos img:hover {
  opacity: 0.6;


}

.overlayImage {
	width: 500px;
	height: 400px;
	text-align: center;
	margin-left: 32%;
	margin-top: 10%;

}

.overlay {
	background:rgba(0,0,0,0.9);
	position: fixed;
    top: 0;
    left: 0;
    background-color: 'black';
    width: 100%;
    z-index: 5000;

}



/* ipad Pro */

@media only screen and (max-device-width: 1060px) {
		
		.overlayImage {
			width: 600px;
			height: 500px;
			margin-top: 35%;
			margin-left: 22%;
			
		
		}
		
		
		.title {
			text-align: center;
			color: white;
			font-size: 65px;
			margin-top: 60px;
			font-family: 'Bevan', cursive;
			position: fixed;
			margin-left: -240px;
			transition: all 0.8s ease;
		}
		
		.title.sticky {
			font-size: 24px;
			text-align: left;
			padding: 20px;
			padding-left: 500px;
			background-color: black;
			margin-top: 0;
			transition: all 0.8s ease;
			
			margin-left: -600px;
			width: 1500px;
	}

		.title-2 {
			text-align: center;
			color: white;
			font-size: 30px;
			position: fixed;
			margin-top: 18%;
		}

		.title-2.sticky {
			font-size: 14px;
			text-align: center;
			padding: 20px;
			padding-left: 7px;
			margin-top: 4%;
			transition: all 0.8s ease;
			margin-left: -70px;
		}


}

@media only screen and (max-device-width: 1024px) {

	.title-2 {
		margin-top: 14%;
	}

	.title-2.sticky {
	margin-top: 3%;
	
	}
}

/* reg iPad */

@media only screen and (max-device-width: 768px) {
	.title-2 {
		margin-top: 19%;
	
	}
	
	.title-2.sticky {
		margin-top: 4%;
	
	}
	
	.overlayImage {
	
		margin-top: 30%;
		margin-left: 15%;
	
	}

}

/* mobile image overlay */

@media only screen and (max-device-width: 420px) {
		
		.overlayImage {
			width: 350px;
			height: 250px;
			margin-top: 40%;
			margin-left: 10%;
			
		
		}
		
		
		.title {
			text-align: center;
			color: white;
			font-size: 36px;
			margin-top: 30px;
			font-family: 'Bevan', cursive;
			position: fixed;
			margin-left: -150px;
			transition: all 0.8s ease;
		}
		
		.title.sticky {
			font-size: 24px;
			text-align: left;
			padding: 20px;
			padding-left: 90px;
			background-color: black;
			margin-top: 0;
			transition: all 0.8s ease;
			
			margin-left: -200px;
			width: 90%;
			position: fixed;
			top: 0;
	}

		.title-2 {
			text-align: center;
			color: white;
			font-size: 20px;
			position: fixed;
			margin-top: 8%;
			margin-left: 0;
		}

		.title-2.sticky {
			font-size: 14px;
			text-align: left;
			padding: 20px;
			padding-left: 7px;
			margin-top: 8%;
			transition: all 0.8s ease;
		
			margin-left: -10%;
		}
		
		#photos {
		
			margin-left: 19%;
		
		}


}

@media only screen and (max-device-width: 320px) {

	.title {
	
		font-size: 30px;
		margin-left: -130px;
	
	}
	
	.title-2 {
	
		font-size: 18px;
	}

}


.image {
	display: inline-block;

}

#moreButton, #hide, #resumeButton, #artistButton, #contactButton {
  background-color: black;
  padding: 8px 8px;
  margin-bottom: 15px;
  font-family: "Varela Round", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .3em;
  color: white;
  font-weight: 500;
  border: 3px solid white;
  outline: none;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 #3574a0;
  -moz-box-shadow: 0 2px 0 0 #3574a0;
  box-shadow: 0 2px 0 0 #3574a0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: center;
}
#moreButton:hover, #resumeButton:hover, #artistButton:hover, #contactButton:hover {
  color: gray;
  background: white;
  border-color: gray;
  -webkit-box-shadow: 0 2px 0 0 #2c6085;
  -moz-box-shadow: 0 2px 0 0 #2c6085;
  box-shadow: 0 2px 0 0 #2c6085;
}



html, body {
	margin:0;
	padding:0;

}
