/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ---- INDIVIDUAL DRIVERS ----- INDIVIDUAL DRIVERS ----- INDIVIDUAL DRIVERS ----- INDIVIDUAL DRIVERS -------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */

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

.driver-name h1 {
	font-family: 'Russo One', sans-serif;
	color: #333;
	font-style: italic;
	line-height: 0.8;
	font-size: 3.75em;
	text-transform: uppercase;
}
.driver-name h2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1;
	/* DEFAULT COLOR */
	color: rgba(99,99,99,1);
}
.driver-name h5 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1.2;
	color: #777;
	font-weight: 400;
}
.driver-current-standings-title h2 {
	font-family: 'Russo One', sans-serif;
	color: #FFF;
	font-style: italic;
	line-height: 0.8;
	font-size: 2em;
	text-transform: uppercase;
	padding: 8px 0;
}
.driver-current-standings-content h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.25em;
	color: #5A5A5A;
	padding: 10px 0;
}
.driver-current-standings-content h2 span {
	font-style: normal;
	font-family: 'Russo One', sans-serif;
	font-size: 1.5em;
	color: #3b3b3b;
}

/* LAYOUT ---- LAYOUT ---- LAYOUT ---- LAYOUT */

#driver-wrap {
	width: 100vw;
	background-color: #FFF;
}
#driver-wrap.champion {
	border-bottom: solid #D10000 3px;
}
.featured-image {
	display: flex;
	align-items: stretch;
	background: url("../images/drivers/DriverAndCar-BG.gif") 0 0 repeat;
	background-size: 1px 255.5px;
	width: 100vw;
	height: 255.5px;
}
#driver-wrap .featured-image img {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.driver-name-wrap {
	border-top: solid #FFF 3px;
	/* DEFAULT COLOR */
	background-color: rgba(99,99,99,1);
	display: flex;
	width: 100%;
}




.driver-name-content {
	display: flex;
	flex-direction: row;
	
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 0;
	line-height: 0;
}
.driver-number img, .driver-team-logo img {
	max-width: 180px;
}
.driver-name {
	padding-top: 10px;
	width: 100%;
}



.driver-details-wrap {
	width: 100%;
	display: flex;
	padding: 10px 0;
}
.driver-details-content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.driver-social-media {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 0 15px;
}
.driver-social-media a {
	font-family: 'Oswald', sans-serif;
	color: #333;
	font-style: italic;
	text-decoration: none;
	text-indent: 5px;
	padding-right: 25px;
	line-height: 2;
}


.driver-details-content p {
	margin-bottom: 15px;
	line-height: 1.25;
}
.driver-details-content p em {
	color: #5A5A5A;
	font-weight: 600;
	text-transform: uppercase;
}
.career-highlights {
	display: flex;
	flex-direction: row;
}
.career-highlights div:first-child {
	flex-shrink: 0;
}
.career-highlights ul {
font-family: 'Montserrat', sans-serif;
font-size: 0.9em;
line-height: 1.5em;
margin: 3px 0 3px 10px;
}
.career-highlights ul li:before {
	font-size: 1.25em;
	font-weight: 600;
	content: "• ";
}
.driver-current-standings-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.driver-current-standings-title-wrap {
	width: 100%;
	/* DEFAULT COLOR */
	background-color: rgba(99,99,99,1);
	border-bottom: solid #FFF 3px;
}
.driver-current-standings-title {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	
}
.driver-current-standings-content-wrap {
	width: 100%;
	display: flex;
	background-color: #E9E9E9;
	padding-bottom: 20px;
}
.driver-current-standings-content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}



/* DRIVER CURRENT STANDINGS TABLE ---- DRIVER CURRENT STANDINGS TABLE ---- DRIVER CURRENT STANDINGS TABLE */
table.dcs {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	width: 100%;
}
table.dcs tr:nth-child(1) td {
	background-color: #3b3b3b;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	font-weight: 400;
}
table.dcs tr {
	background-color: #FFF;
	color: #000;
}
table.dcs td {
	color: #000;
	padding: 6px 2%;
}
table.dcs td:nth-child(1) {
	width: 10%;
}
table.dcs td:nth-child(2) {
	width: 50%;
}
table.dcs td:nth-child(3) {
	width: 20%;
	text-align: center;
}
table.dcs td:nth-child(4) {
	width: 20%;
	text-align: center;
}


@media screen and (max-width: 1025px) {
	
	.driver-name h1 {
		line-height: 0.8;
		font-size: 2.5em;
	}
	.driver-name h2 {
		font-size: 1.7em;
		line-height: 1;
	}
	.driver-name h5 {
		font-size: 1em;
		line-height: 1.2;
	}
	
	.driver-current-standings-title h2 {
		font-size: 1.5em;
		text-transform: uppercase;
		padding: 8px 0 8px 10px;
	}
	.driver-current-standings-content h2 {
		font-family: 'Oswald', sans-serif;
		font-size: 1.25em;
		color: #5A5A5A;
		padding: 10px 0;
	}
	.driver-current-standings-content h2 span {
		font-size: 1.25em;
		color: #3b3b3b;
	}
	
	/* LAYOUT ---- LAYOUT ---- LAYOUT ---- LAYOUT */

	
	.featured-image {
		width: 100%;
		height: auto;
	}
	#driver-wrap .featured-image img {
		max-width: 1025px;
		width: 100%;
		height: 100%;
	}
	
	.driver-number img, .driver-team-logo img {
		max-width: 120px;
	}
	.driver-name {
		padding-top: 5px;
	}
	
	.driver-name-content {
		width: 80%;
		max-width: none;
		margin: 0 18% 0 2%;
	}
	.driver-details-content {
		width: calc(100% - 20px);
		padding: 0px 10px;
	}
		
}

@media screen and (max-width: 769px) { 
	.driver-name-content {
		width: 90%;
		max-width: none;
		margin: 0 18% 0 2%;
		flex-shrink: 0;
	}


}

@media screen and (max-width: 567px) { 
	
	.driver-name h1 {
		line-height: 0.8;
		font-size: 1.1em;
		padding-top: 3px;
	}
	.driver-name h2 {
		font-size: 1.0em;
		line-height: 1;
	}
	.driver-name h5 {
		font-size: 0.85em;
		line-height: 1.2;
	}
	
	.driver-current-standings-title h2 {
		font-size: 1.25em;
		text-transform: uppercase;
		padding: 8px 0 8px 10px;
	}
	.driver-current-standings-content h2 {
		font-family: 'Oswald', sans-serif;
		font-size: 1.25em;
		color: #5A5A5A;
		padding: 10px 0;
	}
	.driver-current-standings-content h2 span {
		font-size: 1.25em;
		color: #3b3b3b;
	}
	
	/* LAYOUT ---- LAYOUT ---- LAYOUT ---- LAYOUT */
	
	.driver-number img, .driver-team-logo img {
		max-width: 90px;
	}
	.driver-name {
		padding-top: 2px;
	}
	.driver-name-content {
		width: 90%;
		max-width: none;
		margin: 0 0 0 5%;
	}


	table.dcs {
		font-size: 0.85em;
	}
	
	table.dcs tr:nth-child(1) td {
		background-color: #3b3b3b;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #FFF;
		font-weight: 400;
	}
	table.dcs tr {
		background-color: #FFF;
		color: #000;
	}
	table.dcs td {
		padding: 4px 0;
	}
	table.dcs td:first-child {
		padding-left: 8px;
	}
	table.dcs td:last-child {
		padding-right: 8px;
	}
}

@media screen and (max-width: 420px) { 
	
	
	
}

