@charset "UTF-8";
/* @import url("https://use.typekit.net/lki0pgx.css"); */
/* CSS Document */

html {
	font-size: 2vw;
}

*{
	margin: 0;
	padding: 0;
	/* box-sizing: border-box; */
}

a{
	text-decoration: none;
}

p{
	hyphens: manual;
}

.header{
	padding: 20px 8%; 	/* 30px 75px; */
	
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;			/* 50px; */
	align-items: stretch;	/* center; */
	
	font-family: "new-frank", sans-serif;
	font-weight: 400;	/*regular */	/* was 500; /* medium; */
	font-size: 1em;
	
	color: white;
	background-color: #ff7c00;
}

.header-title{
	/* border: 1px dotted red; */
}

.menu{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;		/* 30px; */
	
	font-size: 75%;		/* 85%; */
	text-align: right;
	
	/* border: 1px solid red; */
}

.menu-item a{
	text-decoration: none;
	color: white;
	
	/* border: 1px solid green; */
}
.menu-item a:hover{
	font-size: 105%;
}
.menu-item a:focus{
	font-size: 105%;
}

.artist-banner{
	padding: 30px 8%;	/* 45px 75px; */
	
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
}

.one-column-image{
	width: 100%;
	height: auto;
}

.artist-title{
	margin-top: 30px;
	
	font-family: "argent-cf", serif;
	font-weight: 600; /* semi-bold; */
	font-size: 2em;
}

.artist-date{
	margin-top: 20px;
	margin-bottom: 10px;
	
	font-family: "new-frank", sans-serif;
	font-weight: 300; /* light */
	font-size: 1em;
}

.artist-summary{
	font-family: "argent-cf", serif;
	font-weight: 100; /* thin */
	font-size: 0.9em;
	
	color: #333333;
}

.artist-bio{
	padding: 45px 8%;		/* 75px; */
	
	font-family: "new-frank", sans-serif;
	font-weight: 400; /* normal */
	font-size: 0.8em;
	
	color: #333333;
	background-color: #fff3cc;
}

.bio{
	font-family: "new-frank", sans-serif;
	font-weight: 400; /* normal */
	font-size: 1em;
	
	color: #333333;
}

.bio a{
	text-decoration: underline;
	text-decoration-color: #333333;
}

.color-heading{
	margin-bottom: 10px; /* 30px; */
	
	font-family: "new-frank", sans-serif;
	font-weight: 500; /* medium */
	font-size: 1.3em;
	
	color: #ff7c00;
}

.two-column-text{
	column-count: 2;
	gap: 18px;
	
	/* border: 1px solid green; */
}

.artist-exhibitions{
	padding: 0px 8%;	/* 75px; */
	margin-top: 45px;       
	
	font-family: "new-frank", sans-serif;
	font-weight: 400; /* normal */
	font-size: 0.8em;
	
	color: #333333;
	background-color: white
}

.exhib-items-layout{
	display: grid;
	grid-template-areas: "a a";
	grid-gap: 10px;
	
	/* border: 1px dotted green; */
}

.outset-date{
	padding: 2px 0px;	/* to align baseline to exhibitions text */
	
	font-family: "argent-cf", serif;
	font-weight: 700; /* bold */
	font-size: 1em;
	
	/* border: 1px dotted red; */
}

.exhib{
	margin-top: 0;
	margin-bottom: 0;
	
	break-inside: avoid;

	/* border: 1px solid red; */
}

.artist-working-banner{
	display: grid;
	grid-template-columns: 40% 60%;
}

.artist-working-caption{
	padding-top: 20%;		/* was 60px; */
	padding-left:  20%;		/* 8%;		/* 75px; */
	padding-right: 10%;
	padding-bottom: 10%;	/* was 0px; */
	
	margin-bottom: 3px;		/* to align bottom of background with image */
	
	font-family: "new-frank", sans-serif;
	font-weight: 400; /* normal */
	font-size: 0.85em;	/* 0.8em; */
	
	color: #333333;
	background-color: #fff3cc;
	
	/* border: 1px solid red; */
}

.artist-working-heading{
	margin-bottom: 10px; /* 30px; */
	
	font-family: "new-frank", sans-serif;
	font-weight: 500; /* medium */
	font-size: 1.2em;
	
	color: black;
}

.alternate-artist-working-banner{
	display: none;			/* only used in the small-screen case */
	
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 8%;
	padding-right: 0px;
	
	font-family: "new-frank", sans-serif;
	font-weight: 600; /* semi-bold */
	font-size: 1em;
	
	color: black;
	background-color: #fff3cc;
}

.artist-working-image{
}

.spacer{
	padding: 10px;	/* white space for vertical spacing */
}

/* .media-collections-heading{
/*	padding-left: 20%;
/* 	padding-top: 30px;
/* 	padding-bottom: 15px;
/* 	
/* 	font-family: "argent-cf", serif;
/* 	font-weight: 400; /* medium; */
/* 	font-size: 1.8em;
/* }
/* */

.art-set-banner{
	padding-top: 35px;
	padding-left:  8%;		/* 75px; */
	padding-right: 8%;		/* 75px; */
	padding-bottom: 0px;
	
	font-family: "new-frank", sans-serif;
	font-weight: 600; /* semi-bold */
	font-size: 0.9em;
	
	color: black;
	background-color: #fff3cc;
}

.art-set-heading{
	font-weight: 600;  /* semi-bold */
	font-size: 1.3em;
}

.art-set-subhead{
	font-weight: 400; /* normal */
	font-size: 1.3em;
}

.art-set-splash{
	margin-top: 20px;
	margin-left: -10%;	/* -75px; */
	margin-bottom: 0;
}

.art-grid{
	padding: 15px 8%;		/* 75px; */
	
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0px 20px;		/* 30px; */
	
	align-items: end;
	/* border: 1px dotted red; */
}

.art-grid-item{
	padding-bottom: 0px;
	/* border: 1px solid red; */
}

.art-grid-caption{
	align-self: flex-start;
	/* border: 1px solid green; */
}

.art-set-title{
	margin-top: 6px;
	
	font-family: "new-frank", sans-serif;
	font-weight: 600; /* semi-bold */
	font-size: 0.9em;
}

.art-set-title a{
	text-decoration: none;
	color: black;
}

.art-set-dates{
	font-family: "new-frank", sans-serif;
	font-weight: 400; /* normal */
	font-size: 0.8em;
	
	color: #333333;
}

.nav-bar{
	padding: 20px 8%;		/* 75px; */
	margin-bottom: 10px;
	
	display: grid;
	grid-template-columns: 49% 2% 49%;
	grid-gap: 0px 10px;
	
	font-family: "new-frank", sans-serif;
	font-weight: 500; /* medium */
	font-size: 0.95em;			/* note: 1.0em wraps on phones */
	
	color: #ff7c00;
}

.nav-bar a{
	text-decoration: none;
	color: #ff7c00;
}
.nav-bar a:hover{
	font-size: 103%;
}
.nav-bar a:focus{
	font-size: 103%;
}

.nav-left{
}
.nav-mid{
	 font-size: 103%;	/* vertical spacing to prevent lower layout from jittering on hover */
}
.nav-right{
	text-align: right;
}

.contact-form-enclosure{
	padding-top: 5em;
	padding-bottom: 1em;
			/* center the form on the page */
	text-align: center;
}

.contact-form{
}

.contact-block{
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
	
	color: black;
}

.contact-heading{
	font-family: "new-frank", sans-serif;
	font-weight: 500; /* medium */
	font-size: 1.3em;
}

.contact-caption{
	font-family: "new-frank", sans-serif;
	font-weight: 400; /* regular */
	font-size: 1.1em;
}

.contact-field{
	padding 5px 5px;
	margin-top: 1em;
	
	font-family: "new-frank", sans-serif;
	font-weight: 400; /* regular */
	font-size: 0.9em;

	border: 2px solid #ff7c00;
}

.contact-action{
	padding-top: 2em;
	text-align: right;
}

form{
	display: inline-block;
	/* padding: 1em; */
}

label{
	display: inline-block;
	margin-top: 4px;
	margin-left: 4px;
	min-width: 50px;
	text-align: left;
	color: #333333;
}

input,
textarea{
	padding: 4px 4px;
		/* to make sure that all text fields have the same font settings */
		/*    by default, textareas have a monospace font */
	font-family: "new-frank", sans-serif;
	font-weight: 400; /* regular */
	font-size: 1.0em;
		/* Uniform text field size */
	width: 30em;	/* 400px; */
	/* box-sizing: border-box; */
	border: none;
}

input:focus,
textarea:focus{
		/* additional highlight for focused elements */
	border-color: black;
}

textarea{
		/* Align multiline text fields with their labels */
	vertical-align: top;
		/* Provide space to type some text */
	height: 5em;
}

button{
	padding: 5px 10px;
	
	font-family: "new-frank", sans-serif;
	font-weight: 400; /* regular */
	font-size: 1.1em;
	
	color: white;
	background-color: #ff7c00;
	border: none;
}

.response-field{
	padding-top: 1em;
	text-align: center;
	
	font-family: "new-frank", sans-serif;
	font-weight: 400; /* regular */
	font-size: 0.9em;
}
.response-frame{
	border: none;
	text-align: right;
	width: 36em;		/* computed off of textarea.width, to align with right edge */
	height: 6em;
}

.hide {
	display: none;
}

.full-page-display{
	padding-top: 0px;
	padding-left:  8%;		/* 75px; */
	padding-right: 8%;		/* 75px; */
	padding-bottom: 25px;
}

.footer{
	padding: 12px 8%;		/* 75px; */
	text-align: center;
	
	font-family: "new-frank", sans-serif;
	font-weight: 400; /* normal */
	font-size: 0.6em;
	
	color: #333333;
	background-color: #fff3cc;
}

/* extra-small		<480px */
/* portrait cell phone     */
@media only screen and (max-width: 480px) {
 	html {
		font-size: 4.5vw;		/* 4vw; */
	}
	.header{
		font-weight: 500; 		/* medium; */
	}
	.menu{
		font-size: 85%;			/* was 75%; */
	}
	.artist-banner{
		grid-template-columns: 100%;	/* was grid-template-columns: 1fr 1fr; */
	}
	.artist-title{
		margin-top: 0px;	/* 30px; */
	}
	.two-column-text{
 		column-count: 1;	/* was 2; */
	}
	.artist-working-banner{
		display: none;
		/* grid-template-columns: 100%;	/* was grid-template-columns: 40% 60%; */
	}
	.artist-working-caption{
		padding-top:    8%;
		padding-left:   8%;
		padding-right:  8%;
		padding-bottom: 8%;
		
		margin-bottom: 0px;
	}
	.alternate-artist-working-banner{
		display: block;
	}
	.art-set-splash img{
		width: 75%;			/* 700px; */
	}
	input,
	textarea{
	 	width: 16em;	/* 240px;	 */
	}
	.response-frame{
		width: 22em;	/* 330px; */
		height: 6em;
	}
	/*  	debugging of @media breaks
	/* .artist-title{
	/* 	color: purple;
	/* }
	/* */
}


/* small 			>481px to <768 */
/* portrait tablets                */
@media only screen and (min-width: 481px) and (max-width: 768px) {
	/*  	debugging of @media breaks
	/* .artist-title{
	/* 	color: lime;
	/* }
	/* */
}

/* medium 			>768px to <1024px */
/* small screens, laptops             */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	/*  	debugging of @media breaks
	/* .artist-title{
	/* 	color: orange;
	/* }
	/* */
}

/* large 			>1025px to <1200px */
/* desktops, large screens             */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	/*  	debugging of @media breaks
	/* .artist-title{
	/* 	color: pink;
	/* }
	/* */
}

/* extra-large 		>1201px */
/* extra large screens, TVs */
@media only screen and (min-width: 1201px) {
	/*  	debugging of @media breaks
	/* .artist-title{
	/* 	color: green;
	/* }
	/* */
}

/* ex-extra-large 	>1400px */
@media only screen and (min-width: 1400px) {
	/*  	debugging of @media breaks
	/* .artist-title{
	/* 	color: aqua;
	/* }
	/* */
}
