@charset "UTF-8";
/* CSS Document */

/* Main Styles */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: Lato, sans-serif;
	/*font-size: calc(0.22rem + 1.1vmin);*/
	font-size: calc(16px + (26 - 16) * ((100vw - 300px) / (1600 - 300)));
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FF99CC;
}
a:active {
	color: #FF99FF;
}	
	
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

.menu-wrap .hamburger {
  background: rgba(39, 32, 26, 0.80);
}
.menu-wrap .menu > div {
  /* background: rgba(24, 39, 51 , 0.85); original */
  background: rgba(39, 32, 26 , 0.85);
  width: 200vw;
  height: 200vw;
}

.details {
	width: 100%;
	text-align: left;
	font-size: 0.75rem;
	letter-spacing: 1px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	}

.title {
	width: 31vw;
	max-width: 410px;
	height: auto;
	margin-bottom: 1rem;
}
.artistName {
	width: 28vw;
	max-width: 384px;
	height: auto;
	margin: 0 1rem;
	/*border: 1px solid orange;*/
}
.logo {
	width: 28vw;
	max-width: 330px;
	height: auto;
	margin: 1rem auto 2rem -2rem;
}
.cover {
	width: 28vw;
	max-width: 384px;
	height: auto;
	margin: 1rem;
	/*border: 1px solid yellow;*/
}
.wrapper {
	width: 60vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	/*border: 1px solid yellow;*/
}
.composition {
	text-align: left;
	display: flex;
	flex-direction: row;
	margin-top: 1rem;
	/*border: 1px solid green;*/
}
.compLeft {
	font-size: 1.2rem;
	text-align: left;
	/*border: 1px solid blue;*/
}
.compRight {
	font-size: 1.2rem;
	text-align: left;
	/*border: 1px solid blue;*/
}
.albumDiv {
	width: 100%;
	padding-left: 2rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	/*border: 1px solid red;*/
}
.coverDiv {
	/*border: 1px solid blue;*/
}
.linerNotesDiv {
	margin-left: 1rem;
	/*border: 1px solid violet;*/
}
.parent {
	width: 100%;
	padding-left: 2rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	/*border: 1px solid red;*/
}
.leftdiv {
	width: 40%;
	min-width: 250px;
	margin: 0.5rem auto 0 1rem;
	text-align: left;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	line-height: 2rem;
	/*border: 1px solid blue;*/
	border-bottom: 2px solid #900000;
}
.rightdiv {
	display:flex;
	align-items: flex-end;
	width: 60%;
	height: 30px;
	margin: 0.5rem auto 0.5rem 0rem;
	padding-left: 1rem;
	text-align: left;
	line-height: 2rem;
	/*border: 1px solid violet;*/
}
.bottomDiv {
	text-align: center;
	width: 80%;
	border: 1px solid orange;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	}
.textTitleMain {
	text-align: left;
	margin: 0 auto;
}
.textDetails {
	text-align: left;
	margin: auto 0;
	white-space: nowrap;
}
.textDetailsPort {
	display: none;
}
.textPhilo {
	font-weight: 400;
	white-space: nowrap;
	font-variant-ligatures: none;
	width: 100%;
	font-size: 1rem;
	letter-spacing: 2px;
	font-style: italic;
	margin: 0 auto;
	}
.textPhiloR {
	font-weight: 400;
	white-space: nowrap;
	font-variant-ligatures: none;
	width: 100%;
	font-size: 1rem;
	letter-spacing: 2px;
	font-style: italic;
	margin: 0 auto;
	}
.textDot {
	display: none;
	}
audio {
	width: 85%;
	height: 1.4rem;
}
footer {
	text-align: center;
	font-size: 0.6rem;
	letter-spacing: 0.25rem;
}
hr {
	border: 1px solid #990000;
	width: 70%;
}

/*	= = = = = = = = = =Smartphone Styles = = = = = = = = = =	*/

@media all and (max-width: 738px) and (orientation: portrait) {
body {
  font-size: 0.75rem;
	}
.showcase p {
  font-size: 0.6rem;
}
.menu-wrap .menu > div {
  width: 250vw;
  height: 250vw;
}
.wrapper {
	width: 78vw;
	}
.title {
	min-width: 55vw;
	max-width: 85vw;
	height: auto;
	margin-bottom: 0.5rem;
}
.artistName {
	min-width: 222px;
	max-width: 500px;
	height: auto;
}
.logo {
	min-width: 175;
	max-width: 250px;
	height: auto;
	text-align: left;
	margin-bottom: 1.6em;
	}
.cover {
	min-width: 222px;
	max-width: 500px;
	height: auto;
	}
.composition {
	flex-direction: column;
	margin-top: 0.5rem;
	}
.compLeft {
	font-size: 1rem;
	text-align: left;
	/*border: 1px solid blue;*/
}
.compRight {
	font-size: 1rem;
	text-align: left;
	/*border: 1px solid blue;*/
}
.parent {
	flex-direction: column;
	justify-content: center;
	align-content: center;
	}
.leftdiv {
	width: 100%;
	font-size: 0.9rem;
	height: 24px;
	margin: 0.25rem auto 0;
	/*border: 1px solid blue;*/
	}
.rightdiv {
	font-size: 0.9rem;
	width: 90%;
	height: 30px;
	margin: 0 auto 0 2rem;
	}

.bottomDiv {
	width: 100%;
	flex-direction: column;
	font-size: 0.5rem;
	margin-top: 1rem;
	}
.textTitle {
	font-size: 0.9rem;
}
.textDetails {
	display: none;
}
.textDetailsPort {
	display: block;
	font-size: 0.9rem;
	white-space: normal;
}
.textPhilo {
	font-size: 0.7rem;
	}
.textPhiloR {
	font-size: 0.7rem;
	}
audio {
	width: 100%;
	height: 1.6rem;
}

