@charset "UTF-8";

body {
	margin-left: 0;
	margin-right: 0;
	paddng: 0 0;
	border: 0 0;
}

h1 {
	position:fixed;
	z-index:2;
	display:block;
	margin-left:0;
	padding: 0 0;
	border: 0 0;
	}

.links {
	position:relative;
	text-align:left;
	top:0;
	left:0;
	max-width:700px;
}

.links p {
	text-indent:20px;
}

.presslinks {
	position:relative;
	text-align:left;
	top:0;
	left:0;
	max-width:700px;
}

footer {
	position:relative;
	padding-top:30px;
	text-align:center;
	font-family: 'Baskerville', 'Palatino Linotype', 'Palatino', 'Century Schoolbook L', 'Times New Roman', 'serif';
	font-size:16px;
}

.container {
  position: relative;
  z-index:0;
  width: 100%;
}


.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: white;
  cursor:pointer;
}

.container:hover .overlay {
  opacity: 50%;
}

.text {
  color: black;
  font-family: 'Baskerville', 'Palatino Linotype', 'Palatino', 'Century Schoolbook L', 'Times New Roman', 'serif';
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  cursor:pointer;
}

.lipbtn1 {
	 height: 100%;
	  width: 100%;
	  position: fixed; /* Stay in place */
      z-index: 1; /* Stay on top */
	  top: 30px;
	  left: 70%;
	  transition: 0.5s;
	  overflow-x: hidden;
	  overflow-y:auto;
	  padding: 0px;	  
}

.lipbtn1 img {
	width: 15%
}

.lipbtn1 .kiss1phone {
	display:inline;
}

.lipbtn1 .kiss1active {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	
}

.lipbtn0 img {
	width: 15%
}

.lipbtn0 {
	display:none;
	 height: 100%;
	  width: 100%;
	  position: fixed; /* Stay in place */
      z-index: 1; /* Stay on top */
	  top: 30px;
	  left: 70%;
	  transition: 0.5s;
	  overflow-x: hidden;
	  overflow-y:auto;
	  padding: 0px;	  
}

.lipbtn0 .kiss1clicked {
	display:inline;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.lipbtn0 .kiss1active {
	display:none;
}

.lipbtn0 a:hover .kiss1clicked {
	display:none;
}

.lipbtn0 a:hover .kiss1active {
	display:inline;
}
.lipbtn1 a:hover .kiss1phone {
	display:none;
}

.lipbtn1 a:hover .kiss1active {
	display:inline;
}





.lipbtn2 {
	 height: 100%;
	  width: 100%;
	  position: fixed; /* Stay in place */
      z-index: 1; /* Stay on top */
	  top: 230px;
	  left: 80%;
	  transition: 0s;
	  overflow-x: hidden;
	  overflow-y:auto;
	  padding: 0px;
}

.lipbtn2 img {
	width: 15%
}

.lipbtn2 .kiss2active {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index: 2;
	
}

.lipbtn2 a:hover .kiss2active {
	display:inline;
}

.lipbtn2 a:hover .kiss2 {
	display:none;
}

.lipbtn3 {
	 height: 100%;
	  width: 100%;
	  position: fixed; /* Stay in place */
      z-index: 1; /* Stay on top */
	  top: 350px;
	  left: 70%;
	  transition: 0s;
	  overflow-x: hidden;
	  overflow-y:auto;
	  padding: 0px;
}

.lipbtn3 img {
	width: 15%
}

.lipbtn3 .kiss3active {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index: 2;
	
}

.lipbtn3 a:hover .kiss3active {
	display:inline;
}

.lipbtn3 a:hover .kiss3 {
	display:none;
}

 .insta {
	display:none;
	position:fixed;
	top: 215px;
	right: 0px;
	z-index: 2;
	transition: 0s;
	padding: 0px;

}

.maillink {
	display:none;
	position:fixed;
	top: 170px;
	right: 0px;
	z-index: 2;
	transition: 0s;
	padding: 0px;

}

.biolink {
	display:none;
	position:fixed;
	top: 60px;
	right: 0px;
	z-index: 2;
	transition: 0s;
	padding: 0px;

}

.cvlink {
	display:none;
	position:fixed;
	top: 120px;
	right: 0px;
	z-index: 2;
	transition: 0s;
	padding: 0px;
}

.shoplink {
	display:none;
	position:fixed;
	top: 270px;
	right: 0px;
	z-index: 2;
	transition: 0s;
	padding: 0px;
}

.bloglink {
	display:none;
	position:fixed;
	top: 330px;
	right: 0px;
	z-index: 2;
	transition: 0s;
	padding: 0px;
}

.cv {
	padding-top:5%;
	font-family: "Helvetica", "Helvetica Neue", "Arial", "sans-serif";
	font-size: 14px;
	text-align:left;
	margin-left: 20px;
	max-width: 700px;
}
.musicembeds {
	display: block;
	max-width: 700px;
}

.musicembeds iframe {
	display:block;
	align-content: flex-end;
}

.musicembeds p {
	display:block;
	align-content: flex-start;
}

.descrip {
	width:100%;
	max-width:700px;
	align-content: flex-start;
	padding-bottom:20px;
	padding-top:0px;
	border: 0 0 0 0;
	margin: 0 0 0 0;
	
}

.videoembeds {
	position:relative;
	max-width:700px;
}

.videoembeds iframe {
	display:block;
}

.aspect {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.aspect-ratio__inner-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.series {
	max-width:700px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: black;
}

.largecont {
	display: none;
	width: 1000px;
	height: 100%;
	overflow-x: auto;
}

.workslarge {
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: auto;
	background-color: black;
	cursor: zoom-out;	
}


.modal-content {
  position: relative;	
  background-color: black;
  margin: auto;
  padding: 0;
  height: 700px;
  width: 90%;
  max-width: 700px;
  object-fit: contain;
}

.modal2-content {
  position: relative;	
  background-color: black;
  margin: auto;
  padding: 0;
  height: 700px;
  width: 90%;
  max-width: 700px;
  object-fit: contain;
}

.modal3-content {
  position: relative;	
  background-color: black;
  margin: auto;
  padding: 0;
  height: 700px;
  width: 90%;
  max-width: 700px;
  object-fit: contain;
}

.modal4-content {
  position: relative;	
  background-color: black;
  margin: auto;
  padding: 0;
  height: 700px;
  width: 90%;
  max-width: 700px;
  object-fit: contain;
}

.modal5-content {
  position: relative;	
  background-color: black;
  margin: auto;
  padding: 0;
  height: 700px;
  width: 90%;
  max-width: 700px;
  object-fit: contain;
}

.modal6-content {
  position: relative;	
  background-color: black;
  margin: auto;
  padding: 0;
  height: 700px;
  width: 90%;
  max-width: 700px;
  object-fit: contain;
}

.modal7-content {
  position: relative;	
  background-color: black;
  margin: auto;
  padding: 0;
  height: 700px;
  width: 90%;
  max-width: 700px;
  object-fit: contain;
}

/* The Close Button */
.close {
  color: white;
  position: fixed;
  z-index: 2;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  background-color:black;
  max-width: 700px;
  max-height: 500px;
  height:90%;
  overflow-x: hidden;
  overflow-y: auto;
}

.mySlides img {
	width:90%;
	height:90%;
	object-fit:contain;
	cursor: zoom-in;
	
}

.mySlides2 {
  display: none;
  background-color:black;
  max-width: 700px;
  max-height: 500px;
  height:90%;
  overflow-x: hidden;
  overflow-y: auto;
}

.mySlides2 img {
	width:90%;
	height:90%;
	object-fit:contain;
}

.mySlides3 {
  display: none;
  background-color:black;
  max-width: 700px;
  max-height: 500px;
  height:90%;
  overflow-x: hidden;
  overflow-y: auto;
}

.mySlides3 img {
	width:90%;
	height:90%;
	object-fit:contain;
}

.mySlides4 {
  display: none;
  background-color:black;
  max-width: 700px;
  max-height: 500px;
  height:90%;
  overflow-x: hidden;
  overflow-y: auto;
}

.mySlides4 img {
	width:90%;
	height:90%;
	object-fit:contain;
}

.mySlides5 {
  display: none;
  background-color:black;
  max-width: 700px;
  max-height: 500px;
  height:90%;
  overflow-x: hidden;
  overflow-y: auto;
}

.mySlides5 img {
	width:90%;
	height:90%;
	object-fit:contain;
}

.mySlides6 {
  display: none;
  background-color:black;
  max-width: 700px;
  max-height: 500px;
  height:90%;
  overflow-x: hidden;
  overflow-y: auto;
}

.mySlides6 img {
	width:90%;
	height:90%;
	object-fit:contain;
}

.mySlides7 {
  display: none;
  background-color:black;
  max-width: 700px;
  max-height: 500px;
  height:90%;
  overflow-x: hidden;
  overflow-y: auto;
}

.mySlides7 img {
	width:90%;
	height:90%;
	object-fit:contain;
}

.prev,
.next {
  cursor: pointer;
  position: fixed;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
	left: 0;
	border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.caption-container {
  font-family: "Baskerville", "Palatino Linotype", "Palatino", "Century Schoolbook L", "Times New Roman", "serif";
  text-align: center;
  background-color: black;
  height:10%;
  padding: 0px 16px;
  color: white;
  display:inline-block;
  position: relative;
  overflow-y: visible;
  overflow-x: visible;
  
}

.category-caption {
	 display:none;
	 position:relative;
	 font-family: "Baskerville", "Palatino Linotype", "Palatino", "Century Schoolbook L", "Times New Roman", "serif";
     text-align: center;
	 align-content: center;
	 color: black;
	 padding-bottom: 20px;
}




#lips1 {
	font-family: 'Baskerville', "Palatino Linotype", 'Palatino', "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 14px;
	text-decoration:none;
	color:black;
}

#videogallery {
	font-family: "Constantia", "Lucida Bright", "DejaVu Serif", "Georgia", "serif";
	font-size: 18;
}

#artwork {
	padding-top:20px;
	z-index:0;
}


#music {
	padding-top:20px;
}

#videos {
	padding-top:20px;
}

@media only screen and (max-width: 700px) {
	
	body {
		margin-left: 0;
		margin-right: 10px;
	}
	
	h1 {
		position:relative;
		z-index: 0;
		top: 0;
		left: 0;
	}
	.cv {
		max-width: 400px;
	}
	
	.caption-container {
		margin-top: -100px;
	}
	
	.overlay {
		display:none;
	}
	
	.category-caption {
		display:block;
	}
	
	.musicembeds {
		max-width: 300px;
	}

	.musicembeds p {
		margin-top: -400px;
		padding-bottom: 40px;
		
	}
	
	.musicembeds iframe {
		height:auto;
	}
	
	.videoembeds {
		max-width: 300px;
	}
	
	.lipbtn1 {
		top:70px;
	}
	
	.lipbtn0 { 
	top:70px;
	}
	
	.lipbtn1 .Kiss1 {
		display:none;	
	}
	
	.lipbtn1 .kiss1phone {
		display:inline;
	}
	
	.maillink {
		top:205px;
	}
	
	.insta {
		top:290px;
	}
	
	.cvlink {
		top:160px;
	}
	
	.biolink {
		top:70px;
		right:0;
	}
	
	.shoplink {
		top:325px;
	}
	.bloglink {
		top:395px;
	}
	
	.lipbtn1 img {
		width:30%;
	}
	
	.lipbtn0 img {
		width:30%;
	}
	
	
	.lipbtn2 {
		left: 60%;
	}
	
	.lipbtn2 img {
		width:30%;
	}
	
	.lipbtn3 img {
		width:30%;
	}
	
	.links {
		max-width: 300px;
		text-align: center;
	}
	
	.series {
		max-width:300px;
	}
	
	.close {
		position:fixed;
		z-index:2;
	}
	
	.mySlides {
		margin-top: -80px;
	}
	   .mySlides1 {
		margin-top: -80px;
	}
	.mySlides2 {
		margin-top: -80px;
	}
	.mySlides3 {
		margin-top: -80px;
	}
	.mySlides4 {
		margin-top: -80px;
	}
	.mySlides5 {
		margin-top: -80px;
	}
	.mySlides6 {
		margin-top: -50px;
	}
	.mySlides7 {
		margin-top: -50px;
	}
}

