.d-chef-header {
	padding: 40px 5% 100px 5%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: white;
	text-align: center;
}

.d-chef-header h1 {
	color: white;
	font-family: 'Albertus MT Std';
	font-weight: 400;

	font-size: 80px;
	line-height: 80px;
	margin: 30px 0 0 0;
}

.d-chef-header h2, .d-chef-header p {
	font-size: 20px;
	font-family: 'National';
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 800;
	max-width: 42%;
	margin: 0 auto 0 auto;
}

.d-chef-header h2 {
	font-size: 26px;
	margin: 0 auto 40px auto;
}

.d-meet {
	text-align: center;
	text-transform: uppercase;
	font-family: 'National';
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 800;
	padding: 0px 40px 0px 40px;
	display: inline-block;
	color: white;
	background-color: #789798;
	margin-top: 60px;
}


.d-chef-info {
	display: flex;
	flex-wrap: wrap;
	background-color: #f0ede7;
	padding-top: 100px;
	padding-bottom: 100px;
	height: 500px;
	position: relative;
}

.d-chef-info div:first-of-type {
	width: 30%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.d-chef-info div:last-of-type {
	width: 70%;
	background-color: white;
	background-position: center right;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.d-chef-info img {
	position: absolute;
	right: 1%;
	top: 20px;
	height: 80%;
	width: auto;
}



.d-chef-info div:last-of-type p {
	font-family: 'National';
	font-weight: 500;
	font-size: 20px;
	width: 32%;
	margin-left: 10%;
}

@media only screen and (max-width: 1100px) {
	.d-chef-info img {
		display: none;
	}
	.d-chef-info div:last-of-type p {
		width: 80%;
		margin-top: 60px;
		margin-bottom: 60px;
	}
}




.d-chef-info div:last-of-type p span {
	font-weight: 900;
	letter-spacing: 2px;
}

.d-chef-info div:last-of-type p a {
	font-weight: 600;
	color: black;
}

.d-chef-video {
	background-color: #f0ede7;
	text-align: center;
	padding-bottom: 100px;
	padding-left: 60px;
	padding-right: 60px;
}

.d-chef-video img {
	width: 100%;
}

.d-chef-interview {
	background-image: url('../images/interview-background.png');
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: white;
	/* background-size: cover; */
	padding-top: 100px;
	padding-left: 20%;
	padding-right: 20%;
}

.d-chef-interview-header {
	font-family: 'National';
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
	display: flex;
    align-items: center;
    border-bottom: 2px solid #a5c0c1;
    padding-bottom: 40px;
	margin-bottom: 60px;
}

.d-chef-interview-header span {
	font-family: 'Albertus MT Std';
	font-size: 60px;
	padding: 0 0 0 0;
}


.d-chef-interview-header div {
	margin-left: 2%;	
	margin-top: -1%;
}

.d-chef-interview h3 {
	font-family: 'Albertus MT Std';
	font-weight: 400;
	font-size: 28px;
	color: #789798;
	margin: 0 0 5px 0;
}




@media only screen and (max-width: 1100px) {
	
	.d-chef-interview-header {
		flex-wrap: wrap;
		text-align: left;

	}
	
	.d-chef-video {
		padding-left: 0px;
		padding-right: 0px;
	}



}

.d-chef-interview p {
	font-family: 'National';
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 40px 0;
}


.d-chef-interview em {
	font-family: 'National';
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
	margin: 0 0 40px 0;
}



.d-pager {
	background-color: #789798;
	display: flex;
	/* align-items: center; */
	align-items: stretch;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 80px;
}

.d-pager a {
	text-decoration: none;
	text-align: center;
	padding: 40px 0 40px 0;
	width: 50%;
	flex: 1;
}

.d-pager a img {
	width: 55px;
}

.d-pager h2 {
	color: #203b4b;
	font-family: 'Albertus MT Std';
	font-weight: 400;

	font-size: 40px;
	margin: 25px 0 0 0;
	padding: 0 0 0 0;
}

.d-pager h3 {
	font-family: 'National';
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	color: white;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

.d-next-page {
	border-left: 1px solid white;
}

@media only screen and (max-width: 600px) {
	.d-next-page {
		border-left: none;
	}

	.d-pager h2 {
		font-size: 24px;	
	}
}


@media only screen and (max-width: 800px) {
	.d-chef-info div:last-of-type, .d-chef-info div:first-of-type  {
		width: 100%;
	}
	.d-chef-info div:first-of-type  {
		height: 500px;	
	}
	
	.d-chef-info {
		height: fit-content;
	}
	
	.d-chef-header {
		padding: 40px 1% 100px 1%;
	
	}
	
	.d-chef-header h2, .d-chef-header p {
		max-width: 90%;	
	}
	
	.d-chef-interview {
	
		padding-left: 5%;
		padding-right: 5%;
	}

}





