* {
	font-family: sans-serif;
	font-size: 18px;
	padding:0px;
	margin:0px;
}

@font-face {
	font-family: Marons;
	src: url('marons.ttf');
}

.invite-form {
	position: absolute;
	top: 50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.hidden {
	color: #ffffff !important;
}

.welcome-info {
	position: absolute;
	top: 50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	max-width: 100%;
}

.welcome-info a { 
	background-color: #222;
	padding: 10px 25px;
	color: white;
	text-decoration: none;
	border-radius: 4px;
	display: inline-block;
	margin-top:25px;
}

.welcome-info h1 { 
	font-family: 'Marons' !important;
	font-size: 86px;
	padding-bottom: 25px;
}

input {
	margin:10px;
	border:0;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background-color: #eee;
}

-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #bbb;
	}
::-moz-placeholder { /* Firefox 19+ */
	  color: #bbb;
	}

input:focus {
	outline:none;
}

button {
	background-color: #222;
	border: 0;
	color: white;
	border-radius: 4px;
	padding: 10px 15px;
}

form.answer {
	position: absolute;
	bottom: 0px;
	background-color: white;
	max-width:100%;
	border-top: 1px solid #ddd;
	padding: 20px 0;
	text-align: center;
	width:100%;
}

div.answer {
	position: absolute;
	bottom: 0px;
	background-color: white;
	max-width:100%;
	border-top: 1px solid #ddd;
	padding: 20px 0;
	text-align: center;
	width:100%;
}

.table {
	background: url(/hunt/page7-56784578/table.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  width: 100% !important;
	  height: 100%;
}

.periodic {
	background-color: white;
	padding:20px !important;
	display: inline-block;
	border: 2px solid #666;
}

.corner {
	padding: 10px;
	color: white;
	background-color: #222;
    position: absolute;
    top: 0px;
    right: 0px;
	margin-left:20px;
}

.center {
	text-align: center;
	position: absolute;
	top: 50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -80%);
	max-width: 100% !important;
}

.centerSource{
	color: #777;
	font-size: 3vw;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-30%, -30%);
	transform: translate(-50%, -50%);
}

.centerClick{
	color: #555;
	font-size: 3vw;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-30%, -30%);
	transform: translate(-50%, -50%);
}

.morse-center img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display:block;
	max-width: 94%;
}

a.buttonLink{
	background-color: #222;
	padding: 10px 25px;
	color: white;
	text-decoration: none;
	border-radius: 4px;
	display: inline-block;
	margin-top:35px;
}

.homer {
	position: absolute;
	  left: 50%;
	  top: 41%;
	  -webkit-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	  text-align: center;
}

.homer h2 {
	padding-top: 25px;
	font-size: 20px;
}

.homer img {
	max-width: 70%;
}

.continue-div {
	position: absolute;
	top: 50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.continue-div h1 {
	font-family: 'Marons' !important;
	font-size: 48px;
	padding-bottom: 35px;
	border-bottom: 1px solid #ddd;
	padding-left: 25px;
	padding-right: 25px;
}

p.left-corner {
	padding: 10px;
	color: white !important;
	font-size:30 !important;
    position: absolute;
    top: 0px;
    left: 0px;
	margin-right:20px;
}

body.congrats {
	
}



@media only screen and (max-width: 768px) {
	
	.welcome-info h1 { 
		font-family: 'Marons' !important;
		font-size: 46px;
		padding-bottom: 25px;
	}
	
}
