﻿h1
{
    color:yellow;
    font-size:5em;
    font-family: 'luckiest_guyregular';
	text-shadow: 5px 5px #000;
	text-align:center;
}


html
{
	background: url(../images/bg-index.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body
{
    font-family: 'passion_oneregular';
	font-size:1.0em;
}

.word
{
	color:yellow;
	font-size:1.5em;
    font-family: 'bangersregular';
	text-shadow: 3px 3px #000;
	margin-right:0.15em;
	display:inline;
}

.returnMessageBox
{
	width:20em;
	margin:0 auto 1em auto;
	padding:0.8em;
	text-align:center;
    font-family: 'passion_oneregular';
	font-size:1.3em;
	border:2px #88f dashed;
}

.formContainer
{
	text-align:left;
	margin:0 auto 0 auto;
    font-family: 'bree_serifregular';
    font-size:1.2em;
	width:19em;
	padding:1em 1.25em 1em 1.25em;
}

.textInput
{
	text-align:center;
	font-size:1em;
	border-radius: 0.5em;
	background: #ff9;
	padding: 0.25em;
	width: 16em;
}

.box
{
	display:inline-block;
	text-align:center;
	margin-bottom:0.8em;
	width:19em;
}

.imageBox
{
	display:inline-block;
	width:25px;
	height:25px;
	vertical-align:text-bottom;
}


.submitButton {
    background-color: #39f; /* Green */
    border: 2px solid #36c;
    border-radius: 4px;
    color: white;
    padding: 0.3em;
    margin:0.7em 1em 0 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.1em;
    width:5em;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.submitButton:hover {
    background-color: #069; /* Green */
    border-color: #69f;
    color: white;
}

.footer {
	font-size:1.1em;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height:3em;
    background-color: #333;
    color: white;
    text-align: center;
    padding-top:1em;
    border-top:5px #019275 solid;
}