body { font-family: 'Titillium'; margin: 0; padding: 0;background: #ffd744 }
#home h1 {
	font-size: 65px;
}
#home h1 span {
	font-size: 75px;
}
#home #header {
	margin-top: 40px;
}
#home {
	text-align: center;
}
a, a:hover, a:link,a:active,a:visited {
	color:black;
}
h1 {
	position: relative;
	float: left;
	font-family: 'TitilliumBk';
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	margin: 0;
}
h1 span {
	font-size: 35px;
}
#languageBtn {
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	margin: 5px 10px;
	padding: 0;
	line-height: 28px;
	font-size: 16px;
	border-radius: 50%;
	text-align: center;
	text-transform: uppercase;
}
.btn {
	text-decoration: none;
	border: 2px solid black;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	font-family: 'Titillium';
	display: inline-block;
	padding: 5px 20px;
	margin: 2px;
	background: rgba(255, 215, 68,0.75);
}
.largeBtn {
	font-size: 24px;
	line-height: 36px;
}
.btn:hover {
	background: rgba(255,235,162,0.75);
}

#header {
	padding: 10px 20px;
	text-align: left;
}
#helpTxt {
	position: relative;
	float: left;
	margin: 10px 0 0 50px;
}
h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
#doneBtn,#postcardBtn,#messageBtn {
	position: relative;
	float: right;
	margin: 10px 2px 0 0;
	padding-right: 5px;
}
#doneHelpTxt {
	position: relative;
	float: right;
	margin: 10px 20px;
}


.language_en .it { display: none; }
.language_it .en { display: none; }

.introText {
	margin: 20px 20px 70px 20px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: black;
}
#footer ul {
	text-align: center;
	list-style: none;
}
#footer li {
	display: inline-block;
	margin: 10px 20px;
}
#footer li a {
	color: #ffd744;
}
#shareBtns {
	position: absolute;
	right: 20px;
	width: 300px;
	height: 100px;
	margin-bottom: -100px;
	z-index: 2;
	text-align: right;
}
#addMessageForm {
	position: absolute;
	right: 0;
	width: 400px;
	height: 400px;
	padding: 20px;
	margin-bottom: -400px;
	z-index: 2;
	text-align: right;
}
input[type="submit"] {
	float: left;
	background: 
}
textarea, input[type="text"] {
	border: 2px solid black;
	width: 100%;
	padding: 5px;
	margin-bottom: 20px;
	font-family: 'Titillium';
	background: rgba(255, 215, 68,0.75);
	color: black;
}
textarea {
	min-height: 200px;
	font-size: 30px;
	line-height: 40px;
}
.inputCount {
	position: relative;
	float: right;
	margin-top: -44px;
	border: 2px solid rgb(0, 0, 0);
	height: 20px;
	line-height: 17px;
	text-align: center;
	font-size: 14px;
	width: 60px;
}
#authorCount {
	margin-top:-40px;
}
input[type="text"]{
	font-size: 18px;
	line-height: 24px;
}
textarea:focus, input[type="text"]:focus {
	background: rgba(255,235,162,0.75);
}
input {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color: #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #333;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #333;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #333;
}
#postcardTexts {
	position: absolute;
	left: 65%;
	width:30%;
	top: 250px;
}
#postcardMessage {
	font-size: 30px;
	line-height: 40px;
}
#postcardAuthor {
	margin-top: 50px;
	font-size: 22px;
	line-height: 22px;
}

@media only screen and (max-width: 478px){
	#helpTxt {
		margin: 20px 0;
		float: left;
		clear: both;
	}
	#doneHelpTxt {
		display: none
	}
	#footer li {
		margin: 10px;
	}
	#addMessageForm {
		width:100%;
		height:400px;
	}
	textarea {
		min-height: 100px;
		height: 100px;
	}
}
@media only screen and (max-width: 641px){
	#helpTxt {
		margin: 0;
		margin-top:-10px;
		float: left;
	}
	#doneHelpTxt {
		display: none;
	}
	textarea {
		min-height: 100px;
		height: 100px;
	}

	#postcardTexts {
		position: static;
		width: auto;
		left: auto;
		top: auto;
		margin-left: 20px;
		clear:both;
	}
	#viewPostcard #shareBtns {
		width: 100%;
		height: auto;
		position: relative;
		float: right;
		right: 20px;
		margin-left: 20px;
		margin-bottom: 0;
		clear:both;
	}
}
@media only screen and (min-width: 768px){
	.introText {
		position: relative;
		margin: 20px auto 70px auto;
		width: 700px;
	}
}
