.entertainment {
	background-image: url('../images/other/entertainment.jpg');
}

.entertainment-1 {
	background-image: url('../images/entertainment/bg.jpg');
	min-height: 400px;
	line-height: 1.1;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.entertainment-2 {
	background-image: url('../images/entertainment/bg-2.jpg');
	min-height: 450px;
	line-height: 1.1;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.entertainment-box {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	background-color: rgba(255,255,255,.7);
	color: #c79c58;
	width: 50%;
}

.entertainment-box p {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color: #000;
}

.btn-more-brown {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	background-color: #c79c58 !important;
	padding: 4px 8px 4px 8px;
	color: #fff;
	font-size: 14px;	
}

.btn-more-brown:hover {
	color: #f1f1f1;
}