body, html {
  width: 100%;
	height: 100%;
  margin: 0;
  padding: 0;
	background-color: #1a1a1a;
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
  overflow-x: hidden;
}

body::-webkit-scrollbar{
	display: none;
}

/* FONT */

@font-face {
  font-family: 'TimesNowIT';
  src: url("../fonts/TimesNow-SemiLightItalic.woff2") format("woff2"), url("../fonts/TimesNow-SemiLightItalic.woff") format("woff");
  font-style: italic; }

@font-face {
  font-family: 'TimesNow';
  src: url("../fonts/TimesNow-SemiLight.woff2") format("woff2"), url("../fonts/TimesNow-SemiLight.woff") format("woff");
  font-style: normal; }

body, html {
	font-size: 27px;
	font-family: 'TimesNow';
	line-height: 23px;
	font-style:  normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	color: white;
}

a, a:visited {
  color: #ff7fff;
  text-decoration: none;
  font-style: italic;
  transition: transform 0.7s ease-in-out;
}

a:hover {
	color: lightpink;
}


h2 {
	font-size: clamp(1em, 1em + 2vw, 3em);
	font-style: italic;
	transform: scale(1.5, 2.5);
	letter-spacing: 1.5px;
	font-weight: normal;
	z-index: 2;
	text-align: center;
	line-height: clamp(0.5em, 1em + 0.5vw, 1em);
	mix-blend-mode: difference;
}

h3 {
	font-size: clamp(0.5em, 1em + 1.5vw, 2em);
	font-style: italic;
	transform: scale(1.5, 2.5);
	letter-spacing: 1.5px;
	font-weight: normal;
	z-index: 2;
	text-align: center;
	line-height: clamp(0.5em, 1em + 0.5vw, 1em);
	margin-left: 3em;
	margin-bottom: 1em;
	margin-right: 3em;
	margin-top: 3em;
	mix-blend-mode: difference;
	padding: 2em 2em 1em 2em;
}

/* MAIN */

.gallery {
	width: 100vw;
	display: flex;
	flex-direction: row;
	align-items: center;
  justify-content: space-around;
  margin-top: 4em;
  flex-wrap: wrap;
}

.poetrygallery {
	width: 100vw;
	display: flex;
	flex-direction: column;
	align-items: center;
  justify-content: center;
  margin-top: 1em;
}

.poem {
	line-height: 30px;
	inline-size: min-content;
	margin: 2em;
	white-space: nowrap;
}

.poetrygallery img { 
	width: 50%;
	margin: 2em;
	border: 2px double #ffb6c1; 
}

.title {
	text-align: center;
	margin: 0em 2em 0em 2em;
	padding: 2em;
  width: 100%;
}

#about img {
	width: 40%;
	text-align: left;
	margin-top: 3em;
	margin-bottom: 3em;
}

.gallery img {
	width: 40%;
	margin: 2em 1em 2em 1em;
}

.gallery .horizontalimg {
	width:  60%;
}

.gallery .textimg {
	width: 60%;
}

.video {
	width: 70%;
	margin: 2em 1em 2em 1em;
}

.soundcloud {
	margin: 2em;
}

.gallery p {
	mix-blend-mode: difference;
	text-align: center;
	font-style: italic;
	line-height: 30px;
}

.paragraph {
	width: 30vw;
	height: 30vh;
}

.songtitle {
	text-align: center;
	font-style: italic;
	font-size: 20px;
	transform: scale(3, 6);
}

#about {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 2em;
}	

#about p {
	line-height: 35px;
	width: 60%;
	margin: 0.5em;
}

#about-links {
	margin: 1em;
	text-align: center;
	display: flex;
	flex-direction: column;
}

#about-links > a {
	margin: 0.5em;
}

#profile-img {
	width: 60%;
	margin: 1em;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
	h3 {
		font-size: clamp(0.5em, 0.5em + 1vw, 2em);
		padding: 2em 4em 1em 4em;
	}

	#about img {
		width: 55%;
		margin: 1em;
	}

	.poetrygallery img {
		width: 90%;
		margin: 0;
	}

	.video {
		margin: 1em;
	}

	#about p {
		width: 75%;
		font-size: clamp(0.5em, 0.5em + 1vw, 2em);
	}

	.poetrygallery p {
		width: 75%;
	}


	#profile-img {
		width: 90%;
	}
}

@media only screen and (min-width: 626px) and (max-width: 767px) {
	h3 {
		font-size: clamp(0.5em, 0.5em + 1vw, 2em);
		padding: 2em 2em 1em 2em;
	}

	#about img {
  	width: 85%;
  	margin: 1em;
  }

  .poetrygallery img {
		width: 90%;
		margin: 0px;
	}

  .gallery .horizontalimg {
  	width: 85%;
  }

  .video {
  	width: 85%;
  	margin: 1em;
  }

  #about p {
		width: 80%;
		font-size: clamp(0.5em, 0.5em + 1vw, 2em);
		line-height: 30px;
	}

	#profile-img {
		width: 90%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 626px) {

	nav > h1 {
		margin: 0em;
	}

	nav * {
		padding: 0.3em;
	}

	nav {
		flex-direction: column;
		align-items: center;
		margin: 1em;
		position: static;
	}

	h3 {
		font-size: clamp(0.5em, 0.5em + 1vw, 2em);
		padding: 2em 1em 1em 1em;
	}

	#about img {
		margin-top: 0em;
	}

	.poetrygallery img {
		width: 90%;
		margin: 0px;
	}

	.poem {
		width: 30%;
		margin: 0;
		font-size: 3vw;
	}

  #about img {
  	width: 85%;
  	margin: 1em;
  }

  .gallery .horizontalimg {
  	width: 85%;
  }

  .video {
  	width: 85%;
  	margin: 1em;
  }

  #about p {
		width: 85%;
		margin: 0.5em;
		font-size: clamp(0.5em, 0.5em + 1vw, 2em);
		line-height: 25px;
	}

	#profile-img {
		width: 90%;
	}

	#about {
		margin-top: 1em;
	}

	.gallery img {
		width: 80%;
		margin: 1em 0.5em 1em 0.5em;
	}
}

