body {
  background-image: url("../graphics/background.arrows.pinstripe.2.invert.cleanedup.jpg");
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

h1 {
  color: white;
  text-align: center;
  font-size: 50px;
}


h2 {
  color: white;
  text-align: center;
  font-size: 50px;
}

p {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
}

p2 {
   font-family: 'Nunito', sans-serif;
   font-size: 12px;
   text-align: right;
} 

p3 {
   font-family: 'Nunito', sans-serif;
   font-size: 15px;
}

div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.responsive {
  padding: 5px 6px;
  float: left;
  width: 32%;
}

.video{
  padding-bottom: 25px;
}

.name {
  color: limegreen;
  text-align: center;
  font-size: 48px;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-style: double;
}

.header_options {
  color: #0093D1;
  text-align: left;
  font-weight: bolder;
  font-family: 'Nunito', sans-serif;
  font-size: 32px;
}

.header_date {
  color: #000000;
  text-align: left;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
}

.header_orchid {
  color: limegreen;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
}

.header_epk {
  color: #0093D1;
  text-align: center;
  font-weight: bolder;
  font-family: 'Nunito', sans-serif;
  font-size: 24px;
  font-style: italic;
  text-decoration-line: underline;
}

.album_subpage_title {
  color: limegreen;
  text-align: center;
  font-size: 32px;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-style: double;
}

.album_subpage_artist {
  color: #0093D1;
  font-family: 'Nunito', sans-serif;
  text-align: center;
  font-size: 18px;}

.header_img {
  border: 5px double ;
  padding: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%; 
}

.merch {
  margin: 5px;
  padding: 15px;
  width: 50%;
  background-color: #F3C44E;
}

.parent {
  border: 1px solid black;
  margin: 1rem;
  padding: 1rem;
  text-align: center;
  display: inline-flex;
  align-content: flex-end;
}

.child {
  display: inline-block;
  vertical-align: middle;
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column-epk {
  float: left;
  width: 50%;
	padding: 10px;
}

.row-epk:after {
  content: "";
  display: table;
  clear: both;
}

.shop-item {
  background-color: rgba(255, 255, 255, 0.8);
  border:  double rgba(0, 0, 0, 0.8);
  padding: 15px;
  margin: 20px;
  font-size: 20px;
	 font-family: 'Nunito', sans-serif;
  text-align: center;
  width: auto;
}

.album {
  float: center;
  padding: 15px;
  width: 100%;
  border: dashed 1px;
   background-color: #F3C44E;
}

.photo {  
  float: center;
  padding: 15px;
  width: 100%;
  border: dashed 1px;
}

.border {
  height:300px;
  background-color:#FFFFFF;
  border: 15px solid transparent;
  padding: 15px;
  border-image-source:url("../graphics/border.arrow.jpg");  
  border-image-slice: 30;
  border-image-width: 10px;
  border-image-repeat: round;
  }

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
  column-gap: 15px;
  row-gap: 15px;
  width: auto;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 6px dotted rgba(0, 0, 0, 0.8);
  padding: 10px;
  font-size: 30px;
  text-align: center;
  width: auto;
}

a.img:link {
	color: black; text-decoration: none; }
a.img:visited {
	color: black; text-decoration: none; }
a.img:hover {
	color: black; text-decoration: underline; }
a.img:active {
	color: orchid; } 

a:link {
  color: dodgerblue;
}

/* visited link */
a:visited {
  color: orchid;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: limegreen;
} 

.postscript {
  position: relative;
  padding-top: 20px;
}


 /* The sidebar menu */
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 140px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  float: left;
  background-color: #000; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
font-family: 'Aleo', serif;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 12px 6px 16px;
  text-decoration: underline;
  font-size: 25px;
  color: orchid;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: greenyellow;
  text-decoration: line-through;
}

 /* EPK SIDE NAV */
.sidenav-epk {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 140px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  float: left;
  background-color: #000; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
font-family: 'Aleo', serif;
}

/* The navigation menu links */
.sidenav-epk a {
  padding: 6px 12px 6px 16px;
  text-decoration: underline;
  font-size: 20px;
  color: orchid;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav-epk a:hover {
  color: greenyellow;
  text-decoration: line-through;
}

/* Style page content */
.main {
  margin: auto;
  padding: 0px 0px 0px 10px;
  max-width: 1000px;
  width: auto;
  text-align: center;
  background-color: #E3D48A;
  border: solid
}

.portal {
  margin: auto;
  padding: 0px 10px;
  text-align: center;
  background-color: white;
}

.content {
	margin-left: 180px;
	margin-right: 40px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-width: 1000px) {
  .sidenav {padding-top: 15px;
	width: 80px
	}
  .sidenav a {font-size: 18px;
	width: 90px;
	padding: 6px 12px 6px 4px;
	}
  .sidenav-epk {padding-top: 15px;
	width: 80px
	}
  .sidenav-epk a {font-size: 15px;
	width: 90px;
	padding: 6px 12px 6px 4px;
	}
  .content {min-width: 225px;
	 margin-left: 90px;
	 margin-right: 10px;
	}
  .header_options {font-size: 22px;
	}
  .header_epk {font-size: 16px;
	}
  .main {margin: 0px 8px ;
	}
  .header_img {width: 100%
	}
  .video {width: 200px;
		height: 150px;
	}
  .grid-container {
		grid-template-columns: auto;
	    padding: 0px;
	}
   p {font-size: 15px;
	}
   p3 {font-size: 10px
   	}

   .name {font-size: 28px;
	}
   .grid-item {
 	border: 3px dotted rgba(0, 0, 0, 0.8);
	padding: 4px;
	font-size: 10px;
	}
   .shop-item {
  	padding: 2px;
  	margin: 5px;
  	text-align: center;
  	width: auto;
	}
   .merch {
  	margin: 2px;
  	padding: 5px;
  	width: 100%;
  	background-color: #F3C44E;
	}
   .responsive {
  	padding: 5px 6px;
  	float: left;
  	width: 50%;
	}
   .audio {
	width: 50%;
	}
}

@media screen and (max-width: 700px) {
	.responsive {
  padding: 5px 6px;
  float: left;
  width: 100%;
}
	body {
  background-image: url("../graphics/background.arrows.pinstripe.2.invert.cleanedup.resized.jpg");
}
}
	