.data-header {
	background: url('../img/bird-science-new.jpg') no-repeat;
	background-size: cover;
	height: 60vh;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.data-description {
	background: url('../img/bird-data-science-flip.jpg') no-repeat;
	background-size: cover;
}

.data-container {
	margin: auto;
}

.data-container h1 {
	color: #af6100
}

.heading-bg-subtitle {
	color:  #af6100;
}

.data-sub-intro {
	font-size: 22px;
	color: #000;
}

.data-intro {
	font-size: 24px;
    color: #000;
}

/* Data Science */
.data-science {
	background-image: linear-gradient(to right top, #9d9181, #b5a999, #cdc1b1, #e6daca, #fff3e3);
	background-size: cover;
	display: table;
	width: 100%;
}

.data-science .uk-container {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 1023px) {
	
	.bg-white-mobile {
		background: #fff;
		color: #000;
	}
}

@media only screen and (max-width: 639px) {
	
	.data-science {
		background: #A39686;
	}
	
	.data-intro {
		font-size: 20px;
	}
	
}