section {
	padding-bottom: 60px;
}
a {
	color: #ffffff;
}
.header {
	width: 100%;
	padding: 10px;
	position: fixed;
	bottom: 0px;
	top: auto;
	left: 0;
	z-index: 1;
	height: 60px;
	background: #232323;
	box-shadow: 0px -5px 14px rgba(0, 0, 0, 0.13);
}
.tab-content img {
	width: 100%;
	height: auto;
}
ul.nav.nav-pills {
	display: flex;
	justify-content: center;
	font-size: 15px;
	font-weight: 600;
}
.nav-pills > li > a {
	border-radius: 25px;
	text-align: center;
	padding: 8px 15px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #f0b029;
}
