@import url("https://use.typekit.net/nfd4nmi.css");
body {
	background-color: #000;
}
h1, h2, h3 {
	font-family: Palatino, Georgia, serif;
	font-weight: 400;
}
#EntriesContainer {
	background-color: #000;
}
#Header {
	background-color: rgba(255,255,255,0.2);
	background-image: url('/comps-images/tdc-header.jpg');
	background-size: cover;
	background-position: center top;
	padding: 100px 10px;
}
#Header h1 {
	font-family: trumpgothicpro, sans-serif;	
	font-size: 100px;
	font-weight: 500;
	color: #ff7200; !important;
	text-shadow: 1px 1px 1px black;
}
#Header h5 {
	font-family: trumpgothicpro, sans-serif;
	font-size: 32px;
	font-weight: 500;
}
#top-menu .btn {
	color: #fff;
	background-color: #000;
	border-color: #888;
	border-radius: 0;
	text-transform: uppercase;
}
#top-menu .btn:hover,
#top-menu .btn:active,
#top-menu .selected {
	color: #ff7200;
	border-color: #ff7200;
	background-color: #000;
}
#proamForm, #couplesForm, #soloForm, #groupsForm, #selecter-categories {
	background-color: #121212;
}

#content h2 {
	font-family: trumpgothicpro, sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	color: #ff7200;
	font-weight: 500;
	letter-spacing: 1px;
}
#content a {
	color: #ff7200;
}
.btn-submit {
	background-color: #000;
	border-color: #888;
}
.btn-submit:hover,
.btn-submit:active,
.btn-submit:focus,
.btn-submit:visited  {
	color: #000;
	background-color: #ff7200; !important;
	border-color: #bf9747; !important;
}

input.form-control::placeholder { /* Firefox, Chrome, Opera */ 
	color: #888;
	font-size: 16px;
	text-transform: none;
} 
  
input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
	color: #888;
	font-size: 16px;
	text-transform: none;
} 
  
input.form-control::-ms-input-placeholder { /* Microsoft Edge */ 
	color: #888;
	font-size: 16px;
	text-transform: none;
} 

input.form-control {
	text-transform: uppercase;
}

.form-group label {
	color: #ccc;
}
.category-group .form-check-label {
	font-family: "open-sans-condensed",sans-serif;
	font-weight: 300 !important;
}
.category-group h3 {
	font-family: trumpgothicpro, sans-serif;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 1px;
}