body {
	font-family: 'urw-form', sans-serif;
	font-weight: 300;
	/* background-color:#4E692E; */
	/* color:hsla(0, 0%, 96%,.80); */
	color: rgba(255, 243, 237, 0.894);
	margin: 0;
	/* background-image: linear-gradient(45deg, #c33211, #F28F38); */
	background: linear-gradient(to bottom right in lab, #e0a100ff 0%, #c75328ff 50%);
}

::selection {
	background-color: black;
	color: gold;
}


/* Color Theme Swatches in Hex */
.mu-1-hex {
	color: #1D1D1E;
}

.mu-2-hex {
	color: #4E692E;
}

.mu-3-hex {
	color: #F6C850;
}

.mu-4-hex {
	color: #F28F38;
}

.mu-5-hex {
	color: #F24822;
}

/* Color Theme Swatches in RGBA */
.mu-1-rgba {
	color: rgba(29, 29, 30, 1);
}

.mu-2-rgba {
	color: rgba(78, 105, 46, 1);
}

.mu-3-rgba {
	color: rgba(246, 200, 80, 1);
}

.mu-4-rgba {
	color: rgba(242, 143, 56, 1);
}

.mu-5-rgba {
	color: rgba(242, 72, 34, 1);
}

/* Color Theme Swatches in HSLA */
.mu-1-hsla {
	color: hsla(240, 1, 11, 1);
}

.mu-2-hsla {
	color: hsla(87, 39, 29, 1);
}

.mu-3-hsla {
	color: hsla(43, 90, 63, 1);
}

.mu-4-hsla {
	color: hsla(28, 87, 58, 1);
}

.mu-5-hsla {
	color: hsla(10, 88, 54, 1);
}


.navbar {
	position:fixed;
	bottom: 0;
	right:0;
	padding:2rem 2rem 1rem 2rem;
}

.brand-logo a {
	color: wheat;
	text-decoration: none;
	text-align: center;
}

.brand-logo a:hover {
	color: white;
}

/* .brand-credits {
	font-size: 1.1rem;
	line-height: 1.25;
	font-weight: 300;
	margin: 0.125rem 0 0 0;
} */

.logo {
	max-width: 12%;
	float: left;
}

.logos {
	max-width: 45%;
	float: left;
}

.sidenav a.closebtn {
	color: #fff;
	position: absolute;
	bottom: 2rem;
	right: 0;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
	font-family: 'lunatix', sans-serif;
}

.sidenav a.closebtn:hover {
	color: white;
	font-size: 1.5rem;
	line-height: .8;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom right in lab, #e0a100ff 0%, #c75328ff 50%);
	overflow-y: scroll;
	transition: 0.25s;
	padding-top: 0;
}

.sidenav a {
	text-decoration: none;
	font-size: 2vw;
	line-height: 1.2;
	font-weight: 500;
	color: white;
	display: block;
	transition: 0.1s;
	text-align: right;
	margin-bottom: 1rem;
	margin-right: 4rem;
}
.sidenav a:first-of-type { margin-top:3rem; }

.sidenav a:hover {
	color: #5b2400;
}

.sidenav p {
	color: white;
	display: block;
	text-align: right;
	margin: 1rem 4rem 1rem 0;
}

a.selected {
	text-decoration: underline;
	color: #f84c74;
	font-weight: 600;
}

a.pages {
	font-size: 1.1rem;
	margin-bottom: 0.3rem;
	color: white;
}

a.home {
	margin-top: 1.1%;
}

blockquote {
	font-style: italic;
}

strong {
	font-weight: 600;
}

a {
	color: hsla(0, 0%, 96%, .80);
	text-decoration: underline;
}

.highlighter > a { color: #333; font-weight:700; margin:1rem;}
.highlighter:hover { background-color: #333; }

a:hover {
	color: gold;
}

a.name {
	font-weight: 400;
	color: #d9d9d9;
}

a.name:hover {
	color: hsla(0, 100%, 60%, .96);
}

a.callout {
	color: #fff;
}

a.callout:hover {
	color: hsla(0, 100%, 60%, .96);
}

.light-grey {
	color: hsla(0, 0%, 10%, .92);
	font-weight: 500;
	text-decoration: none;
}

a.light-grey:hover {
	color: hsla(0, 100%, 60%, .96);
}



.highlighter {
	border-radius: 4px;
	text-align: center;
	text-transform: uppercase;
	color:#333;
	background-color: rgb(237, 216, 170);
	letter-spacing:1px;
	padding:0.5rem 0 0.5rem 0;
	display: block;
	width:fit-content;
	margin-top:1rem;
}

.highlighter a {text-decoration:none;}

ul {
	list-style-type: none;
	line-height: 1.45;
	margin: 0 0 1rem 0;
	padding-left: 0
}

p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0;
}

p.team {
	margin-bottom: 0;
	font-size: 2rem;
	color:beige;
}


p.funders {
	margin-bottom: .4rem;
	font-size: 1.3rem;
}

p.resources {
	margin-bottom: 2rem;
}

.credits {
	font-size: 1.1rem;
	line-height: 1.25;
	font-weight: 300;
	margin-bottom: 1.1rem;
}

.img-credits {
	font-size: .75rem;
	line-height: 1.1rem;
	font-weight: 200;
	text-align: right;
	max-width: 98%;
	margin-top: -2.5rem;
	margin-bottom: 0;
	background-color: transparent;
	color: hsla(0, 0%, 96%, .50);
}

p.italic {
	font-style: italic;
	line-height: 1.45;

}

p.bio {
	font-size: 1.1rem;
	line-height: 1.35;
	color: beige;
	/* margin-bottom: 2rem; */
}

p.bio-last {
	font-size: 1.1rem;
	line-height: 1.35;
	color: hsla(0, 0%, 85%, .86);
	margin-bottom: 0;
}

.schedule-content {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	max-width:80%;
	margin-bottom: 2rem;
	margin-top:0px;
	float:right;
}

.no-padding {
	margin-top:0;
	margin-bottom: 0;
}

.less-padding {
	margin-bottom: .5rem;
}

.some-padding {
	margin-bottom: 1rem;
}

.more-padding {
	margin-bottom: 2rem;
}

h1 {
	font-family: 'lunatix', sans-serif;
	font-size: 4.5rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

h2 {
	font-family: 'lunatix', sans-serif;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0rem;

}

h3 {
	font-family: 'lunatix', sans-serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 2rem;
}

h4 {
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: .25rem;
}



h5 {
	font-size: 1.25rem;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
}

h6 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing:normal;
	margin-top: 0;
	margin-bottom: 1.5rem;
}

hr {
	border: 1px hsla(0, 0%, 96%, .2) solid;
	margin-top: 2rem;
	margin-bottom: 2rem;
}


.full-width {
	/* background-image:linear-gradient(to right, #5c5c8a, #b1576c); */
	width: 94%;
	float: left;
	padding: 3%;
	margin-top: 0;
}

.full-block {
	/* background-image: linear-gradient(to right, #5c5c8a, #6600ff); */
	width: 60%;
	float: left;
	padding: 10% 25% 10% 15%;
	margin-bottom: 5%;
}

.full-text {
	background-color: hsla(0, 0%, 20%, .5);
	width: 50%;
	float: left;
	margin-left: 20%;
	padding: 5% 6% 5% 5%;
}

.date {
	font-family: 'lunatix', sans-serif;
	background-color: hsla(0, 0%, 20%, .9);
	width: 10%;
	float: left;
	margin: 0 0 0 15%;
	padding: 2%;
	text-align: right;
	margin-top: 4px;
}

.date>p {
	margin-bottom: 0;
}

.schedule-text {
	background-color: hsla(0, 0%, 20%, .4);
	width: 48%;
	float: left;
	margin: 0;
	padding: 4% 4% 4% 4%;
	margin-top: 4px;
}

.schedule-two {
	background-color: hsla(0, 0%, 20%, .4);
	width: 48%;
	float: left;
	margin: 0.25rem 0 0 29%;
	padding: 4% 4% 4% 4%;
}

.schedule-credits {
	background-color: hsla(0, 0%, 26%, .1);
	width: 45%;
	float: left;
	margin: 0 5% 5% 25%;
	padding: 2% 4% 3% 2%;
}

.full-slideshow {
	background-color: #e6e6e6;
	width: 62%;
	float: left;
	margin-left: 15%;
	margin-bottom: 5%;
	padding: 5% 5% 7% 5%;
}

.full-content {
	background-color: #ddd;
	width: 50%;
	margin-left: 15%;
	padding: 5%;
}

.full-artists {
	color: hsla(0, 0%, 85%, .80);
	width: 30%;
	float: left;
	margin-top: 5%;
	margin-left: 55%;
	text-align: right;
}

.projects {
	font-size: 1.5rem;
	line-height: 1.25;
	max-width: 92%;
	color: hsla(0, 0%, 85%, .76);
}

.title-block {
	background-color: hsla(0, 0%, 26%, .9);
	width: 80%;
	padding: 4% 5% 4% 5%;
	margin-bottom: 0;
	text-align: right;
}

.schedule-block {
	background-color: #ccc;
	width: 85%;
	padding: 5%;
}

.text-block {
	width: 50%;
	padding: 5%;
}

.text-callout {
        background-color: #4E692E;
        /* background-color: hsla(0, 0%, 11%, 0.75); */
		max-width: 30%;
        padding: 4% 3rem 2rem 2rem;
        margin: 0px;
        float: left;

    }

.boxed-callout {
	border-width: 1px 0 0 1px;
	font-weight: bold;
	margin-top: 0;
	line-height: 1.5;
	/* padding: 1rem 0 0 1rem; */
}

.boxed-callout strong {
	font-size: 28px;
}

.boxed-callout h4 {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.2;
}

.text-indent {
	background-color: hsla(0, 0%, 26%, .4);
	width: 34%;
	padding: 5% 6% 5% 5%;
	margin-left: 5%;
	margin-top: 5%;
}

.text-indent h3 {
	margin-bottom: 0;
}

.text-indent h5 {
	margin: unset;
}

.text-credits {
	background-color: hsla(83, 100%, 14%, 0.771);
	width: 40%;
	padding: 4% 3% 3% 4%;
	margin-top: 4%;
	margin-bottom: 0px;
}

.artist-name {
	float: left;
	background-color: hsla(360, 23%, 20%, 0.5);
	color: beige;
	width: 45%;
	padding: 3% 4% 3% 3.5%;
	margin-top: 5%;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 2rem;
	max-width:75%;
}
.left-small-box {
	float: left;
	background-color: hsla(360, 23%, 20%, 0.5);
	color: beige;
	width: auto;
	padding: 3% 4% 3% 3%;
	margin-top: 4%;
	margin-right: 0;
	margin-left: 4%;
	margin-bottom: 2rem;
}

.left-small-box p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
}
.artist-name p {
	font-size: 16px;
	/* font-weight: 400; */
	line-height: 1.4;
}

.curators-address {
	background: hsla(120, 100%, 13%, 0.5);
	color: beige;
	width: 75%;
	max-width: 64ch;
	padding: 8%;
	margin-top: 4%;
	margin-right: 0;
	margin-left: 4%;
	font-size: 16px;
	line-height: 1.45;
	margin-bottom: 0;
	display: inline-block;
}


.artist-block {
	float: left;
	background-color: hsla(0, 0%, 10%, .98);
	color: hsla(0, 0%, 85%, .9);
	width: 30%;
	padding: 5%;
	margin: 0% 5% 5% 50%;
}

.img-block {
	width: 90%;
	margin: 5% 10% 5% 0;
}


.video-block {
	width: 70%;
	margin: 5% 15%;
	display: block;
	float: right;
}

video {
	max-width:100%;
	height:auto;
}

.img-portrait {
	width: 40%;
	margin: 5% 20%;
	float: left;
}

.small-pic {
	max-width: 40%;
	border-radius: 50%;
	float: left;
	margin-right: 2rem;
	margin-bottom: 1rem;
}

.text-portrait {
	width: 40%;
	margin: 0% 5% 5% 22.5%;
	padding: 5% 6% 5% 5%;
	float: left;
	background-color: #e6e6e6;
}

.left {
	margin-left: 5%;
}

.img-half {
	width: 60%;
	margin: 5% 20%;
	float: left;
}

.img-credit {
	width: 100%;
	background-color: #f2f2f2;
	float: left;
	margin: 0 1rem 1rem 1rem;
}

.scale-with-grid {
	width: 100%;
	height: auto;
}

.bottom {
	float: left;
	background-color: transparent;
	width: 81%;
	padding: 5% 5% 6% 5%;
}

.collapsible {
	font-family: 'urw-form', sans-serif;
	background-color: transparent;
	color: beige;
	cursor: pointer;
	padding: 0;
	margin-bottom: 0.75rem;
	padding-bottom:0.25rem;
	width: 100%;
	text-align: left;
	border:none;
	outline: none;
}

.active,
.collapsible:hover {
	/* background-image:linear-gradient(to right, #5c5c8a, #b1576c); */
	padding: 0 .9% .5% 0;
	text-transform: none;
}

.content {
	padding: 0 0 8% 0;
	display: none;
	overflow: hidden;
	color: hsla(0, 0%, 96%, .80);
}



section {
	margin-bottom: -8px;
	max-height:80vh;
	overflow: clip;
}

section > img {
	overflow:clip;
}
/* .schedule { margin-top:5%; max-width:40%;float:right;} */


/* ----------------------------------------- BREAKPOINT 1025px  */
@media (max-width: 1025px) {
	.navbar {
		height: 5rem;
	}

	a.brand-logo {
		margin: 2%;
	}

	.sidenav a.closebtn {
		bottom: 5%;
		right: 5%;
		width: 20%;
	}

	.sidenav {
		padding-top: 4%;
	}

	.sidenav a {
		font-size: 1.5rem;
		text-align: left;
		width: 60%;
		margin-left: 5%;
		margin-bottom: .6rem;
	}
.text-callout {
		background-color: #4E692E;
		/* background-color: hsla(0, 0%, 11%, 0.75); */
		max-width: 25%;
		padding: 4% 3rem 2rem 2rem;
		margin: 0px;
		float: left;

	}
	.sidenav p {
		font-size: 1.1rem;
		text-align: left;
		width: 60%;
		margin-left: 5%;
		margin-bottom: .6rem;
	}

	a.pages {
		font-size: 1rem;
		margin-bottom: 0;
	}

	a.home {
		margin-top: 1.5rem;
	}

	.title-block {
            width: 72%;
            margin: 0;

        }



	.video-block {
		width: 75%;
		padding: 0;
		margin: 0;
	}

	.text-indent {
            width: 70%;
            padding: 6% 7% 7% 5%;
            margin: 0;

        }

	.text-credits {
		width: 75%;
		padding: 6% 7% 7% 5%;
		margin: 0;
	}

	.full-text {
		width: 75%;
		padding: 6% 7% 7% 5%;
		margin-left: 10%;
	}

	.date {
		width: 15%;
		margin-left: 10%;
	}

	.schedule-text,
	.schedule-two {
		width: 52%;
	}

	.full-slideshow {
		width: 67%;
		padding: 6% 5% 7% 5%;
		margin-left: 10%;
	}

	.full-content {
		width: 65%;
		padding: 6% 7% 7% 5%;
		margin-left: 10%;
	}

	.full-credits {
		width: 75%;
		padding: 2rem auto 2rem auto;
		margin: 2rem auto;
	}

	.full-credits h5 {
	font-weight: bold;
	text-align: center;
}

	.sponsorsfunders {
		width: 40%;
		padding: 6% 7% 7% 5%;
		margin: 0;
	}

	.full-text {
		width: 75%;
		padding: 10% 7% 7% 5%;
		margin: 0;
	}

	.logos {
		width: 60%;
		margin-left: 10%;
	}

	.full-artists {
		width: 65%;
		padding: 6% 7% 7% 5%;
		margin-left: 10%;
	}

	.artist-block {
		width: 65%;
		padding: 6% 7% 7% 5%;
		margin-left: 10%;
		margin-top: 5%;
	}

	.tab {
		width: 30%;
		margin-left: 65%;
		padding: 3% 2.5%;
	}

	.img-block {
		width: 100%;
		margin: 0;
	}

	.img-portrait {
		width: 100%;
		margin: 0;
	}

	.img-half {
		width: 100%;
		margin: 0;
	}

	.text-portrait {
		width: 70%;
		padding: 6% 7% 7% 5%;
		margin: 0;
	}

	.artist-name {
		width: 75%;
		padding: 6% 7% 7% 5%;
		margin: 0 0 0 0;
	}

	.curators-address {
		width: 40%;
		max-width: 64ch;
		padding: 6% 7% 7% 5%;
	}

	.bottom {
		width: 88%;
		padding: 6% 7% 20% 5%;
	}

	h2 {
		font-size: 2.4rem;
	}

	p.funders {
		font-size: 1.2rem;
		line-height: 1.3;
		margin-bottom: .5rem;
	}

	.schedule {
		max-width: 100%;
	}

	.schedule-content {
		max-width: 100%;
	}
}
/* ----------------------------------------- BREAKPOINT 875px  */
@media (max-width: 875px) {
	/* .navbar {
		height: 8rem;
	} */

	a.brand-logo {
		margin: 1%;
	}

	.sidenav a {
		font-size: 1.4rem;
		margin-bottom: .75rem;
	}
.text-callout {
		background-color: #4E692E;
		/* background-color: hsla(0, 0%, 11%, 0.75); */
		max-width: 72%;
		padding: 4% 3rem 2rem 2rem;
		margin: 0px;
		float: left;

	}
	a.pages {
		font-size: 1.2rem;
		margin-bottom: .2rem;
	}

	a.home {
		margin-top: 1rem;
	}

	.title-block {
		padding-top: 11%;
		margin-bottom: 0;
	}

	.logo {
		max-width: 24%;
		margin-right: 5%;
	}

	.banner {
		background-position: center center;
		height: 60vh;
	}

	.img-credits {
		max-width: 100%;
		margin-top: -2rem;
	}

	.video-block {
		width: 100%;
		margin: 0;
	}
}


/* ----------------------------------------- BREAKPOINT 680px  */
@media (max-width: 680px) {
	.navbar {
		height: 7rem;
	}

	.sidenav {
		padding-top: 6%;
	}

	.sidenav a {
		font-size: 1.1rem;
		text-align: left;
		width: 60%;
		margin-left: 5%;
		margin-bottom: .5rem;
	}

	.sidenav p {
		text-align: left;
		width: 60%;
		margin-left: 5%;
		margin-bottom: .5rem;
	}

	.full-block {
		width: 90%;
		padding: 10% 5%;
		margin: 0;
	}

	.full-text {
		width: 90%;
		padding: 10% 5%;
		margin: 0;
	}

	.date,
	.schedule-text,
	.schedule-two {
		width: 90%;
		padding: 5%;
		margin: 0;
		text-align: left;
	}

	.schedule-text,
	.schedule-two {
		padding: 5% 5% 7% 5%;
	}

	.schedule-credits {
		width: 90%;
		padding: 5% 5% 10% 5%;
		margin: 0;
	}

	.full-slideshow {
		width: 90%;
		padding: 10% 5%;
		margin-left: 0;
		margin-bottom: 0;
	}

	.full-content {
		width: 90%;
		padding: 10% 5%;
		margin-left: 0;
	}

	.full-credits {
		width: 90%;
		padding: 10% 5%;
		margin: 0;
	}

	.logos {
		width: 90%;
		margin-left: 0;
	}

	.last {
		margin-bottom: 0;
	}

	.title-block {
		max-width: 100%;
		padding: 5%;
		text-align: left;
	}



	.text-indent {
		width: 71%;
		padding: 8% 6% 7% 5%;
		margin: 0;
	}

	.artist-name {
		width: 89%;
		padding: 8% 6% 7% 5%;
		border-radius: 0;
	}


	.curators-address {
		width: 50%;
		max-width: 64ch;
		height: fit-content;
		padding: 8% 6% 7% 5%;
		border-radius: 0;
	}

	.text-credits {
		width: 89%;
		padding: 8% 6% 5% 5%;
		margin: 0;
	}

	.full-artists {
		width: 89%;
		padding: 10% 6% 5% 5%;
		margin: 0;
	}

	.artist-block {
		width: 89%;
		padding: 10% 6% 5% 5%;
		margin: 0;
	}

	.tab {
		width: 40%;
		margin-left: 55%;
		padding: 3% 2.5%;
	}

	.left {
		margin-left: 0;
	}

	.text-portrait {
		width: 89%;
		padding: 5% 6% 5% 5%;
		margin: 0;
	}

	.bottom {
		width: 90%;
		padding: 10% 5% 25% 5%;
	}

	.contacts {
		width: 90%;
		margin-bottom: 10%;
	}

	p {
		font-size: 1rem;
		margin-bottom: 1.25rem;
	}

	p.credits {
		font-size: 1rem;
	}

	.projects {
		max-width: 100%;
		font-size: 1.2rem;
		margin-bottom: 2.25rem;
	}

	h1 {
		font-size: 2.8rem;
		margin-bottom: 2.25rem;
		text-align: left;
	}

	h1.home {
		font-size: 4rem;
	}

	h2 {
		font-size: 1.8rem;
		line-height: 1.3;
		margin-bottom: 2.25rem;
	}

	h3 {
		font-size: 1.4rem;
		margin-bottom: 2.25rem;
	}

	h4 {
		font-size: 1.3rem;
		margin-top:1rem;
		margin-bottom: 1.2rem;
	}

	h5 {
		margin-bottom: 0.25rem;
	}

	h6 {
		margin-bottom: 1rem;
	}

	a.pages {
		font-size: 1.1rem;
		line-height: 1.2;
	}

	.text-credits {
		width: 90%;
		padding: 10% 5%;
		margin: 0;
	}

	.logo {
		max-width: 34%;
		margin-right: 5%;
	}
}

/* ----------------------------------------- BREAKPOINT 415px  */
@media (max-width: 415px) {
	.navbar {
		height: 6.5rem;
	}

	.sidenav a {
		width: 80%;
	}

	.title-block {
		padding-top: 10%;
	}
	.text-callout {
		width:72%;
		padding: 6% 7% 7% 5%;
		margin: 0;

	}
}


/* ----------------------------------------- BREAKPOINT 375px  */
@media (max-width: 375px) {
	.navbar {
		height: 6rem;
	}

}

/* ----------------------------------------- BREAKPOINT 375px  */
@media (max-width: 320px) {
	.sidenav a {
		font-size: 1.1rem;
	}

	a.pages {
		font-size: 1rem;
	}

	.title-block {
		padding-top: 10%;
	}
}
