body {
	background: #470012;
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6, p {
	color: #ffffff;
	font-weight: 100;
}

h1 {
	font-weight: 400;
}

h2.price {
	color: #b8001a;
	font-weight: 700;
	text-align: right;
}

.row:nth-of-type(even) {
	background: #700015;
}

.tabs {
	width: 100%;
	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 9999;
	
}

.tabs li {
	width: 33.3333%;
	text-align: center;
	padding: 0;
}

.tabs li a {
	padding: 0;
}

.tabs .tab-title > a {
	padding: 10px;
	background: #88071b;
	color: #ffffff;
}

.tabs .tab-title > a:hover {
	background: #88071b;
}

.tabs .tab-title.active a {
	background: #b8001a;
	color: #ffffff;
}

.tabs-content {
	padding: 100px 0;
}