/* 
	

	GLOABALNAV
*/

#global-nav {
	height: 40px;
	line-height: 40px;
	font-family: 'Century Gothic';
	font-size: 12px;
}

#global-nav ul {
	padding-left: 0;
	list-style: none;
}

#global-nav ul li {
	display: inline;
}

#global-nav ul li:nth-child(1) {
	text-transform: uppercase;
	font-weight: bold;
	color: #9c5fb5;
}

#global-nav ul li a {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
}

#global-nav ul li a:hover {
	color: #00bfd7;
}

#global-nav .active {
	color: #9c5fb5;
	font-size: 12px;
	font-weight: bold;
}

#global-nav .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

#global-nav .col-md-6 {
	padding-left: 0;
	padding-right: 0;
}

/* 
	

	USERNAV
*/

#user-nav #btn-signup, #user-nav #btn-signin, #user-nav #btn-donate {
	float: right;
	border-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#user-nav a {
	color: #fff;
	text-decoration: none;
}

#user-nav a:visited {
	color: #fff;
}

#user-nav .button {
	display: inline-block;
}

#user-nav #btn-donate {
	width: 185px;
	background-color: #ed6d3b;
}

#user-nav #btn-signup {
	width: 98px;
	margin-right: 10px;
	background-color: #cdadd9;
}

#user-nav #btn-signin {
	width: 98px;
	margin-right: 4px;
	background-color: #00bfd7;
}

#masthead img {
	display: inline-block;
	margin-bottom: 30px;
}

#masthead .col-md-12 {
	text-align: center;
}