<?xml version="1.0" encoding="utf-8"?>
body {
  margin: 0;
}

/* ---------------------- START NAV HEADER  ---------------------*/
header {
  display: flex;
  margin: 0 auto;
  background: linear-gradient(90deg, #7791bb, #35552b);
}

header > * {
/*   flex-grow: 1; */
}

header h1 {
  margin: 1rem 0 1rem 1rem;
}

header a {
  text-decoration: none;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 700;
	font-size: 1.75vw;
	letter-spacing: 0.2ch;
	text-transform: uppercase;
	color:white;
}

header a:hover {
  text-decoration: none;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 700;
	font-size: 1.75vw;
	letter-spacing: 0.2ch;
	text-transform: uppercase;
	color:#FFA500;
}
header img {
		width: 75%;
		height: auto;
}
/* "Hide" checkbox -- moves it off screen*/
#menu-btn {
  position: absolute;
  top: -100%;
  left: -100%;
}

/* Hide hamburger for bigger screens */
.menu-icon {
  visibility: hidden;
}

nav {
	margin:0;
}
.menu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
/* ---------------------- END NAV HEADER  ---------   ------------*/

/* ---------------------- START PAGE HEADER  ---------------------*/
.header2 {
	display: flex;
	width: 100%;
	background: linear-gradient(90deg, #7791bb, #35552b);
}
.header2 h1 {
	margin: 0;
	padding: 0.15em 0em;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 700;
	font-size: 2.5em; 
	text-transform: uppercase;
	letter-spacing: 0.1ch;
	color: #fff;
	text-align: center;
}
.header2 h2 {
	margin: 0;
	padding-top: 0.5em;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 500;
	font-size: 1.75em;
	text-transform: uppercase;
	letter-spacing: 0.2ch;
	color:#fff;
	text-align: center;
}
	.responsive {
		width: 100%;
		height: auto;
}
	 .gallery {
		 margin: 0;
		 float: left;
		 width: 100%;
		 overflow-x: hidden;
}
	 .gallery img {
		 width: 100%;
		 height: auto;
		border-top: 1px solid white;
}
/* ------------------------- END PAGE HEADER  -------------------------*/

/* ---------------------- START LAPTOP GRID LAYOUT  -----------------  */

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
	'item1 item1 item1'
	'item3 item3 item4'
	'item3 item3 .'
	'item6 item6 item6'
	'item7 item7 item7'
}

.item1 {
  grid-area: item1;
}
.item3 {
  grid-area: item3;
  margin: 0 2em 0 1em;
}
.item4 {
  grid-area: item4;
}
.item6 {
  grid-area: item6;
  background: rgba(0, 0, 0, 0.1); 
  border: #ffffff solid 6px; 
  text-align:center;
}
.item7 {
  grid-area: item7;
}
/* ---------------------- END LAPTOP GRID LAYOUT -----------------  */

	.subnav {
		color: white;
		line-height: 2em;
		text-align:center;
		padding-bottom: .75em;
}
	.subnav a:link {
		font-family: 'Alegreya Sans', sans-serif;	
		font-weight: 500;
		font-size: 1.4em;
		letter-spacing: 0.2ch;
		text-transform: uppercase;
		color: white;
		text-decoration: none;
}
	.subnav a:visited {
		font-family: 'Alegreya Sans', sans-serif;	
		font-weight: 500;
		font-size: 1.4em;
		letter-spacing: 0.2ch;
		text-transform: uppercase;
		color: white;
		text-decoration: none;
}
	.subnav a:hover {
		font-family: 'Alegreya Sans', sans-serif;	
		font-weight: 500;
		font-size: 1.4em;
		letter-spacing: 0.2ch;
		text-transform: uppercase;
		color: #FFA500;
		text-decoration: none;
}
	.subnav a:active {
		font-family: 'Alegreya Sans', sans-serif;	
		font-weight: 500;
		font-size: 1.4em;
		letter-spacing: 0.2ch;
		text-transform: uppercase;
		color: white;
		text-decoration: none;
}
	h2 {
		font-family: 'Alegreya Sans', sans-serif;	
		font-weight: 700;
		font-size: 4vh;
		letter-spacing: 0.2ch;
		color: #ffa200;
		line-height: 140%;
}
	h3 {
		margin-left: 1.15em;
		font-family: 'Alegreya Sans', sans-serif;	
		font-weight: 500;
		font-size: 2.5vw;
		letter-spacing: 0.2ch;
		text-transform: uppercase;
		text-align: left;
		color: #262626;
}
	p.desc {
		margin-left: 2em;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-size: normal;
		color: #262626;
		line-height: 140%;
		text-align: left;
}
	p.title {
		font-family: 'Lato', sans-serif;
		font-weight: 700;
		font-size: 1.05em;
		color: #262626;
		line-height: 140%;
		text-align: center;
}
	blockquote.desc {
		margin-left: 3em;
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 1.05em;
		color: #262626;
		line-height: 140%;
		text-align: left;
}
	p.album-pic {
		 margin: 0 auto;
		 padding-top:4%;
		 text-align:center;
}
  	audio {
		filter: sepia(20%) saturate(100%) grayscale(100%) contrast(400%) invert(30%);
		width: 300px;
		height: 30px;
}
video {
  max-width: 90%;
  height: auto;
}
	p.band-members {
		margin: 1em;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-size: smaller;
		line-height: 140%;
		text-align: left;
		color: #262626;
}
	ol, ul {
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-size: smaller;
		text-align: left;
		color: #262626;
}
	.quote {
		margin:0 auto;		
		padding: 1.15em;
		width: 300px;
		font-family: 'Lato', sans-serif;
		font-weight: 600;
		font-size: larger;
		color: #7791bb;
		text-align: left;
		border: #7791bb solid 1px;
}
	p.analysis {
		margin: 0 auto;
		max-width: 86%;
		padding: 0.5em 1.5em;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-size: 0.96em;
		color: #262626;
		line-height: 140%;
		text-align:justify;
}
	.upnext {	
		font-family: 'Lato', sans-serif;
		font-size: 400;
		font-weight: 400;
		color: #262626;
		text-align: center;
}
	.footer {
		font-family: 'Lato', sans-serif;
		font-weight: 600;
		font-size: 0.89em;
		letter-spacing: 0.05rem;
		color: #262626;
		line-height: 175%;
		text-align: center;
}
	 .caption {
		 margin: 0 auto;
		 max-width: 700px;
		 padding-top:1em;
		 font-family: 'Lato', sans-serif;
		 font-weight: 300;
		 font-size: 1em;
		 font-style:italic;
		 color: #262626;
		 text-align: center;
}

/* ------------------------   MOBILE -- MOBILE -- MOBILE ------------------------   */

/* -----------------   Set width for mobile/smaller screen size. ----------------   */
/* I set it big here so I don't have to shrink the screen so much */
/* for testing purposes */
@media screen and (max-width: 767px) {
  
/* ---------------------- START MOBILE NAV HEADER  ---------------------*/
  header {
    display: grid;
    grid-template-areas:
       "title   title   hamburger"
       "nav     nav     nav";
}

	header h1 {
		margin: 1.75rem 0 .75rem	0.75rem;
	}

header a:link {
	text-decoration: none;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 700;
	font-size: 2vw;
	letter-spacing: 0.2ch;
	text-transform: uppercase;
	color:white;
}

	header a:visited {
	 text-decoration: none;
	 font-family: 'Alegreya Sans', sans-serif;
	 font-weight: 700;
	 font-size: 2vw;
	 letter-spacing: 0.2ch;
	 text-transform: uppercase;
	 color:white;
}
	header a:hover {
	 text-decoration: none;
	 font-family: 'Alegreya Sans', sans-serif;
	 font-weight: 700;
	 font-size: 2vw;
	 letter-spacing: 0.2ch;
	 text-transform: uppercase;
	 color:#FFA500;
}
header img {
		width: auto;
		height: auto;
}
  h1 {
    grid-area: title;
    margin: 0 0 0 0.5em;
}
  
  .menu-btn {
    display: block;
}

  .menu-icon {
    grid-area: hamburger;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    padding: 50px 40px 50px 0;
    position: relative;
    user-select: none;
    visibility: visible;
}

  .navicon {
    background: white;
    display: block;
    height: 3px;
    width: 30px;
    position: relative;
  }

  .navicon:before {
    top: 10px;
  }

  .navicon:after {
    top: -10px;
  }

  .navicon:before, .navicon:after {
    background: white;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    transition: all 0.2s ease-out;
}

  .menu {
    grid-area: nav;
    max-width: unset;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

  .menu a:link {
    padding: 30px;
    border-top: 1px solid white;
    background: linear-gradient(90deg, #7791bb, #35552b);
    width: 100%;
    font-size: 150%;
    text-align: center;
}
  .menu a:visited {
    padding: 30px;
    border-top: 1px solid white;
    background: linear-gradient(90deg, #7791bb, #35552b);
    width: 100%;
    font-size: 150%;
    text-align: center;
}
  .menu a:hover {
    padding: 30px;
    border-top: 1px solid white;
    background: linear-gradient(90deg, #7791bb, #35552b);
    width: 100%;
    font-size: 150%;
    text-align: center;
}
  .menu a:active {
    padding: 30px;
    border-top: 1px solid white;
    background: linear-gradient(90deg, #7791bb, #35552b);
    width: 100%;
    font-size: 150%;
    text-align: center;
}

  .menu-btn:checked ~ .menu {
    max-height: 750px;
}

  .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

  .menu-btn:checked ~ .menu-icon .navicon:before,
  .menu-btn:checked ~ .menu-icon .navicon:after {
    top: 0;
}
/* ---------------------------- END MOBILE NAV HEADER  ---------------------------*/
  
	.header2 h1 {
		margin: 0;
		padding-top: 0.5em;
 		font-family: 'Alegreya Sans', sans-serif;
		font-weight: 700;
		font-size: 2.25em;
		text-transform: uppercase;
		letter-spacing: 0.1ch;
		color: #fff;
		text-align: center;
	}
	.header2 h2 {
		margin: 0;
		padding-top: 0.5em;
		font-family: 'Alegreya Sans', sans-serif;
		font-weight: 500;
		font-size: 1.5em;
		text-transform: uppercase;
		letter-spacing: 0.2ch;
		color:#fff;
		text-align: center;
	}
	.subnav {
		font-family: 'Alegreya Sans', sans-serif;	
		color: white;
		line-height: 2em;
		text-align:center;
		margin-bottom: 1em;
}
	.subnav a:link {
		padding: 8px;
		font-family: 'Alegreya Sans', sans-serif;	
		font-weight: 500;
		font-size: 1.2em;
		text-transform: uppercase;
		color: #fff;
		text-decoration: none;
		border: white solid 0;
}
	.subnav a:visited {
		padding: 8px;
		font-family: 'Alegreya Sans', sans-serif;	
		font-weight: 500;
		font-size: 1.2em;
		text-transform: uppercase;
		color: #fff;
		text-decoration: none;
		border: white solid 0;
}
	.subnav a:hover {
		padding: 8px;
		font-family: 'Alegreya Sans', sans-serif;	
		font-weight: 500;
		font-size: 1.2em;
		text-transform: uppercase;
		color:#FFA500;
		text-decoration: none;
		border: white solid 0;
}
	.subnav a:active {
		padding: 8px;
		font-family: 'Alegreya Sans', sans-serif;	
		font-weight: 500;
		font-size: 1.2em;
		text-transform: uppercase;
		color: #fff;
		text-decoration: none;
		border: white solid 0;
}
	h2 {
		font-family: 'Alegreya Sans', sans-serif;	
		font-weight: 700;
		font-size: 1.75em;
		color:#FFA500;
		line-height: 120%;
}
	.caption {
		padding: 1em;
		font-family: 'Lato', sans-serif;
		font-size: 1.05em;
		font-weight: 400;
		font-style:italic;
		letter-spacing: 0.2ch;
		color: #262626;
		text-align: center;
}
	h3 {
		margin-left: 0.5em;
		font-family: 'Alegreya Sans', sans-serif;	
		font-weight: 700;
		font-size: 1.75em;
		color:#FFA500;
		line-height: 120%;
}
	p.desc {
		margin-left: 0.5em;
		padding-bottom: 0.5em;
		font-family: 'Lato', sans-serif;
		font-size: normal;
		font-weight: 400;
		color: #262626;
		text-align: left;
		line-height: 140%;
}
	p.title {
		font-family: 'Lato', sans-serif;
		font-size: 1.05em;
		font-weight: 700;
		color: #262626;
		line-height: 140%;
		text-align: center;
}
	blockquote.desc {
		margin-left: .75em;
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 1.05em;
		color: #262626;
		line-height: 140%;
		text-align: left;
}

	p.band-pic {
		 margin: 1em;
}
	p.album-pic {
		 margin: 0 auto;
		 text-align:center;
		 width: 80%;
}
	p.band-members {
		padding:0 1em;
		font-family: 'Lato', sans-serif;
		font-size: 0.85em;
		font-weight: 400;
		text-align: left;
		color: #262626;
}
	.upnext {	
		font-family: 'Lato', sans-serif;
		font-size: normal;
		font-weight: 400;
		letter-spacing: 0.1rem;
		color: #262626;
		text-align: center;
}

/*  ------------------------ START MOBILE GRID PAGE LAYOUT  -----------------------   */

		.grid-container {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-areas:
		'item1 item1 item1'
		'item3 item3 item3'
		'item4 item4 item4'
		'item6 item6 item6'
		'item7 item7 item7'
}
		.item1 {
			grid-area: item1;
}
		.item3 {
			grid-area: item3;
}
		.item4 {
			grid-area: item4;
}
		.item6 {
			grid-area: item6;
}
		.item7 {
			grid-area: item7;
}


/*  ---------------------------- END MOBILE GRID LAYOUT ENDS   --------------------   */
}
	.quote {
		margin: 0 auto;		
		padding: 1.25em;
		width: 300px;
		font-family: 'Lato', sans-serif;
		font-weight: 600;
		font-size: larger;
		color: #7791bb;
		text-align: left;
		border: #7791bb solid 1px;
} 
	h2 {
		font-family: 'Alegreya Sans', sans-serif;	
		font-weight: 700;
		font-size: 4vh;
		letter-spacing: 0.2ch;
		color:#ffa200;
		line-height: 140%;
}
	p.analysis {
		margin: 0 auto;
		max-width: 86%;
		padding: 0.5em 1.5em;
		font-family: 'Lato', sans-serif;
		font-size: 0.96em;
		font-weight: 400;
		color: #262626;
		line-height: 140%;
		text-align:justify;
}
	.footer {
		font-family: 'Lato', sans-serif;
		font-size: 0.89em;
		font-weight: 600;
		letter-spacing: 0.05rem;
		color: #262626;
		line-height: 175%;
		text-align: center;
}
	 .caption {
		 margin: 0 auto;
		 max-width: 700px;
		 padding-top: 1em;
		 font-family: 'Lato', sans-serif;
		 font-size: 1em;
		 font-weight: 300;
		 font-style:italic;
		 color: #262626;
		 text-align: center;
}

