@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('https://www.athensdancefestival.com/images/backgrounds/background.jpg');
	background-size: cover;
	background-position: center center;
	padding: 100px 10px;
}
#Header h1 {
	font-family: open-sans-condensed, sans-serif;	
	font-size: 50px;
	font-weight: 700;
	color: #dc1b01 !important;
	text-shadow: 1px 1px 1px black;
	text-transform: uppercase;
}
#Header h5 {
	font-family: "open-sans-condensed",sans-serif;	
	font-size: 32px;
	font-weight: 300;
}
#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: #dc1b01;
	background-color: #dc1b01;
}
#proamForm, #couplesForm, #soloForm, #groupsForm, #selecter-categories {
	background-color: #121212;
}
#content h3 {
	font-family: neuropol-x-light, sans-serif;	
}
#content h2 {
	font-family: open-sans, sans-serif;
	text-transform: uppercase;
	color: #dc1b01;
}
#content a {
	color: #dc1b01;
}
.btn-submit {
	background-color: #000;
	border-color: #888;
}
.btn-submit:hover,
.btn-submit:active,
.btn-submit:focus,
.btn-submit:visited  {
	color: #000;
	background-color: #dc1b01; !important;
	border-color: #fd2407; !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: #dc1b01 !important;
	line-height: 21px !important;
}
.cat-sub-special {
	color: #dc1b01 !important;
}
.member-id-hint {
	color: #888;
	font-size: 7px;
}