/*@font-face{
	font-family: 'myFutura';
	src: url('fonts/futur.ttf') format('truetype');
}
*/

*{
	box-sizing: border-box;
	color: inherit;
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
body{
	background-color: white;
	color: #282828;
	display: block;
}
h1{
	color: black;
	font: 3.25rem Futura, sans-serif;
	line-height: 100%;
	text-transform: uppercase;
}
h2{
	color: black;
	font: 3.75rem Futura, sans-serif;
	line-height: 100%;
	text-transform: uppercase;
	word-spacing: -0.1rem;
}
h3{
	//font: bold 4.9vw Futura, sans-serif;
	font: bold 3.75rem Futura, sans-serif;
	margin-bottom: 4vh;
	text-transform: uppercase;
}
h4{
	//font: 1.5vw Futura, sans-serif;
	font: 1.125rem Futura, sans-serif;
	margin: 0 4vw;
}
h5{
	font: bold 2.625rem Futura, sans-serif;
	margin-bottom: 1.75rem;
	text-transform: uppercase;
}
h5 span{
	color: #E6E600;
	display: block;
	font: 1.125rem Futura, sans-serif;
	//padding-left: 0.75rem;
}
h6{
	font: bold 1.375rem Futura, sans-serif;
	margin-bottom: 0.5rem;
	text-decoration: underline;
	text-decoration-color: #E6E600;
	text-decoration-thickness: 0.18rem;
}
p{
	font: 1rem Futura, sans-serif;
	margin-bottom: 1rem;
}
img{
	display: block;
	width: 100%;
}
a:hover{
	color: #F21919;
}
a:hover h6{
	text-decoration-color: #00E6E6;
}

/* ---------- NAVIGATION ---------- */
nav{
	background-color: white;
	//box-shadow: 0 -0.5rem 1.5rem #282828;
	position: fixed;
	text-align: center;
	//height: 4.5625rem;
	width: 100%;
	z-index: 3;
}
nav ul li{
	display: inline-block;
}
nav ul li a{
	display: block;
	font: bold 1.125rem Futura, sans-serif;
	padding: 1.5rem;
}
nav ul li a:hover{
	background-color: #F21919;
	color: inherit;
}
nav .openbtn{
	display: none;
}
.openbtn{							/* em -x-> rem */
	color: lightgray;
	font-size: 2.5rem;
	position: absolute;
	top: 2.3rem;
	left: 1rem;
	transform: translate(0, -50%);
	z-index: 2;
}
.closebtn{
	font-size: 2.5rem;
	position: absolute;
	top: 0;
	right: 0;
}
#sideNav{
	font: bold 1.5rem Futura, sans-serif;
	overflow: hidden;
	padding-top: 2.5rem;
	position: fixed;
	transition: 0.3s;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	z-index: 4;
}
#sideNav a{
	line-height: 230%;
	margin: 1.5rem;
}

/* ---------- CONTAINERS ---------- */
.display{
	height: 100vh;
	position: relative;
	width: 100%;
}
.displayTitle{
	position: absolute;
	text-align: center;
	//filter: drop-shadow(0 0 0.3rem #282828);
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.displayTitle img{
	margin: 0.6rem;
}

.container, .containerBio{
	padding: 5rem 3.75rem 3.75rem 3.75rem;
}
.containerQuote{
	padding: 11vh 5.4vw 9.6vh 5.4vw;
}
.wrapper{
	height: 100%;
	margin: 0 auto;
	max-width: 70rem;
}
.wrapperVertical{
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}


.red{
	background-color: #F21919;
	color: white;
}
.cyan{
	background-color: #00E6E6;
	color: white;
}
.magenta{
	background-color: #E600E6;
	color: white;
}
.yellow{
	background-color: #E6E600;
	color: white;
}
.gray{
	background-color: #282828;
	color: white;
}
.lightgray{
	background-color: lightgray;
	color: white;
}

/* ---------- COLUMNS ---------- */
.row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -1rem;
}
.column{
	flex: 1;
	margin: 0 1rem;
}
.filter{
	filter: brightness(40%) grayscale(100%);
}

.containerBio .row{
	align-items: center;
}
.containerBio .column{
	margin: 0 1.5rem;
}

.columnChar{
	margin: 0 1rem;
	text-align: center;
}
.columnChar img{
	display: inline-block !important;
	width: 85%
}
a .columnChar{
	color: #282828;
}

/* ---------- GRIDS ---------- */
.gridContainer{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(8.04rem, 1fr));
	padding: 1rem;
}
.gridHeading{					/* em -x-> rem */
	font: 460% Futura, sans-serif;
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
	line-height: 100%;
	padding: 0.36em 0 0 0.36em;
	text-transform: uppercase;
	z-index: 1;
}

.gridItem{
	overflow: hidden;
	position: relative;
}
.gridItem img{
	transition: 0.24s;
}
.gridContainer .gridItem img{
	opacity: 0.25;
}
.gridItemRed{
	background-color: red;
	height: 0;
	opacity: 80%;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.2s;
	width: 100%;
}

a:hover .gridItem img{
	opacity: 1 !important;
	transform-origin: center;
	transform: scale(1.16);
}
.gridContainer a:hover .gridItem img{
	transform: scale(1.26);
}
a:hover .gridItemRed{
	height: 100%;
}

/* ---------- TABLES ---------- */
table, th, td{
	font: 1rem Futura, sans-serif;
	//border: 1px solid white;
	border-collapse: collapse;
}
table{
	width: 100%;
}
th, td{
	padding: 0.2rem 0;
	width: 25%;
}
th{
	color: gray;
	text-align: left;
	text-transform: uppercase;
}
td{
	padding-right: 1.5rem;
	text-align: right;
}
tr:nth-child(even){
	background-color: #383838;
}

/* ---------- MEDIA ---------- */
@media(max-width: 900px){
	nav ul{
		display: none;
	}
	nav .openbtn{
		display: block;
	}
	.containerBio table{
		margin-bottom: 1.4rem;
	}
}

@media(min-width: 901px){
	.containerBio{
		background-image: linear-gradient(white 6%, #282828 6% 94%, white 94%);
		height: 30rem;
		padding: 0 3.75rem;
	}
}
