header{

	background: url('chengdu-hero-mobile.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}


@media (min-width: 1200px) {
header{

	background: url('chengdu-hero.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

 }


body {
	background: rgb(13, 11, 11);
}

section{
	min-height: 100vh; 
	padding: 100px 0;
}

.yellow {
	background: #fce966;
}

.green {
	background: rgb(2, 53, 2);
}

.red {
	background: rgb(160, 12, 12);
}

.gold {
	background: rgb(194, 175, 126);
}

.footer-text {
	color: rgb(209, 206, 206);
	font-size: 18px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}