*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-family: "Eczar", serif;
	line-height: 1.35em;
	font-size: 16px;
	color: #e7e4d5;
}

body {
	background-color: #2e2343;
	background-image: url(../../img/bg-beta.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

h1 {
	text-align: center;
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 40px;
	line-height: 0.95em;
	color: #ffb20c;
	text-shadow: 0 3px 8px black;
}

h2 {
	text-align: center;
	font-size: 32px;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 0.95em;
	color: #ffb20c;
}

.main-container {
	margin: 0 auto;
	max-width: 800px;
}

fieldset {
	border: none;
	/*border-bottom: solid 1px white;*/
	padding: 20px;
}

label {
	display: block;
	cursor: pointer;
}

input[type="text"],
input[type="email"] {
	display: block;
	width: 100%;
	height: 32px;
	font-family: sans-serif;
	color: #333;
}

select {
	height: 32px;
}

input[type="checkbox"],
input[type="radio"] {
	width: 20px;
	height: 20px;
	display: inline;
	vertical-align: middle;
}

.pad-left {
	padding-left: 40px;
}

.inline {
	display: inline-block;
}
.float {
	float: left;
}
hr {
	border: none;
	border-bottom: solid 1px #553a87;
}
a {
	color: #ffb20c;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.text-center {
	text-align: center;
}

.btn {
	background: #ffb20c;
	color: #2e2343;
	border: none;
	width: 200px;
	height: 46px;
	text-align: center;
	font-family: "Eczar", sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 0 3px 8px black;
}

.event-rules {
	padding-top: 50px;
	padding-bottom: 50px;
}

.main-logo {
	max-width: 160px;
}

code {
	text-align: center;
	border-radius: 3px;
	display: block;
	font-size: 24px;
	font-family: monospace;
	background: black;
	border: solid 1px #553a87;
	color: #553a87;
	color: white;
	padding: 10px 20px;
}

.note {
	text-align: center;
	font-size: 12px;
}

.hidden {
	display: none;
}

.event-over {
	background: #ffb20c;
	color: #2e2343;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
    padding: 25px 40px;
    margin: 0 0 65px 0;
}

.event-over h2 {
	color: #2e2343;
	margin: 0;
	margin-bottom: 20px;
}

.event-over p {
	margin: 0;
}