@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	color: #ffffff;
	background-image: url(images/bcg.jpg);
}

#screen {
	text-align: center;
	width: 100%;
}

#content {
	width: 320px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#submitHappiness {
	font-size: 21px;
	text-shadow: 1px 1px 2px #000000;
	display: block;
	width: 120px;
	background-color: #f38630;
	padding: 15px 2px 15px 2px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 20px;
	border-radius: 15px;
	box-shadow: 1px 1px 2px #000000;
}

div.clear {
	clear: both;
}

h1 {
    font-family: 'Lobster', Georgia, Times, serif;
    font-size: 100px;
    line-height: 100px;
	color: #f38630;
	text-shadow: 2px 2px 4px #000000;
	padding-top: 10px;
	padding-bottom: 20px;
}

h2 {
    font-family: 'Lobster', Georgia, Times, serif;
    font-size: 55px;
    line-height: 50px;
	color: #f38630;
	text-shadow: 2px 2px 3px #000000;
	margin-bottom: 25px;
}
 
h3 {
    font-family: 'Cabin', Helvetica, Arial, sans-serif;
    font-size: 25px;
    line-height: 25px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
	padding-bottom: 20px;
	font-weight: bold;
}

p {
    font-family: 'Cabin', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 20px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
	padding-bottom: 20px;
}

p.error {
	font-weight: bold;
}

span.smaller {
	font-size: 15px;
}

a:link, a:visited, a:active, a:hover {
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
	text-decoration: none;
}

a.home-button {
	font-size: 21px;
	display: block;
	width: 200px;
	background-color: #f38630;
	padding: 15px 2px 15px 2px;
	margin: 0 auto;
	margin-top: 90px;
	margin-bottom: 20px;
	border-radius: 25px;
	box-shadow: 1px 1px 2px #000000;
}

a.button {
	font-size: 21px;
	display: block;
	width: 280px;
	background-color: #f38630;
	padding: 15px 2px 15px 2px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 20px;
	border-radius: 15px;
	box-shadow: 1px 1px 2px #000000;
}

a.back {
	font-size: 21px;
	display: block;
	width: 120px;
	background-color: #f38630;
	padding: 15px 2px 15px 2px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 20px;
	border-radius: 15px;
	box-shadow: 1px 1px 2px #000000;
}

textarea#share {
	padding: 5px;
	width: 75%;
	border-radius: 15px;
}