@charset "UTF-8";

:root {
	--shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

body {
	background-color: #222;
	color: #d1d2d3;
    font-family: "Open Sans", sans-serif; }

section, .section { padding: 4rem 0; }
h1, h2 { color: #fff; }
h3 { color: #ffffcc; }
.bg { background-color: #333; }
.lead { font-weight: 400; }

.list-style-none { 
	padding-left: 0;
	list-style: none; }

a, a:hover, a:visited, a:active, a:focus, .bi-facebook { 
	transition: all .15s ease;
	text-decoration: none; }

a { 
	color: #ffc107 }

a:hover { color: #ffcd39; }

.bi { margin-top: -4px; }

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; }

.and::after {
	font-family: 'Arial';
	content: '&';
	font-size: 90%; }
	
.underline { text-decoration: underline; }
.underline:hover { text-decoration: none; }

.underline2 { text-decoration: none; }
.underline2:hover { text-decoration: underline; }

.callout { 
	border: solid 1px rgba(255,255,255,.25);
	border-left: solid 5px var(--bs-warning);
	margin-bottom: 1.25rem;
	padding: 1.25rem; }


/* Navigation */
.navbar { padding: 2rem 0 1.25rem 0; }
.navbar > .container { align-items: flex-end; }
.navbar-dark { background-color: #1a1a1a !important; }

.nav-link { 
	color: #eee !important;
	padding: 0 .5rem !important; }

.nav-link:hover, .nav-link:focus { color: #ccc !important }

header h1 { 
	margin-bottom: 0;
	font-size: 20px; }

header h1 .fs-1 { color: #ffffcc; }
header h1 span:last-of-type { color: #ffffcc; }


/* Landing */
#synopsis {
	display: flex;
	align-items: center;
	background-color: #222; }

#synopsis h1 { text-transform: uppercase; }
.news { margin-top: 2rem; }

.hero { 
	border-radius: .5rem;
	max-width: 100%;
    height: auto; }
	
/* Page */
#josh h2 span {
	color: #ffffcc;
	display: block;
	margin-top: .65rem;
	margin-bottom: 1.5rem;
	font-size: 1.25rem !important; }

iframe {
	border-radius: .5rem;
	filter: drop-shadow(8px 8px 10px rgba(0,0,0,.5)); }

	
/* Images */
.jake {
	box-shadow: var(--shadow);
	width: 400px;
	height: 400px;
	max-width: 100%;
	border-radius: 50%; }
	
.josh {
	box-shadow: var(--shadow);
	width: 400px;
	height: 400px;
	max-width: 100%;
	border-radius: 50%; }

.dmj {
	float: left;
	margin-right: 1rem;
	margin-bottom: .5rem;
	width: 200px;
	height: 200px;
	max-width: 100%; }

.williams {
	width: 500px;
	margin: 1rem 0;
	max-width: 100%;
    height: auto; }

.williams-kids {
	margin-top: 4rem;
	max-width: 100%;
	height: auto;
	border-radius: .5rem;
	box-shadow: var(--shadow); }
	
.gene {
	margin-top: 1rem;
	border-radius: .5rem;
	box-shadow: var(--shadow);
	max-width: 100%;
	height: auto; }
	
.title { 
	margin-top: 2rem;
	line-height: 2.4rem;
	margin-bottom: 0;
	font-size: 20px; }
	
.title span { padding: .35rem; }

figcaption {
	margin-top: .25rem;
	margin-left: .25rem;
	text-align: left;
	font-size: 14px;
	font-family: var(--bs-font-monospace);
    color: #ccc; }
	

/* Transcript */	
#transcript .container {
	padding-bottom: 1rem;
	border-radius: .5rem;
	background-color: #eee; }
	
#transcript h1 {
	margin: 1rem 0 .5rem 0;
	color: var(--bs-danger);
	text-transform: uppercase; }

.table>:not(:first-child) { border-top: 1px solid currentColor; }
tbody, td, tfoot, th, thead, tr { border-color: #999; }

thead {
	position: sticky;
	top: -1px; }

td { 
	font-size: 1rem;
	font-weight: 400;
	color: #222; }
	
table h2 {
	color: var(--bs-primary) !important;
	margin-bottom: 0;
	text-transform: uppercase; }
	
table h3 {
	color: var(--bs-primary) !important;
	margin-bottom: 1rem;
	text-transform: uppercase; }
	
table.credits h3 {
	font-size: inherit;
	color: inherit !important;
	margin-bottom: .5rem; }
	
table.credits h4 {
	font-size: 15px;
	color: inherit !important;
	margin-bottom: .5rem; }

.list-style-none { list-style: none; }
table.credits li { font-size: 15px; }
table.credits h3.text-danger { color: var(--bs-danger) !important; }

table.credits a { 
	text-decoration: underline;
	color: var(--bs-purple); }

table.credits a:hover { 
	text-decoration: none;
	color: var(--bs-indigo); }
	
.name {
	font-size: 15px;
	color: var(--bs-success) !important;
	margin-bottom: 0; }


/* Footer */
footer { 
	background-color: #1a1a1a;
	color: #fff;
	color: #eee;
	padding: 2rem 1rem; }

footer, footer p {
	text-align: center;
	margin-bottom: 0;
	font-size: 14px; }

.footer-links {
	padding: 0 1rem;
	margin-top: .5rem;
	margin-bottom: .5rem; }

.footer-links a {
	color: #ffffcc;
	margin-left: .5rem; }

.footer-links a:hover { color: #aaa; }

.footer-links a::before {
	margin-right: .5rem;
	content: "|"; }

.footer-links a:first-child::before { content: ""; }
.footer-links:nth-of-type(2) a:before { display: none; }


/* MSWD */
.mswd-links p {
	font-size: 13px !important;
	display: block;
	margin-top: .4rem;
	line-height: 1.25rem;
	text-align: center; }

.mswd-links a {
	transition: all .15s ease;
	text-decoration: underline;
	color: inherit;
	font-size: inherit; }

.mswd-links a:hover {
	opacity: .7;
	text-decoration: none; }
	
	
/* ************ RESPONSIVE ************ */

@media (min-width: 768px) and (max-width: 1199px) { 
	.navbar > .container {	
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 991px) { 
	.order1 { order: 1; }
	.order2 { order: 2; }
}

@media (min-width: 768px) and (max-width: 1399px) { 
	header h1 span:last-of-type { font-size: 1rem !important; }
}

@media (min-width: 768px) and (max-width: 1199px) { 
	header h1 span:first-of-type { font-weight: 600 !important; }
	#synopsis { padding: 4rem 0 !important; }
	#synopsis h1 { margin-top: 2rem !important; }
	.navbar-expand-md .navbar-collapse, .navbar-expand-md ul.navbar-nav { width: 100%; }
	.nav-link:first-of-type { padding-left: 0 !important; }
	.nav-link { padding: .25rem 0 !important; }
	.williams-kids { margin-top: 0; }
	#josh .text-center, #director .text-center, #williams .text-center { text-align: left !important; }
	.jake, .josh, .williams-kids { margin-bottom: 1.5rem }
	#trailer h1, #documentary h1 { margin-top: 1.5rem; }
	
	.navbar-expand-md ul.navbar-nav {
		margin-top: 0.65rem;
		margin-left: unset !important;
		justify-content: space-between; }
	
	.jake, .josh {
		max-width: 300px;
		width: unset;
		height: unset;
	}
}

@media (max-width: 767px) { 
	section, .section { padding: 2rem 0; }
	
	/* Navigation */
	header h1 span:first-of-type { color: #fff; }
	header h1 span:last-of-type { color: #ffffcc; }
	.nav-link:first-of-type { padding-left: 0 !important; }
	.navbar-expand-md .navbar-nav { flex-direction: column; }
	
	.nav-link {
		margin-top: .25rem; 
		padding: .25rem 0 !important; }
	
	.navbar-dark .navbar-toggler-icon-x {
		width: 1.5rem;
		height: 1.5rem;
		background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' class='bi bi-x' viewBox='0 0 16 16'><path d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/></svg>"); }
	
	header h1 span.fw-light {		
		font-size: calc(1.625rem + 4.5vw) !important;
		font-weight: 300;
		line-height: 1.2; }
		
	.navbar-dark .navbar-toggler { 
		position: absolute;
		top: 2.25rem;
		right: 1rem; }
		
	.navbar-collapse { margin-top: 1rem; }
	
	/* Landing */
	#synopsis { 
		padding-top: 2rem;
		height: auto; }
		
	#synopsis h1 { margin-top: 1.5rem !important; }
	
	/* Images */
	.josh, .jake { 
		width: unset;
		height: unset;
		padding: 1rem; }
	
	.williams-kids { 
		margin-top: 0;
	    margin-bottom: 2rem; }
	
	#josh h1, #director h1 { margin-bottom: 2rem !important; }
	
	#trailer h1, #documentary h1 { 
		margin-top: 2rem;
	    margin-bottom: 1rem !important; }

	
	/* Footer */	
	footer { 
		padding-bottom: 2rem; 
		color: inherit; } 
}





