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

/* ---------------------- START NAV HEADER  ---------------------*/
header {
  display: flex;
  margin: 0 auto;
	background: linear-gradient(130deg,#41536b, #667588);
}

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

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

header a {
  text-decoration: none;
  font-family: 'Anek Odia', sans-serif;
	font-weight: 400;
	font-size: 1.15rem;
	letter-spacing: 0.2ch;
	text-transform: uppercase;
	color:white !important;
	white-space: nowrap;
}
header a:hover {
  text-decoration: none;
  font-family: 'Anek Odia', sans-serif;
	font-weight: 400;
	font-size: 1.15rem;
	letter-spacing: 0.2ch;
	text-transform: uppercase;
	color: #e2e2e2 !important;
	white-space: nowrap;
}

/* 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: flex-end;
  align-items: center;
  margin-right: 2em;
  width: 100%;
}
/* ---------------------- END NAV HEADER  ---------   ------------*/

/* ---------------------- START PAGE HEADER  ---------------------*/
.header2 {
	display: flex;
	width: 100%;
	background: linear-gradient(130deg,#41536b, #667588);
}
.header2 h1 {
	margin: 0;
	padding: 0.15em 0em;
	font-family: 'Anek Odia', sans-serif;
	font-weight: 300;
	font-size: 1.75em;
	text-transform: uppercase;
	letter-spacing: 0.1ch;
	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;
}
/* ------------------------- END PAGE HEADER  -------------------------*/

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

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
	'caption caption caption'
	'bodycopy bodycopy album'
	'bodycopy bodycopy album'
	'footercopy footercopy footercopy'
}

.caption {
  grid-area: caption;
  padding-bottom:.75em;
}
.bodycopy {
  grid-area: bodycopy;
  margin: 0 2em 0 1em;
}
.album {
  grid-area: album;

}
.footercopy {
  grid-area: footercopy;
  justify-content: center;

}
/* ---------------------- END LAPTOP GRID LAYOUT -----------------  */

	.header2 h2 {
		margin: 0;
		font-family: 'Anek Odia', sans-serif;
		font-weight: 300;
		font-size: 1.25em;
		text-transform: uppercase;
		letter-spacing: 0.2ch;
		color:#fff;
		text-align: center;
}
	.subnav {
		font-family: 'Anek Odia', sans-serif;
		color: white;
		letter-spacing: 0.2ch;
		text-transform: uppercase;
		line-height: 2em;
		text-align:center;
}
	.subnav a:link {
		font-family: 'Anek Odia', sans-serif;
		color: white;
		letter-spacing: 0.2ch;
		text-transform: uppercase;
		color: white;
		text-decoration: none;
}
	.subnav a:visited {
		font-family: 'Anek Odia', sans-serif;
		letter-spacing: 0.2ch;
		text-transform: uppercase;
		color: #e2e2e2;
		text-decoration: none;
}
	.subnav a:hover {
		font-family: 'Anek Odia', sans-serif;
		color: #ffa500;
		letter-spacing: 0.2ch;
		text-transform: uppercase;
		text-decoration: none;
}
	h2 {
		font-family: 'Anek Odia', sans-serif;
		font-weight: 400;
		font-size: 1.5em;
		letter-spacing: 0.05ch;
		color: #262626;
		line-height: 140%;
		margin-left: 2rem;
		margin-top: -0.1em;
}
	h3 {
		margin-left: 1.15em;
		font-family: 'Anek Odia', sans-serif;
		font-weight: 500;
		font-size: 1.75em;
		letter-spacing: 0.2ch;
		text-transform: uppercase;
		text-align: left;
		color: #262626;
}
.caption {
		font-family: 'Anek Odia', sans-serif;
		font-size: .90rem;
		font-weight: 400;
		font-style:italic;
		letter-spacing: .2ch;
		color: #262626;
		text-align: center;
}
	p.note {
		margin-left: 2rem;
		font-family: 'Anek Odia', sans-serif;
		font-weight: 300;
		font-size: 0.98em;
		font-style: normal;
		color: #262626;
		line-height: 160%;
		text-align: left;
		text-decoration: none;
}
	p.note-ital {
		margin-left: 2rem;
		font-family: 'Anek Odia', sans-serif;
		font-weight: 300;
		font-size: 0.98em;
		font-style: italic;
		color: #262626;
		line-height: 160%;
		text-align: left;
		text-decoration: none;
}
	p.desc {
		margin-left: 2rem;
		font-family: 'Anek Odia', sans-serif;
		font-weight: 300;
		font-size: 0.98em;
		color: #262626;
		line-height: 160%;
		text-align: left;
}
	ul {
		list-style-type: square;
		list-style-position: outside;
}
	ul li {
		margin-left: 2em;
		padding-bottom:10px;
		font-family: 'Anek Odia', sans-serif;
		font-weight: 400;
		font-size: 1.2em;
		color: #262626;
		line-height: 160%;
		text-align: left;
}
	.buchla-components {
		column-count: 2;
		column-width: 40%;
		column-gap: 10px;
		column-fill: balance;
}
	.performance-list {
		margin: 0 auto;
		column-count: 3;
		column-width: 40%;
		column-gap: 10px;
}
	p.desc-column {
		margin-left: 2rem;
		font-family: 'Anek Odia', sans-serif;
		font-weight: 300;
		font-size: 0.98em;
		color: #262626;
		line-height: 160%;
		text-align: left;
}
	p.desc-column-span {
		column-span: all;	
}
	p.title {
		font-family: 'Anek Odia', sans-serif;
		font-weight: 500;
		font-size: 0.95em;
		color: #262626;
		line-height: 125%;
		text-align: center;
}
	blockquote.desc {
		margin-left: 3em;
		font-family: 'Anek Odia', 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%;
		 width: 60%;
		 text-align: center;
		 border: 0px solid black;
}
	video {
  	max-width: 90%;
  	height: auto;
}
	p.band-members {
		padding: 0 2em;
		font-family: 'Anek Odia', sans-serif;
		font-weight: 400;
		font-size: 0.95em;
		line-height: 140%;
		text-align: center;
		color: #262626;
}
	p.audiotrack {
		text-align:center; 
		font-family: 'Anek Odia', sans-serif;
		font-weight: 400;
		font-size: .85rem;
		line-height: 130%;
		border-bottom:1px solid #e1e1e1;
}	
	p.videotrack {
		margin-left: 0 auto;
		text-align: center;
		font-family: 'Anek Odia', sans-serif;
		font-weight: 400;
		font-size: .85rem;
		line-height: 130%;
		padding:10px 0 8px 0;
}	
	p.videonote {
		margin: 0 30%;
		font-family: 'Anek Odia', sans-serif;
		font-weight: 300;
		font-size: 0.98em;
		font-style: normal;
		color: #262626;
		line-height: 160%;
		text-align: left;
		text-decoration: none;
}
	ol, ul {
		font-family: 'Anek Odia', sans-serif;
		font-weight: 400;
		font-size: smaller;
		text-align: left;
		color: #262626;
}
	.quote {
		margin:0 auto;		
		padding: .75rem;
		width: 300px;
  	font-family: 'Anek Odia', sans-serif;
		font-size: .95rem;
		font-weight: 300;
		color: #41536b;
		text-align: left;
		border: #41536b solid 1px;
}
	p.analysis {
		margin: 0 auto;
		max-width: 86%;
		padding: 0.5em 1.5em;
		font-family: 'Anek Odia', sans-serif;
		font-weight: 400;
		font-size: 0.96em;
		color: #262626;
		line-height: 140%;
		text-align:justify;
}
	.upnext {	
		font-family: 'Anek Odia', sans-serif;
		font-size: 400;
		font-weight: 400;
		color: #262626;
		text-align: center;
}
	a {
  	font-family: 'Anek Odia', sans-serif;
		font-weight: 500;
		color: #41536b;
		text-decoration: none;
}
	a:hover {
  	font-family: 'Anek Odia', sans-serif;
		font-weight: 500;
		color: #E59400;
		text-decoration: none;
}
	.footer {
		font-family: 'Lato', sans-serif;
		font-size: 1em;
		font-weight: 600;
		letter-spacing: .05rem;
		color: #262626;
		line-height: 175%;
		text-align: center;
}
/*	 div.caption {
		 margin-top: 0px;
}*/

/* ------------------------   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: 1000px) {
  
/* ---------------------- START MOBILE NAV HEADER  ---------------------*/
  header {
    display: grid;
    grid-template-areas:
       "title   title   hamburger"
       "nav     nav     nav";
}

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

header a {
	text-decoration: none;
	font-family: 'Anek Odia', sans-serif;
	font-weight: 400;
	font-size: 1.25rem;
	letter-spacing: 0.2ch;
	text-transform: uppercase;
	color:white;
}
/*	header a:hover {
	 text-decoration: none;
	 font-family: 'Anek Odia', sans-serif;
	 font-weight: 400;
	 font-size: 1.2rem;
	 letter-spacing: 0.2ch;
	 text-transform: uppercase;
	 color:#e2e2e2;
	line-height: 3em;
} */
/* 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: 35px 40px 30px 0;
    position: relative;
    user-select: none;
    visibility: visible;
}

  .navicon {
    background: white;
    display: block;
    height: 2px;
    width: 22px;
    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;
    display: flex;
    flex-direction: column;
}
  .menu a:link {
    padding: 20px;
    width: 100%;
    border-top: 1px dotted white;
    font-size: 1.1rem;
    text-align: center;
}
  .menu a:hover {
    padding: 20px;
    width: 100%;
    border-bottom: 1px dotted white;
    font-size: 1.1rem;
    text-align: center;
}

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

  .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: 6px;
		font-family: 'Anek Odia', sans-serif;
		font-size: 1.25em;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: 0.1ch;
		color: #fff;
		text-align: center;
	}
	.header2 h2 {
		margin: 0;
		font-family: 'Anek Odia', sans-serif;
		font-weight: 300;
		font-size: 1em;
		text-transform: uppercase;
		letter-spacing: 0.2ch;
		color:#fff;
		text-align: center;
}
	.subnav {
		font-family: 'Anek Odia', sans-serif;
		font-size:smaller;
		color: white;
		letter-spacing: 0.2ch;
		text-transform: uppercase;
		line-height: 2em;
		text-align:center;
}
	.subnav a:link {
		font-family: 'Anek Odia', sans-serif;
		font-size:smaller;
		color: white;
		letter-spacing: 0.2ch;
		text-transform: uppercase;
		color: white;
		text-decoration: none;
}
	.subnav a:visited {
		font-family: 'Anek Odia', sans-serif;
		font-size:smaller;
		letter-spacing: 0.2ch;
		text-transform: uppercase;
		color: #e2e2e2;
		text-decoration: none;
}
	.subnav a:hover {
		font-family: 'Anek Odia', sans-serif;
		font-size:smaller;
		color: #ffa500;
		letter-spacing: 0.2ch;
		text-transform: uppercase;
		text-decoration: none;
}
/*	.pagenav {
		font-family: 'Anek Odia', sans-serif;
		font-weight: 500;
		color: #262626;
		letter-spacing: 0.2ch;
		text-align:center;
		text-transform: uppercase;
		line-height: 2em;
		margin-left: 0.5em;
}
	.pagenav a:link {
		font-family: 'Anek Odia', sans-serif;
		color: #262626;
		letter-spacing: 0.2ch;
		text-transform: uppercase;
		color: #262626;
		text-decoration: none;
}
	.pagenav a:visited {
		font-family: 'Anek Odia', sans-serif;
		letter-spacing: 0.2ch;
		text-transform: uppercase;
		color: #262626;
		text-decoration: none;
}
	.pagenav a:hover {
		font-family: 'Anek Odia', sans-serif;
		color: #ffa500;
		letter-spacing: 0.2ch;
		text-transform: uppercase;
		text-decoration: none;
}
*/
	h2 {
		margin-left: 0.5em;
		font-family: 'Anek Odia', sans-serif;
		font-weight: 400;
		font-size: 1.25em;
		letter-spacing: 0.05ch;
		color: #262626;
}
	h3 {
		margin-left: 0.5em;
		font-family: 'Alegreya Sans', sans-serif;	
		font-weight: 700;
		font-size: 2em;
		color:#262626;
		line-height: 120%;
}
p.desc {
		margin-left: 0.5em;
		padding-bottom: 0.5em;
		font-family: 'Anek Odia', sans-serif;
		font-size: 0.98;
		font-weight: 300;
		color: #262626;
		line-height: 150%;
}
/* bordered listing of music pages for Music home page */
p.desc-list {
		margin:0 auto;
		padding: 6px;
		width:90%; 
		border-right:4px solid #e3e3e3; 
		border-bottom:4px solid #e3e3e3; 
		border-radius: 3px;
		background: linear-gradient(130deg,#8d98a6, #41536b);
}
p.desc-list {
		font-family: 'Anek Odia', sans-serif;
		font-weight: 500;
		font-size: .98rem;
		color: #fff;
		line-height: 200%;
		text-align:center;
}
	p.note {
		margin-left: 0.5rem;
		font-family: 'Anek Odia', sans-serif;
		font-weight: 300;
		font-size: 0.98em;
		font-style: normal;
		color: #262626;
		line-height: 160%;
		text-align: left;
		text-decoration: none;
}
	p.note-ital {
		margin-left: 0.5rem;
		font-family: 'Anek Odia', sans-serif;
		font-weight: 300;
		font-size: 0.98em;
		font-style: italic;
		color: #262626;
		line-height: 160%;
		text-align: left;
		text-decoration: none;
}
	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: 60%;
}
*/
	p.band-members {
		padding:0 1em;
		font-family: 'Lato', sans-serif;
		font-size: 0.95em;
		font-weight: 400;
		text-align: center;
		color: #262626;
}
	p.videonote {
		margin: 0 0.5em;
		font-family: 'Anek Odia', sans-serif;
		font-weight: 300;
		font-size: 0.98em;
		font-style: normal;
		color: #262626;
		line-height: 160%;
		text-align: left;
		text-decoration: none;
}

	.footer {
		font-family: 'Lato', sans-serif;
		font-size: 1em;
		font-weight: 600;
		letter-spacing: .05rem;
		color: #262626;
		line-height: 175%;
		text-align: center;
}
.performance-list {
		margin: 0 auto;
		column-count: 1;
		column-width: 100%;
		column-gap: 10px;
}


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

		.grid-container {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-areas:
		'caption caption caption'
		'bodycopy bodycopy bodycopy'
		'album album album'
		'footercopy footercopy footercopy'
}
		.caption {
			grid-area: caption;
}
		.bodycopy {
			grid-area: bodycopy;
}
		.album {
			grid-area: album;
}
		.footercopy {
 			grid-area: footercopy;
  		justify-content: center;
}


/*  ---------------------------- END MOBILE GRID LAYOUT ENDS   --------------------   */
}



