/* Change font family */
body {
	font-family: "Figtree", sans-serif;
}

/* Replace logo image with hi-res one */
.navbar a.brand img {
	display: none;
}

.navbar a.brand::after {
	content: "";
	display: block;
	width: 187px;
	height: 75px;
	background-image: url(//logotournament.com/img/logo2x-help.png);
	background-size: contain;
	background-repeat: no-repeat;
}

/* Top nav bar links */
.navbar .nav li a {
	font-size: 18px;
}

/* Categories Sidebar font  */
#sidebar .nav-list a {
	font-size: 16px;
}

/* Article default font */
#fullArticle * {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Category Box Formatting */
.category-list .category {
	border-radius: 5px;
}

/* Remove category border background */
#main-content {
	background: none;
}

/* Contest Formatting */
.contentWrapper {
	border-radius: 5px;
}

/* Sesarch bar modifications */
#searchBar button {
	background: #e8a952;
	border-color: transparent;
	color: #fff;
	text-shadow: none;
}
#searchBar button:hover {
	background: #e8a952;
	border-color: transparent;
	color: #fff;
}

/* Remove article last updated */
.articleFoot time.lu {
	display:none;
}


#contactModal label,
#contactModal input,
#contactModal button,
#contactModal select,
#contactModal textarea {
	font-size: 16px;
}

#contactModal .control-group:first-child::before {
	content: "We are here to help Monday - Friday, 9am - 5pm Pacific Time.";
	display: block;
	padding-bottom: 25px;
	font-size: 16px;
}

/* Form Font size */
/*
label, input, button, select, textarea {
	font-size: 16px;
}
*/

/* Still need help font sizing */
/*
p.help {
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
}
*/

/* Increase padding to make room for an icon */
/* .category h3 {
	padding-top: 150px;
}
 */


/* Icons */
/* #category-14 {
	background-image: url(http://d2x2losda9vsjs.cloudfront.net/docs/assets/account.png);
	background-repeat: no-repeat;
	background-position: top center;
}
 */




/* .container-fluid {
	height: 150px;
}
 */

/* .navbar .navbar-inner .container-fluid {
	padding-top: 200px;
}
 */