* {
    box-sizing: border-box;
    font-family: Manuel, system-ui, -apple-system, sans-serif;	
    color: #56595a;
}



html {
	--blue: #159ce4;
	--lgt-blue: #67cff3;
	--drk-blue: #147ec1;
	--black: #32383c;
	--fairport-blue: #2d71f4;
	--fairport-red: #ee2426;
	--card-bkgd: #c4c9c8;
	
}


body {
/*
	display: grid;
	grid-gap: 2rem;
	align-items: center;
	grid-template-columns: repeat(3, 1fr);
*/
	font-size: 1.1rem;
	margin: 0 auto;
	/* background: #35354b; */
	background: linear-gradient(90deg, #2d71f4 0%, #ee2426 100%);

}













@font-face {
    font-family: ManuelCondensed;
    font-style: normal;
    font-weight: 100 200;
    src: url(/fonts/ManuelModern-CndTh.woff2) format("woff2"), url(fonts/ManuelModern-CndTh.woff) format("woff");
}

@font-face {
    font-family: ManuelCondensed;
    font-style: normal;
    font-weight: 300 400;
    src: url(/fonts/ManuelModern-CndRg.woff2) format("woff2"), url(fonts/ManuelModern-CndRg.woff) format("woff");
}

@font-face {
    font-family: ManuelCondensed;
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/ManuelModern-CndMd.woff2) format("woff2"), url(fonts/ManuelModern-CndMd.woff) format("woff");
}

@font-face {
    font-family: ManuelCondensed;
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/ManuelModern-CndBd.woff2) format("woff2"), url(fonts/ManuelModern-CndBd.woff) format("woff");
}

@font-face {
    font-family: ManuelCondensed;
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/ManuelModern-CndxBd.woff2) format("woff2"), url(fonts/ManuelModern-CndxBd.woff) format("woff");
}

@font-face {
    font-family: ManuelCondensed;
    font-style: normal;
    font-weight: 800 900;
    src: url(url(/fonts/ManuelModern-CndBlk.woff2) format("woff2"), url(fonts/ManuelModern-CndBlk.woff) format("woff");
}









@font-face {
    font-family: Manuel;
    font-style: normal;
    font-weight: 100 200;
    src: url(/fonts/ManuelModern-Th.woff2) format("woff2"), url(fonts/ManuelModern-Th.woff) format("woff");
}

@font-face {
    font-family: Manuel;
    font-style: normal;
    font-weight: 300 400;
    src: url(/fonts/ManuelModern-Rg.woff2) format("woff2"), url(fonts/ManuelModern-Rg.woff) format("woff");
}

@font-face {
    font-family: Manuel;
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/ManuelModern-Md.woff2) format("woff2"), url(fonts/ManuelModern-Md.woff) format("woff");
}

@font-face {
    font-family: Manuel;
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/ManuelModern-Bd.woff2) format("woff2"), url(fonts/ManuelModern-Bd.woff) format("woff");
}

@font-face {
    font-family: Manuel;
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/ManuelModern-xBd.woff2) format("woff2"), url(fonts/ManuelModern-xBd.woff) format("woff");
}

@font-face {
    font-family: Manuel;
    font-style: normal;
    font-weight: 800 900;
    src: url(/fonts/ManuelModern-Blk.woff2) format("woff2"), url(fonts/ManuelModern-Blk.woff) format("woff");
}
















section {
}


.player-gallery-wrapper { width:100vw; height:75vw; }
.player-gallery-wrapper img { width:100vw; height:75vw; }


@media (min-width: 1000px) {
	
	.player-gallery-wrapper { width:1000px; height:750px; }
	.player-gallery-wrapper img { width:1000px; height:750px; }
	
}


p, h6, h5, h4, h3, h2, h1 {margin: 0 0 1.6rem 0;}



h6 {font-size: 1.2rem;}
h5 {font-size: 1.4rem;}
h4 {font-size: 1.8rem;}

h3 {
	font-size: 1.3rem;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.06rem;
}

h2 {font-size: 2.5rem;}

h1 {
	font-size: 3.0rem;
	font-family: ManuelCondensed;
	text-transform: uppercase;
	margin: 0;
}


a {
	color: var(--blue);
	transition: all 0.3s ease;
}

a:hover {
	color: var(--lgt-blue);
}

a:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(21, 156, 228, 0.4);
}


.stat-row {
	display: flex;
	gap: 0.4rem;

}


.stat-group {
	margin-bottom: 0.4rem;
	padding: 10px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 4px;
	}

	.stat-group .label {
		display: block;
		text-transform: uppercase;
		font-size: 0.7rem;
		font-weight: 600;
		color: rgba(86,89,90,0.6);
	}

	.stat-group .data {
		display: block;
		margin-bottom: 0.2rem;

	}









.main-block {
	display: grid;
	grid-template-columns: 1fr;
	margin-bottom: 20px;
}
	

.player-gallery {
	margin-bottom: 20px;
	
}

.player-info {
	background-color: var(--card-bkgd);
	padding: 24px;
	margin-bottom: 20px;
	
}

.player-video {
	background-color: var(--card-bkgd);
	padding: 24px;
	margin-bottom: 20px;
	
}

footer {
	background-color: var(--card-bkgd);
	padding: 24px;
	margin-bottom: 20px;
	
}


@media (min-width: 1000px) {
	
	.main-block {
		width: 1000px;
		margin: 0 auto;
		
	}

	.player-gallery {
	}


	.player-info {
		display: grid;
		grid-template-columns: 1fr 4fr;
		align-items: center;
		gap: 20px;
	}
		
	
}



img.circle {
	display: block;
	border-radius: 100%;
	background: linear-gradient(135deg, #2d71f4 0%, #ee2426 100%);
	padding: 6px;
	width: 140px;
	height: auto;
}

	

@media (min-width: 1000px) {
	
	img.circle {
		width: 200px;
	}

	
}







footer p {
	font-size: 1.0rem;
	color: rgba(86,89,90,0.6);
}


.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}


section.video {
	display: block;
}




