/* ---------------------------------------------------------
//
//  RESET
//
// -------------------------------------------------------*/

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	border-width: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var
b,
i {
	font-style:normal;
	font-weight:normal;
}
ol,
ul {
	list-style:none;
}
caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
/*	font-weight:normal;*/
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
}

/* ---------------------------------------------------------
//
//  FONTS
//
// -------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');

@font-face {
    font-family: 'moon_flowerregular';
    src: url('fonts/moon_flower-webfont.eot');
    src: url('fonts/moon_flower-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/moon_flower-webfont.woff') format('woff'),
         url('fonts/moon_flower-webfont.ttf') format('truetype'),
         url('fonts/moon_flower-webfont.svg#moon_flowerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'moon_flower_boldregular';
    src: url('fonts/moon_flower_bold-webfont.eot');
    src: url('fonts/moon_flower_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/moon_flower_bold-webfont.woff') format('woff'),
         url('fonts/moon_flower_bold-webfont.ttf') format('truetype'),
         url('fonts/moon_flower_bold-webfont.svg#moon_flower_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ---------------------------------------------------------
//
//  BASICS
//
// -------------------------------------------------------*/

/* Structure */

html, body {
	width: 100%;
	height: 100%;
}

#work .inner-column {
	max-width: 1040px;
	margin-inline: auto;
}

#about .inner-column {
	max-width: 900px;
	margin-inline: auto;
}

/* Fonts */

html, div, input, textarea {
	font-family: Georgia, Times, Serif;
	font-size: 1.0em;
	line-height: 1.5;
/*	word-spacing: 1px;*/
}
p {
	margin: 0 0 .8em 0;
	font-size: 1.2em;
}
em {
	font-style: italic;
}
h1 {
	font-size: 5em;
	line-height: 1.2;
	font-family: "Fraunces", Georgia, serif; 
	font-variation-settings:
    "SOFT" 100,
    "WONK" 1;
    font-weight: 600;
}
h2 {
	font-size: 3em;
	line-height: 1.5;
	font-family: "Fraunces", Georgia, serif; 
	font-variation-settings:
    "SOFT" 100,
    "WONK" 1;
    font-weight: 200;
	}
h3 {
	font-size: 2em;
	line-height: 1.5m;
	color: #FC2B3B;
	font-family: "Fraunces", Georgia, serif; 
	font-variation-settings:
    "SOFT" 100,
    "WONK" 1;
    font-weight: 200; 
}
h4 {
	font-size: 1rem;
	line-height: 1.5m;
	color: #FC2B3B;
	font-family: "Fraunces", Georgia, serif; 
	font-variation-settings:
    "SOFT" 100,
    "WONK" 1;
    font-weight: 200;
}

/* Links */

a:link, 
a:visited,
.pink {
	color: #d725c4;
	color: #e31593;
}
a:link, 
a:visited {
	text-decoration: none;
	border-bottom: 1px solid #efd3fa;
}
a:hover {
	color: #8c0758;
	border-bottom: 1px solid #8c0758;
}
a:active {
	color: #661385;
}
a:hover img {
	vertical-align: bottom;
	border-width: 0;
}

/* Black */

.black a:link,
.black a:visited {
	color: #000;
	border-bottom: 1px solid #ccc;
}
.black a:link.image,
.black a:link.video {
	border-width: 0;
}
.black a:hover {
	color: #333;
	border-color: #333;
}
.black a:active {
	color: #ccc;
	border-color: #ccc;
}

/* Gray */

.gray {
	color: #999;
}
.gray a:link,
.gray a:visited {
	color: #999;
	border-bottom: 1px solid #ccc;
}
.gray a:hover {
	color: #555;
	border-color: #555;
}
.gray a:active {
	color: #111;
	border-color: #111;
}

/* Inputs */

.input-container {
	border: 4px solid #e7e7e7;
	background-color: #c7c7c7;
	padding: 1px;
	overflow: hidden;
}
.input-content {
	background-color: #fff;
	border: 2px solid #fff;
	padding: 10px;
	overflow: hidden;
}
input.input,
textarea.input {
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	height: 22px;
	padding: 0;
	width: 100%;
	outline: none;
	background-color: transparent;
	border: 0;
	border-collapse:collapse;
	border-spacing:0;
	text-align: center;
}
.shaded {
	background-color: #f1f1f1;
}

/* Button */

.button {
	display: inline-block;
}
.button a:link,
.button a:visited {
	background-color: #e31593;
	display: block;
	overflow: hidden;
	color: #fff;
	text-decoration: none!important;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 12px;
	font-size: 1em;
	border-width: 0;
}
.button a:hover {
	background-color: #8c0758;
	border-width: 0;
}

/* Narrow */

@media screen and (max-width: 600px) {
	p {
		font-size: 1.2em;
	}
}

/* ---------------------------------------------------------
//
//  HEADER
//
// -------------------------------------------------------*/

.header {
	text-align: center;
	padding: 40px 40px 20px 40px;
	border-bottom: 3px solid #efefef;
}
.header a:link, 
.header a:visited {
	border-width: 0;
}
.header a:hover {
	border-width: 1px;
}
.header h1 a:hover {
	border-width: 0px;
}
.header h1 a:hover span {
	color: #e31593 !important;
}
.header ul.menu {
	text-align: center;
}
.header ul.menu li {
	display: inline-block;
	margin: 0 10px;
}
#about .header ul.menu li.about a:link,
#about .header ul.menu li.about a:visited,
#work .header ul.menu li.work a:link,
#work .header ul.menu li.work a:visited {
	color: #000;
	border-bottom: 2px solid #000;
	font-family: "Fraunces", Georgia, serif; 
	font-variation-settings:
    "SOFT" 100,
    "WONK" 1;
    font-weight: 600;
}
.header ul.categories {
	padding: 10px 0 0 0;
}
.header ul.categories li {
	display: inline-block;
	margin: 0 10px;
}
#work.featured .header ul.categories li.featured a:link,
#work.featured .header ul.categories li.featured a:visited,
#work.video .header ul.categories li.video a:link,
#work.video .header ul.categories li.video a:visited,
#work.radio .header ul.categories li.radio a:link,
#work.radio .header ul.categories li.radio a:visited,
#work.writing .header ul.categories li.writing a:link,
#work.writing .header ul.categories li.writing a:visited {
	color: #000;
	border-bottom: 2px solid #000;
	font-family: "Fraunces", Georgia, serif; 
	font-variation-settings:
    "SOFT" 100,
    "WONK" 1;
    font-weight: 200;
}

/* Narrow */

@media screen and (max-width: 600px) {
	
	.header {
		padding: 30px;
	}
	.header h1 {
		font-size: 3.5em;
	}
}

/* ---------------------------------------------------------
//
//  FOOTER
//
// -------------------------------------------------------*/

.footer {
	padding: 40px;
	text-align: center;
	font-size: .9em;
}

/* Narrow */

@media screen and (max-width: 600px) {
	.footer {
		padding: 30px;
		font-size: .8em;
	}
}

/* ---------------------------------------------------------
//
//  ABOUT
//
// -------------------------------------------------------*/



#about .categories {
	display: flex;
	justify-content: center;
	column-gap: 1rem;
	flex-flow: row wrap;
	text-align: center;
	font-size: 1rem;
	padding-block: 1rem;
	margin-block: 1rem;
	padding-inline: 30px;
	position: sticky;
	top: 0;
	background-color: white;
}

#about .content {
	border-bottom: 3px solid #efefef;
	padding: 30px;
}
#about .section {
	text-align: left;
	padding: 0 30px;
	margin: 0 0 20px 0;
}
#about .section h2 {
	margin: 0 0 1rem 0;
}
#about .section h3 {
	font-family: "Fraunces", Georgia, serif; 
	font-variation-settings:
    "SOFT" 100,
    "WONK" 1;
    font-weight: 200;
    margin: 0px 0 10px 0;
}
#about .section li {
	font-size: 1.5em;
}
#about .newsletter .input-container-container {
	display: block;
	margin: 0 0 20px 0;
}
#about .newsletter .input-container {
	width: 400px;
	display: inline-block;
}
#about .newsletter .button {
	display: inline-block;
}
#about .studio video {
	margin: 0 0 15px 0;
	display: inline-block;
	background-color: #efefef;
	max-width: 100% !important;
	height: auto;
}
#about .studio .caption {
	font-size: 1em;
	font-style: italic;
}

#about .contact li.gray {
	font-size: .9em;
	padding-top: 10px;
}
#about .contact li.black  {
	font-size: 1em;
	padding-top: 10px;
}
#about .contact li a.pink  {
	color: #d725c4;
	color: #e31593;
}
#about .social {
	overflow: hidden;
}
#about .social ul {
	display: flex;
	flex-diretion: row;
	gap: 20px;
}
#about .awards ul,
#about .press ul,
#about .faq ul {
	margin: 0 0 30px 0;
}

/*#about .awards ul {
	padding-top: 1rem;
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 1rem;

	li {
		grid-column: span 2;
		display: grid;
		grid-template-columns: subgrid;
	}

	
}*/

#about .awards li,
#about .press li {
/*	margin: 0 0 5px 0;*/
	font-size: 1em;
}

#about li .source {
	display: inline-block;
	margin: 0 5px 0 0;
}
#about li .title {
	display: inline-block;
}
#about .faq ul {
	margin: 0 0 50px 0;
}
#about .faq li {
	margin: 0 10% 25px 10%;
	margin: 0 auto 25px auto;
	width: 420px;
	font-size: 1em;
}
#about .faq .question {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 10px 0;
}
#about .faq p {
	font-size: 1em;
}

/* Narrow */

@media screen and (max-width: 600px) {
	
	#about .content {
		padding: 20px;
	}
	#about video {
		width: 100% !important;
		height: auto !important;
		margin: -3px 0 0 0;
	}
	#about .section.studio,
	#about .section.contact,
	#about .section.newsletter {
/*		padding: 0;*/
	}
	#about .bio {
/*		padding: 0;*/

	}
	/*#about .social li {
		display: block;
		margin: 0 15px 10px 15px;
	}*/
	#about .press li,
	#about .awards li,
	#about .faq li {
		margin: 0 0 15px 0;
	}
	#about .faq li {
		width: auto;
		margin: 0 0 20px 0;
	}
	#about li .source {
		display: block;
	}
	#about .newsletter .input-container {
		width: 100%;
		display: block;
	}
}

/* ---------------------------------------------------------
//
//  HOME
//
// -------------------------------------------------------*/

#home a:link,
#home a:visited {
	border-width: 0;
}
#home ul.cells {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#home ul.cells li {
	float: left;
	width: 50%;
	height: 50%;
	display: block;
	overflow: hidden;
	text-align: center;
}
#home table {
	width: 50%;
	height: 50%;
	position: absolute;
	z-index: 999;
}
#home table td {
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}
#home h1 {
	font-size: 7rem;
	font-weight: 300;
	text-align: center;
}
#home .video h1 a:link,
#home .video h1 a:visited {
	color: #fff;
	padding: 20px 30px;
}
#home .video h1 a:hover {
	/*background: #fff;*/
	border-width: 0;
	color: #d725c4;
}
#home .cell-1 .giaever {
	display: none;
}

/* Narrow */

@media screen and (max-width: 800px) {
	#home ul.cells {
		width: auto;
		height: auto;
		overflow: visible;
		padding: 20px;
	}
	#home h1 {
		font-size: 6em;
	}
	#home ul.cells li {
		float: none;
		width: auto;
		height: auto;
	}
	#home .cell-1 .giaever {
		display: block;
	}
	#home table {
		width: 100%;
		height: auto;
		position: static;
	}
	#home table td {
		width: auto;
		height: auto;
	}
	#home video {
		display: none;
	}
	#home .video h1 a:link,
	#home .video h1 a:visited {
		color: #000;
		display: inline-block;
		padding: 0;
		border-bottom: 1px solid #fff;
	}
	#home .video h1 a:hover,
	#home h1 a:hover {
		color: #d725c4;
		border-color: #d725c4;
	}
	#home .cells .cell-4 {
		display: none;
	}
}

/* ---------------------------------------------------------
//
//  PROJECT
//
// -------------------------------------------------------*/

#project .intro {
	text-align: center;
	padding: 30px 0;
	border-bottom: 3px solid #efefef;
}
#project .intro p {
	font-size: 1em;
	margin: 0 0 0 0;
}
#project .content {
	text-align: center;
	padding: 30px;
	border-bottom: 3px solid #efefef;
}
#project .content h1 {
	margin: 0 0 20px 0;
	font-weight: 200;
	font-size: 3rem;
}
#project .content .image {
	margin: 0 0 20px 0;
}
#project .content .image iframe {
	background: #efefef;
}
#project .content .this-american-life {
	display: inline-block;
}
#project .content .description {
	margin: 0 5% 15px 5%;
	font-size: 1.1em;
}
#project p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 5px 0;
}
#project .content .dateline {
	margin: 0 0 25px 0;
}
#project .content a:link.source,
#project .content a:visited.source {
	padding: 15px 20px;
	display: inline-block;
	background-color: #e31593;
	border-width: 0;
	color: #fff;
	margin: 0 0 20px 0;
}
#project .content a:hover.source {
	border-width: 0;
	background-color: #8c0758;
}

#project .images {
	overflow: hidden;
	padding: 50px 0 0px 0;
}
#project .images.cowbird {
	padding: 20px 0 0 0;
}
#project .images img,
#project .images iframe {
	display: inline-block;
	margin: 0 0 30px 0;
}

/* Narrow */

@media screen and (max-width: 600px) {
	#project .content {
		padding: 20px;
	}
	#project .content h1 {
		font-size: 4em;
	}
	#project .content .description {
		margin: 0 0 20px 0;
	}
	#project iframe {
		width: 100% !important;
		height: auto;
	}
	#project .cowbird iframe {
		height: 500px;
	}
}

/* ---------------------------------------------------------
//
//  WORK
//
// -------------------------------------------------------*/

#work .categories {
	display: flex;
	justify-content: center;
	column-gap: 1rem;
	flex-flow: row wrap;
	text-align: center;
	font-size: 1rem;
	padding-block: 1rem;
	margin-block: 1rem;
	padding-inline: 30px;
	position: sticky;
	top: 0;
	background-color: white;
	z-index: 4;
}

#work h2 {
	text-align: center;
	padding-top: 20px;
}
#work ul.items {
	overflow: hidden;
	text-align: center;
	padding: 20px;
	border-bottom: 3px solid #efefef;
}
#work ul.items li {
	display: inline-block;
	margin: 0 5px 20px 5px;
	text-align: center;
}
#work ul.items .image {
	display: block;
	width: 225px;
	height: 150px;
	background-color: #efefef;
	background-size: cover;
	background-position: center center;
	margin: 0 0 15px 0;
	border-width: 0;
}
#work ul.items.featured .image {
	width: 300px;
	height: 200px;
}
#work ul.items a:hover.image {
	opacity: .8;
}
#work ul.items .title {
	font-size: 1em;
}
#work ul.items.featured .title {
	font-size: 1.2em;
}
#work ul.items .date {
	font-size: .8em;
}

/* Narrow */

@media screen and (max-width: 600px) {
	#work ul.items {
		padding: 20px 0;
		width: 100%;
	}
	#work ul.items li {
		margin: 0 0 20px 0;
		display: block;
	}
	#work ul.items .image {
		width: 100% !important;
	}
}

