@import url("https://use.typekit.net/ttf6hpt.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/cdc-header-2026.jpg');
	background-size: 190%;
	background-position: center center;
	padding: 150px 10px;
}
#Header h1 {
	font-family: neuropol-x-light, sans-serif;	
	font-size: 50px;
	color: #d9ad56 !important;
	text-shadow: 1px 1px 1px black;
	display: none;
}
#Header h5 {
	font-family: "open-sans-condensed",sans-serif;	
	font-size: 32px;
	font-weight: 300;
	display: none;
}
#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: #000;
	border-color: #d9ad56;
	background-color: #d9ad56;
}
#proamForm, #couplesForm, #soloForm, #groupsForm, #selecter-categories {
	background-color: #121212;
}
#content h2 {
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	color: #d9ad56;
}
#content h3 {
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #d9ad56;
}
#content a {
	color: #d9ad56;
}
.btn-submit {
	background-color: #000;
	border-color: #888;
}
.btn-submit:hover,
.btn-submit:active,
.btn-submit:focus,
.btn-submit:visited  {
	color: #000;
	background-color: #d9ad56; !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;
}
.cat-special {
	font-family: open-sans-condensed, sans-serif !important;
	font-size: 19px !important;
	font-weight: 700 !important;
	color: #bf9747 !important;
	line-height: 21px !important;
}
.member-id-hint {
	color: #888;
	font-size: 7px;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	#Header {
		background-position: center center;
		background-size: 136%;
		padding: 100px 10px 20px 10px;
		min-height: 300px;
	}

}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	#Header {
		background-position: center center;
		background-size: 105%;
		padding: 100px 10px 20px 10px;
		min-height: 300px;
	}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	#Header {
		background-position: center center;
		background-size: 105%;
		padding: 100px 10px 20px 10px;
		min-height: 370px;
	}
	
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	#Header {
		background-position: center center;
		background-size: 110%;
		padding: 100px 10px 20px 10px;
		min-height: 450px;
	}
	
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

	#Header {
		background-position: center center;
		background-size: cover;
		padding: 100px 10px 20px 10px;
		min-height: 550px;
	}

}

