.menu {
	text-align: center;
	margin-top:10px;
}

.menu-item {
	background-color: black;
	margin-left: 1px;
}

.menu-item a {
	color: white;
}

p {
	color: #D8D8D8;
}

.footer {
	text-align: center;
}

.footer a {
	color: black;
	font-size: 10px;
}

.footer a:hover {
	color:black;
}

.grow-rotate {
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow-rotate:hover, .grow-rotate:focus, .grow-rotate:active {
	-webkit-transform: scale(1.3) rotate(4deg);
	transform: scale(1.3) rotate(4deg);
}

a {
	color: black;
	padding-left: 15px;
	padding-right: 15px;
}

a:hover {
	text-decoration: none;
	color: #404040;
	padding-left: 15px;
	padding-right: 15px;
}

.nav-tabs{
	border-bottom:1px solid #ddd
}

.nav-tabs>li{
	float:left;
	margin-bottom:-1px
}

.nav-tabs>li>a{
	margin-right:2px;
	line-height:1.42857143;
	border:1px solid transparent;
	border-radius:0px 0px 0 0
}

.nav-tabs>li>a:hover{
	border-color:#eee #eee #ddd;
	color:black;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{
	color:white;
	cursor:default;
	background-color: rgb(69,72,77);
	border:1px solid rgb(69,72,77);
	border-bottom-color:transparent
}

.content-background-gradient {
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
