@import url("https://use.typekit.net/mbs3lia.css");
body {
	background-color: #000;
}
header {
	background-color: rgba(255,255,255,0.2);
	background-image: url('https://entries.vihren.online/comps-images/edf-header-2026.jpg');
	background-size: cover;
	background-position: center bottom;
	padding: 100px 10px;
}
header h1 {
	font-family: open-sans, sans-serif;
	font-size: 50px;
	font-weight: 400;
	color: #fff !important;
	text-transform: uppercase;
	text-shadow: 4px 4px 10px black;
	display: none;
}
header [data-flux-subheading] {
	font-family: open-sans, sans-serif;
	font-size: 32px;
	font-weight: 500;
	display: none;
}
#event-registration-navigation .nav-button {
	color: #fff;
	background-color: #000;
	border-color: #888;
	border-radius: 0;
	text-transform: uppercase;
}
#event-registration-navigation .nav-button:hover,
#event-registration-navigation .nav-button:active,
#event-registration-navigation .nav-button.nav-button-current {
	color: #000;
	border-color: #888;
	background-color: #fff;
}
#proamForm, #couplesForm, #soloForm, #groupsForm, #selecter-categories {
	background-color: #121212;
}

#event-registration-form #form-title {
	font-family: open-sans, sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
}
#content a {
	color: #fff;
}
#event-registration-form #submit-button {
	background-color: #000;
	border-color: #888;
}
#event-registration-form #submit-button:hover,
#event-registration-form #submit-button:active,
#event-registration-form #submit-button:focus,
#event-registration-form #submit-button:visited  {
	color: #000;
	background-color: #fff; !important;
	border-color: #888; !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;
	text-transform: none !important;
}
.category-group h3 {
	font-family: open-sans, sans-serif;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 1px;
}
.cat-special {
	font-family: open-sans-condensed, sans-serif !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	color: #fff !important;
	line-height: 21px !important;
}

/* 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;
	}
	header [data-flux-subheading] {
		font-size: 25px;
		margin-top: 70px;
	}

}


/* 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;
	}
	header [data-flux-subheading] {
		font-size: 25px;
		margin-top: 80px;
	}

}

/* 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;
	}
	header [data-flux-subheading] {
		font-size: 30px;
		margin-top: 20px;
	}
	
}

/* 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;
	}

}

