@charset "utf-8";
/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i';
@import '/css/fontawesome.css';
 
/* GENERAL */

body,
h1,
h2,
h3,
h4,
td,
th, 
input,
textarea,
select {
	font-family: Raleway, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 160%;
}
html {
	background: #121419 no-repeat center center fixed;
	background-size: cover;
}
body {
	color: #FFFFFF;
	background: #121419;
	background: linear-gradient(to bottom, #16191F 0%,#121419 100%);
	padding: 0 10px 0;
	margin: 0;
}
a {
	transition: all 0.5s ease-in-out;
}
a,
a:active,
a:hover {
	color: #BFC8E4;
	text-decoration: none;
}
a:hover,
#featured.home a .banner {
	color: #FFFFFF;
}
.attribute a,
.attribute a:active {
	color: #ACAFC9;
}
.attribute a:hover {
	color: #BCBFDF;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.2em;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
th,
td {
	font-size: 0.95em;
	padding: 3px 4px;
	vertical-align: top;
	text-align: left;
	border-bottom: solid 1px rgba(255, 255, 255, 0.26);
}
th {
	font-size: 0.9em;
	background-color: rgb(41, 60, 98);
	text-transform: uppercase;
	font-weight: 700;
	border-top: solid 1px rgba(145, 171, 222, 0.73);
}
td:first-child {
	font-weight: 700;
}
th,
tr:last-child td {
	border-bottom: solid 1px rgba(145, 171, 222, 0.73);
}
tr:nth-child(2n-1) td {
	background-color: rgba(255, 255, 255, 0.03);
}
tr:nth-child(2n) td {
	background-color: rgba(255, 255, 255, 0.01);
}
th h2,
td h2,
th h3,
td h3 {
	margin-top: 0.7em;
}
video {
	width: 100%;
	height: auto;
}

/* LAYOUT */

header,
footer,
#content,
#featured.home {
	background-color: #0c0c10;
	margin: 0 auto;
	max-width: 920px;
	padding: 2px;
	width: 98%;
}
#content {
	padding-block: min(4rem, 2.6vh);
	padding-inline: 2px;
}
footer {
	background-color: #040406;
	border-top: 2px solid #2c2c529e;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}
footer .attribute {
	font-size: 0.8em;
	color: #7B8AA8;
}
footer .attribute p {
	margin: 1em 0 0;
}
#content {
	min-height: 310px;
}
#content.home {
	min-height: 0;
}
#featured.home {
	padding-top: 5px;
	padding-bottom: 11px;
}
#content > *,
footer > *,
#featured > * {
	margin: 0 auto;
}
#content > h1 {
	margin: 0 auto 1em;
}
#content > h2,
#content > h3,
#content > p,
#content > ol {
	margin: 1em auto;
}
.small {
	font-size: 0.8em;
}
.clear {
	height: 1px;
	clear: both;
	display: block;
}

/* NAVIGATION */

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	min-height: 1em;
}
nav li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

/* HEADER */

header #masthead {
	background: rgba(70, 70, 70, 0.92);
	max-height: 95px;
	overflow: hidden;
	padding: 12px;
}
header #masthead a {
	display: block;
}
header #masthead img {
	height: auto;
	max-width: 326px;
	width: 100%;
}
header #masthead .twitter {
	position: relative;
	text-align: right;
	padding: 0;
	float: right;
	margin-block-start: -4.2rem;
	margin-inline-end: 0.2rem;
	max-width: 26px;
}
header #masthead .twitter::after {
	opacity: 0;
	content: '@MrMBrandon';
	display: block;
	color: #65C9FF;
	margin: -2rem 0 0 -6.5rem;
	transform: scale(0, 1);
	transform-origin: right center;
	transition: 0.3s all ease-in-out 0s;
	position: absolute;
}
header #masthead .twitter:hover:after {
	opacity: 1;
	transform: none;
}
header nav {
	margin: 3px 0 0;
}
header nav li {
	float: left;
	text-align: center;
	width: 14.285%;
	display: block;
}
header nav li a {
	display: block;
	font-size: 0.85em;
	margin: 0;
	overflow: hidden;
	padding: 5px 0 5px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: pre-wrap;
	line-height: 160%;
	border-right: 2px solid #0003;
}
header nav li:last-child a {
	border-right-width: 0;
}
.button,
header nav li a {
	background-color: rgb(31, 36, 46);
}
header nav li a:hover,
header nav li a.current,
header nav li a.current:hover {
	background-color: rgb(12, 12, 16);
	color: #ffffff;
}
.button:hover {
	background-color: rgba(87, 101, 132, 0.72);
	color: #ffffff;
}

/* FOOTER */

footer nav ul {
	margin: 0 auto;
	text-align: center;
}
footer nav li + li::before {
	content: '|';
	display: inline-block;
	margin: 0 5px;
}
footer nav li a {
	padding: 0 5px;
}
footer nav li a:hover,
footer nav li a.current,
footer nav li a.current:hover {
	color: #FFFFFF;
}
footer #up {
	font-size: 24px;
	font-weight: 700;
	height: 24px;
	line-height: 100%;
	margin: -1.4em auto 0.6em;
	width: 24px;
}
footer #up a {
	color: #5c5c7d;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	height: 18px;
	opacity: 0.8;
	text-overflow: clip;
	transform: scale(2, 1);
	width: 18px;
}
footer #up a:hover {
	opacity: 1;
	color: rgba(255, 255, 255, 0.9);
}

/* CONTENT */

.center {
	text-align: center;
}
.clear,
#featured.home > .clear {
	clear: both;
	display: block;
	float: none;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.left-float {
	float: left;
	margin: 0 14px 8px 0;
}
.right-float {
	float: right;
	margin: 0 0 8px 14px;
}
.tab-content tr th,
.tab-content tr td {
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
}

/* FORMS AND BUTTONS */

.button {
	padding: 5px 25px;
	border: 0 none;
	font-weight: 500;
	display: inline-block;
}

/* HOME */

#featured.home > div {
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
}
#featured.home div {
	position: relative;
}
#featured.home p {
	line-height: 100%;
	margin: 0 0 0.1em;
	overflow: hidden;
}
#featured.home img {
	width: 100%;
	height: auto;
}
#featured.home .tag,
#featured.home .banner.single-line {
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 1em;
	overflow: hidden;
}
#featured.home .column-2 p {
	position: relative;
}
#featured.home .banner {
	display: block;
	font-size: 0.95em;
	background-color: #bf0000fa;
	padding-block: 0.6rem;
	padding-inline: 3.3rem;
	text-align: center;
}
#featured.home .column-2 .banner {
	position: absolute;
	inset-inline: -1.9rem;
	transform: rotate(8deg) translate(0.8rem, -1.3rem);
	margin-inline: 0;
	line-height: 160%;
	inset-block: auto 0.9rem;
	text-align: start;
}
#featured.home .tag {
	background-color: rgba(40, 40, 40, 0.58);
	display: block;
	float: right;
	padding: 0.5em 2em 0.5em;
	position: relative;
	z-index: 3;
	text-transform: uppercase;
	height: 1em;
	margin: 0 0 -2em 0;
}
#content.home {
	padding-top: 9px;
}
#content.home h1 {
	background-color: rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
	margin-bottom: 0.4em;
	padding: 0.1em 0;
	font-size: 23px;
}
#showreel {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0 none;
}
#showreel iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
	min-height: 150px;
}

/* TABS */

.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.tabs h1 {
	font-size: 1.3em;
	margin: 0;
	line-height: 100%;
	font-weight: 400;
}
.tabs h1 a {
	padding: 0.4rem 0.9rem;
}
.tabs li {
	background-color: #192741;
	border-left: 1px solid #4d586e;
	border-right: 1px solid #4d586e;
	border-top: 1px solid #4d586e;
	color: #92a1c0;
	cursor: pointer;
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 10px 15px;
	position: relative;
	border-radius: 5px 5px 0 0;
}
.tabs li.current {
	background-color: #0c0c10;
	border-bottom: 1px solid #0c0c10;
	color: rgba(255, 255, 255, 0.2);
	margin: 0 8px -1px 0;
}
.tab-content {
	border: 1px solid rgba(255, 255, 255, 0.4);
	display: none;
	padding: 15px;
}
.tab-content.current {
	display: inherit;
}

/* BIOGRAPHY */

.signature {
	display: inline-block;
	max-width: 110px;
	margin: 20px 0;
}

@media (min-width: 500px) {
	header #masthead {
		background: #334b7cc2 url("/images/michael-brandon-masthead-portrait.png") no-repeat scroll 0 10px / 88px;
		height: 63px;
		padding: 18px 10px 14px 97px;
	}
	header #masthead a {
		padding: 0 3%;
	}
	header #masthead .twitter {
		max-width: 36px;
	}
	#content > *,
	footer > *,
	#featured > * {
		margin-left: auto;
		margin-right: auto;
		width: 93%;
		max-width: 856px;
	}
	#featured.home {
		max-height: 715px;
		overflow: hidden;
	}
	#featured.home:has(.full-width) {
		max-height: none;
		overflow: inherit;
	}
	#featured.home .full-width {
		margin-inline: 0;
		width: 100%;
		max-width: none;
	}
	#featured.home .column-1,
	#featured.home .column-2 {
		background-color: rgba(0, 0, 0, 0);
		border: 0 none;
		float: left;
		margin: 0 1%;
		width: 49.5%;
	}
	#featured.home > p {
		width: 100%;
		max-width: 900px;
	}
	#featured.home .column-1 {
		width: 41.2%;
		margin-right: 0;
	}
	#featured.home .column-2 {
		width: 55.8%;
	}
	#featured.home .column-1 img {
		max-width: 455px;
	}
	#featured.home .column-2 img {
		max-width: 514px;
	}
	#featured.home p {
		margin: 0 auto 0.4em;
	}
	#featured.home p:last-child {
		margin: 0 0 0;
	}
	#content.home .center {
		width: 98%;
		max-width: inherit;
	}
	#content .col-2 {
		column-count: 2;
	}
	#content .part {
		display: inline-block;
		width: 100%;
	}
	#content .col-2 .part > *:first-child {
		margin-top: 0;
	}
	#showreel {
		min-height: 300px;
	}
	
	/* AGENTS */

	#film ~ p > strong,
	#stage ~ p > strong,
	#voice ~ p > strong {
		display: inline-block;
		min-width: 6em;
		margin-inline-end: 0.7em;
	}
}

@media (min-width: 767px) {
	#showreel {
		min-height: 400px;
	}
}

@media (min-width: 900px) {
	#showreel {
		height: 507px;
	}
}

/* PRINT */

@media print {
	html,
	body,
	#content,
	.tabs li.current {
		color: #000000;
		background-color: #FFFFFF;
		border: 0 none;
	}
	body {
		margin: inherit;
		padding: inherit;
	}
	#content {
		width: auto;
		max-width: 100%;
	}
	a,
	a:active,
	a:hover {
		color: #1C4A88;
		text-decoration: underline;
	}
	th {
		border-top: 1px solid #646464;
	}
	th,
	td,
	th,
	tr:last-child td {
		border-bottom: 1px solid #646464;
	}
	nav,
	.tabs li,
	.button,
	.screen,
	a.print,
	footer,
	#up,
	header #masthead .twitter img {
		display: none;
	}
	.tabs li.current {
		display: block;
		padding: 0;
	}
	.tab-content {
		border: 0 none;
		padding: 0;
	}
	header #masthead {
		padding: 0 0 0 3%;
	}
	header #masthead a {
		padding: 0;
	}
	header img { 
		color: #000000;
		-webkit-filter: invert(100%);
		filter: invert(100%);
	}
	header #masthead .twitter::after {
		position: relative;
		color: #00508B;
		transform: none;
		opacity: 1;
		display: inline-block;
		right: 0;
		margin: 3px 0 0 0;
	}
}